HDFGroup / hdfview

Other
59 stars 14 forks source link

The built hdfview.sh file references directories lib/app, lib/app/ext that weren't created by the build #332

Open yurivict opened 1 week ago

yurivict commented 1 week ago

hdfview.sh contains this line:

"$JAVABIN/java" "$JAVAOPTS" -Djava.library.path="$INSTALLDIR/lib/app:$INSTALLDIR/lib/app/ext" -Dhdfview.root="$INSTALLDIR/lib/app" -cp "$INSTALLDIR/lib/app/*" hdf.view.HDFView "$@"

However, lib/app and lib/app/ext don't exit under the 'build' folder.

It doesn't appear to even reference the HDFView.jar file as it should.

Version: 3.3.2 Java 21 FreeBSD 14.1

byrnHDF commented 6 days ago

Those reference the directory structure after install

yurivict commented 6 days ago

@byrnHDF

Is it documented anywhere how to install HDFView using ANT? build.xml doesn't contain the "install" target like GNU Makefiles normally do.