Re: Apply task and multiple target files

2008-04-17 Thread Matt Benson
--- "Gerrit ." <[EMAIL PROTECTED]> wrote: > > Hi, I'm new to Ant. Maybe there's someone here who > can point me to the relevant documentation or an > example for my problem: > > > I'd like to call for an executable which > needs to be passed multiple targets, whose names are > derived from th

Apply task and multiple target files

2008-04-17 Thread Gerrit .
Hi, I'm new to Ant. Maybe there's someone here who can point me to the relevant documentation or an example for my problem: I'd like to call for an executable which needs to be passed multiple targets, whose names are derived from the source file. Two of these are actual filesystem paths, on

Ant FTP Task - FTPDirectoryScanner.checkRemoteSensitivity

2008-04-17 Thread Leung, Wilson
I got the following exception when I attempted to ftp get a file from the solaris server onto my Windows box: --- Nested Exception --- java.lang.NullPointerException at org.apache.tools.ant.taskdefs.optional.net.FTP$FTPDirectoryScanner.checkRemoteSensitivity(FTP.java:536) at org

Re: IvyDE in eclispe issue

2008-04-17 Thread jpyork
I will try that and see what happens, but in the mean time, what plugin do you use? I know there are different plugins versions out there and I would like to have the same as you if you are not experiencing this issue. Xavier Hanin wrote: > > On Mon, Apr 14, 2008 at 4:45 PM, jpyork <[EMAIL PR

Re: XSLT task fail rerouting

2008-04-17 Thread Mario Madunic
Thank you Steve for the quick response. How do I post a feature request. I've never used bugzilla and when I went to the site I found it a bit daunting. I've found Antxtras that should be able to help. When I figure it out I'll post it to the list. Marijan (Mario) Madunic Quoting Steve Loughran

Re: How use a classifier with the Ant tasks? (was Re: Classifier frustration)

2008-04-17 Thread Jim White
Xavier Hanin wrote: On Thu, Apr 17, 2008 at 9:26 AM, Jim White <[EMAIL PROTECTED]> wrote: I'll try this again without the long folksy preliminaries (see copied below). I need to get an artifact that uses a M2 classifier. How do I do that using the Ivy Ant tasks? Have you seen my answer to

Re: Classifier frustration

2008-04-17 Thread Jim White
Xavier Hanin wrote: On Mon, Apr 14, 2008 at 1:30 AM, Jim White <[EMAIL PROTECTED]> wrote: ... Is it possible to use a POM with the Ivy Ant tasks? What do I need to do to use a classifier from the Ant tasks? It's possible I could use the Ivy Java API, but I'm trying to avoid tying my implemen

RE: webDav

2008-04-17 Thread Antoine POURCHEZ
Thanks. The ant task will be used in an application that can be run on windows, linux or mac. So, nothing else than Slide now? Antoine Antoine POURCHEZ http://scenari-platform.org -Message d'origine- De : Steve Loughran [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 avril 2008 11:39 À : A

Re: webDav

2008-04-17 Thread Steve Loughran
Antoine POURCHEZ wrote: Hello, I want to copy files to a server using webDav. "Jakarta Slide" have the ant tasks to do that, but this project is retired. The alternative project "Apache Jackrabbit" seems to have not the webDav ant tasks. Do you know another library? Thanks, Antoine [1] Jakarta S

Re: Create a task to deploy in a remote server

2008-04-17 Thread Steve Loughran
Dubois, Fabien wrote: To copy a war to the good folder (tomcat/webapps). Now a trying to use : sshexec. But I have problem to include the optional jar jsch-0.1.37. Thank you for your help If all your are trying to do is copy-by-deploy then yes, is the way to go. You need that jsch library..

RE: Create a task to deploy in a remote server

2008-04-17 Thread Pritesh Saharey
Why don't you use " antcontrib " for remote deployment, Your main build.xml file: Your remote ant xml file: Running ANT server.

RE: Property expansion in

2008-04-17 Thread Donal Mc Namee
Hi Xavier, I've created JIRA issue IVY-798 to deal with this. It could be later in the day before I get a change to test your fix but I'll get back to you. Thanks for the quick response. Donal. >-Original Message- >From: Xavier Hanin [mailto:[EMAIL PROTECTED] >Sent: 17 April 2008 10:08

RE: Create a task to deploy in a remote server

2008-04-17 Thread Dubois, Fabien
Okay Thank you, I m trying to use scp -Message d'origine- De : Tom Drynda [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 avril 2008 11:06 À : Ant Users List Objet : RE: Create a task to deploy in a remote server We use scp. Works well. Here's an example:

RE: Create a task to deploy in a remote server

2008-04-17 Thread Dubois, Fabien
To copy a war to the good folder (tomcat/webapps). Now a trying to use : sshexec. But I have problem to include the optional jar jsch-0.1.37. Thank you for your help -Message d'origine- De : Steve Loughran [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 avril 2008 11:02 À : Ant Users List Ob

Re: Property expansion in

2008-04-17 Thread Xavier Hanin
On Thu, Apr 17, 2008 at 10:51 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Thu, Apr 17, 2008 at 10:16 AM, Donal Mc Namee <[EMAIL PROTECTED]> > wrote: > > > Hi All, > > I'm looking to use the "Extra attributes" options in the tag > > in an ivy.xml file > > > > But instead of something like: >

RE: Create a task to deploy in a remote server

2008-04-17 Thread Tom Drynda
We use scp. Works well. Here's an example: ... And then we run a deployment script on the remote server as follows: - Original Message: From: Antoine POURCHEZ <[EMAIL PROTECTED]> To: 'Ant Users List' Cc:

Re: Create a task to deploy in a remote server

2008-04-17 Thread Steve Loughran
Dubois, Fabien wrote: Hi, How can I create a task to deploy in a remote machine? Thank you in advance :) what do you mean by "deploy" ? -- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action http://antbook.org/ -

Re: Property expansion in

2008-04-17 Thread Xavier Hanin
On Thu, Apr 17, 2008 at 10:16 AM, Donal Mc Namee <[EMAIL PROTECTED]> wrote: > Hi All, > I'm looking to use the "Extra attributes" options in the tag > in an ivy.xml file > > But instead of something like: > > > > I want to use property expansions to fill out the attribute value. Like: > >

RE: Create a task to deploy in a remote server

2008-04-17 Thread Antoine POURCHEZ
Hello, you can use : FTP : http://ant.apache.org/manual/OptionalTasks/ftp.html Or SCP : http://ant.apache.org/manual/OptionalTasks/scp.html (copy by sftp possible with ant1.7) Antoine -Message d'origine- De : Dubois, Fabien [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 avri

Create a task to deploy in a remote server

2008-04-17 Thread Dubois, Fabien
Hi, How can I create a task to deploy in a remote machine? Thank you in advance :) This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the

webDav

2008-04-17 Thread Antoine POURCHEZ
Hello, I want to copy files to a server using webDav. "Jakarta Slide" have the ant tasks to do that, but this project is retired. The alternative project "Apache Jackrabbit" seems to have not the webDav ant tasks. Do you know another library? Thanks, Antoine [1] Jakarta Slide : http://jakarta.apac