Re: IDEA Project generation from ant

2009-11-04 Thread Brian Pontarelli
On Nov 3, 2009, at 9:44 PM, Raja Nagendra Kumar wrote: I generally only generate .classpath files Could you tell me how you archive this with ant The .classpath format is an extremely simple XML format that tells the IDE where the source paths are and the JAR files for the project. This

RE: IDEA Project generation from ant

2009-11-03 Thread Raja Nagendra Kumar
Hi Shawn, Thank you Shawn for sharing your macro. We shall start from here.. and see if we could write a good ant task based on this. Regards, Nagendra -- View this message in context: http://old.nabble.com/IDEA-Project-generation-from-ant-tp26160045p26191008.html Sent from the Ant - Users

Re: IDEA Project generation from ant

2009-11-03 Thread Raja Nagendra Kumar
roject-generation-from-ant-tp26160045p26190931.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: IDEA Project generation from ant

2009-11-03 Thread Brian Pontarelli
target. I wish to provide the needed class and source paths. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://old.nabble.com/IDEA-Project-generation-from-ant-tp26160045p26160045.html Sent from the Ant - Users mailing list archive at Nabble.com

RE: IDEA Project generation from ant

2009-11-03 Thread Shawn Castrianni
ovember 03, 2009 4:01 AM To: user@ant.apache.org Subject: IDEA Project generation from ant Hi, Are there any ant tasks available to generate intellij and/or eclipse projects

IDEA Project generation from ant

2009-11-03 Thread Raja Nagendra Kumar
Hi, Are there any ant tasks available to generate intellij and/or eclipse projects from ant target. I wish to provide the needed class and source paths. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://old.nabble.com/IDEA-Project-generation-from