Re: Re: RE: javac, classpath with spaces

2005-03-08 Thread Colin S
>works, so I'm happy. > >Col. > >>You wouldn't have any issues if you used a nested classpath which >>separates each classpath element in a , instead of using a >>property in a properties file. >> >>But you can always replace "program files&quo

Re: RE: javac, classpath with spaces

2005-03-08 Thread Colin S
operties file. > >But you can always replace "program files" by progra~1, i.e. the DOS >short name with no spaces. --DD > >> -Original Message- >> From: Colin S [mailto:[EMAIL PROTECTED] >> Sent: Monday, March 07, 2005 12:20 PM >> To: Ant Users

Re: RE: javac, classpath with spaces

2005-03-08 Thread Colin S
t;separates each classpath element in a , instead of using a >property in a properties file. > >But you can always replace "program files" by progra~1, i.e. the DOS >short name with no spaces. --DD > >> -Original Message- >> From: Colin S [mailto:[EMAIL PROTE

javac, classpath with spaces

2005-03-07 Thread Colin S
Hello all, I've been searching through the archives and the Web today trying to get the task working with a classpath that has spaces in it. Basically, I have something like the following, defined in a property file classpath = c:\\program files\\rest\\of\\path;[... etc... ] but when used as