dileepajayakody / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
1 stars 0 forks source link

ant build fails to collect $classpath from environment on (some) linux platforms #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running "ant" on linux (CentOS) gives class not found errors even with 
$CLASSPATH clearly set in environment variables.

According to http://ant.apache.org/manual/using.html#path, it should work like 
it does on Mac and Windows etc., but apparently it doesn't.

For now, workaround is to use one of the other advertised methods for listing 
dependencies, e.g., put symbolic links to external .jar files in a "lib" 
directory.

Original issue reported on code.google.com by dwidd...@gmail.com on 29 May 2013 at 6:43