|
44 | 44 | <compileJava srcdir="${worldwind.src.dir}" classdir="${worldwind.classes.dir}/debug" debug="true" |
45 | 45 | jdk="${worldwind.jdk}"> |
46 | 46 | <pathelements> |
| 47 | + <pathelement location="${basedir}/jackson-core-asl.jar"/> |
47 | 48 | <pathelement location="${basedir}/jogl-all.jar"/> |
48 | 49 | <pathelement location="${basedir}/gluegen-rt.jar"/> |
49 | 50 | <pathelement location="${basedir}/gdal.jar"/> |
|
56 | 57 | <compileJava srcdir="${worldwind.src.dir}" classdir="${worldwind.classes.dir}/release" debug="false" |
57 | 58 | jdk="${worldwind.jdk}"> |
58 | 59 | <pathelements> |
| 60 | + <pathelement location="${basedir}/jackson-core-asl.jar"/> |
59 | 61 | <pathelement location="${basedir}/jogl-all.jar"/> |
60 | 62 | <pathelement location="${basedir}/gluegen-rt.jar"/> |
61 | 63 | <pathelement location="${basedir}/gdal.jar"/> |
|
96 | 98 | <exclude name="gov/nasa/worldwind/formats/**"/> |
97 | 99 | </packageset> |
98 | 100 | <classpath> |
| 101 | + <pathelement location="jackson-core-asl.jar"/> |
99 | 102 | <pathelement location="jogl-all.jar"/> |
100 | 103 | <pathelement location="gluegen-rt.jar"/> |
101 | 104 | <pathelement location="gdal.jar"/> |
|
137 | 140 | <!-- WorldWind library JAR files. --> |
138 | 141 | <copy file="${worldwind.jar.dir}/release/worldwind.jar" tofile="${webstart.unsigned.dir}/worldwind.jar"/> |
139 | 142 | <copy file="${worldwind.jar.dir}/release/worldwindx.jar" tofile="${webstart.unsigned.dir}/worldwindx.jar"/> |
| 143 | + <!-- Jackson JAR file. --> |
| 144 | + <copy file="${basedir}/jackson-core-asl.jar" todir="${webstart.unsigned.dir}"/> |
140 | 145 | <!-- JOGL and GlueGen library JAR files. --> |
141 | 146 | <copy todir="${webstart.unsigned.dir}"> |
142 | 147 | <fileset dir="${basedir}"> |
|
318 | 323 | jdk="${worldwind.jdk}"> |
319 | 324 | <pathelements> |
320 | 325 | <pathelement location="${worldwind.classes.dir}/debug"/> |
| 326 | + <pathelement location="${basedir}/jackson-core-asl.jar"/> |
321 | 327 | <pathelement location="${basedir}/jogl-all.jar"/> |
322 | 328 | <pathelement location="${basedir}/gluegen-rt.jar"/> |
323 | 329 | <pathelement location="${basedir}/gdal.jar"/> |
|
338 | 344 | <pathelement location="${worldwind.src.dir}"/> |
339 | 345 | <pathelement location="${worldwind.classes.dir}/test"/> |
340 | 346 | <pathelement location="${worldwind.classes.dir}/debug"/> |
| 347 | + <pathelement location="${basedir}/jackson-core-asl.jar"/> |
341 | 348 | <pathelement location="${basedir}/jogl-all.jar"/> |
342 | 349 | <pathelement location="${basedir}/gluegen-rt.jar"/> |
343 | 350 | <pathelement location="${basedir}/gdal.jar"/> |
|
550 | 557 | <target name="runLayerManager" depends="build" description="Runs the LayerManager example app."> |
551 | 558 | <java fork="true" |
552 | 559 | classname="gov.nasa.worldwindx.examples.layermanager.LayerManagerApp" |
553 | | - classpath="gdal.jar;gluegen-rt-natives-linux-amd64.jar;gluegen-rt-natives-linux-i586.jar;gluegen-rt-natives-macosx-universal.jar;gluegen-rt-natives-windows-amd64.jar;gluegen-rt-natives-windows-i586.jar;gluegen-rt.jar;jogl-all-natives-linux-amd64.jar;jogl-all-natives-linux-i586.jar;jogl-all-natives-macosx-universal.jar;jogl-all-natives-windows-amd64.jar;jogl-all-natives-windows-i586.jar;jogl-all.jar;junit-4.5.jar;vpf-symbols.jar;worldwind.jar;worldwindx.jar" |
| 560 | + classpath="gdal.jar;gluegen-rt-natives-linux-amd64.jar;gluegen-rt-natives-linux-i586.jar;gluegen-rt-natives-macosx-universal.jar;gluegen-rt-natives-windows-amd64.jar;gluegen-rt-natives-windows-i586.jar;gluegen-rt.jar;jackson-core-asl.jar;jogl-all-natives-linux-amd64.jar;jogl-all-natives-linux-i586.jar;jogl-all-natives-macosx-universal.jar;jogl-all-natives-windows-amd64.jar;jogl-all-natives-windows-i586.jar;jogl-all.jar;junit-4.5.jar;vpf-symbols.jar;worldwind.jar;worldwindx.jar" |
554 | 561 | /> |
555 | 562 | </target> |
556 | 563 |
|
|
0 commit comments