You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by Sandro Martini <sa...@gmail.com> on 2012/10/01 10:21:36 UTC

Re: Build issue with Java 1.6 in OSX

Hi,
your problem is that ant build outside eclipse use its own
configuration (path and classpath), so you have to set the JUnit jar
in your CLASSPATH env variable.

Look here:

http://svn.apache.org/repos/asf/pivot/trunk/BUILD


Bye