Re: Apply task argument issues...

2005-09-26 Thread Nicolas Vervelle
Hi, A few ideas (not tested, just ideas) : - use a task for iterating through the fileset. - try a to add a "+" before your filename, set addsourcefile to false, and use Hope this helps, Nicolas Alan Moss wrote: I have an issue WRT the apply task. I need it to be much more flexible than

Re: seemless integration of custom tasks?

2005-09-26 Thread Ninju Bohra
Without modifying the "core" ANT distribution this is not possible...if you are willing to modify the "core" distribution I would guess you would need only upadate the defaults.properties file located in the org.apache.tools.ant.taskdefs directory in the ant.jar in include your new custom tasks

Re: Regexp patterns

2005-09-26 Thread Andrew Goktepe
Are you replacing the same string for all 4 patterns?   -Andrew  On 9/26/05, João Augusto Charnet <[EMAIL PROTECTED]> wrote: Hello,I'm need to do 4 replaces in more than 100 files, using replaceregexp task. My problem is that I'm doing 4 times the replaceregexp task, and it's beeing to costly.Is th

Regexp patterns

2005-09-26 Thread João Augusto Charnet
Hello, I'm need to do 4 replaces in more than 100 files, using replaceregexp task. My problem is that I'm doing 4 times the replaceregexp task, and it's beeing to costly. Is there a way I can tell the replaceregexp task to find more than one pattern in a file, instead of only one ? Thanks a lo

RE: default attribute of project

2005-09-26 Thread Marcus Zafarano
Hi, The other system does not need this. Is this an older version on ant that needs this? Thanks -mez -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:04 PM To: Ant Users List Subject: RE: default attribute of project Hello Marcus,

RE: default attribute of project

