FTP Problems in 1.7.0

2008-06-06 Thread Reinhardt Christiansen
Can anyone help me with the Ant optional ftp task? I'm finally using Ant again for the first time in a couple of years and running into some problems. I'm using Ant 1.7.0 and my build is basically working fine, aside from some issues with the ftp task. My mkdir and send actions are working fi

Re: calling ant from java

2008-06-06 Thread supareno
which version of java ant ant (jars) are you using?? maybe that your ant jar version are not compatible with the import task :-) check out this link to see how to use import http://ant.apache.org/faq.html#xml-entity-include hope this help... supareno Hi, I am calling ant from java code. T

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
I got this when I ran your debug script. Error executing ant tasks _ Embedded error: The following error occurred while executing this line: /home/apli/APPWeb/src/main/build/generate/generate-appcodes.xml:37:

Re: Current dir of ant-Build / Java-Task

2008-06-06 Thread Dominique Devienne
> Or do I have to change the working dir of my build before I start this task? >From the doc for : dir The directory to invoke the VM in. (ignored if fork is disabled) - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Current dir of ant-Build / Java-Task

2008-06-06 Thread Knuplesch, Juergen
Hello, I want to start an application using the java-Task. My application writes files relative to the path I start it from. The application is starting fine and writing files relative to the path of my Batchfile, that starts the buildfile. How can I set the working dir for my java-task, so th

Re: Ivy [2.0-beta-2]: install

2008-06-06 Thread Martin
I found it in the source source distro..http://mirror.the-irc.org/apache/ant/ivy/2.0.0-beta2/Thanks Xavier- Original Message - From: "Xavier Hanin" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, June 06, 2008 5:04 AM Subject: Ivy [2.0-beta-2]: install On Fri, Jun 6, 2008 at

calling ant from java

2008-06-06 Thread Sonal Bannore
Hi, I am calling ant from java code. The build.xml which I am calling from java code has statement inside it. This current build.xml imports another another build1.xml. When this file is called from java code, it throws exception build.xml is invalid or cannot be read. But if the import st

need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
I am trying to generate a .properties file using javadocs in a java source file, and i am using ant's task to do this. but i am getting this error when i run the antrun plugin generate.appcodes: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] javadoc: Cannot find doclet

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-06 Thread Xavier Hanin
On Fri, Jun 6, 2008 at 11:00 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > > On Fri, Jun 6, 2008 at 12:15 AM, Howard Lewis Ship <[EMAIL PROTECTED]> > wrote: > >> I've update selected parts of my ivy.xml as follows: >> >>> rev="5.0.12" conf="runtime"> >> >>> m:qualifie

Ivy [2.0-beta-2]: install

2008-06-06 Thread Xavier Hanin
On Fri, Jun 6, 2008 at 1:44 AM, Martin <[EMAIL PROTECTED]> wrote: > Ivy folk- > > didnt get that far.. > > load-ivy: > [taskdef] Could not load definitions from resource > org/apache/ivy/ant/antlib.xml. It could not be found. > > anyone know where I can acquire org/apache/ivy/ant/antlib.xml? Thi

Re: Ivy [2.0-beta-2]: Download Source Jars

2008-06-06 Thread Xavier Hanin
On Fri, Jun 6, 2008 at 12:15 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > I've update selected parts of my ivy.xml as follows: > > rev="5.0.12" conf="runtime"> > > m:qualifier="sources"/> > Oops, my mistake, it's not a qualifier, but a classifier in mave