Skip to content

Commit 36071a9

Browse files
committed
modified with no jre/lib/ext for java 21
1 parent e3aa16b commit 36071a9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

build.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ argument -Dfoo=bar) -->
7878

7979

8080

81-
<property name="classpath" value="${libsdir}/javaproj.jar:${libsdir}/ncIdv.jar:${libsdir}/external.jar:${libsdir}/local-visad.jar:${libsdir}/visad.jar:${libsdir}/jython.jar:{libsdir}/doclint.jar:${libsdir}/j2h.jar"/>
81+
<property name="classpath" value="${libsdir}/javaproj.jar:${libsdir}/ncIdv.jar:${libsdir}/external.jar:${libsdir}/local-visad.jar:${libsdir}/visad.jar:${libsdir}/jython.jar:
82+
${libsdir}/j3dcore.jar:${libsdir}/j3dutils.jar:${libsdir}/vecmath.jar:${libsdir}/jogamp-all-2.5.0.jar"/>
8283

8384

85+
<!-- :{libsdir}/doclint.jar:${libsdir}/j2h.jar-->
8486

8587
<!-- You can concatenate the calling process' classpath to the end (the
8688
default) or use "ignore" to just use the classpath defined here. -->
@@ -93,7 +95,7 @@ argument -Dfoo=bar) -->
9395
<property name="maxmemory" value="512m"/>
9496

9597
<!-- Source verions -->
96-
<property name="srcversion" value="1.8"/>
98+
<property name="srcversion" value="21"/>
9799

98100
</target>
99101

@@ -247,6 +249,7 @@ argument -Dfoo=bar) -->
247249

248250

249251
<target name="idvjar" depends="init" description="Performs a clean before calling jaridv target.">
252+
<echo>Generating docs: ${java.class.path}</echo>
250253
<antcall target="clean"/>
251254
<antcall target="jaridv"/>
252255
</target>
@@ -736,7 +739,7 @@ TODO: Do we really want the full source base htmlized. It ends up being huge!
736739
<attribute name="Implementation-Version" value="${idv.version}"/>
737740
<attribute name="Implementation-Vendor" value="UCAR/Unidata"/>
738741
<attribute name="Main-class" value="ucar.unidata.idv.DefaultIdv"/>
739-
<attribute name="Class-Path" value="auxdata.jar local-visad.jar visad.jar jython.jar ncIdv.jar external.jar"/>
742+
<attribute name="Class-Path" value="auxdata.jar local-visad.jar visad.jar jython.jar ncIdv.jar external.jar j3dcore.jar j3dutils.jar vecmath.jar jogamp-all-2.5.0.jar"/>
740743
</manifest>
741744
<include name="ucar/**/*.class"/>
742745
<include name="ucar/**/*.properties"/>
@@ -759,6 +762,7 @@ TODO: Do we really want the full source base htmlized. It ends up being huge!
759762
<include name="ucar/**/README*"/>
760763
<include name="ucar/**/VERSION*"/>
761764
<include name="ucar/**/INSTALL*"/>
765+
<include name="org/**/*.class"/>
762766
</jar>
763767
</target>
764768

@@ -776,7 +780,7 @@ TODO: Do we really want the full source base htmlized. It ends up being huge!
776780
<attribute name="Implementation-Version" value="${idv.version}"/>
777781
<attribute name="Implementation-Vendor" value="UCAR/Unidata"/>
778782
<attribute name="Main-class" value="ucar.unidata.data.point.TextPointDataSource"/>
779-
<attribute name="Class-Path" value="idv.jar auxdata.jar local-visad.jar visad.jar jython.jar ncIdv.jar external.jar"/>
783+
<attribute name="Class-Path" value="idv.jar auxdata.jar local-visad.jar visad.jar jython.jar ncIdv.jar external.jar j3dcore.jar j3dutils.jar vecmath.jar jogamp-all-2.5.0.jar"/>
780784
</manifest>
781785
<include name="ucar/**/README*"/>
782786
</jar>

0 commit comments

Comments
 (0)