Tweak the build.sysclasspath option to force the system classpath to always be appended to additional jars added to the classpath by us. These seemed to be set differently depending on the platform or distribution before.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2279 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
c9e385f541
commit
16ef500139
|
|
@ -1,6 +1,8 @@
|
|||
<project name="Sting" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
|
||||
<description>Compile and distribute the Sting toolkit</description>
|
||||
|
||||
<property name="build.sysclasspath" value="first" />
|
||||
|
||||
<property name="source.dir" value="java/src" />
|
||||
<property name="build.dir" value="build" />
|
||||
<property name="dist.dir" value="dist" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue