You are viewing a plain text version of this content. The canonical link for it is here.
Posted to netcat@netbeans.apache.org by Jiří Kovalský <ji...@oracle.com> on 2017/06/13 23:25:09 UTC

[news] Welcome to NetCAT 9.0 program!

Hello NetCAT 9.0 participants,

    let me first of all warmly welcome all the well known faces (ehm, 
e-mails :) in this new Apache hosted NetCAT mailing list but more 
importantly we are thrilled to see several new supporters!

    While there are almost 80 subscribers to this list, we have only 56 
participants registered in the NetBeans dashboard [1] so if you don't 
find your name in the table, we strongly suggest to sign up [2] as soon 
as possible. Without passing this registration step, you won't have your 
account created in Synergy and you won't be able to participate in the 
official certification later.

[1] http://services.netbeans.org/dashboard/web/participants.php
[2] http://services.netbeans.org/dashboard/web/netcat_signup.php

    Today we have the very first assignment for you. As the initial 
NetBeans code donation to Apache Incubator is just round the corner we 
would like you to download the ZIP with NetBeans sources, extract these 
locally, build the IDE with ANT and then give it your first test drive. 
The more OS/JDK8/JDK9 configurations we get covered the better!

    If you spot anything suspicious either during the building process 
or using the IDE later, don't hesitate to share your findings through 
this list first and let's file common problems to JIRA [3] then.

[3] https://issues.apache.org/jira/projects/NETBEANS

The ZIP and instructions what to do are available here:

http://deadlock.netbeans.org/job/prototypes-donation_review/

Thanks for your help and we declare open the NetBeans Community 
Acceptance Program (NetCAT) of version 9.0! :)

Happy testing,
Jirka & Hermien

run Anagram example with JDk9 failed on ubuntu linux

Posted by Oliver Rettig <Ol...@orat.de>.
System:
Product Version: NetBeans IDE Dev (Build 20170614-unknown-revn)
Java: 1.8.0_131; OpenJDK 64-Bit Server VM 25.131-b11
Runtime: OpenJDK Runtime Environment 1.8.0_131-8u131-b11-0ubuntu1.16.04.2-b11
System: Linux version 4.4.0-78-generic running on amd64; UTF-8; de_DE (nb)

JDK for build the Anagram Game and run it:
jdk-9+173

build with the following warnings:
warning: [options] bootstrap class path not set in conjunction with -source 
1.6
warning: [options] source value 1.6 is obsolete and will be removed in a 
future release
warning: [options] target value 1.6 is obsolete and will be removed in a 
future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-
options.
4 warnings

run failed:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /media/oliver/
7306ec4d-452a-47d5-9063-6660ee05c32b/jdk-9/lib/libawt_xawt.so: libXi.so.6: 
Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht 
gefunden
	at java.base/java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2597)
	at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2482)
	at java.base/java.lang.Runtime.load0(Runtime.java:812)
	at java.base/java.lang.System.load(System.java:1819)
	at java.base/java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2597)
	at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2503)
	at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:873)
	at java.base/java.lang.System.loadLibrary(System.java:1855)
	at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1358)
	at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1356)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.desktop/java.awt.Toolkit.loadLibraries(Toolkit.java:1355)
	at java.desktop/java.awt.Toolkit.<clinit>(Toolkit.java:1388)
	at java.desktop/java.awt.Component.<clinit>(Component.java:590)
/media/oliver/7306ec4d-452a-47d5-9063-6660ee05c32b/Downloads/netbeans-
donation-review/nbbuild/testuserdir/var/cache/executor-snippets/run.xml:135: 
The following error occurred while executing this line:
/media/oliver/7306ec4d-452a-47d5-9063-6660ee05c32b/Downloads/netbeans-
donation-review/nbbuild/testuserdir/var/cache/executor-snippets/run.xml:118: 
Java returned: 1
BUILD FAILED (total time: 0 seconds)

build and run with jdk8 works fine


Re: [news] Welcome to NetCAT 9.0 program!

Posted by David Salter <da...@me.com>.
Building on Java 8 works without any problems:

BUILD SUCCESSFUL
Total time: 9 minutes 5 seconds


[exec]   Product Version         = NetBeans IDE Dev (Build 20170615-unknown-revn)
[exec]   Operating System        = Mac OS X version 10.12.4 running on x86_64
[exec]   Java; VM; Vendor        = 1.8.0_121; Java HotSpot(TM) 64-Bit Server VM 25.121-b13; Oracle Corporation
[exec]   Runtime                 = Java(TM) SE Runtime Environment 1.8.0_121-b13

I’ve built a few Spring applications and so far no issues on Java 8.  I’ll continue to use this version of NetBeans and see if I uncover any issues.

Dave.



