[kepler-dev] [Bug 4026] - Bootstrapper will not run kepler in a directory with spaces

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Apr 28 11:58:16 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4026


berkley at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from berkley at nceas.ucsb.edu  2009-04-28 11:58 -------
This was actually a problem with the lib path, not the classpath.  The
classpath is handled internally by the Java ant object when you use the
setClasspath() method.  Spaces are handled no problem.  The problem was that we
were setting a textual argument "-Djava.lib.dir=...".  If that argument
contained spaces, the JavaCommandline object that the Java object creates would
fail because it thought the class name had started after the first space.  The
solution was simply to put quotes around the java.lib.dir value.


More information about the Kepler-dev mailing list