Re: with if/unless - a request

2002-06-08 Thread Juergen . Damke
> Better yet, factor the conditions in a base class, and derive from it. That > way, you can add the conditions to any task you want that derives from Task > (basically simple tasks). All there is do in the Task to change is rename > execute in runExec(), since I declare execute() final to do

with if/unless - a request

2002-06-07 Thread Juergen Damke
Would it be great effort to add if/unless attributes to similar to??? This would avoid me lots of extra targets. Mit freundlichen Grüßen / With best regards Jürgen Damke WPS Librarian and Driver Build __ IBM WebSphere Port

Ant 1.5Beta1 - prefix Attribute

2002-05-15 Thread Juergen Damke
The prefix attribute for and slightly differs. Can this be made identical ? adds a '.' if not specified, while has no '.' handling. Mit freundlichen Grüßen / With best regards Jürgen Damke __ IBM WebSphere Portal Developme

Ant 1.5 Beta1 - TSTAMP - a typo

2002-05-14 Thread Juergen Damke
extract from the TSTAMP docu: Sets the DSTAMP, TSTAMP, and TODAY properties in the current project. The DSTAMP property is in the format "mmdd", TSTAMP is in the format "hhmm", and TODAY is in the format "month day year". should read: The DSTAMP property is in the format "MMdd", (uppe

Ant 1.5 Beta1 - task fails

2002-05-07 Thread Juergen Damke
Another bug in 1.5 which worked under 1.41. build.jar: [jar] Updating jar since cannot read current jar manifest: java.util.zip.ZipException - Das System kann die angegebene Datei nicht finden [jar] Building jar: I: \Make12\05071456\wpf41\portlets\clipper\classes\clipper.jar [j

Re: Ant 1.5 Beta - propertyfile problem

2002-05-06 Thread Juergen Damke
below is the output using Ant1.41: lang.prop.count: [propertyfile] Creating new property file: /wpsbuild/bld41/05061802/language.properties [echo] language count=1, locale=cs. [propertyfile] Updating property file: /wpsbuild/bld41/05061802/language.properties Juergen To:Ant Users List

Re: Ant 1.5 Beta - propertyfile problem

2002-05-06 Thread Juergen Damke
Diane, send me the classfiles. I'll add my scenario to your testbucket. Mit freundlichen Grüßen / With best regards Jürgen Damke __ IBM WebSphere Portal Server Development 1, Dept 6547 URL: http://www-4.ibm.com/software/webserve

Ant 1.5 Beta - propertyfile problem

2002-05-06 Thread Juergen Damke
The following snip (see below) trap (without failing the build !!) under AIX, but runs successfule under Win NT. Any ideas ? language count=${max.count}, locale=${locale}. lang.prop.count: [propertyfile]

Ant 1.5 Docu typo

2002-05-02 Thread Juergen Damke
In the loadfile section see: Load a file, don't fail if it is missing (a message is printed, though) <= 't' at the end Mit freundlichen Grüßen / With best regards Jürgen Damke __

deepest name of given directory

2002-04-11 Thread Juergen Damke
I look for a Task which returns the the deepest name of a given directory. Sample: /foo/bar/blabla returns blabla Does someone have such a Task ? Mit freundlichen Grüßen / With best regards Jürgen Damke -- To unsubscribe, e-mail: For additional commands,

Execution Duration of a Task

2002-04-11 Thread Juergen Damke
Is there a possibillity to echo the duration of certain tasks in a log. The idea is to do a at start and a at the end and calulation the time difference in mins & seconds. Mit freundlichen Grüßen / With best regards Jürgen Damke

CMVC Access Tasks

2002-04-09 Thread Juergen Damke
This is a request to developers which uses Ant as a build tool and have developed an Ant Task Family to access the CMVC or TeamConnection.. CMVC is an IBM internal tool for Problem tracking and File repostitory. As product it is known as TeamConnect. Before starting writing new Tasks, I want to

fileset / include name= with if/unless

2002-01-31 Thread Juergen Damke
Hello, Would it be useful to add optional "if" and "unless" parameters to the parameter in the task, similar to the if/unless argument in when used inside ? I think this makes the usage if both more consistent. Mit freundlichen Grüßen / With best regards Jürgen Damke __

whats different in the java task in Ant 1.4 ?

2001-10-04 Thread Juergen Damke
I have a problem with the task in Ant 1.4 which did not occur with Ant 1.3. The system is AIX 4.3.3 with JDK 1.2.2 any PTF. With Ant 1.3 the class is execute fine, with Ant 1.4 however I get an recursive error: [java] Error: Wrong version of