Re: iteration question...

2002-09-08 Thread Stefan Bodewig
On Fri, 6 Sep 2002, Matt Benson <[EMAIL PROTECTED]> wrote: > Where are packagesets documented? In documentation of Ant 1.5 (it is one of the new features of 1.5). Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

Command Line Arguments

2002-09-08 Thread William Gustave
Is it possible to set the Global Variables from the command line in an Ant build file. I am using the tag and I just don't see how in the Ant tutorial to do this. I have pasted the code below. Enhanced Magazine Site build file T

Re: Starting server

2002-09-08 Thread amol desai
Hi George, Thanks for the reply. The batch file includes the following : java -classpath %AS_POINTBASE%\server\lib\pbserver42RE.jar com.pointbase.net.netServer /port:9092. There is a no option of running it as background process on windows in the syntax.Hence it keeps on listening to the ment

Test

2002-09-08 Thread suogen
test -- To unsubscribe, e-mail: For additional commands, e-mail:

Antelope

2002-09-08 Thread e
Just to say that I just discovered the Antelope as a plugin for Jedit and I think it's very useful!. I'm using it inside Jedit, and then ant goes faster than from console. I think it's similar to antfarm, but you have direct acces to the properties, and you can select the debug level. http://a

Re: How to delete multiple folders by pattern?

2002-09-08 Thread Jeff Turner
On Sat, Sep 07, 2002 at 01:33:58PM -0400, Stacy Young wrote: > > I'm trying to delete all instances of a folder called CVS within a directory > structure but for the life of me I can't get it right... Set defaultexcludes="no". --Jeff > > Any help appreciated! > > Stace -- To unsubscribe, e-