Birthday Calendar

2006-01-19 Thread Srikumar Krishna Iyer
Hi Please click (or copy and paste) the link below and enter your birthday into my calendar. It's quick, easy and you'll be helping me out:-). http://www.birthdayalarm.com/bd2/62972394a70703537b912028431c232467176d905 Srikumar

Re: -propertyfile ant switch

2006-01-19 Thread Stefan Bodewig
On Thu, 19 Jan 2006, Paulo Jorge Guedes <[EMAIL PROTECTED]> wrote: > Well I was looking at and it's not clear to me how it > works but I will investigate. Concerning the task I don't see > what can I do with it, there is no attribute or so similar to the > propertyfile switch... will pass

Re: Batch file execution fails on Win XP with java.io.Exception error=2

2006-01-19 Thread Stefan Bodewig
On Wed, 18 Jan 2006, Ramesh M. <[EMAIL PROTECTED]> wrote: > Where the "somebatchfile" comes from the build file. It does not > have any extension. On executing it on Windows XP I get the > following error Cannot execute C:\somebatchfile: You have to execute cmd.exe in order to run batch files w

Re: Batch file execution fails on Win XP with java.io.Exception error=2

2006-01-19 Thread Jeffrey E Care
Read the manual page for the task; it should give you a hint. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Ramesh M <[EMAIL PROTECTED]> wrote on 01/18/2006 07:34:11 AM: > I have the folllowing fragment in an ant extension >

Re: Can I substitute jar executable used by ?

2006-01-19 Thread Steve Loughran
Cena, Bernard (IT) wrote: Is there a way to substitute what executable is used under the hood of task in similar fashion to executable and compiler attribute for ? We've found quite slow on large packages and were wondering if we could substitute for example GNU jar which is much faster. If no

Re: text books on ant

2006-01-19 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 18 Jan 2006, Matt Benson <[EMAIL PROTECTED]> wrote: We usually hype Erik and Steve's Java Development with Ant from Manning: http://www.manning.com/books/hatcher which doesn't cover Ant 1.6, it was published very close to the release of 1.5. code frozen on the

Re: text books on ant

2006-01-19 Thread Steve Loughran
Matt Benson wrote: We usually hype Erik and Steve's Java Development with Ant from Manning: http://www.manning.com/books/hatcher . Another good reference for learning how to write Ant tasks is Ant's own source code. Learn more here: http://ant.apache.org/svn.html The best details is probably

Re: Exclude a directory

2006-01-19 Thread Frank Harnack
The real problem is the space after "src" in "", I suppose. Regards Frank Hello, with it should work. Regards Frank Quoting Alan Andrade <[EMAIL PROTECTED]>: > Hi > > I am using the copy task. > > I wasn't

RE: text books on ant

2006-01-19 Thread RADEMAKERS Tanguy
>I'm not aware of any book that covers Ant 1.6, but there may be some. >I'd check the "Resources" link at the Ant web site and read some of >the stuff available online. the second edition of O'Reilly's "Ant: The Definitive Guide" covers Ant 1.6. /t ---

RE: -propertyfile ant switch

2006-01-19 Thread Paulo Jorge Guedes
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: quinta-feira, 19 de Janeiro de 2006 5:10 > To: user@ant.apache.org > Subject: Re: -propertyfile ant switch > > On Wed, 18 Jan 2006, Paulo Jorge Guedes <[EMAIL PROTECTED]> > wrote: > > > I use "inheritAll=false"

Re: Problems installing Ant under Linux Red Hat: can't find org.apache.ant.launch.Launcher class

2006-01-19 Thread Peter Reilly
Try using java and not gcj. Peter On 1/18/06, Matt Benson <[EMAIL PROTECTED]> wrote: > > Try using the --noconfig option with the ant command. > > -Matt > > --- Daniele Gianni <[EMAIL PROTECTED]> > wrote: > > > Thanks Matt. > > > > But I have to contact the admin to solve it, I don't > > have eno

Re: command execution

2006-01-19 Thread Guruprasad R
hi again, got my problem solved. I gave the actual path in the args field and its working. On 1/19/06, Guruprasad R <[EMAIL PROTECTED]> wrote: > > hi all, > finally i am using the java task to do it. > > > > > > here, i am getting > exectask: > [java] The args attribute is deprecated. Pl