Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yurivict opened this issue Sep 24, 2024 · 2 comments
Assignees
Labels
Component - Build Build system improvement Component - HDFView Improvements to the visual interface layer Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Improvement Improvements that don't add a new feature or functionality

Comments

@yurivict
Copy link

yurivict commented Sep 24, 2024

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

@yurivict yurivict changed the title The built hdfview.sh refernces directories lib/app, lib/app/ext that weren't created bu the build The built hdfview.sh file references directories lib/app, lib/app/ext that weren't created bu the build Sep 24, 2024
@yurivict yurivict changed the title The built hdfview.sh file references directories lib/app, lib/app/ext that weren't created bu the build The built hdfview.sh file references directories lib/app, lib/app/ext that weren't created by the build Sep 24, 2024
@byrnHDF
Copy link
Collaborator

byrnHDF commented Sep 26, 2024

Those reference the directory structure after install

@yurivict
Copy link
Author

@byrnHDF

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

@derobins derobins added Type - Improvement Improvements that don't add a new feature or functionality Component - Build Build system improvement Component - HDFView Improvements to the visual interface layer Priority - 2. Medium ⏹ It would be nice to have this in the next release labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Build Build system improvement Component - HDFView Improvements to the visual interface layer Priority - 2. Medium ⏹ It would be nice to have this in the next release Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

No branches or pull requests

3 participants