Re: variable interpolation in depends attr of target element

2007-08-14 Thread Martin Gainty
since property is immutable the only way I know how is to assign the target based on JavaScript target.setName(attributes.get("name")); http://mail-archives.apache.org/mod_mbox/ant-user/200401.mbox/[EMAIL PROTECTED] Anyone ? M-- This email message and any files transmitted with it contain confid

Re: variable interpolation in depends attr of target element

2007-08-14 Thread Dominique Devienne
On 8/14/07, joe7pak <[EMAIL PROTECTED]> wrote: >I would like to do this: > > > > >I get this error: >Target "${testInterp}" does not exist in the project "XXX". It is used > from target "all". > >Does variable interpolation work in this context? Nope. No can do. But you can

variable interpolation in depends attr of target element

2007-08-14 Thread joe7pak
Hello - I would like to do this: I get this error: Target "${testInterp}" does not exist in the project "XXX". It is used from target "all". Does variable interpolation work in this context? Thanks for any comments, Bill -- View this message in context: http://www.n

Re: How to get the simple file name?

2007-08-14 Thread Hans Schwaebli
Thank you! Peter Reilly <[EMAIL PROTECTED]> wrote: http://ant.apache.org/manual/CoreTasks/basename.html Peter On 8/14/07, Hans Schwaebli wrote: > There is a task called > > I would need a task which gives me just the filename. Any idea? > > Example: > U:\projects\HSW_TST\src\com\haefele\h

RE: [help] ANT + Clearcase

2007-08-14 Thread sten.rosendahl
Look here for build management tools supporting both ClearCase and Ant: http://damagecontrol.codehaus.org/Continuous+Integration+Server+Feature+Matrix We're using Quickbuild (a.k.a. Luntbuild Professional) with great success. Regards, Sten Rosendahl * Software Configuration Manager * SunGard FRON

Re: How to get the simple file name?

2007-08-14 Thread Peter Reilly
http://ant.apache.org/manual/CoreTasks/basename.html Peter On 8/14/07, Hans Schwaebli <[EMAIL PROTECTED]> wrote: > There is a task called > > I would need a task which gives me just the filename. Any idea? > > Example: > > U:\projects\HSW_TST\src\com\haefele\hsw2\tst\abstractions\numbers

How to get the simple file name?

2007-08-14 Thread Hans Schwaebli
There is a task called I would need a task which gives me just the filename. Any idea? Example: U:\projects\HSW_TST\src\com\haefele\hsw2\tst\abstractions\numbers\EntityForNumbers.java Now I need to extract the filename "EntityForNumbers.java". Of course these filenames a

How to get the simple file name?

2007-08-14 Thread Hans Schwaebli
There is a task called I would need a task which gives me just the filename. Any idea? Example: U:\projects\HSW_TST\src\com\haefele\hsw2\tst\abstractions\numbers\EntityForNumbers.java Now I need to extract the filename "EntityForNumbers.java". Of course these filenames a

RE: [help] ANT + Clearcase

2007-08-14 Thread RADEMAKERS Tanguy
check out cruise control /t >-Original Message- >From: Dharmesh Vyas [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 14, 2007 11:54 AM >To: Ant Users List >Subject: [help] ANT + Clearcase > >Hello everyone, > >I have setup a small framework using ANT buildscripts for >Updating my clea

[help] ANT + Clearcase

2007-08-14 Thread Dharmesh Vyas
Hello everyone, I have setup a small framework using ANT buildscripts for Updating my clear case view, Build, , , Test. Here is what I am trying to implement. I would like to have a service/daemon running in the background. This service will kick off the framework processes whenever it finds any

Re: Problem using sql task with ant 1.6.5

2007-08-14 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Do you need to any specific to use sql task in ant 1.6.5? Is there a work around ? It says C:\projects\springapp\build.xml:114: Class Not Found: JDBC driver org.hsqldb.jdb cDriver could not be loaded