Re: ant echo problem in cocoon tutorial

2005-08-20 Thread Ron Wheeler
Is ther any higher level Ant setting that does thios automatically. The script is written by the person providing a cocoon tutorial on the apache web site. THis makes me a bit reluctant to change the script since I assume that he has tested it and the fault must be in my setup rather than the s

Re: Is should be simple...but

2005-08-20 Thread Ninju Bohra
This worked... thanx. --- Jeffrey E Care <[EMAIL PROTECTED]> wrote: > source="1.4" > > -- > Jeffrey E. Care ([EMAIL PROTECTED]) > WebSphere v7 Release Engineer > WebSphere Build Tooling Lead (Project Mantis) > > > Ninju Bohra <[EMAIL PROTECTED]> wrote on > 08/18/2005 01:17:04 PM: > > > Hello

RE: ant echo problem in cocoon tutorial

2005-08-20 Thread Stephen McConnell
> What has to be done to make echo ignore the contents of what > is being echoed. /Steve. http://www.dpml.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Basic ant question

2005-08-20 Thread Antoine Levy-Lambert
Hello Kenneth, yes, your format looks good. Do you have problems ? Cheers, Antoine Kenneth Litwak wrote: >Is this the correct format to increase the default memory for the JVM >and to pass command line arguments? > > dir="${basedir}" >cla

ant echo problem in cocoon tutorial

2005-08-20 Thread Ron Wheeler
The /build-cocoon-targets.xml/ file halts with an error at line 325 when I try to run it I get the same error mesage C:\eclipse\workspace\Cocoon Tutorial\build-testecho.xml:4: The processing instru ction target matching "[xX][mM

JUnit Task Working Directory

2005-08-20 Thread Alan Gutierrez
I've written test that reference files using relative paths. They are not failing when I run the build.xml using the Ant task from a build.xml in a parent directory. Is there a way to change directory, or can/should I pass in the base direcotry using sysproperty? -- Alan Gutie