> Sorry for my entry-level question. Is it possible for me to convert from an > Ant project to A Maven project from within NetBeans IDE?
This is a question for the Netbeans User list. > Or, is there any method to convert from an Ant project to a Maven project > using some command line method? Not that I am aware of. > Or, any standard method to do so? As Stephen already told you, the easiest option is probably to create an empty Maven project structure and then move your source code and resources to the proper directories. But this assumes that you have a fairly simple project. If you are doing anything "special" then this will most likely not work either. Your best bet is to start reading about Maven using one of the free ebooks that are available and linked to from the http://maven.apache.org website, create some sample projects as outlined in those books, begin to understand the tool and how it works, and then attempt to convert an Ant build. You can't skip all that learning and expect to be successful in this endeavor. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