> On 15 Jun 2017, at 11:53, David Salter <da...@me.com> wrote:
> 
> Hi,
> 
> Building on Java 9 fails for me on Mac OS X 10.12.4
> 
> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
> 
>   [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66: error: NbInstrumentation is not abstract and does not override abstract method isModifiableModule(Module) in Instrumentation
>   [repeat] final class NbInstrumentation implements Instrumentation {
> 
> Has anyone managed to build successful on Java 9?
> 
> To start the build on Java 9, I used the following:
> 
> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
>  [repeat] final class NbInstrumentation implements Instrumentation {
> 
>> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com> wrote:
>> 
>> OS: *Windows 10 Pro 64bit*
>> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
>> RAM: 16.0 GB
>> 
>> Ant Version: 1.10.1
>> Javac Version: javac 1.8.0_121
>> 
>> *BUILD SUCCESSFUL*
>> *Total time: 12 minutes 24 seconds*
>> 
>> ant tryme works fine.
>> 
>> Trying Spring Boot v1.5.4 + maven based project with custom action
>> 
>> <action>
>>           <actionName>CUSTOM-spring-boot:run dev</actionName>
>>           <displayName>spring-boot:run dev</displayName>
>>           <goals>
>>               <goal>spring-boot:run</goal>
>>           </goals>
>>           <properties>
>>               <spring.profiles.active>dev</spring.profiles.active>
>>           </properties>
>>           <activatedProfiles>
>>               <activatedProfile>dev</activatedProfile>
>>           </activatedProfiles>
>>       </action>
>> 
>> Which executes this goal
>> 
>> mvn -Dspring.profiles.active=dev
>> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\netbeans-donation-review_20170715\\nbbuild\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar
>> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
>> 
>> Result
>> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
>> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080
>> (http)
>> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
>> c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
>> 16.978 seconds (JVM running for 31.706)
>> 
>> Will use in production for some time and update you with any detection.
>> 
>> 8 plugin updates available, currently testing without applying updates. *Please
>> advice* which way is preferable for testing with current situation of
>> donation build, update plugins or not*?*
>> 
>> 
>> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
>> manikantannaren@gmail.com> wrote:
>> 
>>> Build successful with Java 8.
>>> 
>>> On Jun 15, 2017 08:57, "Geertjan Wielenga" <geertjan.wielenga@googlemail.
>>> com>
>>> wrote:
>>> 
>>>> Can you try with JDK 8 as well, to check that the issue is related to the
>>>> JDK you're using?
>>>> 
>>>> Gj
>>>> 
>>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
>>>> manikantannaren@gmail.com> wrote:
>>>> 
>>>>> I got compilation errors on a different module *xml.tools*.
>>>>> 
>>>>> With Java 9 (build 9-ea+173)
>>>>> 
>>>>> compile:
>>>>> 
>>>>>  [depend] Deleted 12 out of date files in 0 seconds
>>>>> 
>>>>> [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
>>>>> classes
>>>>> 
>>>>>  [repeat] warning: [options] bootstrap class path not set in
>>>> conjunction
>>>>> with -source 1.4
>>>>> 
>>>>>  [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
>>>>> later.
>>>>> 
>>>>>  [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
>>>>> later.
>>>>> 
>>>>> [nbmerge] Failed to build target: all-xml.tools
>>>>> 
>>>>> 
>>>>> BUILD FAILED
>>>>> 
>>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred while
>>>>> executing this line:
>>>>> 
>>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred while
>>>>> executing this line:
>>>>> 
>>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred while
>>>>> executing this line:
>>>>> 
>>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see the
>>>>> compiler error output for details.
>>>>> 
>>>>> 
>>>>> 
>>>>> *Cheers*
>>>>> Mani/Naren/Iyer
>>>>> *The trick of walking on water is knowing where the stones are.*
>>>>> 
>>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
>>>>> wrote:
>>>>> 
>>>>>> hi,
>>>>>> 
>>>>>> macOS: High Sierra Beta
>>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
>>>>>> 
>>>>>> Build, tryme and new small application: OK
>>>>>> 
>>>>>> With JDK 9 there I get the following error, it seems that JDK 9 is
>>> not
>>>>>> supported.
>>>>>> 
>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>> nbbuild/templates/projectized.xml:96:
>>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
>>>>>> 
>>>>>> This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
>>>>>> 
>>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>> nbbuild/user.build.properties
>>>>>> 
>>>>>> (can be set from IDE by opening a module project's Properties dialog
>>>> and
>>>>>> picking the right Java Platform in Libraries).
>>>>>> 
>>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
>>>>>> properties
>>>>>> to affect all checkouts on this machine.
>>>>>> 
>>>>>> If you are sure you want to build with JDK 9+ anyway, use:
>>>>>> -Dpermit.jdk9.builds=true
>>>>>> 
>>>>>> 
>>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
>>>>>> 
>>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
>>>>>> 
>>>>>> BUILD FAILED
>>>>>> 
>>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
>>>>>> geertjan.wielenga@googlemail.com> wrote:
>>>>>> 
>>>>>>> Can you also try with JDK 8 and see if that makes a difference?
>>>>>>> 
>>>>>>> Gj
>>>>>>> 
>>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <moltenma@gmail.com
>>>> 
>>>>>> wrote:
>>>>>>> 
>>>>>>>> Hi,
>>>>>>>> 
>>>>>>>> OS: macOS 10.13 Beta (High Sierra)
>>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
>>>>>>>> 
>>>>>>>> Build FAILED.
>>>>>>>> 
>>>>>>>> Should I open an issue or the environment doesn't qualify for the
>>>>> test?
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Marco
>>>>>>>> 
>>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>>>>>> jiri.kovalsky@oracle.com
>>>>>>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> Hello NetCAT 9.0 participants,
>>>>>>>>> 
>>>>>>>>>  let me first of all warmly welcome all the well known faces
>>>>> (ehm,
>>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
>>> more
>>>>>>>>> importantly we are thrilled to see several new supporters!
>>>>>>>>> 
>>>>>>>>>  While there are almost 80 subscribers to this list, we have
>>>> only
>>>>>> 56
>>>>>>>>> participants registered in the NetBeans dashboard [1] so if you
>>>>> don't
>>>>>>>> find
>>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
>>>> soon
>>>>> as
>>>>>>>>> possible. Without passing this registration step, you won't
>>> have
>>>>> your
>>>>>>>>> account created in Synergy and you won't be able to participate
>>>> in
>>>>>> the
>>>>>>>>> official certification later.
>>>>>>>>> 
>>>>>>>>> [1] http://services.netbeans.org/
>>> dashboard/web/participants.php
>>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
>>> php
>>>>>>>>> 
>>>>>>>>>  Today we have the very first assignment for you. As the
>>>> initial
>>>>>>>>> NetBeans code donation to Apache Incubator is just round the
>>>> corner
>>>>>> we
>>>>>>>>> would like you to download the ZIP with NetBeans sources,
>>> extract
>>>>>> these
>>>>>>>>> locally, build the IDE with ANT and then give it your first
>>> test
>>>>>> drive.
>>>>>>>> The
>>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>>>>>>> 
>>>>>>>>>  If you spot anything suspicious either during the building
>>>>> process
>>>>>>> or
>>>>>>>>> using the IDE later, don't hesitate to share your findings
>>>> through
>>>>>> this
>>>>>>>>> list first and let's file common problems to JIRA [3] then.
>>>>>>>>> 
>>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>>>>>>>> 
>>>>>>>>> The ZIP and instructions what to do are available here:
>>>>>>>>> 
>>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>>>>>>>> 
>>>>>>>>> Thanks for your help and we declare open the NetBeans Community
>>>>>>>> Acceptance
>>>>>>>>> Program (NetCAT) of version 9.0! :)
>>>>>>>>> 
>>>>>>>>> Happy testing,
>>>>>>>>> Jirka & Hermien
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
>> 
>> 
>> -- 
>> 
>> Best regards,
>> Thilina Ranathunga.
> 


Re: [news] Welcome to NetCAT 9.0 program!

Posted by Tushar Joshi <tu...@apache.org>.
On Thu, Jun 15, 2017 at 4:23 PM, David Salter <da...@me.com> wrote:

> Building on Java 9 fails for me on Mac OS X 10.12.4
>

What I have seen in many older builds is NetBeans build is supported only
on stable and released Java version.
NetBeans IDE supports latest Java version as a Platform, but the basic
NetBeans IDE build is done on the stable and release java version which in
our case is Java 8

There is a process of shifting the build to new Java version which I
believe is added as a task in the development process later when the Java
release is done for the latest version.

Going by this logic, I will say that the current build will need tweaking
to make it Java 9 build ready.

There are two things in discussion here:

1) Java 9 Support - This is not same as NetBeans building on Java 9.  This
will only mean that we configure Java 9 as a supported platform in NetBeans
(built on Java8 compiler) and then NetBeans will be able to create new
projects in Java 9 and building those new projects in Java 9 platform

2) NetBeans IDE building on Java 9 - here there may be some tweaks needed
to the code where we declare that Java 8 no longer supported for building
NetBeans and shift the building logic altogether to Java 9

So we should be checking Java 9 support by adding Java 9 as a platform
after the NetBeans build is done using Java 8.  This will also mean that
our sysem should have both the Java versions available and installed on them

with regards
    Tushar

Re: [news] Welcome to NetCAT 9.0 program!

Posted by David Salter <da...@me.com>.
I’d be interested if anyone else can get “ant tryme” to work with Java 9 to help identify if its an issue, or a problem with my setup.

Dave.

> On 15 Jun 2017, at 14:05, Geertjan Wielenga <ge...@googlemail.com> wrote:
> 
> I guess 'ant tryme' picks up the default JDK.
> 
> Gj
> 
> On Thu, Jun 15, 2017 at 3:01 PM, David Salter <da...@me.com> wrote:
> 
>> That works perfectly.
>> 
>> I guess there’s potentially an issue with “ant tryme” on Java 9?
>> 
>> Ta.
>> 
>> Dave.
>> 
>>> On 15 Jun 2017, at 13:51, Geertjan Wielenga <
>> geertjan.wielenga@googlemail.com> wrote:
>>> 
>>> In 'nbbuild' folder, you'll find 'netbeans' folder, containing
>>> 'etc/netbeans.conf' as with any NetBeans installation. Set JDK 9 there
>> and
>>> run NetBeans from 'nbbuild/netbeans/bin' as always.
>>> 
>>> Gj
>>> 
>>> On Thu, Jun 15, 2017 at 2:48 PM, David Salter <da...@me.com>
>> wrote:
>>> 
>>>> Yes, I can build on Java 8, but then I’m having trouble running with
>> Java
>>>> 9 :(
>>>> 
>>>> I get the following error:
>>>> 
>>>> ant tryme
>>>> …
>>>> 
>>>> tryme:
>>>>    [exec] Cannot find java. Please use the --jdkhome switch.
>>>> 
>>>> BUILD FAILED
>>>> /Users/david/Develop/Code/NetBeans/netbeans-donation-
>> review/nbbuild/build.xml:1027:
>>>> exec returned: 2
>>>> 
>>>> I’ve tried setting the —jdkhome property, exporting JAVA_HOME and
>> editing
>>>> ./nbbuild/netbeans/etc/netbeans.conf
>>>> 
>>>> Any suggestions?
>>>> 
>>>>> On 15 Jun 2017, at 12:07, Geertjan Wielenga <
>>>> geertjan.wielenga@googlemail.com> wrote:
>>>>> 
>>>>> Use JDK 8 for building. Note that just because you can't build yet on
>>>> JDK 9
>>>>> doesn't mean you can't run on JDK 9. In fact, you CAN run on JDK 9,
>> which
>>>>> will give you the JShell integration (via the Tools window).
>>>>> 
>>>>> Gj
>>>>> 
>>>>> On Thu, Jun 15, 2017 at 12:53 PM, David Salter <da...@me.com>
>>>> wrote:
>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> Building on Java 9 fails for me on Mac OS X 10.12.4
>>>>>> 
>>>>>> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
>>>>>> 
>>>>>> [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-
>>>>>> review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66:
>> error:
>>>>>> NbInstrumentation is not abstract and does not override abstract
>> method
>>>>>> isModifiableModule(Module) in Instrumentation
>>>>>> [repeat] final class NbInstrumentation implements Instrumentation {
>>>>>> 
>>>>>> Has anyone managed to build successful on Java 9?
>>>>>> 
>>>>>> To start the build on Java 9, I used the following:
>>>>>> 
>>>>>> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
>>>>>> [repeat] final class NbInstrumentation implements Instrumentation {
>>>>>> 
>>>>>>> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com>
>>>>>> wrote:
>>>>>>> 
>>>>>>> OS: *Windows 10 Pro 64bit*
>>>>>>> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
>>>>>>> RAM: 16.0 GB
>>>>>>> 
>>>>>>> Ant Version: 1.10.1
>>>>>>> Javac Version: javac 1.8.0_121
>>>>>>> 
>>>>>>> *BUILD SUCCESSFUL*
>>>>>>> *Total time: 12 minutes 24 seconds*
>>>>>>> 
>>>>>>> ant tryme works fine.
>>>>>>> 
>>>>>>> Trying Spring Boot v1.5.4 + maven based project with custom action
>>>>>>> 
>>>>>>> <action>
>>>>>>>         <actionName>CUSTOM-spring-boot:run dev</actionName>
>>>>>>>         <displayName>spring-boot:run dev</displayName>
>>>>>>>         <goals>
>>>>>>>             <goal>spring-boot:run</goal>
>>>>>>>         </goals>
>>>>>>>         <properties>
>>>>>>>             <spring.profiles.active>dev</spring.profiles.active>
>>>>>>>         </properties>
>>>>>>>         <activatedProfiles>
>>>>>>>             <activatedProfile>dev</activatedProfile>
>>>>>>>         </activatedProfiles>
>>>>>>>     </action>
>>>>>>> 
>>>>>>> Which executes this goal
>>>>>>> 
>>>>>>> mvn -Dspring.profiles.active=dev
>>>>>>> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\
>>>>>> netbeans-donation-review_20170715\\nbbuild\\netbeans\\
>>>>>> java\\maven-nblib\\netbeans-eventspy.jar
>>>>>>> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
>>>>>>> 
>>>>>>> Result
>>>>>>> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
>>>>>>> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on
>> port(s):
>>>>>> 8080
>>>>>>> (http)
>>>>>>> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
>>>>>>> c.t.fma.FileManagerApiApplication        : Started FMApiApplication
>> in
>>>>>>> 16.978 seconds (JVM running for 31.706)
>>>>>>> 
>>>>>>> Will use in production for some time and update you with any
>> detection.
>>>>>>> 
>>>>>>> 8 plugin updates available, currently testing without applying
>> updates.
>>>>>> *Please
>>>>>>> advice* which way is preferable for testing with current situation of
>>>>>>> donation build, update plugins or not*?*
>>>>>>> 
>>>>>>> 
>>>>>>> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
>>>>>>> manikantannaren@gmail.com> wrote:
>>>>>>> 
>>>>>>>> Build successful with Java 8.
>>>>>>>> 
>>>>>>>> On Jun 15, 2017 08:57, "Geertjan Wielenga"
>>>>>> <geertjan.wielenga@googlemail.
>>>>>>>> com>
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> Can you try with JDK 8 as well, to check that the issue is related
>> to
>>>>>> the
>>>>>>>>> JDK you're using?
>>>>>>>>> 
>>>>>>>>> Gj
>>>>>>>>> 
>>>>>>>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
>>>>>>>>> manikantannaren@gmail.com> wrote:
>>>>>>>>> 
>>>>>>>>>> I got compilation errors on a different module *xml.tools*.
>>>>>>>>>> 
>>>>>>>>>> With Java 9 (build 9-ea+173)
>>>>>>>>>> 
>>>>>>>>>> compile:
>>>>>>>>>> 
>>>>>>>>>> [depend] Deleted 12 out of date files in 0 seconds
>>>>>>>>>> 
>>>>>>>>>> [nb-javac] Compiling 5 source files to
>> <unzip-root>/xml.tools/build/
>>>>>>>>>> classes
>>>>>>>>>> 
>>>>>>>>>> [repeat] warning: [options] bootstrap class path not set in
>>>>>>>>> conjunction
>>>>>>>>>> with -source 1.4
>>>>>>>>>> 
>>>>>>>>>> [repeat] error: Source option 1.4 is no longer supported. Use 1.6
>>>> or
>>>>>>>>>> later.
>>>>>>>>>> 
>>>>>>>>>> [repeat] error: Target option 1.4 is no longer supported. Use 1.6
>>>> or
>>>>>>>>>> later.
>>>>>>>>>> 
>>>>>>>>>> [nbmerge] Failed to build target: all-xml.tools
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> BUILD FAILED
>>>>>>>>>> 
>>>>>>>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred
>>>>>> while
>>>>>>>>>> executing this line:
>>>>>>>>>> 
>>>>>>>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred
>>>>>> while
>>>>>>>>>> executing this line:
>>>>>>>>>> 
>>>>>>>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred
>>>>>> while
>>>>>>>>>> executing this line:
>>>>>>>>>> 
>>>>>>>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed;
>> see
>>>>>> the
>>>>>>>>>> compiler error output for details.
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> *Cheers*
>>>>>>>>>> Mani/Naren/Iyer
>>>>>>>>>> *The trick of walking on water is knowing where the stones are.*
>>>>>>>>>> 
>>>>>>>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <
>> moltenma@gmail.com
>>>>> 
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> hi,
>>>>>>>>>>> 
>>>>>>>>>>> macOS: High Sierra Beta
>>>>>>>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
>>>>>>>>>>> 
>>>>>>>>>>> Build, tryme and new small application: OK
>>>>>>>>>>> 
>>>>>>>>>>> With JDK 9 there I get the following error, it seems that JDK 9
>> is
>>>>>>>> not
>>>>>>>>>>> supported.
>>>>>>>>>>> 
>>>>>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>>>>>>> nbbuild/templates/projectized.xml:96:
>>>>>>>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
>>>>>>>>>>> 
>>>>>>>>>>> This is forbidden as it may lead to accidental usage of JDK 9+
>>>> APIs.
>>>>>>>>>>> 
>>>>>>>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
>>>>>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>>>>>>> nbbuild/user.build.properties
>>>>>>>>>>> 
>>>>>>>>>>> (can be set from IDE by opening a module project's Properties
>>>> dialog
>>>>>>>>> and
>>>>>>>>>>> picking the right Java Platform in Libraries).
>>>>>>>>>>> 
>>>>>>>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
>>>>>>>>>>> properties
>>>>>>>>>>> to affect all checkouts on this machine.
>>>>>>>>>>> 
>>>>>>>>>>> If you are sure you want to build with JDK 9+ anyway, use:
>>>>>>>>>>> -Dpermit.jdk9.builds=true
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
>>>>>>>>>>> 
>>>>>>>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
>>>>>>>>>>> 
>>>>>>>>>>> BUILD FAILED
>>>>>>>>>>> 
>>>>>>>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
>>>>>>>>>>> geertjan.wielenga@googlemail.com> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Can you also try with JDK 8 and see if that makes a difference?
>>>>>>>>>>>> 
>>>>>>>>>>>> Gj
>>>>>>>>>>>> 
>>>>>>>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <
>>>> moltenma@gmail.com
>>>>>>>>> 
>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> OS: macOS 10.13 Beta (High Sierra)
>>>>>>>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Build FAILED.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Should I open an issue or the environment doesn't qualify for
>> the
>>>>>>>>>> test?
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Marco
>>>>>>>>>>>>> 
>>>>>>>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>>>>>>>>>>> jiri.kovalsky@oracle.com
>>>>>>>>>>>>> 
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Hello NetCAT 9.0 participants,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> let me first of all warmly welcome all the well known faces
>>>>>>>>>> (ehm,
>>>>>>>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
>>>>>>>> more
>>>>>>>>>>>>>> importantly we are thrilled to see several new supporters!
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> While there are almost 80 subscribers to this list, we have
>>>>>>>>> only
>>>>>>>>>>> 56
>>>>>>>>>>>>>> participants registered in the NetBeans dashboard [1] so if
>> you
>>>>>>>>>> don't
>>>>>>>>>>>>> find
>>>>>>>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
>>>>>>>>> soon
>>>>>>>>>> as
>>>>>>>>>>>>>> possible. Without passing this registration step, you won't
>>>>>>>> have
>>>>>>>>>> your
>>>>>>>>>>>>>> account created in Synergy and you won't be able to
>> participate
>>>>>>>>> in
>>>>>>>>>>> the
>>>>>>>>>>>>>> official certification later.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> [1] http://services.netbeans.org/
>>>>>>>> dashboard/web/participants.php
>>>>>>>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
>>>>>>>> php
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Today we have the very first assignment for you. As the
>>>>>>>>> initial
>>>>>>>>>>>>>> NetBeans code donation to Apache Incubator is just round the
>>>>>>>>> corner
>>>>>>>>>>> we
>>>>>>>>>>>>>> would like you to download the ZIP with NetBeans sources,
>>>>>>>> extract
>>>>>>>>>>> these
>>>>>>>>>>>>>> locally, build the IDE with ANT and then give it your first
>>>>>>>> test
>>>>>>>>>>> drive.
>>>>>>>>>>>>> The
>>>>>>>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> If you spot anything suspicious either during the building
>>>>>>>>>> process
>>>>>>>>>>>> or
>>>>>>>>>>>>>> using the IDE later, don't hesitate to share your findings
>>>>>>>>> through
>>>>>>>>>>> this
>>>>>>>>>>>>>> list first and let's file common problems to JIRA [3] then.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> The ZIP and instructions what to do are available here:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Thanks for your help and we declare open the NetBeans
>> Community
>>>>>>>>>>>>> Acceptance
>>>>>>>>>>>>>> Program (NetCAT) of version 9.0! :)
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Happy testing,
>>>>>>>>>>>>>> Jirka & Hermien
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> 
>>>>>>> Best regards,
>>>>>>> Thilina Ranathunga.
>>>>>> 
>>>>>> 
>>>> 
>>>> 
>> 
>> 


Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
I guess 'ant tryme' picks up the default JDK.

Gj

On Thu, Jun 15, 2017 at 3:01 PM, David Salter <da...@me.com> wrote:

> That works perfectly.
>
> I guess there’s potentially an issue with “ant tryme” on Java 9?
>
> Ta.
>
> Dave.
>
> > On 15 Jun 2017, at 13:51, Geertjan Wielenga <
> geertjan.wielenga@googlemail.com> wrote:
> >
> > In 'nbbuild' folder, you'll find 'netbeans' folder, containing
> > 'etc/netbeans.conf' as with any NetBeans installation. Set JDK 9 there
> and
> > run NetBeans from 'nbbuild/netbeans/bin' as always.
> >
> > Gj
> >
> > On Thu, Jun 15, 2017 at 2:48 PM, David Salter <da...@me.com>
> wrote:
> >
> >> Yes, I can build on Java 8, but then I’m having trouble running with
> Java
> >> 9 :(
> >>
> >> I get the following error:
> >>
> >> ant tryme
> >> …
> >>
> >> tryme:
> >>     [exec] Cannot find java. Please use the --jdkhome switch.
> >>
> >> BUILD FAILED
> >> /Users/david/Develop/Code/NetBeans/netbeans-donation-
> review/nbbuild/build.xml:1027:
> >> exec returned: 2
> >>
> >> I’ve tried setting the —jdkhome property, exporting JAVA_HOME and
> editing
> >> ./nbbuild/netbeans/etc/netbeans.conf
> >>
> >> Any suggestions?
> >>
> >>> On 15 Jun 2017, at 12:07, Geertjan Wielenga <
> >> geertjan.wielenga@googlemail.com> wrote:
> >>>
> >>> Use JDK 8 for building. Note that just because you can't build yet on
> >> JDK 9
> >>> doesn't mean you can't run on JDK 9. In fact, you CAN run on JDK 9,
> which
> >>> will give you the JShell integration (via the Tools window).
> >>>
> >>> Gj
> >>>
> >>> On Thu, Jun 15, 2017 at 12:53 PM, David Salter <da...@me.com>
> >> wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> Building on Java 9 fails for me on Mac OS X 10.12.4
> >>>>
> >>>> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
> >>>>
> >>>>  [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-
> >>>> review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66:
> error:
> >>>> NbInstrumentation is not abstract and does not override abstract
> method
> >>>> isModifiableModule(Module) in Instrumentation
> >>>>  [repeat] final class NbInstrumentation implements Instrumentation {
> >>>>
> >>>> Has anyone managed to build successful on Java 9?
> >>>>
> >>>> To start the build on Java 9, I used the following:
> >>>>
> >>>> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
> >>>> [repeat] final class NbInstrumentation implements Instrumentation {
> >>>>
> >>>>> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com>
> >>>> wrote:
> >>>>>
> >>>>> OS: *Windows 10 Pro 64bit*
> >>>>> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
> >>>>> RAM: 16.0 GB
> >>>>>
> >>>>> Ant Version: 1.10.1
> >>>>> Javac Version: javac 1.8.0_121
> >>>>>
> >>>>> *BUILD SUCCESSFUL*
> >>>>> *Total time: 12 minutes 24 seconds*
> >>>>>
> >>>>> ant tryme works fine.
> >>>>>
> >>>>> Trying Spring Boot v1.5.4 + maven based project with custom action
> >>>>>
> >>>>> <action>
> >>>>>          <actionName>CUSTOM-spring-boot:run dev</actionName>
> >>>>>          <displayName>spring-boot:run dev</displayName>
> >>>>>          <goals>
> >>>>>              <goal>spring-boot:run</goal>
> >>>>>          </goals>
> >>>>>          <properties>
> >>>>>              <spring.profiles.active>dev</spring.profiles.active>
> >>>>>          </properties>
> >>>>>          <activatedProfiles>
> >>>>>              <activatedProfile>dev</activatedProfile>
> >>>>>          </activatedProfiles>
> >>>>>      </action>
> >>>>>
> >>>>> Which executes this goal
> >>>>>
> >>>>> mvn -Dspring.profiles.active=dev
> >>>>> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\
> >>>> netbeans-donation-review_20170715\\nbbuild\\netbeans\\
> >>>> java\\maven-nblib\\netbeans-eventspy.jar
> >>>>> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
> >>>>>
> >>>>> Result
> >>>>> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
> >>>>> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on
> port(s):
> >>>> 8080
> >>>>> (http)
> >>>>> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
> >>>>> c.t.fma.FileManagerApiApplication        : Started FMApiApplication
> in
> >>>>> 16.978 seconds (JVM running for 31.706)
> >>>>>
> >>>>> Will use in production for some time and update you with any
> detection.
> >>>>>
> >>>>> 8 plugin updates available, currently testing without applying
> updates.
> >>>> *Please
> >>>>> advice* which way is preferable for testing with current situation of
> >>>>> donation build, update plugins or not*?*
> >>>>>
> >>>>>
> >>>>> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
> >>>>> manikantannaren@gmail.com> wrote:
> >>>>>
> >>>>>> Build successful with Java 8.
> >>>>>>
> >>>>>> On Jun 15, 2017 08:57, "Geertjan Wielenga"
> >>>> <geertjan.wielenga@googlemail.
> >>>>>> com>
> >>>>>> wrote:
> >>>>>>
> >>>>>>> Can you try with JDK 8 as well, to check that the issue is related
> to
> >>>> the
> >>>>>>> JDK you're using?
> >>>>>>>
> >>>>>>> Gj
> >>>>>>>
> >>>>>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
> >>>>>>> manikantannaren@gmail.com> wrote:
> >>>>>>>
> >>>>>>>> I got compilation errors on a different module *xml.tools*.
> >>>>>>>>
> >>>>>>>> With Java 9 (build 9-ea+173)
> >>>>>>>>
> >>>>>>>> compile:
> >>>>>>>>
> >>>>>>>> [depend] Deleted 12 out of date files in 0 seconds
> >>>>>>>>
> >>>>>>>> [nb-javac] Compiling 5 source files to
> <unzip-root>/xml.tools/build/
> >>>>>>>> classes
> >>>>>>>>
> >>>>>>>> [repeat] warning: [options] bootstrap class path not set in
> >>>>>>> conjunction
> >>>>>>>> with -source 1.4
> >>>>>>>>
> >>>>>>>> [repeat] error: Source option 1.4 is no longer supported. Use 1.6
> >> or
> >>>>>>>> later.
> >>>>>>>>
> >>>>>>>> [repeat] error: Target option 1.4 is no longer supported. Use 1.6
> >> or
> >>>>>>>> later.
> >>>>>>>>
> >>>>>>>> [nbmerge] Failed to build target: all-xml.tools
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> BUILD FAILED
> >>>>>>>>
> >>>>>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred
> >>>> while
> >>>>>>>> executing this line:
> >>>>>>>>
> >>>>>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred
> >>>> while
> >>>>>>>> executing this line:
> >>>>>>>>
> >>>>>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred
> >>>> while
> >>>>>>>> executing this line:
> >>>>>>>>
> >>>>>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed;
> see
> >>>> the
> >>>>>>>> compiler error output for details.
> >>>>>>>>
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> *Cheers*
> >>>>>>>> Mani/Naren/Iyer
> >>>>>>>> *The trick of walking on water is knowing where the stones are.*
> >>>>>>>>
> >>>>>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <
> moltenma@gmail.com
> >>>
> >>>>>>>> wrote:
> >>>>>>>>
> >>>>>>>>> hi,
> >>>>>>>>>
> >>>>>>>>> macOS: High Sierra Beta
> >>>>>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
> >>>>>>>>>
> >>>>>>>>> Build, tryme and new small application: OK
> >>>>>>>>>
> >>>>>>>>> With JDK 9 there I get the following error, it seems that JDK 9
> is
> >>>>>> not
> >>>>>>>>> supported.
> >>>>>>>>>
> >>>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
> >>>>>>>>> nbbuild/templates/projectized.xml:96:
> >>>>>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
> >>>>>>>>>
> >>>>>>>>> This is forbidden as it may lead to accidental usage of JDK 9+
> >> APIs.
> >>>>>>>>>
> >>>>>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> >>>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
> >>>>>>>>> nbbuild/user.build.properties
> >>>>>>>>>
> >>>>>>>>> (can be set from IDE by opening a module project's Properties
> >> dialog
> >>>>>>> and
> >>>>>>>>> picking the right Java Platform in Libraries).
> >>>>>>>>>
> >>>>>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
> >>>>>>>>> properties
> >>>>>>>>> to affect all checkouts on this machine.
> >>>>>>>>>
> >>>>>>>>> If you are sure you want to build with JDK 9+ anyway, use:
> >>>>>>>>> -Dpermit.jdk9.builds=true
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
> >>>>>>>>>
> >>>>>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
> >>>>>>>>>
> >>>>>>>>> BUILD FAILED
> >>>>>>>>>
> >>>>>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> >>>>>>>>> geertjan.wielenga@googlemail.com> wrote:
> >>>>>>>>>
> >>>>>>>>>> Can you also try with JDK 8 and see if that makes a difference?
> >>>>>>>>>>
> >>>>>>>>>> Gj
> >>>>>>>>>>
> >>>>>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <
> >> moltenma@gmail.com
> >>>>>>>
> >>>>>>>>> wrote:
> >>>>>>>>>>
> >>>>>>>>>>> Hi,
> >>>>>>>>>>>
> >>>>>>>>>>> OS: macOS 10.13 Beta (High Sierra)
> >>>>>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> >>>>>>>>>>>
> >>>>>>>>>>> Build FAILED.
> >>>>>>>>>>>
> >>>>>>>>>>> Should I open an issue or the environment doesn't qualify for
> the
> >>>>>>>> test?
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> Marco
> >>>>>>>>>>>
> >>>>>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> >>>>>>>>> jiri.kovalsky@oracle.com
> >>>>>>>>>>>
> >>>>>>>>>>> wrote:
> >>>>>>>>>>>
> >>>>>>>>>>>> Hello NetCAT 9.0 participants,
> >>>>>>>>>>>>
> >>>>>>>>>>>> let me first of all warmly welcome all the well known faces
> >>>>>>>> (ehm,
> >>>>>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
> >>>>>> more
> >>>>>>>>>>>> importantly we are thrilled to see several new supporters!
> >>>>>>>>>>>>
> >>>>>>>>>>>> While there are almost 80 subscribers to this list, we have
> >>>>>>> only
> >>>>>>>>> 56
> >>>>>>>>>>>> participants registered in the NetBeans dashboard [1] so if
> you
> >>>>>>>> don't
> >>>>>>>>>>> find
> >>>>>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
> >>>>>>> soon
> >>>>>>>> as
> >>>>>>>>>>>> possible. Without passing this registration step, you won't
> >>>>>> have
> >>>>>>>> your
> >>>>>>>>>>>> account created in Synergy and you won't be able to
> participate
> >>>>>>> in
> >>>>>>>>> the
> >>>>>>>>>>>> official certification later.
> >>>>>>>>>>>>
> >>>>>>>>>>>> [1] http://services.netbeans.org/
> >>>>>> dashboard/web/participants.php
> >>>>>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
> >>>>>> php
> >>>>>>>>>>>>
> >>>>>>>>>>>> Today we have the very first assignment for you. As the
> >>>>>>> initial
> >>>>>>>>>>>> NetBeans code donation to Apache Incubator is just round the
> >>>>>>> corner
> >>>>>>>>> we
> >>>>>>>>>>>> would like you to download the ZIP with NetBeans sources,
> >>>>>> extract
> >>>>>>>>> these
> >>>>>>>>>>>> locally, build the IDE with ANT and then give it your first
> >>>>>> test
> >>>>>>>>> drive.
> >>>>>>>>>>> The
> >>>>>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
> >>>>>>>>>>>>
> >>>>>>>>>>>> If you spot anything suspicious either during the building
> >>>>>>>> process
> >>>>>>>>>> or
> >>>>>>>>>>>> using the IDE later, don't hesitate to share your findings
> >>>>>>> through
> >>>>>>>>> this
> >>>>>>>>>>>> list first and let's file common problems to JIRA [3] then.
> >>>>>>>>>>>>
> >>>>>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
> >>>>>>>>>>>>
> >>>>>>>>>>>> The ZIP and instructions what to do are available here:
> >>>>>>>>>>>>
> >>>>>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
> >>>>>>>>>>>>
> >>>>>>>>>>>> Thanks for your help and we declare open the NetBeans
> Community
> >>>>>>>>>>> Acceptance
> >>>>>>>>>>>> Program (NetCAT) of version 9.0! :)
> >>>>>>>>>>>>
> >>>>>>>>>>>> Happy testing,
> >>>>>>>>>>>> Jirka & Hermien
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>>
> >>>>> Best regards,
> >>>>> Thilina Ranathunga.
> >>>>
> >>>>
> >>
> >>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by David Salter <da...@me.com>.
That works perfectly.

I guess there’s potentially an issue with “ant tryme” on Java 9?

Ta.

Dave.

> On 15 Jun 2017, at 13:51, Geertjan Wielenga <ge...@googlemail.com> wrote:
> 
> In 'nbbuild' folder, you'll find 'netbeans' folder, containing
> 'etc/netbeans.conf' as with any NetBeans installation. Set JDK 9 there and
> run NetBeans from 'nbbuild/netbeans/bin' as always.
> 
> Gj
> 
> On Thu, Jun 15, 2017 at 2:48 PM, David Salter <da...@me.com> wrote:
> 
>> Yes, I can build on Java 8, but then I’m having trouble running with Java
>> 9 :(
>> 
>> I get the following error:
>> 
>> ant tryme
>> …
>> 
>> tryme:
>>     [exec] Cannot find java. Please use the --jdkhome switch.
>> 
>> BUILD FAILED
>> /Users/david/Develop/Code/NetBeans/netbeans-donation-review/nbbuild/build.xml:1027:
>> exec returned: 2
>> 
>> I’ve tried setting the —jdkhome property, exporting JAVA_HOME and editing
>> ./nbbuild/netbeans/etc/netbeans.conf
>> 
>> Any suggestions?
>> 
>>> On 15 Jun 2017, at 12:07, Geertjan Wielenga <
>> geertjan.wielenga@googlemail.com> wrote:
>>> 
>>> Use JDK 8 for building. Note that just because you can't build yet on
>> JDK 9
>>> doesn't mean you can't run on JDK 9. In fact, you CAN run on JDK 9, which
>>> will give you the JShell integration (via the Tools window).
>>> 
>>> Gj
>>> 
>>> On Thu, Jun 15, 2017 at 12:53 PM, David Salter <da...@me.com>
>> wrote:
>>> 
>>>> Hi,
>>>> 
>>>> Building on Java 9 fails for me on Mac OS X 10.12.4
>>>> 
>>>> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
>>>> 
>>>>  [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-
>>>> review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66: error:
>>>> NbInstrumentation is not abstract and does not override abstract method
>>>> isModifiableModule(Module) in Instrumentation
>>>>  [repeat] final class NbInstrumentation implements Instrumentation {
>>>> 
>>>> Has anyone managed to build successful on Java 9?
>>>> 
>>>> To start the build on Java 9, I used the following:
>>>> 
>>>> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
>>>> [repeat] final class NbInstrumentation implements Instrumentation {
>>>> 
>>>>> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com>
>>>> wrote:
>>>>> 
>>>>> OS: *Windows 10 Pro 64bit*
>>>>> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
>>>>> RAM: 16.0 GB
>>>>> 
>>>>> Ant Version: 1.10.1
>>>>> Javac Version: javac 1.8.0_121
>>>>> 
>>>>> *BUILD SUCCESSFUL*
>>>>> *Total time: 12 minutes 24 seconds*
>>>>> 
>>>>> ant tryme works fine.
>>>>> 
>>>>> Trying Spring Boot v1.5.4 + maven based project with custom action
>>>>> 
>>>>> <action>
>>>>>          <actionName>CUSTOM-spring-boot:run dev</actionName>
>>>>>          <displayName>spring-boot:run dev</displayName>
>>>>>          <goals>
>>>>>              <goal>spring-boot:run</goal>
>>>>>          </goals>
>>>>>          <properties>
>>>>>              <spring.profiles.active>dev</spring.profiles.active>
>>>>>          </properties>
>>>>>          <activatedProfiles>
>>>>>              <activatedProfile>dev</activatedProfile>
>>>>>          </activatedProfiles>
>>>>>      </action>
>>>>> 
>>>>> Which executes this goal
>>>>> 
>>>>> mvn -Dspring.profiles.active=dev
>>>>> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\
>>>> netbeans-donation-review_20170715\\nbbuild\\netbeans\\
>>>> java\\maven-nblib\\netbeans-eventspy.jar
>>>>> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
>>>>> 
>>>>> Result
>>>>> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
>>>>> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s):
>>>> 8080
>>>>> (http)
>>>>> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
>>>>> c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
>>>>> 16.978 seconds (JVM running for 31.706)
>>>>> 
>>>>> Will use in production for some time and update you with any detection.
>>>>> 
>>>>> 8 plugin updates available, currently testing without applying updates.
>>>> *Please
>>>>> advice* which way is preferable for testing with current situation of
>>>>> donation build, update plugins or not*?*
>>>>> 
>>>>> 
>>>>> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
>>>>> manikantannaren@gmail.com> wrote:
>>>>> 
>>>>>> Build successful with Java 8.
>>>>>> 
>>>>>> On Jun 15, 2017 08:57, "Geertjan Wielenga"
>>>> <geertjan.wielenga@googlemail.
>>>>>> com>
>>>>>> wrote:
>>>>>> 
>>>>>>> Can you try with JDK 8 as well, to check that the issue is related to
>>>> the
>>>>>>> JDK you're using?
>>>>>>> 
>>>>>>> Gj
>>>>>>> 
>>>>>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
>>>>>>> manikantannaren@gmail.com> wrote:
>>>>>>> 
>>>>>>>> I got compilation errors on a different module *xml.tools*.
>>>>>>>> 
>>>>>>>> With Java 9 (build 9-ea+173)
>>>>>>>> 
>>>>>>>> compile:
>>>>>>>> 
>>>>>>>> [depend] Deleted 12 out of date files in 0 seconds
>>>>>>>> 
>>>>>>>> [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
>>>>>>>> classes
>>>>>>>> 
>>>>>>>> [repeat] warning: [options] bootstrap class path not set in
>>>>>>> conjunction
>>>>>>>> with -source 1.4
>>>>>>>> 
>>>>>>>> [repeat] error: Source option 1.4 is no longer supported. Use 1.6
>> or
>>>>>>>> later.
>>>>>>>> 
>>>>>>>> [repeat] error: Target option 1.4 is no longer supported. Use 1.6
>> or
>>>>>>>> later.
>>>>>>>> 
>>>>>>>> [nbmerge] Failed to build target: all-xml.tools
>>>>>>>> 
>>>>>>>> 
>>>>>>>> BUILD FAILED
>>>>>>>> 
>>>>>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred
>>>> while
>>>>>>>> executing this line:
>>>>>>>> 
>>>>>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred
>>>> while
>>>>>>>> executing this line:
>>>>>>>> 
>>>>>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred
>>>> while
>>>>>>>> executing this line:
>>>>>>>> 
>>>>>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see
>>>> the
>>>>>>>> compiler error output for details.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> *Cheers*
>>>>>>>> Mani/Naren/Iyer
>>>>>>>> *The trick of walking on water is knowing where the stones are.*
>>>>>>>> 
>>>>>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <moltenma@gmail.com
>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> hi,
>>>>>>>>> 
>>>>>>>>> macOS: High Sierra Beta
>>>>>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
>>>>>>>>> 
>>>>>>>>> Build, tryme and new small application: OK
>>>>>>>>> 
>>>>>>>>> With JDK 9 there I get the following error, it seems that JDK 9 is
>>>>>> not
>>>>>>>>> supported.
>>>>>>>>> 
>>>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>>>>> nbbuild/templates/projectized.xml:96:
>>>>>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
>>>>>>>>> 
>>>>>>>>> This is forbidden as it may lead to accidental usage of JDK 9+
>> APIs.
>>>>>>>>> 
>>>>>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
>>>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>>>>> nbbuild/user.build.properties
>>>>>>>>> 
>>>>>>>>> (can be set from IDE by opening a module project's Properties
>> dialog
>>>>>>> and
>>>>>>>>> picking the right Java Platform in Libraries).
>>>>>>>>> 
>>>>>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
>>>>>>>>> properties
>>>>>>>>> to affect all checkouts on this machine.
>>>>>>>>> 
>>>>>>>>> If you are sure you want to build with JDK 9+ anyway, use:
>>>>>>>>> -Dpermit.jdk9.builds=true
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
>>>>>>>>> 
>>>>>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
>>>>>>>>> 
>>>>>>>>> BUILD FAILED
>>>>>>>>> 
>>>>>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
>>>>>>>>> geertjan.wielenga@googlemail.com> wrote:
>>>>>>>>> 
>>>>>>>>>> Can you also try with JDK 8 and see if that makes a difference?
>>>>>>>>>> 
>>>>>>>>>> Gj
>>>>>>>>>> 
>>>>>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <
>> moltenma@gmail.com
>>>>>>> 
>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Hi,
>>>>>>>>>>> 
>>>>>>>>>>> OS: macOS 10.13 Beta (High Sierra)
>>>>>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
>>>>>>>>>>> 
>>>>>>>>>>> Build FAILED.
>>>>>>>>>>> 
>>>>>>>>>>> Should I open an issue or the environment doesn't qualify for the
>>>>>>>> test?
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> Marco
>>>>>>>>>>> 
>>>>>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>>>>>>>>> jiri.kovalsky@oracle.com
>>>>>>>>>>> 
>>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Hello NetCAT 9.0 participants,
>>>>>>>>>>>> 
>>>>>>>>>>>> let me first of all warmly welcome all the well known faces
>>>>>>>> (ehm,
>>>>>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
>>>>>> more
>>>>>>>>>>>> importantly we are thrilled to see several new supporters!
>>>>>>>>>>>> 
>>>>>>>>>>>> While there are almost 80 subscribers to this list, we have
>>>>>>> only
>>>>>>>>> 56
>>>>>>>>>>>> participants registered in the NetBeans dashboard [1] so if you
>>>>>>>> don't
>>>>>>>>>>> find
>>>>>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
>>>>>>> soon
>>>>>>>> as
>>>>>>>>>>>> possible. Without passing this registration step, you won't
>>>>>> have
>>>>>>>> your
>>>>>>>>>>>> account created in Synergy and you won't be able to participate
>>>>>>> in
>>>>>>>>> the
>>>>>>>>>>>> official certification later.
>>>>>>>>>>>> 
>>>>>>>>>>>> [1] http://services.netbeans.org/
>>>>>> dashboard/web/participants.php
>>>>>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
>>>>>> php
>>>>>>>>>>>> 
>>>>>>>>>>>> Today we have the very first assignment for you. As the
>>>>>>> initial
>>>>>>>>>>>> NetBeans code donation to Apache Incubator is just round the
>>>>>>> corner
>>>>>>>>> we
>>>>>>>>>>>> would like you to download the ZIP with NetBeans sources,
>>>>>> extract
>>>>>>>>> these
>>>>>>>>>>>> locally, build the IDE with ANT and then give it your first
>>>>>> test
>>>>>>>>> drive.
>>>>>>>>>>> The
>>>>>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>>>>>>>>>> 
>>>>>>>>>>>> If you spot anything suspicious either during the building
>>>>>>>> process
>>>>>>>>>> or
>>>>>>>>>>>> using the IDE later, don't hesitate to share your findings
>>>>>>> through
>>>>>>>>> this
>>>>>>>>>>>> list first and let's file common problems to JIRA [3] then.
>>>>>>>>>>>> 
>>>>>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>>>>>>>>>>> 
>>>>>>>>>>>> The ZIP and instructions what to do are available here:
>>>>>>>>>>>> 
>>>>>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks for your help and we declare open the NetBeans Community
>>>>>>>>>>> Acceptance
>>>>>>>>>>>> Program (NetCAT) of version 9.0! :)
>>>>>>>>>>>> 
>>>>>>>>>>>> Happy testing,
>>>>>>>>>>>> Jirka & Hermien
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> 
>>>>> Best regards,
>>>>> Thilina Ranathunga.
>>>> 
>>>> 
>> 
>> 


Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
In 'nbbuild' folder, you'll find 'netbeans' folder, containing
'etc/netbeans.conf' as with any NetBeans installation. Set JDK 9 there and
run NetBeans from 'nbbuild/netbeans/bin' as always.

Gj

On Thu, Jun 15, 2017 at 2:48 PM, David Salter <da...@me.com> wrote:

> Yes, I can build on Java 8, but then I’m having trouble running with Java
> 9 :(
>
> I get the following error:
>
> ant tryme
> …
>
> tryme:
>      [exec] Cannot find java. Please use the --jdkhome switch.
>
> BUILD FAILED
> /Users/david/Develop/Code/NetBeans/netbeans-donation-review/nbbuild/build.xml:1027:
> exec returned: 2
>
> I’ve tried setting the —jdkhome property, exporting JAVA_HOME and editing
> ./nbbuild/netbeans/etc/netbeans.conf
>
> Any suggestions?
>
> > On 15 Jun 2017, at 12:07, Geertjan Wielenga <
> geertjan.wielenga@googlemail.com> wrote:
> >
> > Use JDK 8 for building. Note that just because you can't build yet on
> JDK 9
> > doesn't mean you can't run on JDK 9. In fact, you CAN run on JDK 9, which
> > will give you the JShell integration (via the Tools window).
> >
> > Gj
> >
> > On Thu, Jun 15, 2017 at 12:53 PM, David Salter <da...@me.com>
> wrote:
> >
> >> Hi,
> >>
> >> Building on Java 9 fails for me on Mac OS X 10.12.4
> >>
> >> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
> >>
> >>   [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-
> >> review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66: error:
> >> NbInstrumentation is not abstract and does not override abstract method
> >> isModifiableModule(Module) in Instrumentation
> >>   [repeat] final class NbInstrumentation implements Instrumentation {
> >>
> >> Has anyone managed to build successful on Java 9?
> >>
> >> To start the build on Java 9, I used the following:
> >>
> >> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
> >>  [repeat] final class NbInstrumentation implements Instrumentation {
> >>
> >>> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com>
> >> wrote:
> >>>
> >>> OS: *Windows 10 Pro 64bit*
> >>> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
> >>> RAM: 16.0 GB
> >>>
> >>> Ant Version: 1.10.1
> >>> Javac Version: javac 1.8.0_121
> >>>
> >>> *BUILD SUCCESSFUL*
> >>> *Total time: 12 minutes 24 seconds*
> >>>
> >>> ant tryme works fine.
> >>>
> >>> Trying Spring Boot v1.5.4 + maven based project with custom action
> >>>
> >>> <action>
> >>>           <actionName>CUSTOM-spring-boot:run dev</actionName>
> >>>           <displayName>spring-boot:run dev</displayName>
> >>>           <goals>
> >>>               <goal>spring-boot:run</goal>
> >>>           </goals>
> >>>           <properties>
> >>>               <spring.profiles.active>dev</spring.profiles.active>
> >>>           </properties>
> >>>           <activatedProfiles>
> >>>               <activatedProfile>dev</activatedProfile>
> >>>           </activatedProfiles>
> >>>       </action>
> >>>
> >>> Which executes this goal
> >>>
> >>> mvn -Dspring.profiles.active=dev
> >>> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\
> >> netbeans-donation-review_20170715\\nbbuild\\netbeans\\
> >> java\\maven-nblib\\netbeans-eventspy.jar
> >>> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
> >>>
> >>> Result
> >>> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
> >>> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s):
> >> 8080
> >>> (http)
> >>> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
> >>> c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
> >>> 16.978 seconds (JVM running for 31.706)
> >>>
> >>> Will use in production for some time and update you with any detection.
> >>>
> >>> 8 plugin updates available, currently testing without applying updates.
> >> *Please
> >>> advice* which way is preferable for testing with current situation of
> >>> donation build, update plugins or not*?*
> >>>
> >>>
> >>> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
> >>> manikantannaren@gmail.com> wrote:
> >>>
> >>>> Build successful with Java 8.
> >>>>
> >>>> On Jun 15, 2017 08:57, "Geertjan Wielenga"
> >> <geertjan.wielenga@googlemail.
> >>>> com>
> >>>> wrote:
> >>>>
> >>>>> Can you try with JDK 8 as well, to check that the issue is related to
> >> the
> >>>>> JDK you're using?
> >>>>>
> >>>>> Gj
> >>>>>
> >>>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
> >>>>> manikantannaren@gmail.com> wrote:
> >>>>>
> >>>>>> I got compilation errors on a different module *xml.tools*.
> >>>>>>
> >>>>>> With Java 9 (build 9-ea+173)
> >>>>>>
> >>>>>> compile:
> >>>>>>
> >>>>>>  [depend] Deleted 12 out of date files in 0 seconds
> >>>>>>
> >>>>>> [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
> >>>>>> classes
> >>>>>>
> >>>>>>  [repeat] warning: [options] bootstrap class path not set in
> >>>>> conjunction
> >>>>>> with -source 1.4
> >>>>>>
> >>>>>>  [repeat] error: Source option 1.4 is no longer supported. Use 1.6
> or
> >>>>>> later.
> >>>>>>
> >>>>>>  [repeat] error: Target option 1.4 is no longer supported. Use 1.6
> or
> >>>>>> later.
> >>>>>>
> >>>>>> [nbmerge] Failed to build target: all-xml.tools
> >>>>>>
> >>>>>>
> >>>>>> BUILD FAILED
> >>>>>>
> >>>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred
> >> while
> >>>>>> executing this line:
> >>>>>>
> >>>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred
> >> while
> >>>>>> executing this line:
> >>>>>>
> >>>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred
> >> while
> >>>>>> executing this line:
> >>>>>>
> >>>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see
> >> the
> >>>>>> compiler error output for details.
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> *Cheers*
> >>>>>> Mani/Naren/Iyer
> >>>>>> *The trick of walking on water is knowing where the stones are.*
> >>>>>>
> >>>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <moltenma@gmail.com
> >
> >>>>>> wrote:
> >>>>>>
> >>>>>>> hi,
> >>>>>>>
> >>>>>>> macOS: High Sierra Beta
> >>>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
> >>>>>>>
> >>>>>>> Build, tryme and new small application: OK
> >>>>>>>
> >>>>>>> With JDK 9 there I get the following error, it seems that JDK 9 is
> >>>> not
> >>>>>>> supported.
> >>>>>>>
> >>>>>>> /Users/marco/Downloads/netbeans-donation-review/
> >>>>>>> nbbuild/templates/projectized.xml:96:
> >>>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
> >>>>>>>
> >>>>>>> This is forbidden as it may lead to accidental usage of JDK 9+
> APIs.
> >>>>>>>
> >>>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> >>>>>>> /Users/marco/Downloads/netbeans-donation-review/
> >>>>>>> nbbuild/user.build.properties
> >>>>>>>
> >>>>>>> (can be set from IDE by opening a module project's Properties
> dialog
> >>>>> and
> >>>>>>> picking the right Java Platform in Libraries).
> >>>>>>>
> >>>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
> >>>>>>> properties
> >>>>>>> to affect all checkouts on this machine.
> >>>>>>>
> >>>>>>> If you are sure you want to build with JDK 9+ anyway, use:
> >>>>>>> -Dpermit.jdk9.builds=true
> >>>>>>>
> >>>>>>>
> >>>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
> >>>>>>>
> >>>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
> >>>>>>>
> >>>>>>> BUILD FAILED
> >>>>>>>
> >>>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> >>>>>>> geertjan.wielenga@googlemail.com> wrote:
> >>>>>>>
> >>>>>>>> Can you also try with JDK 8 and see if that makes a difference?
> >>>>>>>>
> >>>>>>>> Gj
> >>>>>>>>
> >>>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <
> moltenma@gmail.com
> >>>>>
> >>>>>>> wrote:
> >>>>>>>>
> >>>>>>>>> Hi,
> >>>>>>>>>
> >>>>>>>>> OS: macOS 10.13 Beta (High Sierra)
> >>>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> >>>>>>>>>
> >>>>>>>>> Build FAILED.
> >>>>>>>>>
> >>>>>>>>> Should I open an issue or the environment doesn't qualify for the
> >>>>>> test?
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> Marco
> >>>>>>>>>
> >>>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> >>>>>>> jiri.kovalsky@oracle.com
> >>>>>>>>>
> >>>>>>>>> wrote:
> >>>>>>>>>
> >>>>>>>>>> Hello NetCAT 9.0 participants,
> >>>>>>>>>>
> >>>>>>>>>>  let me first of all warmly welcome all the well known faces
> >>>>>> (ehm,
> >>>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
> >>>> more
> >>>>>>>>>> importantly we are thrilled to see several new supporters!
> >>>>>>>>>>
> >>>>>>>>>>  While there are almost 80 subscribers to this list, we have
> >>>>> only
> >>>>>>> 56
> >>>>>>>>>> participants registered in the NetBeans dashboard [1] so if you
> >>>>>> don't
> >>>>>>>>> find
> >>>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
> >>>>> soon
> >>>>>> as
> >>>>>>>>>> possible. Without passing this registration step, you won't
> >>>> have
> >>>>>> your
> >>>>>>>>>> account created in Synergy and you won't be able to participate
> >>>>> in
> >>>>>>> the
> >>>>>>>>>> official certification later.
> >>>>>>>>>>
> >>>>>>>>>> [1] http://services.netbeans.org/
> >>>> dashboard/web/participants.php
> >>>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
> >>>> php
> >>>>>>>>>>
> >>>>>>>>>>  Today we have the very first assignment for you. As the
> >>>>> initial
> >>>>>>>>>> NetBeans code donation to Apache Incubator is just round the
> >>>>> corner
> >>>>>>> we
> >>>>>>>>>> would like you to download the ZIP with NetBeans sources,
> >>>> extract
> >>>>>>> these
> >>>>>>>>>> locally, build the IDE with ANT and then give it your first
> >>>> test
> >>>>>>> drive.
> >>>>>>>>> The
> >>>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
> >>>>>>>>>>
> >>>>>>>>>>  If you spot anything suspicious either during the building
> >>>>>> process
> >>>>>>>> or
> >>>>>>>>>> using the IDE later, don't hesitate to share your findings
> >>>>> through
> >>>>>>> this
> >>>>>>>>>> list first and let's file common problems to JIRA [3] then.
> >>>>>>>>>>
> >>>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
> >>>>>>>>>>
> >>>>>>>>>> The ZIP and instructions what to do are available here:
> >>>>>>>>>>
> >>>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
> >>>>>>>>>>
> >>>>>>>>>> Thanks for your help and we declare open the NetBeans Community
> >>>>>>>>> Acceptance
> >>>>>>>>>> Program (NetCAT) of version 9.0! :)
> >>>>>>>>>>
> >>>>>>>>>> Happy testing,
> >>>>>>>>>> Jirka & Hermien
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>>
> >>> Best regards,
> >>> Thilina Ranathunga.
> >>
> >>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by David Salter <da...@me.com>.
Yes, I can build on Java 8, but then I’m having trouble running with Java 9 :(

I get the following error:

ant tryme
…

tryme:
     [exec] Cannot find java. Please use the --jdkhome switch.

BUILD FAILED
/Users/david/Develop/Code/NetBeans/netbeans-donation-review/nbbuild/build.xml:1027: exec returned: 2

I’ve tried setting the —jdkhome property, exporting JAVA_HOME and editing ./nbbuild/netbeans/etc/netbeans.conf 

Any suggestions?

> On 15 Jun 2017, at 12:07, Geertjan Wielenga <ge...@googlemail.com> wrote:
> 
> Use JDK 8 for building. Note that just because you can't build yet on JDK 9
> doesn't mean you can't run on JDK 9. In fact, you CAN run on JDK 9, which
> will give you the JShell integration (via the Tools window).
> 
> Gj
> 
> On Thu, Jun 15, 2017 at 12:53 PM, David Salter <da...@me.com> wrote:
> 
>> Hi,
>> 
>> Building on Java 9 fails for me on Mac OS X 10.12.4
>> 
>> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
>> 
>>   [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-
>> review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66: error:
>> NbInstrumentation is not abstract and does not override abstract method
>> isModifiableModule(Module) in Instrumentation
>>   [repeat] final class NbInstrumentation implements Instrumentation {
>> 
>> Has anyone managed to build successful on Java 9?
>> 
>> To start the build on Java 9, I used the following:
>> 
>> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
>>  [repeat] final class NbInstrumentation implements Instrumentation {
>> 
>>> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com>
>> wrote:
>>> 
>>> OS: *Windows 10 Pro 64bit*
>>> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
>>> RAM: 16.0 GB
>>> 
>>> Ant Version: 1.10.1
>>> Javac Version: javac 1.8.0_121
>>> 
>>> *BUILD SUCCESSFUL*
>>> *Total time: 12 minutes 24 seconds*
>>> 
>>> ant tryme works fine.
>>> 
>>> Trying Spring Boot v1.5.4 + maven based project with custom action
>>> 
>>> <action>
>>>           <actionName>CUSTOM-spring-boot:run dev</actionName>
>>>           <displayName>spring-boot:run dev</displayName>
>>>           <goals>
>>>               <goal>spring-boot:run</goal>
>>>           </goals>
>>>           <properties>
>>>               <spring.profiles.active>dev</spring.profiles.active>
>>>           </properties>
>>>           <activatedProfiles>
>>>               <activatedProfile>dev</activatedProfile>
>>>           </activatedProfiles>
>>>       </action>
>>> 
>>> Which executes this goal
>>> 
>>> mvn -Dspring.profiles.active=dev
>>> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\
>> netbeans-donation-review_20170715\\nbbuild\\netbeans\\
>> java\\maven-nblib\\netbeans-eventspy.jar
>>> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
>>> 
>>> Result
>>> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
>>> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s):
>> 8080
>>> (http)
>>> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
>>> c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
>>> 16.978 seconds (JVM running for 31.706)
>>> 
>>> Will use in production for some time and update you with any detection.
>>> 
>>> 8 plugin updates available, currently testing without applying updates.
>> *Please
>>> advice* which way is preferable for testing with current situation of
>>> donation build, update plugins or not*?*
>>> 
>>> 
>>> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
>>> manikantannaren@gmail.com> wrote:
>>> 
>>>> Build successful with Java 8.
>>>> 
>>>> On Jun 15, 2017 08:57, "Geertjan Wielenga"
>> <geertjan.wielenga@googlemail.
>>>> com>
>>>> wrote:
>>>> 
>>>>> Can you try with JDK 8 as well, to check that the issue is related to
>> the
>>>>> JDK you're using?
>>>>> 
>>>>> Gj
>>>>> 
>>>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
>>>>> manikantannaren@gmail.com> wrote:
>>>>> 
>>>>>> I got compilation errors on a different module *xml.tools*.
>>>>>> 
>>>>>> With Java 9 (build 9-ea+173)
>>>>>> 
>>>>>> compile:
>>>>>> 
>>>>>>  [depend] Deleted 12 out of date files in 0 seconds
>>>>>> 
>>>>>> [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
>>>>>> classes
>>>>>> 
>>>>>>  [repeat] warning: [options] bootstrap class path not set in
>>>>> conjunction
>>>>>> with -source 1.4
>>>>>> 
>>>>>>  [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
>>>>>> later.
>>>>>> 
>>>>>>  [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
>>>>>> later.
>>>>>> 
>>>>>> [nbmerge] Failed to build target: all-xml.tools
>>>>>> 
>>>>>> 
>>>>>> BUILD FAILED
>>>>>> 
>>>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred
>> while
>>>>>> executing this line:
>>>>>> 
>>>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred
>> while
>>>>>> executing this line:
>>>>>> 
>>>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred
>> while
>>>>>> executing this line:
>>>>>> 
>>>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see
>> the
>>>>>> compiler error output for details.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> *Cheers*
>>>>>> Mani/Naren/Iyer
>>>>>> *The trick of walking on water is knowing where the stones are.*
>>>>>> 
>>>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
>>>>>> wrote:
>>>>>> 
>>>>>>> hi,
>>>>>>> 
>>>>>>> macOS: High Sierra Beta
>>>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
>>>>>>> 
>>>>>>> Build, tryme and new small application: OK
>>>>>>> 
>>>>>>> With JDK 9 there I get the following error, it seems that JDK 9 is
>>>> not
>>>>>>> supported.
>>>>>>> 
>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>>> nbbuild/templates/projectized.xml:96:
>>>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
>>>>>>> 
>>>>>>> This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
>>>>>>> 
>>>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
>>>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>>>> nbbuild/user.build.properties
>>>>>>> 
>>>>>>> (can be set from IDE by opening a module project's Properties dialog
>>>>> and
>>>>>>> picking the right Java Platform in Libraries).
>>>>>>> 
>>>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
>>>>>>> properties
>>>>>>> to affect all checkouts on this machine.
>>>>>>> 
>>>>>>> If you are sure you want to build with JDK 9+ anyway, use:
>>>>>>> -Dpermit.jdk9.builds=true
>>>>>>> 
>>>>>>> 
>>>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
>>>>>>> 
>>>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
>>>>>>> 
>>>>>>> BUILD FAILED
>>>>>>> 
>>>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
>>>>>>> geertjan.wielenga@googlemail.com> wrote:
>>>>>>> 
>>>>>>>> Can you also try with JDK 8 and see if that makes a difference?
>>>>>>>> 
>>>>>>>> Gj
>>>>>>>> 
>>>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <moltenma@gmail.com
>>>>> 
>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> Hi,
>>>>>>>>> 
>>>>>>>>> OS: macOS 10.13 Beta (High Sierra)
>>>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
>>>>>>>>> 
>>>>>>>>> Build FAILED.
>>>>>>>>> 
>>>>>>>>> Should I open an issue or the environment doesn't qualify for the
>>>>>> test?
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> Marco
>>>>>>>>> 
>>>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>>>>>>> jiri.kovalsky@oracle.com
>>>>>>>>> 
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Hello NetCAT 9.0 participants,
>>>>>>>>>> 
>>>>>>>>>>  let me first of all warmly welcome all the well known faces
>>>>>> (ehm,
>>>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
>>>> more
>>>>>>>>>> importantly we are thrilled to see several new supporters!
>>>>>>>>>> 
>>>>>>>>>>  While there are almost 80 subscribers to this list, we have
>>>>> only
>>>>>>> 56
>>>>>>>>>> participants registered in the NetBeans dashboard [1] so if you
>>>>>> don't
>>>>>>>>> find
>>>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
>>>>> soon
>>>>>> as
>>>>>>>>>> possible. Without passing this registration step, you won't
>>>> have
>>>>>> your
>>>>>>>>>> account created in Synergy and you won't be able to participate
>>>>> in
>>>>>>> the
>>>>>>>>>> official certification later.
>>>>>>>>>> 
>>>>>>>>>> [1] http://services.netbeans.org/
>>>> dashboard/web/participants.php
>>>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
>>>> php
>>>>>>>>>> 
>>>>>>>>>>  Today we have the very first assignment for you. As the
>>>>> initial
>>>>>>>>>> NetBeans code donation to Apache Incubator is just round the
>>>>> corner
>>>>>>> we
>>>>>>>>>> would like you to download the ZIP with NetBeans sources,
>>>> extract
>>>>>>> these
>>>>>>>>>> locally, build the IDE with ANT and then give it your first
>>>> test
>>>>>>> drive.
>>>>>>>>> The
>>>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>>>>>>>> 
>>>>>>>>>>  If you spot anything suspicious either during the building
>>>>>> process
>>>>>>>> or
>>>>>>>>>> using the IDE later, don't hesitate to share your findings
>>>>> through
>>>>>>> this
>>>>>>>>>> list first and let's file common problems to JIRA [3] then.
>>>>>>>>>> 
>>>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>>>>>>>>> 
>>>>>>>>>> The ZIP and instructions what to do are available here:
>>>>>>>>>> 
>>>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>>>>>>>>> 
>>>>>>>>>> Thanks for your help and we declare open the NetBeans Community
>>>>>>>>> Acceptance
>>>>>>>>>> Program (NetCAT) of version 9.0! :)
>>>>>>>>>> 
>>>>>>>>>> Happy testing,
>>>>>>>>>> Jirka & Hermien
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> 
>>> Best regards,
>>> Thilina Ranathunga.
>> 
>> 


Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
Use JDK 8 for building. Note that just because you can't build yet on JDK 9
doesn't mean you can't run on JDK 9. In fact, you CAN run on JDK 9, which
will give you the JShell integration (via the Tools window).

Gj

On Thu, Jun 15, 2017 at 12:53 PM, David Salter <da...@me.com> wrote:

> Hi,
>
> Building on Java 9 fails for me on Mac OS X 10.12.4
>
> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)
>
>    [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-
> review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66: error:
> NbInstrumentation is not abstract and does not override abstract method
> isModifiableModule(Module) in Instrumentation
>    [repeat] final class NbInstrumentation implements Instrumentation {
>
> Has anyone managed to build successful on Java 9?
>
> To start the build on Java 9, I used the following:
>
> $ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
>   [repeat] final class NbInstrumentation implements Instrumentation {
>
> > On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com>
> wrote:
> >
> > OS: *Windows 10 Pro 64bit*
> > Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
> > RAM: 16.0 GB
> >
> > Ant Version: 1.10.1
> > Javac Version: javac 1.8.0_121
> >
> > *BUILD SUCCESSFUL*
> > *Total time: 12 minutes 24 seconds*
> >
> > ant tryme works fine.
> >
> > Trying Spring Boot v1.5.4 + maven based project with custom action
> >
> > <action>
> >            <actionName>CUSTOM-spring-boot:run dev</actionName>
> >            <displayName>spring-boot:run dev</displayName>
> >            <goals>
> >                <goal>spring-boot:run</goal>
> >            </goals>
> >            <properties>
> >                <spring.profiles.active>dev</spring.profiles.active>
> >            </properties>
> >            <activatedProfiles>
> >                <activatedProfile>dev</activatedProfile>
> >            </activatedProfiles>
> >        </action>
> >
> > Which executes this goal
> >
> > mvn -Dspring.profiles.active=dev
> > -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\
> netbeans-donation-review_20170715\\nbbuild\\netbeans\\
> java\\maven-nblib\\netbeans-eventspy.jar
> > -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
> >
> > Result
> > 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
> > s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s):
> 8080
> > (http)
> > 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
> > c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
> > 16.978 seconds (JVM running for 31.706)
> >
> > Will use in production for some time and update you with any detection.
> >
> > 8 plugin updates available, currently testing without applying updates.
> *Please
> > advice* which way is preferable for testing with current situation of
> > donation build, update plugins or not*?*
> >
> >
> > On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
> > manikantannaren@gmail.com> wrote:
> >
> >> Build successful with Java 8.
> >>
> >> On Jun 15, 2017 08:57, "Geertjan Wielenga"
> <geertjan.wielenga@googlemail.
> >> com>
> >> wrote:
> >>
> >>> Can you try with JDK 8 as well, to check that the issue is related to
> the
> >>> JDK you're using?
> >>>
> >>> Gj
> >>>
> >>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
> >>> manikantannaren@gmail.com> wrote:
> >>>
> >>>> I got compilation errors on a different module *xml.tools*.
> >>>>
> >>>> With Java 9 (build 9-ea+173)
> >>>>
> >>>> compile:
> >>>>
> >>>>   [depend] Deleted 12 out of date files in 0 seconds
> >>>>
> >>>> [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
> >>>> classes
> >>>>
> >>>>   [repeat] warning: [options] bootstrap class path not set in
> >>> conjunction
> >>>> with -source 1.4
> >>>>
> >>>>   [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
> >>>> later.
> >>>>
> >>>>   [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
> >>>> later.
> >>>>
> >>>>  [nbmerge] Failed to build target: all-xml.tools
> >>>>
> >>>>
> >>>> BUILD FAILED
> >>>>
> >>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred
> while
> >>>> executing this line:
> >>>>
> >>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred
> while
> >>>> executing this line:
> >>>>
> >>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred
> while
> >>>> executing this line:
> >>>>
> >>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see
> the
> >>>> compiler error output for details.
> >>>>
> >>>>
> >>>>
> >>>> *Cheers*
> >>>> Mani/Naren/Iyer
> >>>> *The trick of walking on water is knowing where the stones are.*
> >>>>
> >>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
> >>>> wrote:
> >>>>
> >>>>> hi,
> >>>>>
> >>>>> macOS: High Sierra Beta
> >>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
> >>>>>
> >>>>> Build, tryme and new small application: OK
> >>>>>
> >>>>> With JDK 9 there I get the following error, it seems that JDK 9 is
> >> not
> >>>>> supported.
> >>>>>
> >>>>> /Users/marco/Downloads/netbeans-donation-review/
> >>>>> nbbuild/templates/projectized.xml:96:
> >>>>> You are attempting to build NetBeans using JDK 9 (or higher).
> >>>>>
> >>>>> This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
> >>>>>
> >>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> >>>>> /Users/marco/Downloads/netbeans-donation-review/
> >>>>> nbbuild/user.build.properties
> >>>>>
> >>>>> (can be set from IDE by opening a module project's Properties dialog
> >>> and
> >>>>> picking the right Java Platform in Libraries).
> >>>>>
> >>>>> You can alternatively set this property in /Users/marco/.nbbuild.
> >>>>> properties
> >>>>> to affect all checkouts on this machine.
> >>>>>
> >>>>> If you are sure you want to build with JDK 9+ anyway, use:
> >>>>> -Dpermit.jdk9.builds=true
> >>>>>
> >>>>>
> >>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
> >>>>>
> >>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
> >>>>>
> >>>>> BUILD FAILED
> >>>>>
> >>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> >>>>> geertjan.wielenga@googlemail.com> wrote:
> >>>>>
> >>>>>> Can you also try with JDK 8 and see if that makes a difference?
> >>>>>>
> >>>>>> Gj
> >>>>>>
> >>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <moltenma@gmail.com
> >>>
> >>>>> wrote:
> >>>>>>
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> OS: macOS 10.13 Beta (High Sierra)
> >>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> >>>>>>>
> >>>>>>> Build FAILED.
> >>>>>>>
> >>>>>>> Should I open an issue or the environment doesn't qualify for the
> >>>> test?
> >>>>>>>
> >>>>>>>
> >>>>>>> Marco
> >>>>>>>
> >>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> >>>>> jiri.kovalsky@oracle.com
> >>>>>>>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>> Hello NetCAT 9.0 participants,
> >>>>>>>>
> >>>>>>>>   let me first of all warmly welcome all the well known faces
> >>>> (ehm,
> >>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
> >> more
> >>>>>>>> importantly we are thrilled to see several new supporters!
> >>>>>>>>
> >>>>>>>>   While there are almost 80 subscribers to this list, we have
> >>> only
> >>>>> 56
> >>>>>>>> participants registered in the NetBeans dashboard [1] so if you
> >>>> don't
> >>>>>>> find
> >>>>>>>> your name in the table, we strongly suggest to sign up [2] as
> >>> soon
> >>>> as
> >>>>>>>> possible. Without passing this registration step, you won't
> >> have
> >>>> your
> >>>>>>>> account created in Synergy and you won't be able to participate
> >>> in
> >>>>> the
> >>>>>>>> official certification later.
> >>>>>>>>
> >>>>>>>> [1] http://services.netbeans.org/
> >> dashboard/web/participants.php
> >>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
> >> php
> >>>>>>>>
> >>>>>>>>   Today we have the very first assignment for you. As the
> >>> initial
> >>>>>>>> NetBeans code donation to Apache Incubator is just round the
> >>> corner
> >>>>> we
> >>>>>>>> would like you to download the ZIP with NetBeans sources,
> >> extract
> >>>>> these
> >>>>>>>> locally, build the IDE with ANT and then give it your first
> >> test
> >>>>> drive.
> >>>>>>> The
> >>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
> >>>>>>>>
> >>>>>>>>   If you spot anything suspicious either during the building
> >>>> process
> >>>>>> or
> >>>>>>>> using the IDE later, don't hesitate to share your findings
> >>> through
> >>>>> this
> >>>>>>>> list first and let's file common problems to JIRA [3] then.
> >>>>>>>>
> >>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
> >>>>>>>>
> >>>>>>>> The ZIP and instructions what to do are available here:
> >>>>>>>>
> >>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
> >>>>>>>>
> >>>>>>>> Thanks for your help and we declare open the NetBeans Community
> >>>>>>> Acceptance
> >>>>>>>> Program (NetCAT) of version 9.0! :)
> >>>>>>>>
> >>>>>>>> Happy testing,
> >>>>>>>> Jirka & Hermien
> >>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>
> >
> >
> >
> > --
> >
> > Best regards,
> > Thilina Ranathunga.
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by David Salter <da...@me.com>.
Hi,

Building on Java 9 fails for me on Mac OS X 10.12.4

Java HotSpot(TM) 64-Bit Server VM (build 9-ea+173, mixed mode)

   [repeat] /Users/david/Develop/Code/NetBeans/netbeans-donation-review/o.n.bootstrap/src/org/netbeans/NbInstrumentation.java:66: error: NbInstrumentation is not abstract and does not override abstract method isModifiableModule(Module) in Instrumentation
   [repeat] final class NbInstrumentation implements Instrumentation {

Has anyone managed to build successful on Java 9?

To start the build on Java 9, I used the following:

$ ant build -Dcluster.config=java -Dpermit.jdk9.builds=true
  [repeat] final class NbInstrumentation implements Instrumentation {

> On 15 Jun 2017, at 08:04, Thilina Ranathunga <r....@gmail.com> wrote:
> 
> OS: *Windows 10 Pro 64bit*
> Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
> RAM: 16.0 GB
> 
> Ant Version: 1.10.1
> Javac Version: javac 1.8.0_121
> 
> *BUILD SUCCESSFUL*
> *Total time: 12 minutes 24 seconds*
> 
> ant tryme works fine.
> 
> Trying Spring Boot v1.5.4 + maven based project with custom action
> 
> <action>
>            <actionName>CUSTOM-spring-boot:run dev</actionName>
>            <displayName>spring-boot:run dev</displayName>
>            <goals>
>                <goal>spring-boot:run</goal>
>            </goals>
>            <properties>
>                <spring.profiles.active>dev</spring.profiles.active>
>            </properties>
>            <activatedProfiles>
>                <activatedProfile>dev</activatedProfile>
>            </activatedProfiles>
>        </action>
> 
> Which executes this goal
> 
> mvn -Dspring.profiles.active=dev
> -Dmaven.ext.class.path=D:\\Downloads\\Compressed\\netbeans-donation-review_20170715\\nbbuild\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar
> -Dfile.encoding=UTF-8 -Pdev spring-boot:run\
> 
> Result
> 2017-06-15 12:12:51.095  INFO 7408 --- [           main]
> s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080
> (http)
> 2017-06-15 12:12:51.111  INFO 7408 --- [           main]
> c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
> 16.978 seconds (JVM running for 31.706)
> 
> Will use in production for some time and update you with any detection.
> 
> 8 plugin updates available, currently testing without applying updates. *Please
> advice* which way is preferable for testing with current situation of
> donation build, update plugins or not*?*
> 
> 
> On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
> manikantannaren@gmail.com> wrote:
> 
>> Build successful with Java 8.
>> 
>> On Jun 15, 2017 08:57, "Geertjan Wielenga" <geertjan.wielenga@googlemail.
>> com>
>> wrote:
>> 
>>> Can you try with JDK 8 as well, to check that the issue is related to the
>>> JDK you're using?
>>> 
>>> Gj
>>> 
>>> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
>>> manikantannaren@gmail.com> wrote:
>>> 
>>>> I got compilation errors on a different module *xml.tools*.
>>>> 
>>>> With Java 9 (build 9-ea+173)
>>>> 
>>>> compile:
>>>> 
>>>>   [depend] Deleted 12 out of date files in 0 seconds
>>>> 
>>>> [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
>>>> classes
>>>> 
>>>>   [repeat] warning: [options] bootstrap class path not set in
>>> conjunction
>>>> with -source 1.4
>>>> 
>>>>   [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
>>>> later.
>>>> 
>>>>   [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
>>>> later.
>>>> 
>>>>  [nbmerge] Failed to build target: all-xml.tools
>>>> 
>>>> 
>>>> BUILD FAILED
>>>> 
>>>> <unzip-root>/nbbuild/build.xml:450: The following error occurred while
>>>> executing this line:
>>>> 
>>>> <unzip-root>/nbbuild/build.xml:445: The following error occurred while
>>>> executing this line:
>>>> 
>>>> <unzip-root>/nbbuild/build.xml:492: The following error occurred while
>>>> executing this line:
>>>> 
>>>> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see the
>>>> compiler error output for details.
>>>> 
>>>> 
>>>> 
>>>> *Cheers*
>>>> Mani/Naren/Iyer
>>>> *The trick of walking on water is knowing where the stones are.*
>>>> 
>>>> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
>>>> wrote:
>>>> 
>>>>> hi,
>>>>> 
>>>>> macOS: High Sierra Beta
>>>>> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
>>>>> 
>>>>> Build, tryme and new small application: OK
>>>>> 
>>>>> With JDK 9 there I get the following error, it seems that JDK 9 is
>> not
>>>>> supported.
>>>>> 
>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>> nbbuild/templates/projectized.xml:96:
>>>>> You are attempting to build NetBeans using JDK 9 (or higher).
>>>>> 
>>>>> This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
>>>>> 
>>>>> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
>>>>> /Users/marco/Downloads/netbeans-donation-review/
>>>>> nbbuild/user.build.properties
>>>>> 
>>>>> (can be set from IDE by opening a module project's Properties dialog
>>> and
>>>>> picking the right Java Platform in Libraries).
>>>>> 
>>>>> You can alternatively set this property in /Users/marco/.nbbuild.
>>>>> properties
>>>>> to affect all checkouts on this machine.
>>>>> 
>>>>> If you are sure you want to build with JDK 9+ anyway, use:
>>>>> -Dpermit.jdk9.builds=true
>>>>> 
>>>>> 
>>>>> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
>>>>> 
>>>>> [nbmerge] Failed to build target: all-o.n.bootstrap
>>>>> 
>>>>> BUILD FAILED
>>>>> 
>>>>> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
>>>>> geertjan.wielenga@googlemail.com> wrote:
>>>>> 
>>>>>> Can you also try with JDK 8 and see if that makes a difference?
>>>>>> 
>>>>>> Gj
>>>>>> 
>>>>>> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <moltenma@gmail.com
>>> 
>>>>> wrote:
>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>> OS: macOS 10.13 Beta (High Sierra)
>>>>>>> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
>>>>>>> 
>>>>>>> Build FAILED.
>>>>>>> 
>>>>>>> Should I open an issue or the environment doesn't qualify for the
>>>> test?
>>>>>>> 
>>>>>>> 
>>>>>>> Marco
>>>>>>> 
>>>>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>>>>> jiri.kovalsky@oracle.com
>>>>>>> 
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Hello NetCAT 9.0 participants,
>>>>>>>> 
>>>>>>>>   let me first of all warmly welcome all the well known faces
>>>> (ehm,
>>>>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but
>> more
>>>>>>>> importantly we are thrilled to see several new supporters!
>>>>>>>> 
>>>>>>>>   While there are almost 80 subscribers to this list, we have
>>> only
>>>>> 56
>>>>>>>> participants registered in the NetBeans dashboard [1] so if you
>>>> don't
>>>>>>> find
>>>>>>>> your name in the table, we strongly suggest to sign up [2] as
>>> soon
>>>> as
>>>>>>>> possible. Without passing this registration step, you won't
>> have
>>>> your
>>>>>>>> account created in Synergy and you won't be able to participate
>>> in
>>>>> the
>>>>>>>> official certification later.
>>>>>>>> 
>>>>>>>> [1] http://services.netbeans.org/
>> dashboard/web/participants.php
>>>>>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.
>> php
>>>>>>>> 
>>>>>>>>   Today we have the very first assignment for you. As the
>>> initial
>>>>>>>> NetBeans code donation to Apache Incubator is just round the
>>> corner
>>>>> we
>>>>>>>> would like you to download the ZIP with NetBeans sources,
>> extract
>>>>> these
>>>>>>>> locally, build the IDE with ANT and then give it your first
>> test
>>>>> drive.
>>>>>>> The
>>>>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>>>>>> 
>>>>>>>>   If you spot anything suspicious either during the building
>>>> process
>>>>>> or
>>>>>>>> using the IDE later, don't hesitate to share your findings
>>> through
>>>>> this
>>>>>>>> list first and let's file common problems to JIRA [3] then.
>>>>>>>> 
>>>>>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>>>>>>> 
>>>>>>>> The ZIP and instructions what to do are available here:
>>>>>>>> 
>>>>>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>>>>>>> 
>>>>>>>> Thanks for your help and we declare open the NetBeans Community
>>>>>>> Acceptance
>>>>>>>> Program (NetCAT) of version 9.0! :)
>>>>>>>> 
>>>>>>>> Happy testing,
>>>>>>>> Jirka & Hermien
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
> 
> 
> 
> -- 
> 
> Best regards,
> Thilina Ranathunga.


Re: [news] Welcome to NetCAT 9.0 program!

Posted by Thilina Ranathunga <r....@gmail.com>.
OS: *Windows 10 Pro 64bit*
Processor: i7-7500U CPU @ 2.70GHz 2.9GHz
RAM: 16.0 GB

Ant Version: 1.10.1
Javac Version: javac 1.8.0_121

*BUILD SUCCESSFUL*
*Total time: 12 minutes 24 seconds*

ant tryme works fine.

Trying Spring Boot v1.5.4 + maven based project with custom action

<action>
            <actionName>CUSTOM-spring-boot:run dev</actionName>
            <displayName>spring-boot:run dev</displayName>
            <goals>
                <goal>spring-boot:run</goal>
            </goals>
            <properties>
                <spring.profiles.active>dev</spring.profiles.active>
            </properties>
            <activatedProfiles>
                <activatedProfile>dev</activatedProfile>
            </activatedProfiles>
        </action>

Which executes this goal

mvn -Dspring.profiles.active=dev
-Dmaven.ext.class.path=D:\\Downloads\\Compressed\\netbeans-donation-review_20170715\\nbbuild\\netbeans\\java\\maven-nblib\\netbeans-eventspy.jar
-Dfile.encoding=UTF-8 -Pdev spring-boot:run\

Result
2017-06-15 12:12:51.095  INFO 7408 --- [           main]
s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080
(http)
2017-06-15 12:12:51.111  INFO 7408 --- [           main]
c.t.fma.FileManagerApiApplication        : Started FMApiApplication in
16.978 seconds (JVM running for 31.706)

Will use in production for some time and update you with any detection.

8 plugin updates available, currently testing without applying updates. *Please
advice* which way is preferable for testing with current situation of
donation build, update plugins or not*?*


On Thu, Jun 15, 2017 at 10:58 AM, Manikantan Narender nath <
manikantannaren@gmail.com> wrote:

> Build successful with Java 8.
>
> On Jun 15, 2017 08:57, "Geertjan Wielenga" <geertjan.wielenga@googlemail.
> com>
> wrote:
>
> > Can you try with JDK 8 as well, to check that the issue is related to the
> > JDK you're using?
> >
> > Gj
> >
> > On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
> > manikantannaren@gmail.com> wrote:
> >
> > > I got compilation errors on a different module *xml.tools*.
> > >
> > > With Java 9 (build 9-ea+173)
> > >
> > > compile:
> > >
> > >    [depend] Deleted 12 out of date files in 0 seconds
> > >
> > >  [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
> > > classes
> > >
> > >    [repeat] warning: [options] bootstrap class path not set in
> > conjunction
> > > with -source 1.4
> > >
> > >    [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
> > > later.
> > >
> > >    [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
> > > later.
> > >
> > >   [nbmerge] Failed to build target: all-xml.tools
> > >
> > >
> > > BUILD FAILED
> > >
> > > <unzip-root>/nbbuild/build.xml:450: The following error occurred while
> > > executing this line:
> > >
> > > <unzip-root>/nbbuild/build.xml:445: The following error occurred while
> > > executing this line:
> > >
> > > <unzip-root>/nbbuild/build.xml:492: The following error occurred while
> > > executing this line:
> > >
> > > <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see the
> > > compiler error output for details.
> > >
> > >
> > >
> > > *Cheers*
> > > Mani/Naren/Iyer
> > > *The trick of walking on water is knowing where the stones are.*
> > >
> > > On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
> > > wrote:
> > >
> > > > hi,
> > > >
> > > > macOS: High Sierra Beta
> > > > JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
> > > >
> > > > Build, tryme and new small application: OK
> > > >
> > > > With JDK 9 there I get the following error, it seems that JDK 9 is
> not
> > > > supported.
> > > >
> > > > /Users/marco/Downloads/netbeans-donation-review/
> > > > nbbuild/templates/projectized.xml:96:
> > > > You are attempting to build NetBeans using JDK 9 (or higher).
> > > >
> > > > This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
> > > >
> > > > Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> > > > /Users/marco/Downloads/netbeans-donation-review/
> > > > nbbuild/user.build.properties
> > > >
> > > > (can be set from IDE by opening a module project's Properties dialog
> > and
> > > > picking the right Java Platform in Libraries).
> > > >
> > > > You can alternatively set this property in /Users/marco/.nbbuild.
> > > > properties
> > > > to affect all checkouts on this machine.
> > > >
> > > > If you are sure you want to build with JDK 9+ anyway, use:
> > > > -Dpermit.jdk9.builds=true
> > > >
> > > >
> > > > I tried with '-Dpermit.jdk9.builds=true' but the build failed:
> > > >
> > > > [nbmerge] Failed to build target: all-o.n.bootstrap
> > > >
> > > > BUILD FAILED
> > > >
> > > > On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> > > > geertjan.wielenga@googlemail.com> wrote:
> > > >
> > > > > Can you also try with JDK 8 and see if that makes a difference?
> > > > >
> > > > > Gj
> > > > >
> > > > > On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <moltenma@gmail.com
> >
> > > > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > OS: macOS 10.13 Beta (High Sierra)
> > > > > > JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> > > > > >
> > > > > > Build FAILED.
> > > > > >
> > > > > > Should I open an issue or the environment doesn't qualify for the
> > > test?
> > > > > >
> > > > > >
> > > > > > Marco
> > > > > >
> > > > > > On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> > > > jiri.kovalsky@oracle.com
> > > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hello NetCAT 9.0 participants,
> > > > > > >
> > > > > > >    let me first of all warmly welcome all the well known faces
> > > (ehm,
> > > > > > > e-mails :) in this new Apache hosted NetCAT mailing list but
> more
> > > > > > > importantly we are thrilled to see several new supporters!
> > > > > > >
> > > > > > >    While there are almost 80 subscribers to this list, we have
> > only
> > > > 56
> > > > > > > participants registered in the NetBeans dashboard [1] so if you
> > > don't
> > > > > > find
> > > > > > > your name in the table, we strongly suggest to sign up [2] as
> > soon
> > > as
> > > > > > > possible. Without passing this registration step, you won't
> have
> > > your
> > > > > > > account created in Synergy and you won't be able to participate
> > in
> > > > the
> > > > > > > official certification later.
> > > > > > >
> > > > > > > [1] http://services.netbeans.org/
> dashboard/web/participants.php
> > > > > > > [2] http://services.netbeans.org/dashboard/web/netcat_signup.
> php
> > > > > > >
> > > > > > >    Today we have the very first assignment for you. As the
> > initial
> > > > > > > NetBeans code donation to Apache Incubator is just round the
> > corner
> > > > we
> > > > > > > would like you to download the ZIP with NetBeans sources,
> extract
> > > > these
> > > > > > > locally, build the IDE with ANT and then give it your first
> test
> > > > drive.
> > > > > > The
> > > > > > > more OS/JDK8/JDK9 configurations we get covered the better!
> > > > > > >
> > > > > > >    If you spot anything suspicious either during the building
> > > process
> > > > > or
> > > > > > > using the IDE later, don't hesitate to share your findings
> > through
> > > > this
> > > > > > > list first and let's file common problems to JIRA [3] then.
> > > > > > >
> > > > > > > [3] https://issues.apache.org/jira/projects/NETBEANS
> > > > > > >
> > > > > > > The ZIP and instructions what to do are available here:
> > > > > > >
> > > > > > > http://deadlock.netbeans.org/job/prototypes-donation_review/
> > > > > > >
> > > > > > > Thanks for your help and we declare open the NetBeans Community
> > > > > > Acceptance
> > > > > > > Program (NetCAT) of version 9.0! :)
> > > > > > >
> > > > > > > Happy testing,
> > > > > > > Jirka & Hermien
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>



-- 

Best regards,
Thilina Ranathunga.

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Manikantan Narender nath <ma...@gmail.com>.
Build successful with Java 8.

On Jun 15, 2017 08:57, "Geertjan Wielenga" <ge...@googlemail.com>
wrote:

> Can you try with JDK 8 as well, to check that the issue is related to the
> JDK you're using?
>
> Gj
>
> On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
> manikantannaren@gmail.com> wrote:
>
> > I got compilation errors on a different module *xml.tools*.
> >
> > With Java 9 (build 9-ea+173)
> >
> > compile:
> >
> >    [depend] Deleted 12 out of date files in 0 seconds
> >
> >  [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
> > classes
> >
> >    [repeat] warning: [options] bootstrap class path not set in
> conjunction
> > with -source 1.4
> >
> >    [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
> > later.
> >
> >    [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
> > later.
> >
> >   [nbmerge] Failed to build target: all-xml.tools
> >
> >
> > BUILD FAILED
> >
> > <unzip-root>/nbbuild/build.xml:450: The following error occurred while
> > executing this line:
> >
> > <unzip-root>/nbbuild/build.xml:445: The following error occurred while
> > executing this line:
> >
> > <unzip-root>/nbbuild/build.xml:492: The following error occurred while
> > executing this line:
> >
> > <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see the
> > compiler error output for details.
> >
> >
> >
> > *Cheers*
> > Mani/Naren/Iyer
> > *The trick of walking on water is knowing where the stones are.*
> >
> > On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
> > wrote:
> >
> > > hi,
> > >
> > > macOS: High Sierra Beta
> > > JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
> > >
> > > Build, tryme and new small application: OK
> > >
> > > With JDK 9 there I get the following error, it seems that JDK 9 is not
> > > supported.
> > >
> > > /Users/marco/Downloads/netbeans-donation-review/
> > > nbbuild/templates/projectized.xml:96:
> > > You are attempting to build NetBeans using JDK 9 (or higher).
> > >
> > > This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
> > >
> > > Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> > > /Users/marco/Downloads/netbeans-donation-review/
> > > nbbuild/user.build.properties
> > >
> > > (can be set from IDE by opening a module project's Properties dialog
> and
> > > picking the right Java Platform in Libraries).
> > >
> > > You can alternatively set this property in /Users/marco/.nbbuild.
> > > properties
> > > to affect all checkouts on this machine.
> > >
> > > If you are sure you want to build with JDK 9+ anyway, use:
> > > -Dpermit.jdk9.builds=true
> > >
> > >
> > > I tried with '-Dpermit.jdk9.builds=true' but the build failed:
> > >
> > > [nbmerge] Failed to build target: all-o.n.bootstrap
> > >
> > > BUILD FAILED
> > >
> > > On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> > > geertjan.wielenga@googlemail.com> wrote:
> > >
> > > > Can you also try with JDK 8 and see if that makes a difference?
> > > >
> > > > Gj
> > > >
> > > > On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <mo...@gmail.com>
> > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > OS: macOS 10.13 Beta (High Sierra)
> > > > > JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> > > > >
> > > > > Build FAILED.
> > > > >
> > > > > Should I open an issue or the environment doesn't qualify for the
> > test?
> > > > >
> > > > >
> > > > > Marco
> > > > >
> > > > > On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> > > jiri.kovalsky@oracle.com
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hello NetCAT 9.0 participants,
> > > > > >
> > > > > >    let me first of all warmly welcome all the well known faces
> > (ehm,
> > > > > > e-mails :) in this new Apache hosted NetCAT mailing list but more
> > > > > > importantly we are thrilled to see several new supporters!
> > > > > >
> > > > > >    While there are almost 80 subscribers to this list, we have
> only
> > > 56
> > > > > > participants registered in the NetBeans dashboard [1] so if you
> > don't
> > > > > find
> > > > > > your name in the table, we strongly suggest to sign up [2] as
> soon
> > as
> > > > > > possible. Without passing this registration step, you won't have
> > your
> > > > > > account created in Synergy and you won't be able to participate
> in
> > > the
> > > > > > official certification later.
> > > > > >
> > > > > > [1] http://services.netbeans.org/dashboard/web/participants.php
> > > > > > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> > > > > >
> > > > > >    Today we have the very first assignment for you. As the
> initial
> > > > > > NetBeans code donation to Apache Incubator is just round the
> corner
> > > we
> > > > > > would like you to download the ZIP with NetBeans sources, extract
> > > these
> > > > > > locally, build the IDE with ANT and then give it your first test
> > > drive.
> > > > > The
> > > > > > more OS/JDK8/JDK9 configurations we get covered the better!
> > > > > >
> > > > > >    If you spot anything suspicious either during the building
> > process
> > > > or
> > > > > > using the IDE later, don't hesitate to share your findings
> through
> > > this
> > > > > > list first and let's file common problems to JIRA [3] then.
> > > > > >
> > > > > > [3] https://issues.apache.org/jira/projects/NETBEANS
> > > > > >
> > > > > > The ZIP and instructions what to do are available here:
> > > > > >
> > > > > > http://deadlock.netbeans.org/job/prototypes-donation_review/
> > > > > >
> > > > > > Thanks for your help and we declare open the NetBeans Community
> > > > > Acceptance
> > > > > > Program (NetCAT) of version 9.0! :)
> > > > > >
> > > > > > Happy testing,
> > > > > > Jirka & Hermien
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
Can you try with JDK 8 as well, to check that the issue is related to the
JDK you're using?

Gj

On Thu, Jun 15, 2017 at 5:24 AM, Manikantan Narender nath <
manikantannaren@gmail.com> wrote:

> I got compilation errors on a different module *xml.tools*.
>
> With Java 9 (build 9-ea+173)
>
> compile:
>
>    [depend] Deleted 12 out of date files in 0 seconds
>
>  [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/
> classes
>
>    [repeat] warning: [options] bootstrap class path not set in conjunction
> with -source 1.4
>
>    [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
> later.
>
>    [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
> later.
>
>   [nbmerge] Failed to build target: all-xml.tools
>
>
> BUILD FAILED
>
> <unzip-root>/nbbuild/build.xml:450: The following error occurred while
> executing this line:
>
> <unzip-root>/nbbuild/build.xml:445: The following error occurred while
> executing this line:
>
> <unzip-root>/nbbuild/build.xml:492: The following error occurred while
> executing this line:
>
> <unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see the
> compiler error output for details.
>
>
>
> *Cheers*
> Mani/Naren/Iyer
> *The trick of walking on water is knowing where the stones are.*
>
> On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com>
> wrote:
>
> > hi,
> >
> > macOS: High Sierra Beta
> > JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
> >
> > Build, tryme and new small application: OK
> >
> > With JDK 9 there I get the following error, it seems that JDK 9 is not
> > supported.
> >
> > /Users/marco/Downloads/netbeans-donation-review/
> > nbbuild/templates/projectized.xml:96:
> > You are attempting to build NetBeans using JDK 9 (or higher).
> >
> > This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
> >
> > Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> > /Users/marco/Downloads/netbeans-donation-review/
> > nbbuild/user.build.properties
> >
> > (can be set from IDE by opening a module project's Properties dialog and
> > picking the right Java Platform in Libraries).
> >
> > You can alternatively set this property in /Users/marco/.nbbuild.
> > properties
> > to affect all checkouts on this machine.
> >
> > If you are sure you want to build with JDK 9+ anyway, use:
> > -Dpermit.jdk9.builds=true
> >
> >
> > I tried with '-Dpermit.jdk9.builds=true' but the build failed:
> >
> > [nbmerge] Failed to build target: all-o.n.bootstrap
> >
> > BUILD FAILED
> >
> > On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> > geertjan.wielenga@googlemail.com> wrote:
> >
> > > Can you also try with JDK 8 and see if that makes a difference?
> > >
> > > Gj
> > >
> > > On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <mo...@gmail.com>
> > wrote:
> > >
> > > > Hi,
> > > >
> > > > OS: macOS 10.13 Beta (High Sierra)
> > > > JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> > > >
> > > > Build FAILED.
> > > >
> > > > Should I open an issue or the environment doesn't qualify for the
> test?
> > > >
> > > >
> > > > Marco
> > > >
> > > > On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> > jiri.kovalsky@oracle.com
> > > >
> > > > wrote:
> > > >
> > > > > Hello NetCAT 9.0 participants,
> > > > >
> > > > >    let me first of all warmly welcome all the well known faces
> (ehm,
> > > > > e-mails :) in this new Apache hosted NetCAT mailing list but more
> > > > > importantly we are thrilled to see several new supporters!
> > > > >
> > > > >    While there are almost 80 subscribers to this list, we have only
> > 56
> > > > > participants registered in the NetBeans dashboard [1] so if you
> don't
> > > > find
> > > > > your name in the table, we strongly suggest to sign up [2] as soon
> as
> > > > > possible. Without passing this registration step, you won't have
> your
> > > > > account created in Synergy and you won't be able to participate in
> > the
> > > > > official certification later.
> > > > >
> > > > > [1] http://services.netbeans.org/dashboard/web/participants.php
> > > > > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> > > > >
> > > > >    Today we have the very first assignment for you. As the initial
> > > > > NetBeans code donation to Apache Incubator is just round the corner
> > we
> > > > > would like you to download the ZIP with NetBeans sources, extract
> > these
> > > > > locally, build the IDE with ANT and then give it your first test
> > drive.
> > > > The
> > > > > more OS/JDK8/JDK9 configurations we get covered the better!
> > > > >
> > > > >    If you spot anything suspicious either during the building
> process
> > > or
> > > > > using the IDE later, don't hesitate to share your findings through
> > this
> > > > > list first and let's file common problems to JIRA [3] then.
> > > > >
> > > > > [3] https://issues.apache.org/jira/projects/NETBEANS
> > > > >
> > > > > The ZIP and instructions what to do are available here:
> > > > >
> > > > > http://deadlock.netbeans.org/job/prototypes-donation_review/
> > > > >
> > > > > Thanks for your help and we declare open the NetBeans Community
> > > > Acceptance
> > > > > Program (NetCAT) of version 9.0! :)
> > > > >
> > > > > Happy testing,
> > > > > Jirka & Hermien
> > > > >
> > > >
> > >
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Manikantan Narender nath <ma...@gmail.com>.
I got compilation errors on a different module *xml.tools*.

With Java 9 (build 9-ea+173)

compile:

   [depend] Deleted 12 out of date files in 0 seconds

 [nb-javac] Compiling 5 source files to <unzip-root>/xml.tools/build/classes

   [repeat] warning: [options] bootstrap class path not set in conjunction
with -source 1.4

   [repeat] error: Source option 1.4 is no longer supported. Use 1.6 or
later.

   [repeat] error: Target option 1.4 is no longer supported. Use 1.6 or
later.

  [nbmerge] Failed to build target: all-xml.tools


BUILD FAILED

<unzip-root>/nbbuild/build.xml:450: The following error occurred while
executing this line:

<unzip-root>/nbbuild/build.xml:445: The following error occurred while
executing this line:

<unzip-root>/nbbuild/build.xml:492: The following error occurred while
executing this line:

<unzip-root>/nbbuild/templates/common.xml:225: Compile failed; see the
compiler error output for details.



*Cheers*
Mani/Naren/Iyer
*The trick of walking on water is knowing where the stones are.*

On Thu, Jun 15, 2017 at 12:13 AM, Marco Molteni <mo...@gmail.com> wrote:

> hi,
>
> macOS: High Sierra Beta
> JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
>
> Build, tryme and new small application: OK
>
> With JDK 9 there I get the following error, it seems that JDK 9 is not
> supported.
>
> /Users/marco/Downloads/netbeans-donation-review/
> nbbuild/templates/projectized.xml:96:
> You are attempting to build NetBeans using JDK 9 (or higher).
>
> This is forbidden as it may lead to accidental usage of JDK 9+ APIs.
>
> Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
> /Users/marco/Downloads/netbeans-donation-review/
> nbbuild/user.build.properties
>
> (can be set from IDE by opening a module project's Properties dialog and
> picking the right Java Platform in Libraries).
>
> You can alternatively set this property in /Users/marco/.nbbuild.
> properties
> to affect all checkouts on this machine.
>
> If you are sure you want to build with JDK 9+ anyway, use:
> -Dpermit.jdk9.builds=true
>
>
> I tried with '-Dpermit.jdk9.builds=true' but the build failed:
>
> [nbmerge] Failed to build target: all-o.n.bootstrap
>
> BUILD FAILED
>
> On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
> geertjan.wielenga@googlemail.com> wrote:
>
> > Can you also try with JDK 8 and see if that makes a difference?
> >
> > Gj
> >
> > On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <mo...@gmail.com>
> wrote:
> >
> > > Hi,
> > >
> > > OS: macOS 10.13 Beta (High Sierra)
> > > JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> > >
> > > Build FAILED.
> > >
> > > Should I open an issue or the environment doesn't qualify for the test?
> > >
> > >
> > > Marco
> > >
> > > On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> jiri.kovalsky@oracle.com
> > >
> > > wrote:
> > >
> > > > Hello NetCAT 9.0 participants,
> > > >
> > > >    let me first of all warmly welcome all the well known faces (ehm,
> > > > e-mails :) in this new Apache hosted NetCAT mailing list but more
> > > > importantly we are thrilled to see several new supporters!
> > > >
> > > >    While there are almost 80 subscribers to this list, we have only
> 56
> > > > participants registered in the NetBeans dashboard [1] so if you don't
> > > find
> > > > your name in the table, we strongly suggest to sign up [2] as soon as
> > > > possible. Without passing this registration step, you won't have your
> > > > account created in Synergy and you won't be able to participate in
> the
> > > > official certification later.
> > > >
> > > > [1] http://services.netbeans.org/dashboard/web/participants.php
> > > > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> > > >
> > > >    Today we have the very first assignment for you. As the initial
> > > > NetBeans code donation to Apache Incubator is just round the corner
> we
> > > > would like you to download the ZIP with NetBeans sources, extract
> these
> > > > locally, build the IDE with ANT and then give it your first test
> drive.
> > > The
> > > > more OS/JDK8/JDK9 configurations we get covered the better!
> > > >
> > > >    If you spot anything suspicious either during the building process
> > or
> > > > using the IDE later, don't hesitate to share your findings through
> this
> > > > list first and let's file common problems to JIRA [3] then.
> > > >
> > > > [3] https://issues.apache.org/jira/projects/NETBEANS
> > > >
> > > > The ZIP and instructions what to do are available here:
> > > >
> > > > http://deadlock.netbeans.org/job/prototypes-donation_review/
> > > >
> > > > Thanks for your help and we declare open the NetBeans Community
> > > Acceptance
> > > > Program (NetCAT) of version 9.0! :)
> > > >
> > > > Happy testing,
> > > > Jirka & Hermien
> > > >
> > >
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Marco Molteni <mo...@gmail.com>.
hi,

macOS: High Sierra Beta
JDK: Java(TM) SE Runtime Environment (build 1.8.0_92-b14)

Build, tryme and new small application: OK

With JDK 9 there I get the following error, it seems that JDK 9 is not
supported.

/Users/marco/Downloads/netbeans-donation-review/nbbuild/templates/projectized.xml:96:
You are attempting to build NetBeans using JDK 9 (or higher).

This is forbidden as it may lead to accidental usage of JDK 9+ APIs.

Either run Ant with JDK 8, or set nbjdk.home=<JDK 8 home> in
/Users/marco/Downloads/netbeans-donation-review/nbbuild/user.build.properties

(can be set from IDE by opening a module project's Properties dialog and
picking the right Java Platform in Libraries).

You can alternatively set this property in /Users/marco/.nbbuild.properties
to affect all checkouts on this machine.

If you are sure you want to build with JDK 9+ anyway, use:
-Dpermit.jdk9.builds=true


I tried with '-Dpermit.jdk9.builds=true' but the build failed:

[nbmerge] Failed to build target: all-o.n.bootstrap

BUILD FAILED

On Wed, Jun 14, 2017 at 8:15 PM, Geertjan Wielenga <
geertjan.wielenga@googlemail.com> wrote:

> Can you also try with JDK 8 and see if that makes a difference?
>
> Gj
>
> On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <mo...@gmail.com> wrote:
>
> > Hi,
> >
> > OS: macOS 10.13 Beta (High Sierra)
> > JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
> >
> > Build FAILED.
> >
> > Should I open an issue or the environment doesn't qualify for the test?
> >
> >
> > Marco
> >
> > On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <jiri.kovalsky@oracle.com
> >
> > wrote:
> >
> > > Hello NetCAT 9.0 participants,
> > >
> > >    let me first of all warmly welcome all the well known faces (ehm,
> > > e-mails :) in this new Apache hosted NetCAT mailing list but more
> > > importantly we are thrilled to see several new supporters!
> > >
> > >    While there are almost 80 subscribers to this list, we have only 56
> > > participants registered in the NetBeans dashboard [1] so if you don't
> > find
> > > your name in the table, we strongly suggest to sign up [2] as soon as
> > > possible. Without passing this registration step, you won't have your
> > > account created in Synergy and you won't be able to participate in the
> > > official certification later.
> > >
> > > [1] http://services.netbeans.org/dashboard/web/participants.php
> > > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> > >
> > >    Today we have the very first assignment for you. As the initial
> > > NetBeans code donation to Apache Incubator is just round the corner we
> > > would like you to download the ZIP with NetBeans sources, extract these
> > > locally, build the IDE with ANT and then give it your first test drive.
> > The
> > > more OS/JDK8/JDK9 configurations we get covered the better!
> > >
> > >    If you spot anything suspicious either during the building process
> or
> > > using the IDE later, don't hesitate to share your findings through this
> > > list first and let's file common problems to JIRA [3] then.
> > >
> > > [3] https://issues.apache.org/jira/projects/NETBEANS
> > >
> > > The ZIP and instructions what to do are available here:
> > >
> > > http://deadlock.netbeans.org/job/prototypes-donation_review/
> > >
> > > Thanks for your help and we declare open the NetBeans Community
> > Acceptance
> > > Program (NetCAT) of version 9.0! :)
> > >
> > > Happy testing,
> > > Jirka & Hermien
> > >
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
Can you also try with JDK 8 and see if that makes a difference?

Gj

On Wed, Jun 14, 2017 at 7:55 PM, Marco Molteni <mo...@gmail.com> wrote:

> Hi,
>
> OS: macOS 10.13 Beta (High Sierra)
> JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)
>
> Build FAILED.
>
> Should I open an issue or the environment doesn't qualify for the test?
>
>
> Marco
>
> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
> wrote:
>
> > Hello NetCAT 9.0 participants,
> >
> >    let me first of all warmly welcome all the well known faces (ehm,
> > e-mails :) in this new Apache hosted NetCAT mailing list but more
> > importantly we are thrilled to see several new supporters!
> >
> >    While there are almost 80 subscribers to this list, we have only 56
> > participants registered in the NetBeans dashboard [1] so if you don't
> find
> > your name in the table, we strongly suggest to sign up [2] as soon as
> > possible. Without passing this registration step, you won't have your
> > account created in Synergy and you won't be able to participate in the
> > official certification later.
> >
> > [1] http://services.netbeans.org/dashboard/web/participants.php
> > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> >
> >    Today we have the very first assignment for you. As the initial
> > NetBeans code donation to Apache Incubator is just round the corner we
> > would like you to download the ZIP with NetBeans sources, extract these
> > locally, build the IDE with ANT and then give it your first test drive.
> The
> > more OS/JDK8/JDK9 configurations we get covered the better!
> >
> >    If you spot anything suspicious either during the building process or
> > using the IDE later, don't hesitate to share your findings through this
> > list first and let's file common problems to JIRA [3] then.
> >
> > [3] https://issues.apache.org/jira/projects/NETBEANS
> >
> > The ZIP and instructions what to do are available here:
> >
> > http://deadlock.netbeans.org/job/prototypes-donation_review/
> >
> > Thanks for your help and we declare open the NetBeans Community
> Acceptance
> > Program (NetCAT) of version 9.0! :)
> >
> > Happy testing,
> > Jirka & Hermien
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Marco Molteni <mo...@gmail.com>.
Hi,

OS: macOS 10.13 Beta (High Sierra)
JDK 9: Java(TM) SE Runtime Environment (build 9-ea+173)

Build FAILED.

Should I open an issue or the environment doesn't qualify for the test?


Marco

On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
wrote:

> Hello NetCAT 9.0 participants,
>
>    let me first of all warmly welcome all the well known faces (ehm,
> e-mails :) in this new Apache hosted NetCAT mailing list but more
> importantly we are thrilled to see several new supporters!
>
>    While there are almost 80 subscribers to this list, we have only 56
> participants registered in the NetBeans dashboard [1] so if you don't find
> your name in the table, we strongly suggest to sign up [2] as soon as
> possible. Without passing this registration step, you won't have your
> account created in Synergy and you won't be able to participate in the
> official certification later.
>
> [1] http://services.netbeans.org/dashboard/web/participants.php
> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>
>    Today we have the very first assignment for you. As the initial
> NetBeans code donation to Apache Incubator is just round the corner we
> would like you to download the ZIP with NetBeans sources, extract these
> locally, build the IDE with ANT and then give it your first test drive. The
> more OS/JDK8/JDK9 configurations we get covered the better!
>
>    If you spot anything suspicious either during the building process or
> using the IDE later, don't hesitate to share your findings through this
> list first and let's file common problems to JIRA [3] then.
>
> [3] https://issues.apache.org/jira/projects/NETBEANS
>
> The ZIP and instructions what to do are available here:
>
> http://deadlock.netbeans.org/job/prototypes-donation_review/
>
> Thanks for your help and we declare open the NetBeans Community Acceptance
> Program (NetCAT) of version 9.0! :)
>
> Happy testing,
> Jirka & Hermien
>

Re: Re: [news] Welcome to NetCAT 9.0 program!

Posted by Hermien Pellissier <mi...@gmail.com>.
>    Where to download NETBEANS-9 for testing?

Until the first code donation is complete, the only way is to download
the source code from [1], and build it yourself. Build instructions
are at the top of that page.

[1] http://deadlock.netbeans.org/job/prototypes-donation_review/

If you are interested in API Support (that is, IDE support for
creating NetBeans Platform Applications), use this build command
instead of the one on the Hudson page:

ant build -Dcluster.config=basic

~ Hermien

Re: Re: [news] Welcome to NetCAT 9.0 program!

Posted by "pczchen@gmail.com" <pc...@gmail.com>.
   Where to download NETBEANS-9 for testing?

pczchen@gmail.com
 
From: Hermien Pellissier
Date: 2017-06-23 13:56
To: netcat
Subject: Re: [news] Welcome to NetCAT 9.0 program!
> I logged one bug in JIRA. As this is my first report ever, could you please
> review and let me know if this is the correct way to describe the issue? I
> had doubts on the Environment text area because I tested it in 2 different
> environments (computers) and also on both, x86 and x64 versions of
> NetBeans.exe.
>
> https://issues.apache.org/jira/browse/NETBEANS-9
 
Hi Carlos,
 
Congratulations on logging the last ever NetBeans bug with a single
digit number! :D
 
Looks good to me. The only extra thing that you could include is any
related exception(s) from the IDE log (View > IDE log).
 
~ Hermien

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Hermien Pellissier <mi...@gmail.com>.
> I logged one bug in JIRA. As this is my first report ever, could you please
> review and let me know if this is the correct way to describe the issue? I
> had doubts on the Environment text area because I tested it in 2 different
> environments (computers) and also on both, x86 and x64 versions of
> NetBeans.exe.
>
> https://issues.apache.org/jira/browse/NETBEANS-9

Hi Carlos,

Congratulations on logging the last ever NetBeans bug with a single
digit number! :D

Looks good to me. The only extra thing that you could include is any
related exception(s) from the IDE log (View > IDE log).

~ Hermien

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Carlos Quintanilla <ca...@gmail.com>.
Hi Everyone,

I logged one bug in JIRA. As this is my first report ever, could you please
review and let me know if this is the correct way to describe the issue? I
had doubts on the Environment text area because I tested it in 2 different
environments (computers) and also on both, x86 and x64 versions of
NetBeans.exe.

https://issues.apache.org/jira/browse/NETBEANS-9

Thanks in advance.

Regards,
Carlos Quintanilla


2017-06-16 14:33 GMT+02:00 Sven Reimers <sv...@gmail.com>:

> HI all,
>
> just a short followup on the idk 9 compilation issue:
>
> I had a deeper look (read I fixed the first problems in a local copy) and
> ran into a couple of other basic problems.
>
> The biggest one is that jdk9 java does not support 1.4 source/target
> anymore. This make compilation of (at least) openide.util.enumerations
> impossible- (due to the enum package which is not allowed from 1.5 up
>
> Seems there are a couple of things we need to get in better shape after the
> donation to move on to newer JDK version for compilation.
>
> I think we should stop here and take any further discussion to the dev
> list.
>
> -Sven
>
> On Fri, Jun 16, 2017 at 8:21 AM, Sven Reimers <sv...@gmail.com>
> wrote:
>
> > HI all,
> >
> > regarding the build failure in
> >
> > o.n.bootstrap/src/org/netbeans/NbInstrumentation.java
> >
> > see the following thread..
> >
> > http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-June/012934.html
> >
> > If anyone can provide details to Alan - this would be great.
> >
> > Sven
> >
> > P.S. Will look for other incompatible changes...
> >
> > On Thu, Jun 15, 2017 at 5:16 PM, Luca Mambretti <
> luca.mambretti@bizeta.net
> > > wrote:
> >
> >> BUILD SUCCESSFUL
> >> Total time: 38 minutes 50 seconds
> >>
> >>
> >> Product Version: NetBeans IDE Dev (Build 20170615-unknown-revn)
> >> Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14
> >> Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14
> >> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
> >>
> >>
> >> Opened and built a couple of simple maven projects, the only issue I see
> >> is that the web application project I tried was not correctly
> recognized as
> >> such, but this most probably is normal since the SE version is running
> not
> >> the EE one.
> >>
> >> Also tried to instal the dark look and feel plugin and it seems to work
> >> as well.
> >>
> >> During the build process there were quite a lot of warnings, but
> >> otherwise everything was fine.
> >>
> >> Cheers,
> >> Luca.
> >>
> >> ----- Messaggio originale -----
> >> Da: "Jiří Kovalský" <ji...@oracle.com>
> >> A: "NetCAT team" <ne...@netbeans.incubator.apache.org>
> >> Inviato: Mercoledì, 14 giugno 2017 1:25:09
> >> Oggetto: [news] Welcome to NetCAT 9.0 program!
> >>
> >> Hello NetCAT 9.0 participants,
> >>
> >>     let me first of all warmly welcome all the well known faces (ehm,
> >> e-mails :) in this new Apache hosted NetCAT mailing list but more
> >> importantly we are thrilled to see several new supporters!
> >>
> >>     While there are almost 80 subscribers to this list, we have only 56
> >> participants registered in the NetBeans dashboard [1] so if you don't
> >> find your name in the table, we strongly suggest to sign up [2] as soon
> >> as possible. Without passing this registration step, you won't have your
> >> account created in Synergy and you won't be able to participate in the
> >> official certification later.
> >>
> >> [1] http://services.netbeans.org/dashboard/web/participants.php
> >> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> >>
> >>     Today we have the very first assignment for you. As the initial
> >> NetBeans code donation to Apache Incubator is just round the corner we
> >> would like you to download the ZIP with NetBeans sources, extract these
> >> locally, build the IDE with ANT and then give it your first test drive.
> >> The more OS/JDK8/JDK9 configurations we get covered the better!
> >>
> >>     If you spot anything suspicious either during the building process
> >> or using the IDE later, don't hesitate to share your findings through
> >> this list first and let's file common problems to JIRA [3] then.
> >>
> >> [3] https://issues.apache.org/jira/projects/NETBEANS
> >>
> >> The ZIP and instructions what to do are available here:
> >>
> >> http://deadlock.netbeans.org/job/prototypes-donation_review/
> >>
> >> Thanks for your help and we declare open the NetBeans Community
> >> Acceptance Program (NetCAT) of version 9.0! :)
> >>
> >> Happy testing,
> >> Jirka & Hermien
> >>
> >
> >
> >
> > --
> > Sven Reimers
> >
> > * Senior Expert Software Architect
> > * Java Champion
> > * NetBeans Dream Team Member: http://dreamteam.netbeans.org
> > * Community Leader  NetBeans: http://community.java.net/netbeans
> >                               Desktop Java: http://community.java.net/
> > javadesktop
> > * JUG Leader JUG Bodensee: http://www.jug-bodensee.de
> > * Duke's Choice Award Winner 2009
> >
> > * XING: https://www.xing.com/profile/Sven_Reimers8
> > * LinkedIn: http://www.linkedin.com/in/svenreimers
> >
>
>
>
> --
> Sven Reimers
>
> * Senior Expert Software Architect
> * Java Champion
> * NetBeans Dream Team Member: http://dreamteam.netbeans.org
> * Community Leader  NetBeans: http://community.java.net/netbeans
>                               Desktop Java:
> http://community.java.net/javadesktop
> * JUG Leader JUG Bodensee: http://www.jug-bodensee.de
> * Duke's Choice Award Winner 2009
>
> * XING: https://www.xing.com/profile/Sven_Reimers8
> * LinkedIn: http://www.linkedin.com/in/svenreimers
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Sven Reimers <sv...@gmail.com>.
HI all,

just a short followup on the idk 9 compilation issue:

I had a deeper look (read I fixed the first problems in a local copy) and
ran into a couple of other basic problems.

The biggest one is that jdk9 java does not support 1.4 source/target
anymore. This make compilation of (at least) openide.util.enumerations
impossible- (due to the enum package which is not allowed from 1.5 up

Seems there are a couple of things we need to get in better shape after the
donation to move on to newer JDK version for compilation.

I think we should stop here and take any further discussion to the dev list.

-Sven

On Fri, Jun 16, 2017 at 8:21 AM, Sven Reimers <sv...@gmail.com>
wrote:

> HI all,
>
> regarding the build failure in
>
> o.n.bootstrap/src/org/netbeans/NbInstrumentation.java
>
> see the following thread..
>
> http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-June/012934.html
>
> If anyone can provide details to Alan - this would be great.
>
> Sven
>
> P.S. Will look for other incompatible changes...
>
> On Thu, Jun 15, 2017 at 5:16 PM, Luca Mambretti <luca.mambretti@bizeta.net
> > wrote:
>
>> BUILD SUCCESSFUL
>> Total time: 38 minutes 50 seconds
>>
>>
>> Product Version: NetBeans IDE Dev (Build 20170615-unknown-revn)
>> Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14
>> Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14
>> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>>
>>
>> Opened and built a couple of simple maven projects, the only issue I see
>> is that the web application project I tried was not correctly recognized as
>> such, but this most probably is normal since the SE version is running not
>> the EE one.
>>
>> Also tried to instal the dark look and feel plugin and it seems to work
>> as well.
>>
>> During the build process there were quite a lot of warnings, but
>> otherwise everything was fine.
>>
>> Cheers,
>> Luca.
>>
>> ----- Messaggio originale -----
>> Da: "Jiří Kovalský" <ji...@oracle.com>
>> A: "NetCAT team" <ne...@netbeans.incubator.apache.org>
>> Inviato: Mercoledì, 14 giugno 2017 1:25:09
>> Oggetto: [news] Welcome to NetCAT 9.0 program!
>>
>> Hello NetCAT 9.0 participants,
>>
>>     let me first of all warmly welcome all the well known faces (ehm,
>> e-mails :) in this new Apache hosted NetCAT mailing list but more
>> importantly we are thrilled to see several new supporters!
>>
>>     While there are almost 80 subscribers to this list, we have only 56
>> participants registered in the NetBeans dashboard [1] so if you don't
>> find your name in the table, we strongly suggest to sign up [2] as soon
>> as possible. Without passing this registration step, you won't have your
>> account created in Synergy and you won't be able to participate in the
>> official certification later.
>>
>> [1] http://services.netbeans.org/dashboard/web/participants.php
>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>>
>>     Today we have the very first assignment for you. As the initial
>> NetBeans code donation to Apache Incubator is just round the corner we
>> would like you to download the ZIP with NetBeans sources, extract these
>> locally, build the IDE with ANT and then give it your first test drive.
>> The more OS/JDK8/JDK9 configurations we get covered the better!
>>
>>     If you spot anything suspicious either during the building process
>> or using the IDE later, don't hesitate to share your findings through
>> this list first and let's file common problems to JIRA [3] then.
>>
>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>
>> The ZIP and instructions what to do are available here:
>>
>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>
>> Thanks for your help and we declare open the NetBeans Community
>> Acceptance Program (NetCAT) of version 9.0! :)
>>
>> Happy testing,
>> Jirka & Hermien
>>
>
>
>
> --
> Sven Reimers
>
> * Senior Expert Software Architect
> * Java Champion
> * NetBeans Dream Team Member: http://dreamteam.netbeans.org
> * Community Leader  NetBeans: http://community.java.net/netbeans
>                               Desktop Java: http://community.java.net/
> javadesktop
> * JUG Leader JUG Bodensee: http://www.jug-bodensee.de
> * Duke's Choice Award Winner 2009
>
> * XING: https://www.xing.com/profile/Sven_Reimers8
> * LinkedIn: http://www.linkedin.com/in/svenreimers
>



-- 
Sven Reimers

* Senior Expert Software Architect
* Java Champion
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* Community Leader  NetBeans: http://community.java.net/netbeans
                              Desktop Java:
http://community.java.net/javadesktop
* JUG Leader JUG Bodensee: http://www.jug-bodensee.de
* Duke's Choice Award Winner 2009

* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Sven Reimers <sv...@gmail.com>.
HI all,

regarding the build failure in

o.n.bootstrap/src/org/netbeans/NbInstrumentation.java

see the following thread..

http://mail.openjdk.java.net/pipermail/jigsaw-dev/2017-June/012934.html

If anyone can provide details to Alan - this would be great.

Sven

P.S. Will look for other incompatible changes...

On Thu, Jun 15, 2017 at 5:16 PM, Luca Mambretti <lu...@bizeta.net>
wrote:

> BUILD SUCCESSFUL
> Total time: 38 minutes 50 seconds
>
>
> Product Version: NetBeans IDE Dev (Build 20170615-unknown-revn)
> Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14
> Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14
> System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>
>
> Opened and built a couple of simple maven projects, the only issue I see
> is that the web application project I tried was not correctly recognized as
> such, but this most probably is normal since the SE version is running not
> the EE one.
>
> Also tried to instal the dark look and feel plugin and it seems to work as
> well.
>
> During the build process there were quite a lot of warnings, but otherwise
> everything was fine.
>
> Cheers,
> Luca.
>
> ----- Messaggio originale -----
> Da: "Jiří Kovalský" <ji...@oracle.com>
> A: "NetCAT team" <ne...@netbeans.incubator.apache.org>
> Inviato: Mercoledì, 14 giugno 2017 1:25:09
> Oggetto: [news] Welcome to NetCAT 9.0 program!
>
> Hello NetCAT 9.0 participants,
>
>     let me first of all warmly welcome all the well known faces (ehm,
> e-mails :) in this new Apache hosted NetCAT mailing list but more
> importantly we are thrilled to see several new supporters!
>
>     While there are almost 80 subscribers to this list, we have only 56
> participants registered in the NetBeans dashboard [1] so if you don't
> find your name in the table, we strongly suggest to sign up [2] as soon
> as possible. Without passing this registration step, you won't have your
> account created in Synergy and you won't be able to participate in the
> official certification later.
>
> [1] http://services.netbeans.org/dashboard/web/participants.php
> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>
>     Today we have the very first assignment for you. As the initial
> NetBeans code donation to Apache Incubator is just round the corner we
> would like you to download the ZIP with NetBeans sources, extract these
> locally, build the IDE with ANT and then give it your first test drive.
> The more OS/JDK8/JDK9 configurations we get covered the better!
>
>     If you spot anything suspicious either during the building process
> or using the IDE later, don't hesitate to share your findings through
> this list first and let's file common problems to JIRA [3] then.
>
> [3] https://issues.apache.org/jira/projects/NETBEANS
>
> The ZIP and instructions what to do are available here:
>
> http://deadlock.netbeans.org/job/prototypes-donation_review/
>
> Thanks for your help and we declare open the NetBeans Community
> Acceptance Program (NetCAT) of version 9.0! :)
>
> Happy testing,
> Jirka & Hermien
>



-- 
Sven Reimers

* Senior Expert Software Architect
* Java Champion
* NetBeans Dream Team Member: http://dreamteam.netbeans.org
* Community Leader  NetBeans: http://community.java.net/netbeans
                              Desktop Java:
http://community.java.net/javadesktop
* JUG Leader JUG Bodensee: http://www.jug-bodensee.de
* Duke's Choice Award Winner 2009

* XING: https://www.xing.com/profile/Sven_Reimers8
* LinkedIn: http://www.linkedin.com/in/svenreimers

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Luca Mambretti <lu...@bizeta.net>.
BUILD SUCCESSFUL
Total time: 38 minutes 50 seconds


Product Version: NetBeans IDE Dev (Build 20170615-unknown-revn)
Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)


Opened and built a couple of simple maven projects, the only issue I see is that the web application project I tried was not correctly recognized as such, but this most probably is normal since the SE version is running not the EE one.

Also tried to instal the dark look and feel plugin and it seems to work as well.

During the build process there were quite a lot of warnings, but otherwise everything was fine.

Cheers,
Luca.

----- Messaggio originale -----
Da: "Jiří Kovalský" <ji...@oracle.com>
A: "NetCAT team" <ne...@netbeans.incubator.apache.org>
Inviato: Mercoledì, 14 giugno 2017 1:25:09
Oggetto: [news] Welcome to NetCAT 9.0 program!

Hello NetCAT 9.0 participants,

    let me first of all warmly welcome all the well known faces (ehm, 
e-mails :) in this new Apache hosted NetCAT mailing list but more 
importantly we are thrilled to see several new supporters!

    While there are almost 80 subscribers to this list, we have only 56 
participants registered in the NetBeans dashboard [1] so if you don't 
find your name in the table, we strongly suggest to sign up [2] as soon 
as possible. Without passing this registration step, you won't have your 
account created in Synergy and you won't be able to participate in the 
official certification later.

[1] http://services.netbeans.org/dashboard/web/participants.php
[2] http://services.netbeans.org/dashboard/web/netcat_signup.php

    Today we have the very first assignment for you. As the initial 
NetBeans code donation to Apache Incubator is just round the corner we 
would like you to download the ZIP with NetBeans sources, extract these 
locally, build the IDE with ANT and then give it your first test drive. 
The more OS/JDK8/JDK9 configurations we get covered the better!

    If you spot anything suspicious either during the building process 
or using the IDE later, don't hesitate to share your findings through 
this list first and let's file common problems to JIRA [3] then.

[3] https://issues.apache.org/jira/projects/NETBEANS

The ZIP and instructions what to do are available here:

http://deadlock.netbeans.org/job/prototypes-donation_review/

Thanks for your help and we declare open the NetBeans Community 
Acceptance Program (NetCAT) of version 9.0! :)

Happy testing,
Jirka & Hermien

RE: [news] Welcome to NetCAT 9.0 program!

Posted by David Bolsover <da...@bolsover.com>.
Hi Jiri

Build success on Windows 10.

Product Version: NetBeans IDE Dev (Build 20170614-unknown-revn)
Java: 1.8.0_121; Java HotSpot(TM) 64-Bit Server VM 25.121-b13
Runtime: Java(TM) SE Runtime Environment 1.8.0_121-b13
System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb)
User directory: E:\Netbeans\nbbuild\testuserdir
Cache directory: E:\Netbeans\nbbuild\testuserdir\var\cache

The IDE will build and run a small test JavaFX project.

Good work!!


Regards, David

David Bolsover

-----Original Message-----
From: Jiří Kovalský [mailto:jiri.kovalsky@oracle.com] 
Sent: 14 June 2017 00:25
To: NetCAT team <ne...@netbeans.incubator.apache.org>
Subject: [news] Welcome to NetCAT 9.0 program!

Hello NetCAT 9.0 participants,

    let me first of all warmly welcome all the well known faces (ehm, 
e-mails :) in this new Apache hosted NetCAT mailing list but more 
importantly we are thrilled to see several new supporters!

    While there are almost 80 subscribers to this list, we have only 56 
participants registered in the NetBeans dashboard [1] so if you don't 
find your name in the table, we strongly suggest to sign up [2] as soon 
as possible. Without passing this registration step, you won't have your 
account created in Synergy and you won't be able to participate in the 
official certification later.

[1] http://services.netbeans.org/dashboard/web/participants.php
[2] http://services.netbeans.org/dashboard/web/netcat_signup.php

    Today we have the very first assignment for you. As the initial 
NetBeans code donation to Apache Incubator is just round the corner we 
would like you to download the ZIP with NetBeans sources, extract these 
locally, build the IDE with ANT and then give it your first test drive. 
The more OS/JDK8/JDK9 configurations we get covered the better!

    If you spot anything suspicious either during the building process 
or using the IDE later, don't hesitate to share your findings through 
this list first and let's file common problems to JIRA [3] then.

[3] https://issues.apache.org/jira/projects/NETBEANS

The ZIP and instructions what to do are available here:

http://deadlock.netbeans.org/job/prototypes-donation_review/

Thanks for your help and we declare open the NetBeans Community 
Acceptance Program (NetCAT) of version 9.0! :)

Happy testing,
Jirka & Hermien

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Marco Molteni <mo...@gmail.com>.
Hi,

MacOS 10.12.5 (Sierra), JDK 1.8.0_121-b13: build, run, small test are OK

Regards

Marco

On Wed, Jun 14, 2017 at 5:26 AM, djamel torche <dj...@gmail.com>
wrote:

> Hi,
> Following the steps from ant build until Simple java project test, all
> things work fine on Win10 64bit with JDK8 :
>
>
>
> ​Kind regards,
> Djamel
>
> On 14 June 2017 at 00:25, Jiří Kovalský <ji...@oracle.com> wrote:
>
>> Hello NetCAT 9.0 participants,
>>
>>    let me first of all warmly welcome all the well known faces (ehm,
>> e-mails :) in this new Apache hosted NetCAT mailing list but more
>> importantly we are thrilled to see several new supporters!
>>
>>    While there are almost 80 subscribers to this list, we have only 56
>> participants registered in the NetBeans dashboard [1] so if you don't find
>> your name in the table, we strongly suggest to sign up [2] as soon as
>> possible. Without passing this registration step, you won't have your
>> account created in Synergy and you won't be able to participate in the
>> official certification later.
>>
>> [1] http://services.netbeans.org/dashboard/web/participants.php
>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>>
>>    Today we have the very first assignment for you. As the initial
>> NetBeans code donation to Apache Incubator is just round the corner we
>> would like you to download the ZIP with NetBeans sources, extract these
>> locally, build the IDE with ANT and then give it your first test drive. The
>> more OS/JDK8/JDK9 configurations we get covered the better!
>>
>>    If you spot anything suspicious either during the building process or
>> using the IDE later, don't hesitate to share your findings through this
>> list first and let's file common problems to JIRA [3] then.
>>
>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>
>> The ZIP and instructions what to do are available here:
>>
>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>
>> Thanks for your help and we declare open the NetBeans Community
>> Acceptance Program (NetCAT) of version 9.0! :)
>>
>> Happy testing,
>> Jirka & Hermien
>>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by djamel torche <dj...@gmail.com>.
Hi,
Following the steps from ant build until Simple java project test, all
things work fine on Win10 64bit with JDK8 :



​Kind regards,
Djamel

On 14 June 2017 at 00:25, Jiří Kovalský <ji...@oracle.com> wrote:

> Hello NetCAT 9.0 participants,
>
>    let me first of all warmly welcome all the well known faces (ehm,
> e-mails :) in this new Apache hosted NetCAT mailing list but more
> importantly we are thrilled to see several new supporters!
>
>    While there are almost 80 subscribers to this list, we have only 56
> participants registered in the NetBeans dashboard [1] so if you don't find
> your name in the table, we strongly suggest to sign up [2] as soon as
> possible. Without passing this registration step, you won't have your
> account created in Synergy and you won't be able to participate in the
> official certification later.
>
> [1] http://services.netbeans.org/dashboard/web/participants.php
> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>
>    Today we have the very first assignment for you. As the initial
> NetBeans code donation to Apache Incubator is just round the corner we
> would like you to download the ZIP with NetBeans sources, extract these
> locally, build the IDE with ANT and then give it your first test drive. The
> more OS/JDK8/JDK9 configurations we get covered the better!
>
>    If you spot anything suspicious either during the building process or
> using the IDE later, don't hesitate to share your findings through this
> list first and let's file common problems to JIRA [3] then.
>
> [3] https://issues.apache.org/jira/projects/NETBEANS
>
> The ZIP and instructions what to do are available here:
>
> http://deadlock.netbeans.org/job/prototypes-donation_review/
>
> Thanks for your help and we declare open the NetBeans Community Acceptance
> Program (NetCAT) of version 9.0! :)
>
> Happy testing,
> Jirka & Hermien
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Tushar Joshi <tu...@apache.org>.
Hi All,

Tested on macOS Sierra

*Java:* 1.8.0_131; Java HotSpot(TM) 64-Bit Server VM 25.131-b11

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_131-b11

*System:* Mac OS X version 10.12.5 running on x86_64; UTF-8; en_US (nb)

*User directory:*
/Users/tusharjoshi/projects/netbeans-donation-review/nbbuild/testuserdir


BUILD was SUCCESSFUL

And the ant tryme command worked well


Basic Sanity Passed


with regards

Tushar

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Jiří Kovalský <ji...@oracle.com>.
Thanks Carlos. Both Help menu items work fine for me so I assume it was 
just an intermittent issue or can you reliably reproduce it?

However, the URL where to report defects must be changed so thanks for 
the first bug! :)

-Jirka

Dne 14.6.2017 v 17:13 Carlos Quintanilla napsal(a):

> Hi Jiri,
> 
> BUILD SUCCESSFUL
> Total time: 30 minutes 30 seconds
> 
>  From NetBeans Help Menu > About:
> 
> *Product Version:* NetBeans IDE Dev (Build 20170614-unknown-revn)
> 
> *Java:* 1.8.0_121; Java HotSpot(TM) 64-Bit Server VM 25.121-b13
> 
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_121-b13
> 
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> 
> 
> While I was testing the Help Menu I tried all sub-menus and I got 2 errors:
> 
> 
> NB > Menu > Help > Online Docs and Support FAIL
> 
> A org.openide.util.RequestProcessor$SlowItem exception has occurred.
> 
> 
> NB > Menu > Help > Javadoc Index Search FAIL
> 
> A java.lang.NoClassDefFoundError exception has occurred.
> 
> 
> 
> "Please report this at https://urldefense.proofpoint.com/v2/url?u=http-3A__www.netbeans.org_community_issues.html&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=lNbsjsPBIlkvLk3cCo-v9Cl8OCHz_BBqfpuXTKAlzb4&m=ES8xSC27vgumKbunwVtE0D7-uruX95_R9xHBD3o-Bv4&s=isFo0hOwTp1YO0VTbu8J0UmdVQ7lPtMZc5FBsxwarwo&e= ,
> 
> including a copy of your messages.log file as an attachment.
> 
> The messages.log file..."
> 
> 
> I also did:
> 
> 
> Updated Plugins via Check for Updates all OK
> 
> I tested other menus - submenus    all OK.
> 
> 
> Created a simple Java Project       all OK.
> 
> Build Project, Clean and Build, Run Project, Debug,     all OK.
> 
> 
> 
> Regards,
> 
> Carlos Quintanilla
> 
> 
> 
> 
> 
> 
> 
> 
> 2017-06-14 15:46 GMT+02:00 Manikantan Narender nath <
> manikantannaren@gmail.com>:
> 
>> Small rectification "New Project wizard allowed Java And Maven projects
>> only" should be "New Project wizard allowed Java, Java FX and Maven
>> projects" only"
>>
>> *Cheers*
>> Mani/Naren/Iyer
>> *The trick of walking on water is knowing where the stones are.*
>>
>> On Wed, Jun 14, 2017 at 7:15 PM, Manikantan Narender nath <
>> manikantannaren@gmail.com> wrote:
>>
>>> Tested on Mac OS Sierra
>>> Java 8 JDK 1.8.0_121-b13
>>>
>>> Tryme
>>> New Project wizard allowed Java And Maven projects only
>>> Created every type of project from New Project wizard except for JavaFX
>>> projects.
>>>
>>>
>>> *Cheers*
>>> Mani/Naren/Iyer
>>> *The trick of walking on water is knowing where the stones are.*
>>>
>>> On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <
>> angelo.quaglia@gmail.com>
>>> wrote:
>>>
>>>> Hi Jiri,
>>>> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
>>>> 1.8.
>>>> All seems fine, except for numerous compilation warnings of all kinds,
>>>> like, for example:
>>>>     [repeat]
>>>> E:\software\netbeans\netbeans-donation-review\openide.awt\sr
>>>> c\org\openide\awt\ListPane.java:878:
>>>> warning: [rawtypes] found raw type: ListModel
>>>>     [repeat]                 ListModel oldModel = (ListModel)
>>>> e.getOldValue();
>>>>     [repeat]                 ^
>>>>     [repeat]   missing type arguments for generic class ListModel<E>
>>>>
>>>> NB runs and compiles sizable Maven projects .
>>>>
>>>> Cheers,
>>>> Angelo
>>>>
>>>>
>>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>> jiri.kovalsky@oracle.com>
>>>> wrote:
>>>>
>>>>> Hello NetCAT 9.0 participants,
>>>>>
>>>>>     let me first of all warmly welcome all the well known faces (ehm,
>>>>> e-mails :) in this new Apache hosted NetCAT mailing list but more
>>>>> importantly we are thrilled to see several new supporters!
>>>>>
>>>>>     While there are almost 80 subscribers to this list, we have only 56
>>>>> participants registered in the NetBeans dashboard [1] so if you don't
>>>> find
>>>>> your name in the table, we strongly suggest to sign up [2] as soon as
>>>>> possible. Without passing this registration step, you won't have your
>>>>> account created in Synergy and you won't be able to participate in the
>>>>> official certification later.
>>>>>
>>>>> [1] https://urldefense.proofpoint.com/v2/url?u=http-3A__services.netbeans.org_dashboard_web_participants.php&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=lNbsjsPBIlkvLk3cCo-v9Cl8OCHz_BBqfpuXTKAlzb4&m=ES8xSC27vgumKbunwVtE0D7-uruX95_R9xHBD3o-Bv4&s=l0OWtDn4z1X1pf5TJOewXT2ias7pYyb2yoXKADGsRNI&e=
>>>>> [2] https://urldefense.proofpoint.com/v2/url?u=http-3A__services.netbeans.org_dashboard_web_netcat-5Fsignup.php&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=lNbsjsPBIlkvLk3cCo-v9Cl8OCHz_BBqfpuXTKAlzb4&m=ES8xSC27vgumKbunwVtE0D7-uruX95_R9xHBD3o-Bv4&s=yhqpb3o-riyzi695aaFxFed-AfFRLoNUWSeafvRCQ2Q&e=
>>>>>
>>>>>     Today we have the very first assignment for you. As the initial
>>>>> NetBeans code donation to Apache Incubator is just round the corner we
>>>>> would like you to download the ZIP with NetBeans sources, extract
>> these
>>>>> locally, build the IDE with ANT and then give it your first test
>> drive.
>>>> The
>>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>>>
>>>>>     If you spot anything suspicious either during the building process
>> or
>>>>> using the IDE later, don't hesitate to share your findings through
>> this
>>>>> list first and let's file common problems to JIRA [3] then.
>>>>>
>>>>> [3] https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_projects_NETBEANS&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=lNbsjsPBIlkvLk3cCo-v9Cl8OCHz_BBqfpuXTKAlzb4&m=ES8xSC27vgumKbunwVtE0D7-uruX95_R9xHBD3o-Bv4&s=oB9tS0YcwKDMJSh_fcoD3cprfZMnowVZG4W4du69A_U&e=
>>>>>
>>>>> The ZIP and instructions what to do are available here:
>>>>>
>>>>> https://urldefense.proofpoint.com/v2/url?u=http-3A__deadlock.netbeans.org_job_prototypes-2Ddonation-5Freview_&d=DwIFaQ&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=lNbsjsPBIlkvLk3cCo-v9Cl8OCHz_BBqfpuXTKAlzb4&m=ES8xSC27vgumKbunwVtE0D7-uruX95_R9xHBD3o-Bv4&s=FXCpoARrBXllemjgjYVAYYdX-vDA759JTWFLvQCdT0w&e=
>>>>>
>>>>> Thanks for your help and we declare open the NetBeans Community
>>>> Acceptance
>>>>> Program (NetCAT) of version 9.0! :)
>>>>>
>>>>> Happy testing,
>>>>> Jirka & Hermien
>>>>>
>>>>
>>>
>>>
>>
> 

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Carlos Quintanilla <ca...@gmail.com>.
Hi Jiri, Geertjan,

I tested on a new PC (and different OS) and I still get the same 2 errors.

BUILD SUCCESSFUL
Total time: 17 minutes 11 seconds

Product Version: NetBeans IDE Dev (Build 20170614-unknown-revn)
Java: 1.8.0_131; Java HotSpot(TM) 64-Bit Server VM 25.131-b11
Runtime: Java(TM) SE Runtime Environment 1.8.0_131-b11
System: Windows Server 2012 R2 version 6.3 running on amd64; Cp1252; en_US
(nb)


While testing Help sub-menus and I got 2 errors:


NB > Menu > Help > Online Docs and Support  FAIL

A org.openide.util.RequestProcessor$SlowItem exception has occurred.


NB > Menu > Help > Javadoc Index Search FAIL

java.lang.NoClassDefFoundError: Could not initialize class
org.netbeans.modules.extbrowser.NbDdeBrowserImpl

at
org.netbeans.modules.extbrowser.SystemDefaultBrowser.createHtmlBrowserImpl(



Maybe it is related to a windows internet browser setting...



Regards,

Carlos Quintanilla





2017-06-14 17:13 GMT+02:00 Carlos Quintanilla <ca...@gmail.com>:

> Hi Jiri,
>
> BUILD SUCCESSFUL
> Total time: 30 minutes 30 seconds
>
> From NetBeans Help Menu > About:
>
> *Product Version:* NetBeans IDE Dev (Build 20170614-unknown-revn)
>
> *Java:* 1.8.0_121; Java HotSpot(TM) 64-Bit Server VM 25.121-b13
>
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_121-b13
>
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>
>
> While I was testing the Help Menu I tried all sub-menus and I got 2 errors:
>
>
> NB > Menu > Help > Online Docs and Support FAIL
>
> A org.openide.util.RequestProcessor$SlowItem exception has occurred.
>
>
> NB > Menu > Help > Javadoc Index Search FAIL
>
> A java.lang.NoClassDefFoundError exception has occurred.
>
>
>
> "Please report this at http://www.netbeans.org/community/issues.html,
>
> including a copy of your messages.log file as an attachment.
>
> The messages.log file..."
>
>
> I also did:
>
>
> Updated Plugins via Check for Updates all OK
>
> I tested other menus - submenus    all OK.
>
>
> Created a simple Java Project       all OK.
>
> Build Project, Clean and Build, Run Project, Debug,     all OK.
>
>
>
> Regards,
>
> Carlos Quintanilla
>
>
>
>
>
>
>
>
> 2017-06-14 15:46 GMT+02:00 Manikantan Narender nath <
> manikantannaren@gmail.com>:
>
>> Small rectification "New Project wizard allowed Java And Maven projects
>> only" should be "New Project wizard allowed Java, Java FX and Maven
>> projects" only"
>>
>> *Cheers*
>> Mani/Naren/Iyer
>> *The trick of walking on water is knowing where the stones are.*
>>
>> On Wed, Jun 14, 2017 at 7:15 PM, Manikantan Narender nath <
>> manikantannaren@gmail.com> wrote:
>>
>> > Tested on Mac OS Sierra
>> > Java 8 JDK 1.8.0_121-b13
>> >
>> > Tryme
>> > New Project wizard allowed Java And Maven projects only
>> > Created every type of project from New Project wizard except for JavaFX
>> > projects.
>> >
>> >
>> > *Cheers*
>> > Mani/Naren/Iyer
>> > *The trick of walking on water is knowing where the stones are.*
>> >
>> > On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <
>> angelo.quaglia@gmail.com>
>> > wrote:
>> >
>> >> Hi Jiri,
>> >> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro,
>> JDK
>> >> 1.8.
>> >> All seems fine, except for numerous compilation warnings of all kinds,
>> >> like, for example:
>> >>    [repeat]
>> >> E:\software\netbeans\netbeans-donation-review\openide.awt\sr
>> >> c\org\openide\awt\ListPane.java:878:
>> >> warning: [rawtypes] found raw type: ListModel
>> >>    [repeat]                 ListModel oldModel = (ListModel)
>> >> e.getOldValue();
>> >>    [repeat]                 ^
>> >>    [repeat]   missing type arguments for generic class ListModel<E>
>> >>
>> >> NB runs and compiles sizable Maven projects .
>> >>
>> >> Cheers,
>> >> Angelo
>> >>
>> >>
>> >> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
>> jiri.kovalsky@oracle.com>
>> >> wrote:
>> >>
>> >> > Hello NetCAT 9.0 participants,
>> >> >
>> >> >    let me first of all warmly welcome all the well known faces (ehm,
>> >> > e-mails :) in this new Apache hosted NetCAT mailing list but more
>> >> > importantly we are thrilled to see several new supporters!
>> >> >
>> >> >    While there are almost 80 subscribers to this list, we have only
>> 56
>> >> > participants registered in the NetBeans dashboard [1] so if you don't
>> >> find
>> >> > your name in the table, we strongly suggest to sign up [2] as soon as
>> >> > possible. Without passing this registration step, you won't have your
>> >> > account created in Synergy and you won't be able to participate in
>> the
>> >> > official certification later.
>> >> >
>> >> > [1] http://services.netbeans.org/dashboard/web/participants.php
>> >> > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>> >> >
>> >> >    Today we have the very first assignment for you. As the initial
>> >> > NetBeans code donation to Apache Incubator is just round the corner
>> we
>> >> > would like you to download the ZIP with NetBeans sources, extract
>> these
>> >> > locally, build the IDE with ANT and then give it your first test
>> drive.
>> >> The
>> >> > more OS/JDK8/JDK9 configurations we get covered the better!
>> >> >
>> >> >    If you spot anything suspicious either during the building
>> process or
>> >> > using the IDE later, don't hesitate to share your findings through
>> this
>> >> > list first and let's file common problems to JIRA [3] then.
>> >> >
>> >> > [3] https://issues.apache.org/jira/projects/NETBEANS
>> >> >
>> >> > The ZIP and instructions what to do are available here:
>> >> >
>> >> > http://deadlock.netbeans.org/job/prototypes-donation_review/
>> >> >
>> >> > Thanks for your help and we declare open the NetBeans Community
>> >> Acceptance
>> >> > Program (NetCAT) of version 9.0! :)
>> >> >
>> >> > Happy testing,
>> >> > Jirka & Hermien
>> >> >
>> >>
>> >
>> >
>>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Carlos Quintanilla <ca...@gmail.com>.
Hi Jiri,

BUILD SUCCESSFUL
Total time: 30 minutes 30 seconds

From NetBeans Help Menu > About:

*Product Version:* NetBeans IDE Dev (Build 20170614-unknown-revn)

*Java:* 1.8.0_121; Java HotSpot(TM) 64-Bit Server VM 25.121-b13

*Runtime:* Java(TM) SE Runtime Environment 1.8.0_121-b13

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)


While I was testing the Help Menu I tried all sub-menus and I got 2 errors:


NB > Menu > Help > Online Docs and Support FAIL

A org.openide.util.RequestProcessor$SlowItem exception has occurred.


NB > Menu > Help > Javadoc Index Search FAIL

A java.lang.NoClassDefFoundError exception has occurred.



"Please report this at http://www.netbeans.org/community/issues.html,

including a copy of your messages.log file as an attachment.

The messages.log file..."


I also did:


Updated Plugins via Check for Updates all OK

I tested other menus - submenus    all OK.


Created a simple Java Project       all OK.

Build Project, Clean and Build, Run Project, Debug,     all OK.



Regards,

Carlos Quintanilla








2017-06-14 15:46 GMT+02:00 Manikantan Narender nath <
manikantannaren@gmail.com>:

> Small rectification "New Project wizard allowed Java And Maven projects
> only" should be "New Project wizard allowed Java, Java FX and Maven
> projects" only"
>
> *Cheers*
> Mani/Naren/Iyer
> *The trick of walking on water is knowing where the stones are.*
>
> On Wed, Jun 14, 2017 at 7:15 PM, Manikantan Narender nath <
> manikantannaren@gmail.com> wrote:
>
> > Tested on Mac OS Sierra
> > Java 8 JDK 1.8.0_121-b13
> >
> > Tryme
> > New Project wizard allowed Java And Maven projects only
> > Created every type of project from New Project wizard except for JavaFX
> > projects.
> >
> >
> > *Cheers*
> > Mani/Naren/Iyer
> > *The trick of walking on water is knowing where the stones are.*
> >
> > On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <
> angelo.quaglia@gmail.com>
> > wrote:
> >
> >> Hi Jiri,
> >> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
> >> 1.8.
> >> All seems fine, except for numerous compilation warnings of all kinds,
> >> like, for example:
> >>    [repeat]
> >> E:\software\netbeans\netbeans-donation-review\openide.awt\sr
> >> c\org\openide\awt\ListPane.java:878:
> >> warning: [rawtypes] found raw type: ListModel
> >>    [repeat]                 ListModel oldModel = (ListModel)
> >> e.getOldValue();
> >>    [repeat]                 ^
> >>    [repeat]   missing type arguments for generic class ListModel<E>
> >>
> >> NB runs and compiles sizable Maven projects .
> >>
> >> Cheers,
> >> Angelo
> >>
> >>
> >> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> jiri.kovalsky@oracle.com>
> >> wrote:
> >>
> >> > Hello NetCAT 9.0 participants,
> >> >
> >> >    let me first of all warmly welcome all the well known faces (ehm,
> >> > e-mails :) in this new Apache hosted NetCAT mailing list but more
> >> > importantly we are thrilled to see several new supporters!
> >> >
> >> >    While there are almost 80 subscribers to this list, we have only 56
> >> > participants registered in the NetBeans dashboard [1] so if you don't
> >> find
> >> > your name in the table, we strongly suggest to sign up [2] as soon as
> >> > possible. Without passing this registration step, you won't have your
> >> > account created in Synergy and you won't be able to participate in the
> >> > official certification later.
> >> >
> >> > [1] http://services.netbeans.org/dashboard/web/participants.php
> >> > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> >> >
> >> >    Today we have the very first assignment for you. As the initial
> >> > NetBeans code donation to Apache Incubator is just round the corner we
> >> > would like you to download the ZIP with NetBeans sources, extract
> these
> >> > locally, build the IDE with ANT and then give it your first test
> drive.
> >> The
> >> > more OS/JDK8/JDK9 configurations we get covered the better!
> >> >
> >> >    If you spot anything suspicious either during the building process
> or
> >> > using the IDE later, don't hesitate to share your findings through
> this
> >> > list first and let's file common problems to JIRA [3] then.
> >> >
> >> > [3] https://issues.apache.org/jira/projects/NETBEANS
> >> >
> >> > The ZIP and instructions what to do are available here:
> >> >
> >> > http://deadlock.netbeans.org/job/prototypes-donation_review/
> >> >
> >> > Thanks for your help and we declare open the NetBeans Community
> >> Acceptance
> >> > Program (NetCAT) of version 9.0! :)
> >> >
> >> > Happy testing,
> >> > Jirka & Hermien
> >> >
> >>
> >
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
Note though that the ZIP is focused specifically on the Java SE features of
NetBeans IDE. That's the focus of NetCAT 9.0, not JavaScript, not Java EE,
not C/C++, not Groovy etc. So, yes, it will not be usable for many
scenarios -- only very specifically Java SE. The other features are coming
later.

Gj

On Wed, Jun 14, 2017 at 5:59 PM, Scott Palmer <sw...@gmail.com> wrote:

> I didn’t track exactly which ones I manually selected and they brought in
> many more as dependencies it seems.
>
> HTML support, JavaScript, JSON, and REST were what I was looking at when I
> choose what to install.
>
> I have a log of the console output from my run of “ant tryme”, but I don’t
> see anywhere to attach it to the exception report.
>
> I’m attaching all of the “Unpack” lines from that log, which hopefully
> gives an idea of what actually got installed. (Copying you directly in case
> attachments aren’t allowed on the list)
>
>
> Regards,
>
> Scott
>
>
> > On Jun 14, 2017, at 11:13 AM, Geertjan Wielenga <
> geertjan.wielenga@googlemail.com> wrote:
> >
> > Can you be specific about which plugins you added.
> >
> > Gj
> >
> > On Wed, Jun 14, 2017 at 5:02 PM, Scott Palmer <sw...@gmail.com>
> wrote:
> >
> >> Build went well on macOS 10.12.5 w. Java 8u131
> >>
> >>
> >> Scotts-MacBook-Pro:netbeans-donation-review scott$ ant build
> >> -Dcluster.config=java
> >> …
> >> BUILD SUCCESSFUL
> >> Total time: 76 minutes 23 seconds
> >> Scotts-MacBook-Pro:netbeans-donation-review scott$ ant tryme
> >> …
> >>
> >> However...
> >>
> >> I couldn’t open the project I wanted to try as it wasn’t understood yet
> >> without some plugins, so I added a few HTML and JavaScript plugins.  The
> >> project loads but NetBeans throws an exception when I try to open any
> file
> >> (tried with .java, .html, and .js) in the editor.
> >>
> >> java.lang.NoClassDefFoundError: org/openide/windows/ModeSelector
> >>
> >> It is unusable for me. :-(
> >>
> >> Bug #853568 reported
> >> http://statistics.netbeans.org/analytics/exception.do?id=853568
> >>
> >> Regards,
> >>
> >> Scott
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Scott Palmer <sw...@gmail.com>.
I didn’t track exactly which ones I manually selected and they brought in many more as dependencies it seems.

HTML support, JavaScript, JSON, and REST were what I was looking at when I choose what to install.

I have a log of the console output from my run of “ant tryme”, but I don’t see anywhere to attach it to the exception report.

I’m attaching all of the “Unpack” lines from that log, which hopefully gives an idea of what actually got installed. (Copying you directly in case attachments aren’t allowed on the list)


Regards,

Scott


> On Jun 14, 2017, at 11:13 AM, Geertjan Wielenga <ge...@googlemail.com> wrote:
> 
> Can you be specific about which plugins you added.
> 
> Gj
> 
> On Wed, Jun 14, 2017 at 5:02 PM, Scott Palmer <sw...@gmail.com> wrote:
> 
>> Build went well on macOS 10.12.5 w. Java 8u131
>> 
>> 
>> Scotts-MacBook-Pro:netbeans-donation-review scott$ ant build
>> -Dcluster.config=java
>> …
>> BUILD SUCCESSFUL
>> Total time: 76 minutes 23 seconds
>> Scotts-MacBook-Pro:netbeans-donation-review scott$ ant tryme
>> …
>> 
>> However...
>> 
>> I couldn’t open the project I wanted to try as it wasn’t understood yet
>> without some plugins, so I added a few HTML and JavaScript plugins.  The
>> project loads but NetBeans throws an exception when I try to open any file
>> (tried with .java, .html, and .js) in the editor.
>> 
>> java.lang.NoClassDefFoundError: org/openide/windows/ModeSelector
>> 
>> It is unusable for me. :-(
>> 
>> Bug #853568 reported
>> http://statistics.netbeans.org/analytics/exception.do?id=853568
>> 
>> Regards,
>> 
>> Scott

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Geertjan Wielenga <ge...@googlemail.com>.
Can you be specific about which plugins you added.

Gj

On Wed, Jun 14, 2017 at 5:02 PM, Scott Palmer <sw...@gmail.com> wrote:

> Build went well on macOS 10.12.5 w. Java 8u131
>
>
> Scotts-MacBook-Pro:netbeans-donation-review scott$ ant build
> -Dcluster.config=java
> …
> BUILD SUCCESSFUL
> Total time: 76 minutes 23 seconds
> Scotts-MacBook-Pro:netbeans-donation-review scott$ ant tryme
> …
>
> However...
>
> I couldn’t open the project I wanted to try as it wasn’t understood yet
> without some plugins, so I added a few HTML and JavaScript plugins.  The
> project loads but NetBeans throws an exception when I try to open any file
> (tried with .java, .html, and .js) in the editor.
>
> java.lang.NoClassDefFoundError: org/openide/windows/ModeSelector
>
> It is unusable for me. :-(
>
> Bug #853568 reported
> http://statistics.netbeans.org/analytics/exception.do?id=853568
>
> Regards,
>
> Scott
>
> > On Jun 14, 2017, at 9:46 AM, Manikantan Narender nath <
> manikantannaren@gmail.com> wrote:
> >
> > Small rectification "New Project wizard allowed Java And Maven projects
> > only" should be "New Project wizard allowed Java, Java FX and Maven
> > projects" only"
> >
> > *Cheers*
> > Mani/Naren/Iyer
> > *The trick of walking on water is knowing where the stones are.*
> >
> > On Wed, Jun 14, 2017 at 7:15 PM, Manikantan Narender nath <
> > manikantannaren@gmail.com> wrote:
> >
> >> Tested on Mac OS Sierra
> >> Java 8 JDK 1.8.0_121-b13
> >>
> >> Tryme
> >> New Project wizard allowed Java And Maven projects only
> >> Created every type of project from New Project wizard except for JavaFX
> >> projects.
> >>
> >>
> >> *Cheers*
> >> Mani/Naren/Iyer
> >> *The trick of walking on water is knowing where the stones are.*
> >>
> >> On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <
> angelo.quaglia@gmail.com>
> >> wrote:
> >>
> >>> Hi Jiri,
> >>> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro,
> JDK
> >>> 1.8.
> >>> All seems fine, except for numerous compilation warnings of all kinds,
> >>> like, for example:
> >>>   [repeat]
> >>> E:\software\netbeans\netbeans-donation-review\openide.awt\sr
> >>> c\org\openide\awt\ListPane.java:878:
> >>> warning: [rawtypes] found raw type: ListModel
> >>>   [repeat]                 ListModel oldModel = (ListModel)
> >>> e.getOldValue();
> >>>   [repeat]                 ^
> >>>   [repeat]   missing type arguments for generic class ListModel<E>
> >>>
> >>> NB runs and compiles sizable Maven projects .
> >>>
> >>> Cheers,
> >>> Angelo
> >>>
> >>>
> >>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <
> jiri.kovalsky@oracle.com>
> >>> wrote:
> >>>
> >>>> Hello NetCAT 9.0 participants,
> >>>>
> >>>>   let me first of all warmly welcome all the well known faces (ehm,
> >>>> e-mails :) in this new Apache hosted NetCAT mailing list but more
> >>>> importantly we are thrilled to see several new supporters!
> >>>>
> >>>>   While there are almost 80 subscribers to this list, we have only 56
> >>>> participants registered in the NetBeans dashboard [1] so if you don't
> >>> find
> >>>> your name in the table, we strongly suggest to sign up [2] as soon as
> >>>> possible. Without passing this registration step, you won't have your
> >>>> account created in Synergy and you won't be able to participate in the
> >>>> official certification later.
> >>>>
> >>>> [1] http://services.netbeans.org/dashboard/web/participants.php
> >>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> >>>>
> >>>>   Today we have the very first assignment for you. As the initial
> >>>> NetBeans code donation to Apache Incubator is just round the corner we
> >>>> would like you to download the ZIP with NetBeans sources, extract
> these
> >>>> locally, build the IDE with ANT and then give it your first test
> drive.
> >>> The
> >>>> more OS/JDK8/JDK9 configurations we get covered the better!
> >>>>
> >>>>   If you spot anything suspicious either during the building process
> or
> >>>> using the IDE later, don't hesitate to share your findings through
> this
> >>>> list first and let's file common problems to JIRA [3] then.
> >>>>
> >>>> [3] https://issues.apache.org/jira/projects/NETBEANS
> >>>>
> >>>> The ZIP and instructions what to do are available here:
> >>>>
> >>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
> >>>>
> >>>> Thanks for your help and we declare open the NetBeans Community
> >>> Acceptance
> >>>> Program (NetCAT) of version 9.0! :)
> >>>>
> >>>> Happy testing,
> >>>> Jirka & Hermien
> >>>>
> >>>
> >>
> >>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Scott Palmer <sw...@gmail.com>.
Build went well on macOS 10.12.5 w. Java 8u131


Scotts-MacBook-Pro:netbeans-donation-review scott$ ant build -Dcluster.config=java
…
BUILD SUCCESSFUL
Total time: 76 minutes 23 seconds
Scotts-MacBook-Pro:netbeans-donation-review scott$ ant tryme
…

However...

I couldn’t open the project I wanted to try as it wasn’t understood yet without some plugins, so I added a few HTML and JavaScript plugins.  The project loads but NetBeans throws an exception when I try to open any file (tried with .java, .html, and .js) in the editor.  

java.lang.NoClassDefFoundError: org/openide/windows/ModeSelector

It is unusable for me. :-(

Bug #853568 reported  
http://statistics.netbeans.org/analytics/exception.do?id=853568

Regards,

Scott

> On Jun 14, 2017, at 9:46 AM, Manikantan Narender nath <ma...@gmail.com> wrote:
> 
> Small rectification "New Project wizard allowed Java And Maven projects
> only" should be "New Project wizard allowed Java, Java FX and Maven
> projects" only"
> 
> *Cheers*
> Mani/Naren/Iyer
> *The trick of walking on water is knowing where the stones are.*
> 
> On Wed, Jun 14, 2017 at 7:15 PM, Manikantan Narender nath <
> manikantannaren@gmail.com> wrote:
> 
>> Tested on Mac OS Sierra
>> Java 8 JDK 1.8.0_121-b13
>> 
>> Tryme
>> New Project wizard allowed Java And Maven projects only
>> Created every type of project from New Project wizard except for JavaFX
>> projects.
>> 
>> 
>> *Cheers*
>> Mani/Naren/Iyer
>> *The trick of walking on water is knowing where the stones are.*
>> 
>> On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <an...@gmail.com>
>> wrote:
>> 
>>> Hi Jiri,
>>> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
>>> 1.8.
>>> All seems fine, except for numerous compilation warnings of all kinds,
>>> like, for example:
>>>   [repeat]
>>> E:\software\netbeans\netbeans-donation-review\openide.awt\sr
>>> c\org\openide\awt\ListPane.java:878:
>>> warning: [rawtypes] found raw type: ListModel
>>>   [repeat]                 ListModel oldModel = (ListModel)
>>> e.getOldValue();
>>>   [repeat]                 ^
>>>   [repeat]   missing type arguments for generic class ListModel<E>
>>> 
>>> NB runs and compiles sizable Maven projects .
>>> 
>>> Cheers,
>>> Angelo
>>> 
>>> 
>>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
>>> wrote:
>>> 
>>>> Hello NetCAT 9.0 participants,
>>>> 
>>>>   let me first of all warmly welcome all the well known faces (ehm,
>>>> e-mails :) in this new Apache hosted NetCAT mailing list but more
>>>> importantly we are thrilled to see several new supporters!
>>>> 
>>>>   While there are almost 80 subscribers to this list, we have only 56
>>>> participants registered in the NetBeans dashboard [1] so if you don't
>>> find
>>>> your name in the table, we strongly suggest to sign up [2] as soon as
>>>> possible. Without passing this registration step, you won't have your
>>>> account created in Synergy and you won't be able to participate in the
>>>> official certification later.
>>>> 
>>>> [1] http://services.netbeans.org/dashboard/web/participants.php
>>>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>>>> 
>>>>   Today we have the very first assignment for you. As the initial
>>>> NetBeans code donation to Apache Incubator is just round the corner we
>>>> would like you to download the ZIP with NetBeans sources, extract these
>>>> locally, build the IDE with ANT and then give it your first test drive.
>>> The
>>>> more OS/JDK8/JDK9 configurations we get covered the better!
>>>> 
>>>>   If you spot anything suspicious either during the building process or
>>>> using the IDE later, don't hesitate to share your findings through this
>>>> list first and let's file common problems to JIRA [3] then.
>>>> 
>>>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>>> 
>>>> The ZIP and instructions what to do are available here:
>>>> 
>>>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>>> 
>>>> Thanks for your help and we declare open the NetBeans Community
>>> Acceptance
>>>> Program (NetCAT) of version 9.0! :)
>>>> 
>>>> Happy testing,
>>>> Jirka & Hermien
>>>> 
>>> 
>> 
>> 


Re: [news] Welcome to NetCAT 9.0 program!

Posted by Manikantan Narender nath <ma...@gmail.com>.
Small rectification "New Project wizard allowed Java And Maven projects
only" should be "New Project wizard allowed Java, Java FX and Maven
projects" only"

*Cheers*
Mani/Naren/Iyer
*The trick of walking on water is knowing where the stones are.*

On Wed, Jun 14, 2017 at 7:15 PM, Manikantan Narender nath <
manikantannaren@gmail.com> wrote:

> Tested on Mac OS Sierra
> Java 8 JDK 1.8.0_121-b13
>
> Tryme
> New Project wizard allowed Java And Maven projects only
> Created every type of project from New Project wizard except for JavaFX
> projects.
>
>
> *Cheers*
> Mani/Naren/Iyer
> *The trick of walking on water is knowing where the stones are.*
>
> On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <an...@gmail.com>
> wrote:
>
>> Hi Jiri,
>> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
>> 1.8.
>> All seems fine, except for numerous compilation warnings of all kinds,
>> like, for example:
>>    [repeat]
>> E:\software\netbeans\netbeans-donation-review\openide.awt\sr
>> c\org\openide\awt\ListPane.java:878:
>> warning: [rawtypes] found raw type: ListModel
>>    [repeat]                 ListModel oldModel = (ListModel)
>> e.getOldValue();
>>    [repeat]                 ^
>>    [repeat]   missing type arguments for generic class ListModel<E>
>>
>> NB runs and compiles sizable Maven projects .
>>
>> Cheers,
>> Angelo
>>
>>
>> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
>> wrote:
>>
>> > Hello NetCAT 9.0 participants,
>> >
>> >    let me first of all warmly welcome all the well known faces (ehm,
>> > e-mails :) in this new Apache hosted NetCAT mailing list but more
>> > importantly we are thrilled to see several new supporters!
>> >
>> >    While there are almost 80 subscribers to this list, we have only 56
>> > participants registered in the NetBeans dashboard [1] so if you don't
>> find
>> > your name in the table, we strongly suggest to sign up [2] as soon as
>> > possible. Without passing this registration step, you won't have your
>> > account created in Synergy and you won't be able to participate in the
>> > official certification later.
>> >
>> > [1] http://services.netbeans.org/dashboard/web/participants.php
>> > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>> >
>> >    Today we have the very first assignment for you. As the initial
>> > NetBeans code donation to Apache Incubator is just round the corner we
>> > would like you to download the ZIP with NetBeans sources, extract these
>> > locally, build the IDE with ANT and then give it your first test drive.
>> The
>> > more OS/JDK8/JDK9 configurations we get covered the better!
>> >
>> >    If you spot anything suspicious either during the building process or
>> > using the IDE later, don't hesitate to share your findings through this
>> > list first and let's file common problems to JIRA [3] then.
>> >
>> > [3] https://issues.apache.org/jira/projects/NETBEANS
>> >
>> > The ZIP and instructions what to do are available here:
>> >
>> > http://deadlock.netbeans.org/job/prototypes-donation_review/
>> >
>> > Thanks for your help and we declare open the NetBeans Community
>> Acceptance
>> > Program (NetCAT) of version 9.0! :)
>> >
>> > Happy testing,
>> > Jirka & Hermien
>> >
>>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Manikantan Narender nath <ma...@gmail.com>.
Tested on Mac OS Sierra
Java 8 JDK 1.8.0_121-b13

Tryme
New Project wizard allowed Java And Maven projects only
Created every type of project from New Project wizard except for JavaFX
projects.


*Cheers*
Mani/Naren/Iyer
*The trick of walking on water is knowing where the stones are.*

On Wed, Jun 14, 2017 at 6:10 PM, Angelo Quaglia <an...@gmail.com>
wrote:

> Hi Jiri,
> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
> 1.8.
> All seems fine, except for numerous compilation warnings of all kinds,
> like, for example:
>    [repeat]
> E:\software\netbeans\netbeans-donation-review\openide.awt\
> src\org\openide\awt\ListPane.java:878:
> warning: [rawtypes] found raw type: ListModel
>    [repeat]                 ListModel oldModel = (ListModel)
> e.getOldValue();
>    [repeat]                 ^
>    [repeat]   missing type arguments for generic class ListModel<E>
>
> NB runs and compiles sizable Maven projects .
>
> Cheers,
> Angelo
>
>
> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
> wrote:
>
> > Hello NetCAT 9.0 participants,
> >
> >    let me first of all warmly welcome all the well known faces (ehm,
> > e-mails :) in this new Apache hosted NetCAT mailing list but more
> > importantly we are thrilled to see several new supporters!
> >
> >    While there are almost 80 subscribers to this list, we have only 56
> > participants registered in the NetBeans dashboard [1] so if you don't
> find
> > your name in the table, we strongly suggest to sign up [2] as soon as
> > possible. Without passing this registration step, you won't have your
> > account created in Synergy and you won't be able to participate in the
> > official certification later.
> >
> > [1] http://services.netbeans.org/dashboard/web/participants.php
> > [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
> >
> >    Today we have the very first assignment for you. As the initial
> > NetBeans code donation to Apache Incubator is just round the corner we
> > would like you to download the ZIP with NetBeans sources, extract these
> > locally, build the IDE with ANT and then give it your first test drive.
> The
> > more OS/JDK8/JDK9 configurations we get covered the better!
> >
> >    If you spot anything suspicious either during the building process or
> > using the IDE later, don't hesitate to share your findings through this
> > list first and let's file common problems to JIRA [3] then.
> >
> > [3] https://issues.apache.org/jira/projects/NETBEANS
> >
> > The ZIP and instructions what to do are available here:
> >
> > http://deadlock.netbeans.org/job/prototypes-donation_review/
> >
> > Thanks for your help and we declare open the NetBeans Community
> Acceptance
> > Program (NetCAT) of version 9.0! :)
> >
> > Happy testing,
> > Jirka & Hermien
> >
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Angelo Quaglia <an...@gmail.com>.
I left NB thinking and this happened:

    [exec] INFO
[org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete
indexing of 5 source roots took: 0 ms (New or modified files: 0, Deleted
files: 0) [Adding listeners took: 0 ms]
     [exec] WARNING [org.netbeans.core.TimableEventQueue]: too much time in
AWT thread org.netbeans.modules.sampler.InternalSampler@712359ae
     [exec] WARNING [org.netbeans.modules.options.keymap.LayersBridge]:
Invalid shortcut: org.openide.loaders.BrokenDataShadow@5ea14f33
[MultiFileObject@7f9e1591[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
     [exec] WARNING [org.netbeans.modules.options.keymap.LayersBridge]:
Invalid shortcut: org.openide.loaders.BrokenDataShadow@5ea14f33
[MultiFileObject@7f9e1591[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
     [exec] WARNING [org.netbeans.core.TimableEventQueue]: too much time in
AWT thread org.netbeans.modules.sampler.InternalSampler@71a01df5
     [exec] WARNING [org.netbeans.core.TimableEventQueue]: no snapshot taken
     [exec] java.lang.OutOfMemoryError: GC overhead limit exceeded
     [exec] Dumping heap to
E:\software\netbeans\netbeans-donation-review\nbbuild\testuserdir\var\log\heapdump.hprof
...
     [exec] Heap dump file created [1976835720 bytes in 8.457 secs]
     [exec] WARNING
[org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
     [exec] java.lang.OutOfMemoryError: GC overhead limit exceeded
     [exec]     at
org.openide.util.lookup.LookupListenerList.remove(LookupListenerList.java:85)
     [exec]     at
org.openide.util.lookup.ProxyLookup$R.removeLookupListener(ProxyLookup.java:500)
     [exec]     at
org.openide.util.lookup.SimpleProxyLookup$ProxyResult.updateLookup(SimpleProxyLookup.java:216)
     [exec]     at
org.openide.util.lookup.SimpleProxyLookup$ProxyResult.checkResult(SimpleProxyLookup.java:196)
     [exec]     at
org.openide.util.lookup.SimpleProxyLookup$ProxyResult.allInstances(SimpleProxyLookup.java:286)
     [exec]     at org.openide.util.Lookup.lookupAll(Lookup.java:312)
     [exec]     at
org.netbeans.modules.maven.NbMavenProjectImpl.getSourceRoots(NbMavenProjectImpl.java:554)
     [exec]     at
org.netbeans.modules.maven.classpath.ClassPathProviderImpl.getType(ClassPathProviderImpl.java:288)
     [exec]     at
org.netbeans.modules.maven.classpath.ClassPathProviderImpl.findClassPath(ClassPathProviderImpl.java:223)
     [exec]     at
org.netbeans.modules.java.project.ProjectClassPathProvider.findClassPath(ProjectClassPathProvider.java:75)
     [exec]     at
org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:676)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1917)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$2900(RepositoryUpdater.java:159)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:4940)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3432)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6195)
     [exec]     at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5846)
     [exec] [catch] at
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6111)
     [exec] INFO [org.netbeans.core.netigso.Netigso]: bundle
org.eclipse.osgi@3.9.1.v20140110-1610 256
     [exec] INFO [org.netbeans.core.netigso.Netigso]: bundle
org.eclipse.osgi@3.9.1.v20140110-1610 stopped
     [exec] INFO [org.netbeans.core.netigso.Netigso]: bundle
org.eclipse.osgi@3.9.1.v20140110-1610 stopped
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dhttp.proxyHost=10.168.209.73
-Dhttp.proxyPort=8012 -Dhttps.proxyHost=10.168.209.73
-Dhttps.proxyPort=8012
-Dhttp.nonProxyHosts="-Dhttp.nonProxyHosts=localhost^|127.0.0.1^|*.jrc.it
^|*.jrc.ec.europa.eu"


On Wed, Jun 14, 2017 at 2:40 PM, Angelo Quaglia <an...@gmail.com>
wrote:

> Hi Jiri,
> I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
> 1.8.
> All seems fine, except for numerous compilation warnings of all kinds,
> like, for example:
>    [repeat] E:\software\netbeans\netbeans-donation-review\openide.awt\
> src\org\openide\awt\ListPane.java:878: warning: [rawtypes] found raw
> type: ListModel
>    [repeat]                 ListModel oldModel = (ListModel)
> e.getOldValue();
>    [repeat]                 ^
>    [repeat]   missing type arguments for generic class ListModel<E>
>
> NB runs and compiles sizable Maven projects .
>
> Cheers,
> Angelo
>
>
> On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
> wrote:
>
>> Hello NetCAT 9.0 participants,
>>
>>    let me first of all warmly welcome all the well known faces (ehm,
>> e-mails :) in this new Apache hosted NetCAT mailing list but more
>> importantly we are thrilled to see several new supporters!
>>
>>    While there are almost 80 subscribers to this list, we have only 56
>> participants registered in the NetBeans dashboard [1] so if you don't find
>> your name in the table, we strongly suggest to sign up [2] as soon as
>> possible. Without passing this registration step, you won't have your
>> account created in Synergy and you won't be able to participate in the
>> official certification later.
>>
>> [1] http://services.netbeans.org/dashboard/web/participants.php
>> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>>
>>    Today we have the very first assignment for you. As the initial
>> NetBeans code donation to Apache Incubator is just round the corner we
>> would like you to download the ZIP with NetBeans sources, extract these
>> locally, build the IDE with ANT and then give it your first test drive. The
>> more OS/JDK8/JDK9 configurations we get covered the better!
>>
>>    If you spot anything suspicious either during the building process or
>> using the IDE later, don't hesitate to share your findings through this
>> list first and let's file common problems to JIRA [3] then.
>>
>> [3] https://issues.apache.org/jira/projects/NETBEANS
>>
>> The ZIP and instructions what to do are available here:
>>
>> http://deadlock.netbeans.org/job/prototypes-donation_review/
>>
>> Thanks for your help and we declare open the NetBeans Community
>> Acceptance Program (NetCAT) of version 9.0! :)
>>
>> Happy testing,
>> Jirka & Hermien
>>
>
>

Re: [news] Welcome to NetCAT 9.0 program!

Posted by Angelo Quaglia <an...@gmail.com>.
Hi Jiri,
I have just built NB behind a corporate HTTP proxy on Windows 7 Pro, JDK
1.8.
All seems fine, except for numerous compilation warnings of all kinds,
like, for example:
   [repeat]
E:\software\netbeans\netbeans-donation-review\openide.awt\src\org\openide\awt\ListPane.java:878:
warning: [rawtypes] found raw type: ListModel
   [repeat]                 ListModel oldModel = (ListModel)
e.getOldValue();
   [repeat]                 ^
   [repeat]   missing type arguments for generic class ListModel<E>

NB runs and compiles sizable Maven projects .

Cheers,
Angelo


On Wed, Jun 14, 2017 at 1:25 AM, Jiří Kovalský <ji...@oracle.com>
wrote:

> Hello NetCAT 9.0 participants,
>
>    let me first of all warmly welcome all the well known faces (ehm,
> e-mails :) in this new Apache hosted NetCAT mailing list but more
> importantly we are thrilled to see several new supporters!
>
>    While there are almost 80 subscribers to this list, we have only 56
> participants registered in the NetBeans dashboard [1] so if you don't find
> your name in the table, we strongly suggest to sign up [2] as soon as
> possible. Without passing this registration step, you won't have your
> account created in Synergy and you won't be able to participate in the
> official certification later.
>
> [1] http://services.netbeans.org/dashboard/web/participants.php
> [2] http://services.netbeans.org/dashboard/web/netcat_signup.php
>
>    Today we have the very first assignment for you. As the initial
> NetBeans code donation to Apache Incubator is just round the corner we
> would like you to download the ZIP with NetBeans sources, extract these
> locally, build the IDE with ANT and then give it your first test drive. The
> more OS/JDK8/JDK9 configurations we get covered the better!
>
>    If you spot anything suspicious either during the building process or
> using the IDE later, don't hesitate to share your findings through this
> list first and let's file common problems to JIRA [3] then.
>
> [3] https://issues.apache.org/jira/projects/NETBEANS
>
> The ZIP and instructions what to do are available here:
>
> http://deadlock.netbeans.org/job/prototypes-donation_review/
>
> Thanks for your help and we declare open the NetBeans Community Acceptance
> Program (NetCAT) of version 9.0! :)
>
> Happy testing,
> Jirka & Hermien
>