2005-09-26 Thread RADEMAKERS Tanguy
Hello Marcus, try this: /t >-Original Message- >From: Marcus Zafarano [mailto:[EMAIL PROTECTED] >Sent: Monday, September 26, 2005 9:56 PM >To: user@ant.apache.org >Subject: default attribute of project > >Hi, > > > >I have setup my build system and it seemed to work on one system, b

default attribute of project

2005-09-26 Thread Marcus Zafarano
Hi, I have setup my build system and it seemed to work on one system, but getting the other one setup I run into this problem: BUILD FAILED file:/app/home/dssjava/depots/CGO_Archive/build_process/dssjava/longridg e/deploy.xml:2: The default attribute of project is required the default

RE: Really New to Ant - problem w/ set up.

2005-09-26 Thread Arthur Klimowicz
Thanks Ron. Finally got to working this out today and your help was right on. Arthur -Original Message- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 12:28 PM To: Ant Users List Subject: Re: Really New to Ant - problem w/ set up. The actual location of t

RE: Exception while executing SSHEXEC Task

2005-09-26 Thread Anderson, Rob (Global Trade)
On the BSD box, you need to place the public key in ~${bsd.user}/.ssh/authorized_keys and make sure the permissions are correct. Directory ~${bsd.user}/.ssh should be 700 and the public key and authorized_keys file should be 644 or 600. Your issue really has more to do with SSH than Ant. -Rob Ande

Re: Apply task argument issues...

2005-09-26 Thread Alan Moss
Oh yeah, the reason the current ANT way of executing this causes a space to be inserted in-between the + and the filename. This, in turn, causes util.exe to fail. > > > > > - To unsubscribe, e-ma

Apply task argument issues...

2005-09-26 Thread Alan Moss
I have an issue WRT the apply task. I need it to be much more flexible than the documentation states it is. Let's say I'm using a tool that has odd command line options like this: util.exe [options] +|- where options is optional and you must specify + or - Given the current way in wh

ANT Remote Deployment Modeling Tool for Eclipse

2005-09-26 Thread Jules White
FireAnt is an Eclipse plugin for modeling complex remote deployment and configuration processes. It allows developers to model the deployment and execution of groups of packages and ANT scripts on remote targets. After modeling a deployment plan, FireAnt's runtime infrastructure (based on ANT) SSHs

ANT Remote Deployment Modeling Tool for Eclipse

2005-09-26 Thread Jules White
- - Stefan Bodewig Related Projects - - - Nothing listed here is directly supported by the Ant developers, if you encounter any problems with them, please use the contact information. - - AndroMDA is a code generator tool

Re: problem with apply task

2005-09-26 Thread Jakob Fix
Hello Brian, thanks for your answer. unfortunately, this doesn't work either (same result and debug messages). On 26/09/05, Dick, Brian E. <[EMAIL PROTECTED]> wrote: > Sometimes the commandline arguments are a bit tricky. Try the following. > > > > > > > > >

RE: problem with apply task

2005-09-26 Thread Dick, Brian E.
Sometimes the commandline arguments are a bit tricky. Try the following. -Original Message- From: Jakob Fix [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 4:36 AM To: Ant Users List Subject: Re: problem with apply task Hello

RE: if then

2005-09-26 Thread Dick, Brian E.
Since ant properties are immutable, all you have to do is set BAR the value of FOO. mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 12:32 AM To: Ant Users List Subject: if then I want to do something quite simple, but with Ant it seems really difficult. I want to check a property BAR

Re: EJB3.0 & ant tasks

2005-09-26 Thread Steve Loughran
Mark Lybarger wrote: i haven't used the two ejb 3.0 preview application servers out there, just have heard a bit if the hype and skimmed over the 3.0 public draft. i could find nothing regarding ejb jar changes in the draft per se, though it could be as simple as just creating a standard jar file

Re: seamless integration of custom tasks?

2005-09-26 Thread Jeffrey E Care
The closest thing is to use antlibs + namespaces. Autoloading is being debated on the developer list. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) "Andrew Ferguson" <[EMAIL PROTECTED]> wrote on 09/26/2005 07:28:08 AM: > hi

Exception while executing SSHEXEC Task

2005-09-26 Thread Karunakar Chatla
Hi, I want to run some command on FreeBSD box from windows box. I am using SSHEXEC task for achieving this. My script looks something like this : I am able to execute this script if I use password property instead of keyfile property. I am getting following exception when executed with keyfi

seemless integration of custom tasks?

2005-09-26 Thread Andrew Ferguson
hi, does anyone know if its possible to write ant tasks in a jar file with some configuration data such that you don't need to insert a declaration into each script that needs to use them? i.e. once you've dropped your jar file into the ant distribution's lib directory, then the new task is a

Re: EJB3.0 & ant tasks

2005-09-26 Thread Mark Lybarger
i haven't used the two ejb 3.0 preview application servers out there, just have heard a bit if the hype and skimmed over the 3.0 public draft. i could find nothing regarding ejb jar changes in the draft per se, though it could be as simple as just creating a standard jar file to deploy to the conta

Re: Configuration of .htaccess file

2005-09-26 Thread Barry White
For many Apache means the httpd server, when in fact this is just one sub-project (like Ant). So when you're looking for docs you want the HTTPD project. Barry Frank Arensmeier wrote: Thank you all! You made my day. 2005-09-26 kl. 10.25 skrev Jon McLennan: I'm sure you'll find the list you

Re: problem with apply task

2005-09-26 Thread Jakob Fix
Hello Antoine, thanks for taking an interest in this problem. On 23/09/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Jakob Fix wrote: > > >Hello, > > > >I am trying to use ant to run ImageMagick's composite command over a > >fileset, like this: > > > > > >The commandline for the composite

Re: Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
Thank you all! You made my day. 2005-09-26 kl. 10.25 skrev Jon McLennan: I'm sure you'll find the list you need here: http://httpd.apache.org/lists.html Frank Arensmeier wrote: ... and the address would be...? Honestly, I feel lost. I can't find a general apache mailing list. Is httpd.apac

Re: Configuration of .htaccess file

2005-09-26 Thread Nicolas Vervelle
Hi again, check http://httpd.apache.org/lists.html and http://httpd.apache.org/userslist.html I think users@httpd.apache.org may work. Hope this helps Nicolas Frank Arensmeier wrote: ... and the address would be...? Honestly, I feel lost. I can't find a general apache mailing list. Is http

Re: Configuration of .htaccess file

2005-09-26 Thread Barry White
try this link: http://httpd.apache.org/lists.html Barry Frank Arensmeier wrote: ... and the address would be...? Honestly, I feel lost. I can't find a general apache mailing list. Is httpd.apache.org a good idea? Monday morning, what else can i say? /frank 2005-09-26 kl. 10.00 skrev Nicolas

Re: Configuration of .htaccess file

2005-09-26 Thread Jon McLennan
I'm sure you'll find the list you need here: http://httpd.apache.org/lists.html Frank Arensmeier wrote: ... and the address would be...? Honestly, I feel lost. I can't find a general apache mailing list. Is httpd.apache.org a good idea? Monday morning, what else can i say? /frank 2005-09-26

Re: Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
... and the address would be...? Honestly, I feel lost. I can't find a general apache mailing list. Is httpd.apache.org a good idea? Monday morning, what else can i say? /frank 2005-09-26 kl. 10.00 skrev Nicolas Vervelle: Euh ... why don't you post in the Apache mailing list ? You're in the A

Re: Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
Well, Nicolas, this is a really good idea ;o /frank 2005-09-26 kl. 10.00 skrev Nicolas Vervelle: Euh ... why don't you post in the Apache mailing list ? You're in the Ant mailing list ... Frank Arensmeier wrote: Hi. I am new to Apache and I ran into a problem which I haven't found a so

Re: Configuration of .htaccess file

2005-09-26 Thread Nicolas Vervelle
Euh ... why don't you post in the Apache mailing list ? You're in the Ant mailing list ... Frank Arensmeier wrote: Hi. I am new to Apache and I ran into a problem which I haven't found a solution for yet. My server is Apache 1.3.33 on Mac OS X (the bundled version). I am looking for a way to

Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
Hi. I am new to Apache and I ran into a problem which I haven't found a solution for yet. My server is Apache 1.3.33 on Mac OS X (the bundled version). I am looking for a way to configure a .htaccess file the following way: 1) in a certain path of my webserver, all 404 errors should be grabb

Re: if then

2005-09-26 Thread Juergen Hermann
On Mon, 26 Sep 2005 07:41:14 +0200, Nicolas Vervelle wrote: done.if the requirement were a little more complicated, you'd use , only if all that fails, you need antcontrib (or a 3-target construction). >Check ant-contrib, it's a library with several additional ant tasks, for >example >http