Skip to content

Commit

Permalink
Do not try to build classes that depend on classes that depend on Java3D
Browse files Browse the repository at this point in the history
with "compile" (not "compile-with-3d"). Ant 1.4 (at least) will try
to build Java3D depending classes then as well...


git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@247 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Oct 14, 2001
1 parent c3ba50b commit e1f7ebb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Expand Up @@ -80,6 +80,12 @@
<exclude
name="org/openscience/cdk/test/OrbitalsRenderer3DTest.java" />

<exclude
name="org/openscience/cdk/test/VisualGaussiansCalculationTest.java" />

<exclude
name="org/openscience/cdk/test/ZMatrixReaderTest.java" />

<classpath refid="project.class.path" />
</javac>

Expand Down Expand Up @@ -144,6 +150,10 @@

<fileset dir="." includes="build.xml" />
</copy>
<copy todir="${sourcedist}/org/openscience/cdk/config/isotopes.xml">
<fileset dir="org/openscience/cdk/config/"
includes="*" />
</copy>

<copy todir="${sourcedist}/jar">
<fileset dir="jar" includes="*jar" />
Expand Down

0 comments on commit e1f7ebb

Please sign in to comment.