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 -~----------~----~----~----~------~----~------~--~---
- Re: Patch: universal main() with repl/script/compile Michael Wood
- Re: Patch: universal main() with repl/script/compi... J. McConnell
- Re: Patch: universal main() with repl/script/c... Stephen C. Gilardi
- Re: Patch: universal main() with repl/script/c... Stephen C. Gilardi
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... Stephen C. Gilardi
- Re: Patch: universal main() with repl/script/c... Stuart Sierra
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... Stuart Sierra
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... J. McConnell
- Re: Patch: universal main() with repl/script/c... Stuart Sierra
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... Stuart Sierra
- Re: Patch: universal main() with repl/script/c... Stefan Bodewig
- Re: Patch: universal main() with repl/script/c... Perry Trolard
- Re: Patch: universal main() with repl/script/c... Stephen C. Gilardi
- Re: Patch: universal main() with repl/script/compi... Stephen C. Gilardi
- Re: Patch: universal main() with repl/script/c... Michael Wood