WorldWindEarth / WorldWindJava

A community supported fork of the NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
https://worldwind.earth/WorldWindJava/
49 stars 14 forks source link

JAR files in v2.1.0 release archive contain Java sources #10

Closed wcmatthysen closed 5 years ago

wcmatthysen commented 5 years ago

Migrated this issue from upstream originally logged by @pdavidc: https://github.com/NASAWorldWind/WorldWindJava/issues/87

JAR files bundled with the v2.1.0 release archive, worldwind.jar and worldwindx.jar, contain the Java sources as well as the compiled class files. This causes each release JAR file to increase in size by about 40%, but has no effect on runtime operation.

World Wind Java's build assembles two types of JAR files:

Release: includes only the compiled class files Debug: includes the compiled class files and the corresponding Java sources JAR files bundled into all release archives (worldwind-vA.B.C.zip) must contain only the release JAR files. Debug JAR files may be assembled in a local development environment.

wcmatthysen commented 5 years ago

Sorry, it looks like @pdavidc solved this issue a while ago. It was just never closed upstream. If I unzip the worldwind.jar and worldwindx.jar files they do not contain any sources. I'll close this then.