+1 This sounds like it would be the first cut of an "export project" feature. As well as the standard targets the build file could have targets for each of the run/debug configurations, unit tests, etc along with the appropriate classpath, vm parameters... All this information is available in the config files, so it should be pretty straightforward using xsl.
Hmm, a "zip" target would be pretty useful as well, that zipped up all the project directories and the build.xml itself. That way you could do all your development in IDEA and then "export" the project for those less fortunate people not developing with pleasure :o) Cheers, Dan -----Original Message----- From: Glen Stampoutlzis [mailto:[EMAIL PROTECTED]] Sent: 20 July 2002 04:58 To: [EMAIL PROTECTED] Subject: [Eap-features] Re: Jar tool for IDEA Just had a thought. It would be nice if IDEA could produce a ant script automatically from the project file definition with standard targets like: clean, compile, jar, test etc... This would be a great starting point. Hrrm, maybe you could even do it using an XSL script run against the project file.... Regards, Glen Stampoultzis (TriNexus Pty Ltd) Fixed:+61 3 9753-6850 Mob:+61 (0)402 835 458 ICQ: 62722370 EMail: [EMAIL PROTECTED] URL's: http://jakarta.apache.org/poi, http://www.krysalis.org "Thomas Singer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Yes, ANT. > > Tom > > > On Wed, 17 Jul 2002 11:29:53 -0400, "Chris Hampton" > <[EMAIL PROTECTED]> wrote: > > > Is there a built-in Jar archiving tool/command in IDEA? If so, > > where is it? And, if not, how about adding one? It's one of the > > few useful features I've seen in other IDE's, but not in IDEA. > > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
