On Nov 25, 8:42 am, Stuart Sierra <[EMAIL PROTECTED]>
wrote:
> I think it's because of different string representations of the path
> (e.g. the path variable may be "./classes" but the classpath (under
> Ant) is "/home/bob/project/classes".  It probably need something like
> this:
> ...

Yeah, I thought of the same, but when I dump the results of
System.getProperty("java.class.path"), my classes directory doesn't
show up -- running under the Ant task, on my machine, at least. It
would if passed as an arg to java -cp, but the Ant is the first case
where Compile's got to work.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to