AW: ant echo problem in cocoon tutorial

2005-08-21 Thread Jan.Materne
should be the right task here. But that needs Ant 1.7 ... (or a "external" antlib). Jan >-Ursprüngliche Nachricht- >Von: Stephen McConnell [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 22. August 2005 07:59 >An: 'Ant Users List'; [EMAIL PROTECTED] >Betreff: RE: ant echo problem in cocoon

AW: Problem with Quotes on XP

2005-08-21 Thread Jan.Materne
Could you set ANT_HOME without the last backslash? Or dont set it (the ant.bat will do it then for that cmd-session). Jan >-Ursprüngliche Nachricht- >Von: Peter Kay [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 19. August 2005 16:58 >An: [EMAIL PROTECTED] >Betreff: Problem with Quotes o

RE: ant echo problem in cocoon tutorial

2005-08-21 Thread Stephen McConnell
> -Original Message- > From: Ron Wheeler [mailto:[EMAIL PROTECTED] > Sent: Monday, 22 August 2005 3:14 AM > To: Ant Users List > Subject: Re: ant echo problem in cocoon tutorial > > I added the CDATA and it worked, of course. I still wonder > how the person who wrote the tutorial made

Re: JUnit Task Working Directory

2005-08-21 Thread Stefan Bodewig
On Sat, 20 Aug 2005, Alan Gutierrez <[EMAIL PROTECTED]> wrote: > Is there a way to change directory, or can/should I pass in the > base direcotry using sysproperty? Yes, has a dir attribute, which only works if you run the task with fork="true". Stefan -

Re: Updating jar fails

2005-08-21 Thread Stefan Bodewig
On Fri, 19 Aug 2005, Gad Abraham <[EMAIL PROTECTED]> wrote: > > > > > update="true" > includes="dest/e3/e30.class" /> > I don't see a basedir attribute on the jar task, where does it point to? Stefan ---

Re: ant echo problem in cocoon tutorial

2005-08-21 Thread Ron Wheeler
I added the CDATA and it worked, of course. I still wonder how the person who wrote the tutorial made it work. Ron Ron Wheeler wrote: 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. T

Stylesheets from jar in xslt/style task

2005-08-21 Thread Jürgen Lind
Hi, I was wondering if there is a way to load the stylesheet for the xslt/style task from a jar file. In one of my projects, I have a large number of stylesheets (also using xsl:imports) and I would like to pack them into a single jar for easier distribution. I was playing around with the xmlcata