Re: migrate EE6 project from ant buiild to mvn/gradle

2022-01-26 Thread Pieter van den Hombergh
Hi Tom, In such a situation, I would start from a new maven project, and then gradually include your stuff into that new project. Netbenas will provide some help with finding the maven dependencies, some others (in particular local ones) you might have to add by hand, but that is also straightforw

migrate EE6 project from ant buiild to mvn/gradle

2022-01-25 Thread Tom Eicher
Hello, I have an ear project with one ejb and one war subprojects, that originates from Netbeans 7.2, using an ant build. I have been unable to upgrade for a long time (after NB8) due to missing wildfly plugin and other troubles, but now I'm up and running with Apache Netbeans 12.6 ! We did tha