Re: NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread László Kishalmi
Besides the build.xml NetBeans needs an m project folder with some additional files, to be detected as an Ant project. As Neil said, those stuff can be created with the Free Form Ant project wizard. NetBeans recognize Maven and Gradle project out of the box without any additional configuration. O

Re: NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread Neil C Smith
On Wed, 10 Aug 2022, 15:37 Blake McBride, wrote: > > So, theoretically, if NetBeans sees my build.xml, it should be able to > integrate, but it doesn't detect the build.xml as an Ant project. I can't > open the project. > I think you want to use the new free form Ant project and point it at you

NB 14 - doesn't detect pre-existing Ant project

2022-08-10 Thread Blake McBride
Greetings, I have a large Java project that I have been using with IntelliJ. I'd like to switch back to NetBeans. Although I am using IntelliJ, I'm not really using their build system. I actually wrote my own build system. I have a simple Ant script that can interface with my build system, and