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 that's what I've been using to integrate it into the IDE. 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 suppose I could create an empty NetBeans project and then copy over my source. Is that the only way to do it? Thanks! Blake McBride