@@ -78,9 +78,11 @@ argument -Dfoo=bar) -->
78
78
79
79
80
80
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" />
82
83
83
84
85
+ <!-- :{libsdir}/doclint.jar:${libsdir}/j2h.jar-->
84
86
85
87
<!-- You can concatenate the calling process' classpath to the end (the
86
88
default) or use "ignore" to just use the classpath defined here. -->
@@ -93,7 +95,7 @@ argument -Dfoo=bar) -->
93
95
<property name =" maxmemory" value =" 512m" />
94
96
95
97
<!-- Source verions -->
96
- <property name =" srcversion" value =" 1.8 " />
98
+ <property name =" srcversion" value =" 21 " />
97
99
98
100
</target >
99
101
@@ -247,6 +249,7 @@ argument -Dfoo=bar) -->
247
249
248
250
249
251
<target name =" idvjar" depends =" init" description =" Performs a clean before calling jaridv target." >
252
+ <echo >Generating docs: ${ java.class.path } </echo >
250
253
<antcall target =" clean" />
251
254
<antcall target =" jaridv" />
252
255
</target >
@@ -736,7 +739,7 @@ TODO: Do we really want the full source base htmlized. It ends up being huge!
736
739
<attribute name =" Implementation-Version" value =" ${ idv.version } " />
737
740
<attribute name =" Implementation-Vendor" value =" UCAR/Unidata" />
738
741
<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 " />
740
743
</manifest >
741
744
<include name =" ucar/**/*.class" />
742
745
<include name =" ucar/**/*.properties" />
@@ -759,6 +762,7 @@ TODO: Do we really want the full source base htmlized. It ends up being huge!
759
762
<include name =" ucar/**/README*" />
760
763
<include name =" ucar/**/VERSION*" />
761
764
<include name =" ucar/**/INSTALL*" />
765
+ <include name =" org/**/*.class" />
762
766
</jar >
763
767
</target >
764
768
@@ -776,7 +780,7 @@ TODO: Do we really want the full source base htmlized. It ends up being huge!
776
780
<attribute name =" Implementation-Version" value =" ${ idv.version } " />
777
781
<attribute name =" Implementation-Vendor" value =" UCAR/Unidata" />
778
782
<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 " />
780
784
</manifest >
781
785
<include name =" ucar/**/README*" />
782
786
</jar >
0 commit comments