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.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@383064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-04 06:56:39 +00:00
parent fbd11aec9d
commit 42ac3f1afc
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@
</ant:javac> </ant:javac>
<path id="openwire.classpath"> <path id="openwire.classpath">
<pathelement path="${java.home}/lib/tools.jar" />
<pathelement path="target/gram-classes" /> <pathelement path="target/gram-classes" />
<path refid="maven.dependency.classpath" /> <path refid="maven.dependency.classpath" />
</path> </path>