RE: Overwrite Property at runtime

2008-01-24 Thread James Oltmans
I would recommend using ant-contrib's and logic to overwrite properties and dynamically assign the values you need to implement your solution: http://ant-contrib.sourceforge.net/tasks/tasks/index.html James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thur

RE: property files

2007-09-05 Thread James Oltmans
The way you are trying to do it is not possible. What you probably would want to do is either generate the project.properties file before using it. For instance you could have a target that creates project.properties before reading it... but most likely what you want to do is generate the abilities

RE: Simple if/else Condition

2007-07-18 Thread James Oltmans
A simpler way is to do the following: OR if using it inside of or : One note, but this might not work too well on older ant versions. was added as a condition in ant 1.6.3 and I have had some issues with 1.6.5. Hope that helps. James -Original Messa

RE: TImestamping in ANT

2007-07-17 Thread James Oltmans
Another good option if you are not opposed to ant-contrib is the stopwatch task. http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html -Original Message- From: dkhanna01 [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 11:30 AM To: user@ant.apache.org Subject: TImestam

RE: Formatter for ant scripts ?

2007-07-05 Thread James Oltmans
Just to extend this to a more general question. What if the source is a form of BASIC (or language X) that is non-standard (in my case, UniBasic) is there a task out there for creating specific formatting rules or would that need to be developed? -Original Message- From: Jay Dickon Glanvil

RE: Mail task with Exchange Server

2007-07-02 Thread James Oltmans
Yes it is possible. Set your mailport to 25 and either make sure that the sending computer knows the alias of the exchange server or use the local IP for it (i.e. 192.618.xxx.xxx) -Original Message- From: sjscabert [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 1:00 PM To: user@an

RE: Processing Ant log files

2007-06-25 Thread James Oltmans
Subject: AW: Processing Ant log files Just thinking ... - redirecting output of exec into logfiles - maybe appending the program name to logfiles - copying logfiles with error into extra directory - merging the logfiles ??? Jan >-Ursprüngliche Nachricht- >Von: James O

Processing Ant log files

2007-06-19 Thread James Oltmans
or 3rd party products that can process log files in this way or should I consider creating a custom task or custom filterreader? If your recommendation is a filterreader, what's a good example to follow? James Oltmans SCM Administrator Bolo Systems, Inc. [EMAIL PROTECTED]

RE: property value setting

2007-03-13 Thread James Oltmans
Any properties set on the command line are always set first before any task is run in ant. Go ahead and set PW90 in a property to its default value. Anytime you use -DPW90="..." on the command line it will be set first and your default variable will not override it. -Original Message- Fr

RE: Checking for files in a directory

2007-03-13 Thread James Oltmans
Have you tried something like the following? ... -Original Message- From: Shankar S [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 6:59 PM To: user@ant.apache.org Subject: Checking for files in a directory Hi, Is there a way in ANT wh

RE: Get copied fileset

2007-02-26 Thread James Oltmans
k at the possibilities offered by resource collections in ant 1.7. They contain a lot of nice stuff such as intersection ... Regards, Antoine Original-Nachricht Datum: Fri, 23 Feb 2007 14:06:29 -0700 Von: "James Oltmans" <[EMAIL PROTECTED]> An: user@ant.apache.or

Get copied fileset

2007-02-23 Thread James Oltmans
mmand) but I have no idea how to get this second fileset without using java. Is this something mappings could help with? James Oltmans Software Engineer Bolo Systems, Inc. [EMAIL PROTECTED]