AW: Putting markup in the message of an echo task

2007-09-23 Thread Jan.Materne
try instead of Jan >-Ursprüngliche Nachricht- >Von: David Weintraub [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 24. September 2007 07:45 >An: Ant Users List >Betreff: Re: Putting markup in the message of an echo task > >Hmm... I just tried this with no problem. Do you want the "<" an

Re: Putting markup in the message of an echo task

2007-09-23 Thread David Weintraub
Hmm... I just tried this with no problem. Do you want the "<" and ">" in the file you're creating? Then, I found this works: Notice no spaces... On 9/24/07, boomdizzle <[EMAIL PROTECTED]> wrote: > > Forgot to mention, that I tried with '& lt ;' and '& gt ;' (spaces added on > purpose), but when

Re: AW: Classes directory is having old class file

2007-09-23 Thread Yasothamani
Thanks steve for all your suggestions, i will go for the builds as per your suggestion and see what happens. Thanks & Regards YASOTHAMANI R Steve Loughran wrote: Yasothamani wrote: Once by rebooting the machine we don't faced the problem, but when the cycle continues project 1.x and then

AW: Ant didn't include image resource into classpath?

2007-09-23 Thread Jan.Materne
> >classpathref="libraries"> > > > > > I think you cant combine classpathref with a nested classpath. Have you tried running with -verbose or -debug? There 'should' be an error message on that (otherwise we have to implement that ;) Change the target to

AW: Loading files into concat in a certain order

2007-09-23 Thread Jan.Materne
http://ant.apache.org/manual/CoreTasks/concat.html http://ant.apache.org/manual/CoreTypes/resources.html#sort Jan >-Ursprüngliche Nachricht- >Von: NeilWolfman [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 21. September 2007 15:47 >An: user@ant.apache.org >Betreff: Re: Loading files

Re: Putting markup in the message of an echo task

2007-09-23 Thread boomdizzle
Forgot to mention, that I tried with < and >, but when the file is included directly in html, it displays the inline and does not process it as a html tag. So that doesn't do it for me either. Thanks, Boom boomdizzle wrote: > > Hi, > > I want to echo html to a file from an ant script. Obvio

Putting markup in the message of an echo task

2007-09-23 Thread boomdizzle
Hi, I want to echo html to a file from an ant script. Obviously, this is not working I get the error: The value of attribute "message" associated with an element type "echo" must not contain the '<' character. Escaping the '<' with '\' does not seem to work. I know this should be possible - I

Modify xml based on a configuration file

2007-09-23 Thread Karsten Kousgaard
Hello I'm doing my first ANT project, but have faced a problem that I'm not able to solve. I have a xml file, which I want to change using a dynamic configuration file of some kind. The configuration file could look like this: .. That fits perfect together with the external task, xmltask.

Re: Setting the Endorsed Directory Location

2007-09-23 Thread Martin Gainty
Hello Anthony- J2SE142 Usage: javac where possible options include: -gGenerate all debugging info -g:none Generate no debugging info -g:{lines,vars,source}Generate only some debugging info -nowarn Generate no warnings -ver

Re: Setting the Endorsed Directory Location

2007-09-23 Thread Peter Reilly
I have not tried, but you could try the following: 1) should be or 2) use fork="yes on the wrote: > Hello, and thanks for all of your help in advance. > > I'm using Ant version 1.6.5 with the JDK v. 1.4.2. I'm attempting to compile > a > project that uses Xerces v. 2.9.1. In orde

Setting the Endorsed Directory Location

2007-09-23 Thread Anthony N. Frasso
Hello, and thanks for all of your help in advance. I'm using Ant version 1.6.5 with the JDK v. 1.4.2. I'm attempting to compile a project that uses Xerces v. 2.9.1. In order to compile properly, the XML API included with Xerces needs to override the default XML API that comes with JDK.1.4.2. As