Re: ant dotnet csc task fails if (MS) file or directory name contains spaces

2007-01-16 Thread Stefan Bodewig
On Tue, 16 Jan 2007, Hassan Mehmet <[EMAIL PROTECTED]> wrote: > Hopefully this is also the forum for antlib projects :) Yes, it is, thanks. > I have found a problem with the csc task in ant-dotnet-1.0.jar. If > the file or directory contains spaces then the csc command fails on > windows. I've

Re: intra-element attribute property resolution issue

2007-01-16 Thread Jacob Kjome
Quoting Steve Loughran <[EMAIL PROTECTED]>: > Jacob Kjome wrote: > > > > seems to have a problem with resolution of attributes within > the > > current element. It appears to resolve the attributes in alphabetical > order. > > If an attribute refers to the value of another attribute in the same

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Scot P. Floess
I only mention it as I like to use macrodef's in places where the target really doesn't make sense standalone... Rebo, Alex wrote: Don't know much about macrodef, but will give it a try. Thanks for the hint! -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Tuesda

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Rebo, Alex
Don't know much about macrodef, but will give it a try. Thanks for the hint! -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 15:15 To: Ant Users List Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib) Just curious, but why n

RE: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Rebo, Alex
Looks like it works indeed!! Thank you, Dominique! -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 15:28 To: Ant Users List Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib) > Looks like it's calling itself via [antcal

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Dominique Devienne
Looks like it's calling itself via [antcall]. Is suppose to do that when target is invoked in a loop? Yes. The newer/faster/better task (from Ant-Contrib as well) does not use , OTOH. Instead of always computing the checksum, you could also use (from Ant-Contrib still), to only update the sum

Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Scot P. Floess
Just curious, but why not make computeCheckSum a macrodef instead of a target? Does it ever "stand on its own" or is it sorta a functional unit to be called? By that, I mean do you ever execute ant using that as a target or is it a utility type thing? Rebo, Alex wrote: Hello! In attempt t

Invoking a target (Ant 1.7) in a loop (Ant-Contrib)

2007-01-16 Thread Rebo, Alex
Hello! In attempt to compute checksums for all files in a directory I wrote this: . Created checksum file for ${fileToWorkOn}. OK. It's, probably, the worst Ant you ever seen. (BTW, any comments on

Re: ant dotnet csc task fails if (MS) file or directory name contains spaces

2007-01-16 Thread Hassan Mehmet
Hassan Mehmet hotmail.com> writes: > > Hi > > Hopefully this is also the forum for antlib projects :) > > I have found a problem with the csc task in ant-dotnet-1.0.jar. If the file or > directory contains spaces then the csc command fails on windows. > > There seems to be a very simple fix

ant dotnet csc task fails if (MS) file or directory name contains spaces

2007-01-16 Thread Hassan Mehmet
Hi Hopefully this is also the forum for antlib projects :) I have found a problem with the csc task in ant-dotnet-1.0.jar. If the file or directory contains spaces then the csc command fails on windows. There seems to be a very simple fix which I have used locally and appears to work. I'm not

RE: ant env

2007-01-16 Thread Kalsi, Ramnish
Thanks, I will do that, once I can access those machines in evening. And post the results. --cheers. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: 16 January 2007 13:35 To: Ant Users List; [EMAIL PROTECTED] Subject: RE: ant env also, just to make sure: di

RE: ant env

2007-01-16 Thread RADEMAKERS Tanguy
also, just to make sure: diff the ant.sh files from the two machines (Ubuntu and CentOS). They should be the same unless one has been changed for that distro. /t >-Original Message- >From: James Abley [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 16, 2007 11:55 AM >To: Ant Users List

Re: intra-element attribute property resolution issue

2007-01-16 Thread Steve Loughran
Jacob Kjome wrote: seems to have a problem with resolution of attributes within the current element. It appears to resolve the attributes in alphabetical order. If an attribute refers to the value of another attribute in the same element, the one doing the referring must come later in the al

Re: ant env

2007-01-16 Thread James Abley
Sample build file and output would have been good. Then -v and -d output, etc. Cheers, James Kalsi, Ramnish wrote: *any* property. ant version - 1.6.5 OS - Linux (CentOS) the same thing runs on ubuntu. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL P

RE: ant env

2007-01-16 Thread Kalsi, Ramnish
*any* property. ant version - 1.6.5 OS - Linux (CentOS) the same thing runs on ubuntu. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: 16 January 2007 10:33 To: Ant Users List Subject: RE: ant env *any* properties or a specific property? please give more in

RE: ant env

2007-01-16 Thread RADEMAKERS Tanguy
*any* properties or a specific property? please give more info - setup, environment, etc. >-Original Message- >From: Kalsi, Ramnish [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 16, 2007 11:02 AM >To: Ant Users List >Subject: ant env > >Can the list help me with possible reasons - w

ant env

2007-01-16 Thread Kalsi, Ramnish
Can the list help me with possible reasons - why ant may not be able to access system properties via TIA *** Confidentiality Notice & Disclaimer * This message, together with any attachments, is for the confidential and exclusive use of the intended addr

Re: How to set source from 1.4 to 1.5

2007-01-16 Thread joe P
Hi Wolverine, It didn't do any harm to my build/workspace. It is working fine. But I have changed all the sources of all the build files of all my modules from 1.4 to 1.5. If any of other module of your project is using old version then application will not launch. You should take care. It will thr