You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/03/27 19:46:50 UTC

svn commit: r759301 - /incubator/pivot/trunk/BUILD

Author: tvolkert
Date: Fri Mar 27 18:46:50 2009
New Revision: 759301

URL: http://svn.apache.org/viewvc?rev=759301&view=rev
Log:
Updated BUILD file

Modified:
    incubator/pivot/trunk/BUILD

Modified: incubator/pivot/trunk/BUILD
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/BUILD?rev=759301&r1=759300&r2=759301&view=diff
==============================================================================
--- incubator/pivot/trunk/BUILD (original)
+++ incubator/pivot/trunk/BUILD Fri Mar 27 18:46:50 2009
@@ -2,9 +2,10 @@
 
 Ensure that all required libraries are on the Java classpath:  
 - jcommon-1.0.12.jar and jfreechart-1.0.9.jar, available from http://www.jfree.org
-- junit.jar (version 4), available from http://www.junit.org
-- plugin.jar, availble from installed JDK
+- plugin.jar, availble from installed JDK (in $JAVA_HOME/jre/lib)
 - servlet-api.jar (version 2.4), availble from http://java.sun.com/javaee
+- stax-1.2.0.jar, available from http://stax.codehaus.org
+  (this is only needed if compiling with a JDK 1.5 compiler)
 
 Execute the following command from the current directory:
 



Re: svn commit: r759301 - /incubator/pivot/trunk/BUILD

Posted by Greg Brown <gk...@mac.com>.
>+- plugin.jar, availble from installed JDK (in $JAVA_HOME/jre/lib)

This isn't necessarily accurate, which is why I didn't specify. Various operating systems have different conventions for Java layout (e.g. on the Mac, this path is not valid). The developer should be savvy enough to know where in the JDK to look.