Skip to content

Commit

Permalink
Allow Ant binzip to work: commented out retroweaver and javadoc targets
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@3 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
Sherman Wood committed Sep 2, 2006
1 parent d69ef67 commit efacbb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.5.0_05"/>
<classpathentry kind="lib" path="lib/mondrian-2.1.1.jar"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="output" path="bin"/>
</classpath>
13 changes: 9 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@

<path id="project.classpath">
<pathelement location="${classes.dir}"/>
<pathelement location="${lib.dir}/retroweaver-1.2.4.jar"/>
<!-- <pathelement location="${lib.dir}/retroweaver-1.2.4.jar"/> -->
<pathelement path="${env.CLASSPATH}"/>
<pathelement location="${ant.home}/lib/ant.jar"/>
<pathelement location="${ant.home}/lib/optional.jar"/>
<!-- We depend on mondrian right now. Ugh. -->
<pathelement location="${project.location}/../mondrian/classes"/>
<pathelement location="${lib.dir}/mondrian-2.1.1.jar"/>

</path>

Expand Down Expand Up @@ -145,8 +145,11 @@ ${generated.java.files}" />

<target name="release" depends="binzip"/>

<!-- These targets need to be added in:
retroweave,jar-jdk14,javadoc -->

<target name="binzip"
depends="version,srczip,javadoc,jar,retroweave,jar-jdk14,clean">
depends="clean,jar,version,srczip">
<mkdir dir="${dist.dir}" />
<delete file="${dist.bin.file}"/>
<zip zipfile="${dist.bin.file}">
Expand Down Expand Up @@ -276,6 +279,7 @@ META-INF/**"/>

<target name="test" />

<!--
<taskdef name="retroweaver"
classname="com.rc.retroweaver.ant.RetroWeaverTask">
<classpath>
Expand All @@ -288,7 +292,8 @@ META-INF/**"/>
<target name="retroweave">
<retroweaver srcdir="${classes.dir}" />
</target>

-->

</project>

<!-- End build.xml -->
Binary file added lib/mondrian-2.1.1.jar
Binary file not shown.

0 comments on commit efacbb5

Please sign in to comment.