On Thu, May 15, 2008 at 9:17 AM, Guy Catz <[EMAIL PROTECTED]> wrote:
> Thanks for the answer.
>
> I need to replace @token@ with .
> But the ANT engine tells me that I can't use '<' or '>'.
You have to escape those with "<" and ">" for "<" and ">"
respectively. The build.xml file is a XML file, an
On Thu, May 15, 2008 at 12:58 AM, Abbi, Gaurav <[EMAIL PROTECTED]> wrote:
> Can we modify an existing jar file with ant.
But the Jar is rebuilt from scratch under the cover though. --DD
-
To unsubscribe, e-mail: [EMAIL PROTECTE
Hi,
Can we modify an existing jar file with ant.
Is there any ant task available for this.
Modifications are like adding a class files to a jar.
thanks,
Gaurav Abbi
You have to mask that like everywhere in XML.
Jan
> -Ursprüngliche Nachricht-
> Von: Guy Catz [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 15. Mai 2008 15:17
> An: Ant Users List
> Betreff: RE: Replace string in file
>
> Thanks for the answer.
>
> I need to replace @token@ with .
Thanks for the answer.
I need to replace @token@ with .
But the ANT engine tells me that I can't use '<' or '>'.
Please advice.
Thanks.
-Original Message-
From: David Weintraub [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 13, 2008 8:27 PM
To: Ant Users List
Subject: Re: Replace string
Ah yes. Right click in the Ant window, chose Run As| Open external tool
editor and add -verbose -debug in the arguments memobox. Works perfectly.
Thanks.
But in Eclipse you could specify the additional parameters like -verbose or
-debug
> Von: Tom Corcoran [mailto:[EMAIL PROTECTED]
> Gesendet:
No. With these settings you set the loglevel for the registered listeners.
But in Eclipse you could specify the additional parameters like -verbose or
-debug
Jan
> -Ursprüngliche Nachricht-
> Von: Tom Corcoran [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 15. Mai 2008 12:58
> An: u
I am running Ant via Eclipse. On the command line I can do -verbose and
-debug to get extra information. Are there any attributes I can add in the
ant build file which will allow the -verbose/-debug output to be returned to
the console?
Thanks, Tom.
--
View this message in context:
http://www.n
gregsmit wrote:
Hi,
I thought something like this might already exist, but I haven't been able
to find anything yet.
Does anyone know of an Ant task that I could use to walk through a website
(that I built with ant) to confirm that there are no broken links? I found
one really old project on
Thanks to all. I got the concept now.
Regards,
Irfan
-Original Message-
From: David Weintraub [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 15, 2008 7:10 AM
To: Ant Users List
Subject: Re: how to change the property value at run time
Once an Ant property is set, you can't change it. How
10 matches
Mail list logo