From alexandre.iline at oracle.com Tue Aug 1 21:22:01 2017 From: alexandre.iline at oracle.com (Alexandre (Shura) Iline) Date: Tue, 1 Aug 2017 14:22:01 -0700 Subject: RFR CODETOOLS-7902010: Introduce testing support in Jemmy repository Message-ID: Hi, Can you please take a look on the code which is allowing test development for Jemmy library: http://cr.openjdk.java.net/~shurailine/7902010/webrev.00/ Thank you. Shura From jonathan.gibbons at oracle.com Tue Aug 1 21:44:40 2017 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Tue, 01 Aug 2017 14:44:40 -0700 Subject: RFR CODETOOLS-7902010: Introduce testing support in Jemmy repository In-Reply-To: References: Message-ID: <5980F648.9030805@oracle.com> On 08/01/2017 02:22 PM, Alexandre (Shura) Iline wrote: > Hi, > > Can you please take a look on the code which is allowing test development for Jemmy library: > http://cr.openjdk.java.net/~shurailine/7902010/webrev.00/ > > Thank you. > > Shura > Shura, Looks generally OK. Let me know if/when you'd like me to push a patch for you. -- Jon From openjdk at avionicengineers.com Sat Aug 12 11:28:29 2017 From: openjdk at avionicengineers.com (openjdk at avionicengineers.com) Date: Sat, 12 Aug 2017 12:28:29 +0100 Subject: Building JemmyFX Message-ID: <21350427-ad2f-ea39-db2b-ad10299e28c2@avionicengineers.com> Hi, I'm trying to use for the first time Jemmy and JemmyFX to test GUI applications deployed in an OSGi framework. Because of this I probably need to modify the sources of Jemmy/JemmyFX to suit my needs so I am trying to obtain and build from source. I have obtained the source for (what I think is) Jemmy core from here (http://hg.openjdk.java.net/code-tools/jemmy/v2/) and the JemmyFX sources from here (http://hg.openjdk.java.net/openjfx/8/master/tests/). When I place all these modules into a Maven project I've discovered that there seems to be some missing source files. For example in the 'GlassRobot' module there is a source file 'GlassImage.java'. It requires the import 'org.jemmy.Dimension' but it is not available it the Jemmy source I downloaded. I notice in the build.xml scripts there are references to other Jemmy JAR files such as JemmyAWTInput.jar and a couple of others. I am assuming that the missing dependencies will be fulfilled by these JARS. So my question is where can I obtain these JARS or preferably where can I get the source code? Please note I am using the Oracle JDK and not OpenJDK. Thanks, Kerry From alexandre.iline at oracle.com Mon Aug 14 23:25:28 2017 From: alexandre.iline at oracle.com (Alexandre (Shura) Iline) Date: Mon, 14 Aug 2017 16:25:28 -0700 Subject: RFR 7902017: Intellij IDEA project for Jemmy Message-ID: <96C20206-5262-44D1-A0DC-459472851900@oracle.com> Hi, Please take a look on the Intellij IDEA Project for Jemmy source code. Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902017 Webrev: http://cr.openjdk.java.net/~shurailine/7902017/webrev.00/ Thank you. Shura From alexandre.iline at oracle.com Mon Aug 14 23:46:45 2017 From: alexandre.iline at oracle.com (Alexandre (Shura) Iline) Date: Mon, 14 Aug 2017 16:46:45 -0700 Subject: RFR 7902018: Enhance NB project to support tests Message-ID: Hi. Please take a look on this change. Instead of a free-form NB project, which was there before, I now use usual Java project, only redirecting the source and test trees to the upper level. That works much better. Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902018 Webrev: http://cr.openjdk.java.net/~shurailine/7902018/webrev.00 Thank you. Shura From alexandre.iline at oracle.com Tue Aug 15 21:45:24 2017 From: alexandre.iline at oracle.com (Alexandre (Shura) Iline) Date: Tue, 15 Aug 2017 14:45:24 -0700 Subject: Building JemmyFX Message-ID: Hi, Kerry. To build JemmyFX you need to have Jemmy v3 core. We are working on putting it out to http://hg.openjdk.java.net/code-tools/jemmy/v3. We are not done yet. I apologize for the inconvenience. Shura From alexandre.iline at oracle.com Tue Aug 15 21:49:59 2017 From: alexandre.iline at oracle.com (Alexandre (Shura) Iline) Date: Tue, 15 Aug 2017 14:49:59 -0700 Subject: RFR 7902017: Intellij IDEA project for Jemmy In-Reply-To: <3FE5B557-DCF8-4692-8621-C1E7C4D94A96@oracle.com> References: <96C20206-5262-44D1-A0DC-459472851900@oracle.com> <3FE5B557-DCF8-4692-8621-C1E7C4D94A96@oracle.com> Message-ID: <21E5C0A0-A286-4C12-B24B-A5CBB496226E@oracle.com> Thank you, Andrey. > On Aug 15, 2017, at 2:48 PM, Andrey Nazarov wrote: > > Hi, > > It looks ok. > > ?Andrei >> On 14 Aug 2017, at 16:25, Alexandre (Shura) Iline wrote: >> >> Hi, >> >> Please take a look on the Intellij IDEA Project for Jemmy source code. >> >> Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902017 >> Webrev: http://cr.openjdk.java.net/~shurailine/7902017/webrev.00/ >> >> Thank you. >> >> Shura >> > From jonathan.gibbons at oracle.com Fri Aug 18 18:15:00 2017 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Fri, 18 Aug 2017 18:15:00 +0000 Subject: hg: code-tools/jemmy/v2: 3 new changesets Message-ID: <201708181815.v7IIF1ZW009357@aojmv0008.oracle.com> Changeset: fcf8bd1b5748 Author: shurailine Date: 2017-08-18 09:08 -0700 URL: http://hg.openjdk.java.net/code-tools/jemmy/v2/rev/fcf8bd1b5748 7902010: Introduce testing support in Jemmy repository Contributed-by: alexandre.iline at oracle.com ! build.xml + test/TEST.ROOT + test/org/netbeans/jemmy/scenario/ButtonsAndTooltipsApp.java + test/org/netbeans/jemmy/scenario/ButtonsAndTooltipsTest.java + test/org/netbeans/jemmy/scenario/ComboBoxesAndListApp.java + test/org/netbeans/jemmy/scenario/ComboBoxesAndListTest.java + test/org/netbeans/jemmy/scenario/MenuButtonTextApp.java + test/org/netbeans/jemmy/scenario/MenuButtonTextTest.java + test/org/netbeans/jemmy/scenario/TestDialog.java + test/org/netbeans/jemmy/scenario/TestFrame.java + test/org/netbeans/jemmy/scenario/Util.java Changeset: 43965b399d10 Author: shurailine Date: 2017-08-18 09:34 -0700 URL: http://hg.openjdk.java.net/code-tools/jemmy/v2/rev/43965b399d10 7902017: Intellij IDEA project for Jemmy + make/jemmy-v2-ii/JemmyV2.iml Changeset: d7791a31d8f8 Author: shurailine Date: 2017-08-18 09:35 -0700 URL: http://hg.openjdk.java.net/code-tools/jemmy/v2/rev/d7791a31d8f8 7902018: Enhance NB project to support tests + make/jemmy-v2-nb/build.xml + make/jemmy-v2-nb/nbproject/build-impl.xml + make/jemmy-v2-nb/nbproject/genfiles.properties + make/jemmy-v2-nb/nbproject/project.properties + make/jemmy-v2-nb/nbproject/project.xml - make/nbproject/nbproject/project.xml From alexandre.iline at oracle.com Mon Aug 21 21:41:24 2017 From: alexandre.iline at oracle.com (Alexandre (Shura) Iline) Date: Mon, 21 Aug 2017 14:41:24 -0700 Subject: RFR 7902020: Bring latest changes from JDK repository Message-ID: <967B7860-898C-41B9-8C01-C967AE16FB20@oracle.com> Hi, Could you please take a look on this fix which is synchronizes code-tools Jemmy v2 repository with the version stored in jdk repository: Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902020 Webrev: http://cr.openjdk.java.net/~shurailine/7902020/webrev.00 Shura From andrey.x.nazarov at oracle.com Tue Aug 15 21:48:49 2017 From: andrey.x.nazarov at oracle.com (Andrey Nazarov) Date: Tue, 15 Aug 2017 14:48:49 -0700 Subject: RFR 7902017: Intellij IDEA project for Jemmy In-Reply-To: <96C20206-5262-44D1-A0DC-459472851900@oracle.com> References: <96C20206-5262-44D1-A0DC-459472851900@oracle.com> Message-ID: <3FE5B557-DCF8-4692-8621-C1E7C4D94A96@oracle.com> Hi, It looks ok. ?Andrei > On 14 Aug 2017, at 16:25, Alexandre (Shura) Iline wrote: > > Hi, > > Please take a look on the Intellij IDEA Project for Jemmy source code. > > Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902017 > Webrev: http://cr.openjdk.java.net/~shurailine/7902017/webrev.00/ > > Thank you. > > Shura > From srinivas.mandalika at oracle.com Thu Aug 17 11:17:16 2017 From: srinivas.mandalika at oracle.com (Srinivas Mandalika) Date: Thu, 17 Aug 2017 04:17:16 -0700 (PDT) Subject: RFR 7902018: Enhance NB project to support tests In-Reply-To: References: Message-ID: Looks good to me. Thanks Srinivas M -----Original Message----- From: Alexandre (Shura) Iline Sent: Tuesday, August 15, 2017 5:17 AM To: jemmy-dev at openjdk.java.net Cc: Andrey Nazarov ; Srinivas Mandalika ; Jonathan Gibbons Subject: RFR 7902018: Enhance NB project to support tests Hi. Please take a look on this change. Instead of a free-form NB project, which was there before, I now use usual Java project, only redirecting the source and test trees to the upper level. That works much better. Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902018 Webrev: http://cr.openjdk.java.net/~shurailine/7902018/webrev.00 Thank you. Shura From alexey.fedorchenko at oracle.com Mon Aug 21 18:44:21 2017 From: alexey.fedorchenko at oracle.com (alexey.fedorchenko at oracle.com) Date: Mon, 21 Aug 2017 18:44:21 +0000 Subject: hg: code-tools/jemmy/v2: 2 new changesets Message-ID: <201708211844.v7LIiLGQ023647@aojmv0008.oracle.com> Changeset: 61ae5c91ea82 Author: shurailine Date: 2017-08-21 11:15 -0700 URL: http://hg.openjdk.java.net/code-tools/jemmy/v2/rev/61ae5c91ea82 7901925: Add subcomponents accessor methods to JColorChooserOperator Contributed-by: vikrant.v.agarwal at oracle.com ! src/org/netbeans/jemmy/operators/JColorChooserOperator.java Changeset: 02f9b0b69300 Author: shurailine Date: 2017-08-21 11:21 -0700 URL: http://hg.openjdk.java.net/code-tools/jemmy/v2/rev/02f9b0b69300 7901931: JFileChooserOperator.enterSubDir does not navigate to sub directory Contributed-by: vikrant.v.agarwal at oracle.com ! src/org/netbeans/jemmy/operators/JFileChooserOperator.java From abdul.kolarkunnu at oracle.com Thu Aug 31 17:32:58 2017 From: abdul.kolarkunnu at oracle.com (Muneer Kolarkunnu) Date: Thu, 31 Aug 2017 17:32:58 -0000 Subject: RFR 7902020: Bring latest changes from JDK repository Message-ID: <2f4e92e9-c274-45f2-8eb2-926938689b1e@default> Hi Shura, There are some minor changes in class org\netbeans\jemmy\ClassReference.java also. Regards, Muneer Alexandre (Shura) Iline HYPERLINK "mailto:jemmy-dev%40openjdk.java.net?Subject=Re%3A%20RFR%207902020%3A%20Bring%20latest%20changes%20from%20JDK%20repository&In-Reply-To=%3C967B7860-898C-41B9-8C01-C967AE16FB20%40oracle.com%3E"alexandre.iline at oracle.com Mon Aug 21 21:41:24 UTC 2017 Previous message: HYPERLINK "http://mail.openjdk.java.net/pipermail/jemmy-dev/2017-August/000022.html"hg: code-tools/jemmy/v2: 2 new changesets Messages sorted by: HYPERLINK "http://mail.openjdk.java.net/pipermail/jemmy-dev/2017-August/date.html#19"[ date ] HYPERLINK "http://mail.openjdk.java.net/pipermail/jemmy-dev/2017-August/thread.html#19"[ thread ] HYPERLINK "http://mail.openjdk.java.net/pipermail/jemmy-dev/2017-August/subject.html#19"[ subject ] HYPERLINK "http://mail.openjdk.java.net/pipermail/jemmy-dev/2017-August/author.html#19"[ author ] _____ Hi, Could you please take a look on this fix which is synchronizes code-tools Jemmy v2 repository with the version stored in jdk repository: Bug: https://bugs.openjdk.java.net/browse/CODETOOLS-7902020 Webrev: http://cr.openjdk.java.net/~shurailine/7902020/webrev.00 Shura