You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/03/04 07:56:41 UTC

svn commit: r383064 - /incubator/activemq/trunk/activemq-core/maven.xml

Author: chirino
Date: Fri Mar  3 22:56:39 2006
New Revision: 383064

URL: http://svn.apache.org/viewcvs?rev=383064&view=rev
Log:
include tools.jar in the Gram classpath, since that's where javadoc classes are.  If java home is not the JDK, this may not work.

Modified:
    incubator/activemq/trunk/activemq-core/maven.xml

Modified: incubator/activemq/trunk/activemq-core/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/maven.xml?rev=383064&r1=383063&r2=383064&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/maven.xml (original)
+++ incubator/activemq/trunk/activemq-core/maven.xml Fri Mar  3 22:56:39 2006
@@ -102,6 +102,7 @@
     </ant:javac>
 
     <path id="openwire.classpath">
+      <pathelement path="${java.home}/lib/tools.jar" />
       <pathelement path="target/gram-classes" />
       <path refid="maven.dependency.classpath" />
     </path>