Skip to content

Commit

Permalink
added javacup.jar to the taskdef classpath, so the build.bat is no lo…
Browse files Browse the repository at this point in the history
…nger needed.

[git-p4: depot-paths = "//open/mondrian/": change = 428]
  • Loading branch information
Andreas Voss committed Apr 11, 2003
1 parent 7c19d81 commit 1cdff92
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.xml
Expand Up @@ -96,7 +96,9 @@ demo/mysql/FoodMartData.sql"/>
<pathelement location="${boot.jar.file}"/>
</path>

<taskdef name="javacup" classname="java_cup.JavaCUPTask"/>
<taskdef name="javacup" classname="java_cup.JavaCUPTask">
<classpath refid="project.boot.classpath"/>
</taskdef>
<taskdef name="xomgen" classname="mondrian.xom.XOMGenTask">
<classpath refid="project.boot.classpath"/>
</taskdef>
Expand Down Expand Up @@ -182,7 +184,7 @@ copy.properties"/>
srcdir="${java.dir}"
destdir="${classes.dir}"
debug="${project.build.debug}"
classpathref="project.classpath">
classpathref="project.boot.classpath">
<include name="mondrian/xom/**/*.java" />
</javac>
</target>
Expand Down Expand Up @@ -566,7 +568,7 @@ mondrian/resource/**/*.class"/>
footer="&lt;a href=&quot;http://sourceforge.net/projects/mondrian&quot;&gt;&lt;img src=&quot;http://sourceforge.net/sflogo.php?group_id=35302&#38;type=1&quot; width=&quot;88&quot; height=&quot;31&quot; border=&quot;0&quot; alt=&quot;SourceForge.net_Logo&quot;&gt;&lt;/a&gt;"
author="true">
<link href="http://javadoc.dyndns.org/"/>
<!--
<!--
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
<link href="http://www.junit.org/junit/javadoc/3.7/"/>
<link href="http://java.sun.com/products/servlet/2.2/javadoc/"/>
Expand Down Expand Up @@ -693,6 +695,6 @@ xalan.jar"/>
dir="."
includes="images/*.*"/>
</jar>

</target>
</project>

0 comments on commit 1cdff92

Please sign in to comment.