Albert Collado se encuentra fuera de la oficina/is out of the office

2005-09-23 Thread Albert_Collado
Estaré ausente de la oficina desde el 17/09/2005 y no volveré hasta el 10/10/2005. Contestaré a su mensaje a mi regreso. Mientras, puede contactar con: I will contact you at that time. In the meantime, you can contact: Professional Services: [EMAIL PROTECTED] Sales: Madrid and Central Area: [EM

Getting Javascript working with ANT

2005-09-23 Thread Vo, David \(Mission Systems\)
Hi I am having trouble getting javascript working with ANT version 1.6.5. I have /usr/local/ant/lib in the path. I also downloaded bsf.jar and rhino.jar (renamed to js.jar) in the same folder. I keep getting the same error messages: BUILD FAILED file:/home/builds/build/si3-cc-build-nightly-no

Re: Defining tasks

2005-09-23 Thread Steve Loughran
S I wrote: Hi I'm on Apache/ant website and looking for taskdef and its attributes. Could someone please direct me to a url or description, It will be in the online documentatin that comes with an ant distribution. I can't find anything. Is the attrib name & resource one and the same or

RE: moving directories

2005-09-23 Thread Rizwan Merchant
That did the trick! Thank you very much. Rizwan Merchant Software Developer Alpha-IT Technologies 416-449-2166 [EMAIL PROTECTED] -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 1:42 PM To: Ant Users List Subject: Re: moving dire

Defining tasks

2005-09-23 Thread S I
Hi I'm on Apache/ant website and looking for taskdef and its attributes. Could someone please direct me to a url or description, I can't find anything. Is the attrib name & resource one and the same or 2 different things? Thanks. -

Re: problem with apply task

2005-09-23 Thread Antoine Levy-Lambert
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 command is this, which I know works: > > >>composite -dissolve 40% -tile watermark.png in/hsc-c0311d.png >>out/hsc-c0311d.png >> >> >

Re: moving directories

2005-09-23 Thread Antoine Levy-Lambert
Rizwan Merchant wrote: have a look at the "defaultexcludes" attribute of filesets. should work for you Cheers, Antoine Cheers, Antoine >Hi, >After more investigation, I have found that due to folders and files >relating to CVS (I am checking out the code from CVS, whic

RE: moving directories

2005-09-23 Thread Rizwan Merchant
Hi, After more investigation, I have found that due to folders and files relating to CVS (I am checking out the code from CVS, which is creating CVS folders all over the directory structure), the move task does not complete successfully. CVS folders are hidden and this may be affecting the "move"

RE: moving directories

2005-09-23 Thread Matt Benson
If you want to unconditionally move a whole directory structure, you can, in the latest releases of Ant, simple specify the directory as the file attribute of your move task. It is usually quicker this way as well, as it amounts to a rename of the directory. HTH, Matt --- Rizwan Merchant <[EMAIL

RE: moving directories

2005-09-23 Thread Rizwan Merchant
Hi, I'm using version 1.6.5 Rizwan Merchant Software Developer Alpha-IT Technologies 416-449-2166 [EMAIL PROTECTED] -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 12:21 PM To: Ant Users List Subject: Re: moving directories --- Rizwan Me

Re: moving directories

2005-09-23 Thread Matt Benson
--- Rizwan Merchant <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've posted before regarding this topic, but haven't > been able to solve my > problem. I am trying to back up a directory by > moving it to another location > using the following move task > > > > > > > >

moving directories

2005-09-23 Thread Rizwan Merchant
Hi, I've posted before regarding this topic, but haven't been able to solve my problem. I am trying to back up a directory by moving it to another location using the following move task The above task does move the directory, all