| ?????Anyone written an Ant shell yet? | ?????Anyone written an Ant shell yet? 2003-03-13 - By Ciramella, EJ
as far as calling the targets, you can call ant with multiple command line arguments like: and clean compile jar
all on one line...
-----Original Message----- From: Steve Loughran [mailto:steve_l@(protected)] Sent: Thursday, March 13, 2003 12:12 PM To: Ant Users List Subject: Re: AW: Anyone written an Ant shell yet?
----- Original Message ----- From: "webhiker" <webhiker@(protected)> To: "Ant Users List" <user@(protected)> Sent: Thursday, March 13, 2003 02:45 Subject: Re: AW: Anyone written an Ant shell yet?
> More along the lines of your second option. > But not quite... > > During development (die-hard Xemacs) I always iterate around > "ant clean" > "ant compile" > "ant jar" > > etc. to call my targets as needed. > > In a shell mode, I would just need to type > %ant shell>clean > %ant shell>compile > %ant shell>jar > > with the MAIN benefit of : > 1)not having to wait 3 days for a Jvm to start each time > 2)A homogenous env instead of arsing about with Cygwin, cmd.exe, Unix > shells etc. > 3)It could easily extend and embrace cvs commands, Windows/Unix style > directory navigation etc.
Jedit has this in a plugin.
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |