mirror of https://github.com/apache/activemq.git
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:
parent
fbd11aec9d
commit
42ac3f1afc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue