Re: Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-31 Thread Steve Loughran
Irene Ros wrote: Hello, I've been developing various configuration scripts and I noticed that when I pass arguments through the command like such as -Dusername="firstname lastname" only the part prior to the space is registered. So when I reference ${username} it will return "firstname". Is t

Re: Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-30 Thread Irene Ros
Irene Ros Software Engineer e-mail: [EMAIL PROTECTED] "Dominique Devienne" <[EMAIL PROTECTED]> 08/30/2006 03:38 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject Re: Redhat Linux Enterprise issues with command line argument contain

Re: Redhat Linux Enterprise issues with command line argument containing spaces

2006-08-30 Thread Dominique Devienne
First, make sure you're using the install of Ant you expect. Linux often comes with a pre-installed Ant which might be older than the one you think you are using, which ant.sh automatically use by default. Use the package manager to find out if Ant is pre-installed. Second, this sounds like an is