There is no link between How to run integration tests and How to contribute. Just a reason for me to contribute to Netbeans, maybe only the tutorial web page on JUnit <https://netbeans.apache.org/kb/docs/java/junit-intro.html>, or code if there is something missing. That's why I started a new thread.
Arnaud Le dim. 9 janv. 2022 à 14:11, Geertjan Wielenga <[email protected]> a écrit : > Not sure what's going wrong but this seems the wrong approach to figuring > out "how to run JUnit integration test with Maven project". > > The answer to that question is: how would you normally do that in Maven? > That's how you would also do it in NetBeans. > > Gj > > > > On Sun, Jan 9, 2022 at 2:04 PM Arnaud bourree <[email protected]> > wrote: > > > Hi Antonio, > > > > I restart from fresh git clone and try as describe in "Build from source" > > 1/ without defining JAVA_HOME nor ANT_HOME > > $ant build -Dpermit.jdk9.builds=true > > BUILD FAILED > > /home/abourree/Dev/netbeans/nbbuild/build.xml:591: The following error > > occurred while executing this line: > > /home/abourree/Dev/netbeans/nbbuild/build.xml:586: The following error > > occurred while executing this line: > > /home/abourree/Dev/netbeans/nbbuild/build.xml:621: The following error > > occurred while executing this line: > > /home/abourree/Dev/netbeans/nbbuild/build.xml:604: The following error > > occurred while executing this line: > > /home/abourree/Dev/netbeans/nbbuild/build.xml:586: The following error > > occurred while executing this line: > > /home/abourree/Dev/netbeans/nbbuild/build.xml:633: The following error > > occurred while executing this line: > > /home/abourree/Dev/netbeans/nbbuild/templates/common.xml:207: Compile > > failed; see the compiler error output for details. > > => Same result > > $ant build > > => Same result > > 2/ with JAVA_HOME and ANT_HOME defined > > $ant build -Dpermit.jdk9.builds=true > > => Same result > > $ant build > > => Same result > > > > > > Regards, > > > > Arnaud > > > > Le dim. 9 janv. 2022 à 11:59, antonio <[email protected]> a écrit : > > > > > Hi Arnaud, > > > > > > In order to build Apache NetBeans and start contributing please follow > > > the prerequisites detailed in the "Building from source" section here: > > > > > > https://netbeans.apache.org/download/dev/index.html > > > > > > Kind regards, > > > Antonio > > > > > > El 9/1/22 a las 11:24, Arnaud bourree escribió: > > > > I didn't see any prerequisites but expect my PC OK with Debian 12, > Java > > > > 17.0.1, Maven 3.6.3 and Ant 1.10.11 > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > For further information about the NetBeans mailing lists, visit: > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > > > >
