AW: Howto Upgrade Specification Version

2019-03-05 Thread Frank Jung
Same point as for Ant/Maven … ;-) How is documented what was tested? If we don’t know what versions we used for our test how can we be sure that our tests are useful? Thanks Frankie Von: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] Gesendet: Mittwoch, 6. März 2019 07:00

AW: Ant / Maven

2019-03-05 Thread Frank Jung
Ok - so I just test Maven. How can I document this in the tests? Doesn’t make sense to me to run tests and nobody knows what was tested in fact … Thanks Frankie Von: Geertjan Wielenga [mailto:geertjan.wiele...@googlemail.com] Gesendet: Mittwoch, 6. März 2019 07:08 An: Frank Jung

Ant / Maven

2019-03-05 Thread Frank Jung
Hi, just asking again since this was not answered yet .: In the test there are two tracks, one for maven and one for ant. Creating the web app with maven works ok, with ant I have a resolve problem ("javaee-endorsed-api-7.0" library could not be found). Am I expected to run both tracks?

AW: Howto Upgrade Specification Version

2019-03-05 Thread Frank Jung
Done. As a result of the discussion on glassfish versions I use JDK 12 for the IDE and JDK 8 for GlassFish 5.1. The new test spec says for Setup: „GlassFish 5.0 server must be installed and registered in the IDE.“ How to deal with this? After the update I can’t edit it any more (in the old

RE: Testing Java EE sanity

2019-03-05 Thread peter
Thanks, Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Service Connected Disabled Veteran Owned Business WA State License: 603-501-609 360-830-8926 C “Lead, Follow or Get Out of

Re: Howto Upgrade Specification Version

2019-03-05 Thread Geertjan Wielenga
Delete your existing assignment and then create the new one with the right spec number. No worries if you don’t figure it out — in that case I’ll do it, when I get back to my laptop in a few hours. Gj On Tuesday, March 5, 2019, Frank Jung wrote: > Hi, > > > > the test assigned to me is >

Howto Upgrade Specification Version

2019-03-05 Thread Frank Jung
Hi, the test assigned to me is https://netbeans-vm.apache.org/synergy/client/app/#/specification/368/v/2 (NetBeans 8.1 Test Specification) When I try to clone it to create a version for Version 11.0 it says that this is already existent. When I searched for it, I found

Re: Testing Java EE sanity

2019-03-05 Thread Geertjan Wielenga
In the bin folder of the ZIP you downloaded you’ll find the exe. No need to build anything. Gj On Tue, 5 Mar 2019 at 20:44, wrote: > Everyone, > > I can't get ant running to "build" Netbeans 10 or 11. > > Don't we just have an exe? > > Sorry, but I don't have a lot of time to figure this out.

Testing Java EE sanity

2019-03-05 Thread Frank Jung
Hi, I'm new to NETCAT and I finally set up my testing environment and started testing. I use JDK 12 for the IDE and JDK 8 for GlassFish 5.1 - this seems to be what we want as a result of the discussion, right? In the test there are two tracks, one for maven and one for ant. Creating the