RE: Ant Deploy failure in weblogic 8.1

2005-12-27 Thread Srikrishna_Parthasarathy
>From Weblogic 8.1, there is a custom ant task for deployment call wldeploy. After getting it right, please share it to the group . Hope this helps. Srikrishna -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 2:42 AM To: Ant Users List S

Using the bootclasspath

2005-12-27 Thread Bill Winspur
I'm trying to link a diagnostic classloader into the java task, but having set up the bootclasspath element, by prepending my diagnostics jar path to the default contents of sun.boot.class.path, and having forked the jvm, I get the message bootclasspath ignored since build.sysclasspath has been

AntDoclet anouncement

2005-12-27 Thread Fernando Dobladez
I'd like to share AntDoclet, a tool for creating reference documentation from your Ant Tasks' source code: http://antdoclet.neuroning.com If at all possible, I'd like to have AntDoclet added to the "External Tools" page of the website. (see patch below for xdocs/external.xml). Thanks,

RE: reg. target dependency

2005-12-27 Thread shreedhar natarajan
Hi all, Any clarifications for the below statements. There was a mention about targets in ANT manual. "It should be noted, however, that Ant's depends attribute only specifies the order in which targets should be executed - it does not affect whether the target that specifies the dependency(s

getProject() returns null

2005-12-27 Thread Mark Russell
this is an ant task that runs under eclipse 3.1. It is a very simple task that just prints the name of the project. However when I runt he ant task under headless eclipse I get the message that getProject returns null. here is the code: /** * */ package mrr.test.ant; import org.apache.tools

Custom type query

2005-12-27 Thread Telang, Nandan
I wish to pass an array of a properties ( foo[1].a =.. foo[1].b =.. ) to a custom ANT task that I have defined .. What is the best way to do this ? How do I define custom types and can they be passed as attributes of the custom task ? Thanks, -Nandan

Re: How can I automate use of LOADFILE? (i.e. to load all files in a particular directory into their properties)

2005-12-27 Thread Ninju Bohra
Have you tried using the task (from the ant-contrib) to loop over all the files in the directory and then call inside the macrodef. Have fun, Ninju - Original Message From: Greg <[EMAIL PROTECTED]> To: Ant Users List Sent: Friday, D