Re: recursive expansion of property names

2004-06-23 Thread Jeffrey Bacon
sorry, I should be more specific: I have a properties file: projects = com.magmic com.magmic.name = APIs and I load that in Ant. I want to access com.magmic.name by using the projects property: ${${projects}.name} I want that to print "APIs". Is there some way to effect that? -- Jeffrey Bacon [EMA

RE: Ant task to create WebLogic Platform domain

2004-06-23 Thread Mick . Knutson
What do you mean create a server domain? Do you mean start my domain? I am trying to run Cactus, and need to start/stop my WLS8.1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:52 AM To: [EMAIL PROTECTED] Subject: RE: Ant task to crea

recursive expansion of property names

2004-06-23 Thread Jeffrey Bacon
Can I effect the below behavior somehow to get it to print 'hello'? ${{prop1}} -- -- Jeffrey Bacon [EMAIL PROTECTED] Creative Developer http://www.magmic.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Copy command dest as a file set

2004-06-23 Thread Jacob, Anil - MWT
The tasks like copy etc can use fileset for the source. Is it possible to use fileset for the destination? For example I want to copy a file to a set of sub directories in a directory wherein the sub directories can be refered to as *directoryname. Thanks Anil

Re: creating a custom Condition

2004-06-23 Thread Jeffrey Bacon
my bad. Forgot to re-build my JAR with the antlib.xml in it =) Doh! -- Jeffrey Bacon [EMAIL PROTECTED] Creative Developer http://www.magmic.com Jeffrey Bacon wrote: ok, I have written my antlib.xml file (see below) and have modified my tag as well (see below). com.magmic.ant.conditions.Exists cla

Re: creating a custom Condition

2004-06-23 Thread Jeffrey Bacon
ok, I have written my antlib.xml file (see below) and have modified my tag as well (see below). com.magmic.ant.conditions.Exists class implements Condition. I get the following errror when running it: C:\workspace\com.magmic\build.xml:99: Class net.sf.antcontrib.logic.IfTask doesn't support

RE: Ant task to create WebLogic Platform domain

2004-06-23 Thread Srikrishna . Partha
Open a support case with BEA . You should be able to get an answer on that. srikrishna -Original Message- From: Priyapravas Avasthi [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 12:48 AM To: [EMAIL PROTECTED] Subject: Ant task to create WebLogic Platform domain All, If I'm no

Help with classpath issues in my ant script.

2004-06-23 Thread Mick . Knutson
I have been looking through the archives all week, and still can't figure this one out. I have added the commons logging into my build LIB directory and referenced it, and I also added it to my ant_home/lib directory. As per the directions on the Cactus website: http://jakarta.apache.org/cactus/in