RE: Improving the manual

2005-07-28 Thread Jay Burgess
syntax came from?!?, etc. I believe there's a nice middle-ground between making the docset both a tutorial and a reference (kind of like "Java in Nutshell", if you're a Java person). And I too would love to help out, if a group was started to work down this road.

RE: silently

2005-07-26 Thread Jay Burgess
property ... ... Jan >-Ursprüngliche Nachricht----- >Von: Jay Burgess [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 26. Juli 2005 18:17 >An: user@ant.apache.org >Betreff: silently > >I've got a script that contains a number of build command

silently

2005-07-26 Thread Jay Burgess
Ant invocation quietly and move on to the next line. Unfortunately, while I can accomplish this with the task, I get a nasty BUILD FAILED message which is not really the case. Is there a way, using Core Tasks, to test and "fail silently". Thanks. Jay | Jay Burgess [Vertical Technology Group

RE: Checking out with CVS_RSH=ssh using ant

2005-05-25 Thread Jay Burgess
vs log build.xml Or from an Ant script e.g. Let me know if you have any problems with this, in case I missed a step. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message- From: Jay Burgess [mailto:[EMA

RE: Checking out with CVS_RSH=ssh using ant

2005-05-25 Thread Jay Burgess
tails. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message- From: Todd Nine Sent: 2005-05-24 22:04:32 Subject: Checking out with CVS_RSH=ssh using ant Hi all, I'm trying to execute an ant target th

RE: Catch-all target?

2005-05-24 Thread Jay Burgess
That's a really good point. A "build.bat" file would simplify it even further: build I was so interested in trying to do it Ant-like, that I didn't consider alternatives. Thanks for the info. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technol

Catch-all target?

2005-05-24 Thread Jay Burgess
uild Since "build" and "" are known ahead of time, I can make them targets. However, "" is always varied, and so I'd like to find some way to make this work. I realize I can do: ant build -Dtag= But I'd rather avoid the "-Dtag=" if poss