On Wed, 2003-04-30 at 17:47, Anand Krishniyer wrote:
>
> The path separator in the arg line causes problems on different
> platforms. Does anyone know a simple solution for this.
> I have tried to put these two jars (
> ${websphere.home}/AppServer/lib/runtime.jar;${build.jar.dir}/blcommon.jar)
>
> in the classpath attribute, but that does not seem to help.
> Any suggestion would be of great help.
Use ${path.separator} instead of ';'
It will be resolved to ':' on Unix and ';' on Windows
--
Jesse Stockall <stockall@magma.ca>
|