AW: Using ANT via Remote Desktop

2007-08-23 Thread Jan.Materne
Maybe the remote desktop takes too much memory so that Java cant get the 1.2GB Jan >-Ursprüngliche Nachricht- >Von: Moore, Kent [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 23. August 2007 20:38 >An: Ant Users List >Betreff: RE: Using ANT via Remote Desktop > >Every other produ

RE: Using ANT via Remote Desktop

2007-08-23 Thread Moore, Kent
Every other product works. I worked with a third person and found they did not have the problem. So I started looking into differences in the machines. After a little poking around I determined the difference was the two machines where it wasn't working had an environment variable (ANT

How to perform substituion and replacement tasks together??

2007-08-23 Thread broken connection
Hi Friends, I copy files from "src" directory to "dest" directory using this target. build.xml: I have a property file with this parameter: test.properties: logs.location=C:\Tomcat\logs This is the parameter that i would like to s

Re: Java error in heretofore stable, working task

2007-08-23 Thread cknell
xon only if it's first in the classpath. It's very likely your classpath has changed, despite you're saying that nothing changed. > When I run the transformation from the command line, the output document is > produced with no complaint. > > My command line in

Re: Java error in heretofore stable, working task

2007-08-23 Thread Dominique Devienne
very likely your classpath has changed, despite you're saying that nothing changed. > When I run the transformation from the command line, the output document is > produced with no complaint. > > My command line invocation is: > > java net.sf.saxon.Transform -o ./xml/200

RE: Java error in heretofore stable, working task

2007-08-23 Thread Loehr, Ruel
82 is: When I run the transformation from the command line, the output document is produced with no complaint. My command line invocation is: java net.sf.saxon.Transform -o ./xml/20070823.d.xml ./xml/20070823.c.xml ./xslt/stage-1.xslt position-codes=H:/reports-FY07/hiring-report/xml

Java error in heretofore stable, working task

2007-08-23 Thread cknell
: java net.sf.saxon.Transform -o ./xml/20070823.d.xml ./xml/20070823.c.xml ./xslt/stage-1.xslt position-codes=H:/reports-FY07/hiring-report/xml/position-translation.xml I tried replacing the task with a task to see if the problem was related to the code behind the task, but so far I haven&#

RE: String replace.

2007-08-23 Thread Chon, Ae H
Try, this...CDATA will look for that literal string and will not read it as special chars. Ae Hwa Chon [EMAIL PROTECTED] (W) 703-824-5863 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Goktepe Sent: Wednesday, Augu

followsymlinks (*lnk) on windowsbox ?

2007-08-23 Thread Rebhan, Gilbert
Hi, i have linked some directories on a Windows box Ant 1.6.5., Win2000/Win2003 Server I've tried fileset with followsymlinks="true" atrribute but it doesn't work. Are there any hacks to make it work with Links (*.lnk) ?? Regards, Gilbert ---

Re: Override ignored for property file

2007-08-23 Thread Mike Stewart
The override is happening because the property is already defined in an earlier script. you can either remove the original setting of the property or do something like: Mike S. >>> [EMAIL PROTECTED] 23/08/2007 12:25:29 >>> Dear Ant Users, I have inherited a project where I'm trying to g

Override ignored for property file

2007-08-23 Thread Emsley, I \(Iain\)
Dear Ant Users, I have inherited a project where I'm trying to get a calendaring system (which also uses Ant and Tomcat) to load its applications from C:\foo\apache-tomcat-5.5.17\webapps. I've set a build file at c:\docs and settings\userid\foo.build.properties which links to a foo.properties

AW: escaping tilde in filename extension

2007-08-23 Thread Jan.Materne
Thanks. I should drink my coffee _before_ answering questions ;) Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 23. August 2007 09:59 >An: Ant Users List >Betreff: Re: escaping tilde in filename extension > >~ is a valid xml chara

Re: escaping tilde in filename extension

2007-08-23 Thread Peter Reilly
~ is a valid xml character! Peter On 8/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > It seems that the tilde is not a valid xml character ... > > dec : 126 > hex : 7E > html: ˜ > > > > Jan > > >-Ursprüngliche Nachricht- > >Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Mario

AW: escaping tilde in filename extension

2007-08-23 Thread Jan.Materne
It seems that the tilde is not a valid xml character ... dec : 126 hex : 7E html: ˜ Jan >-Ursprüngliche Nachricht- >Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Mario Madunic >Gesendet: Mittwoch, 22. August 2007 18:45 >An: user@ant.apache.org >Betreff: escaping tilde in filename