You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.
At the moment, when creating a custom GB build, the src/webapp files have to be copied manually in the new module. We need a way to automatically import the original files from geobatch web app module.
The text was updated successfully, but these errors were encountered:
Now the produced WAR should be fine, the webapp can be run with
mvn jetty:run-exploded
and can be run using Start.java both from NB and Eclipse.
Since running Start.java was loading the required libs both from WEB-INF/lib and from the mvn classpath, creating so dup issues, a new ClassLoader has been implemented that skips libs from WEB-INF.
Please note that while NB loads dependant libs from .m2/repository, Eclipse may use the files in the target/ directory of depending projects if they are in the current working set. The implemented solution should work in both cases.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment, when creating a custom GB build, the src/webapp files have to be copied manually in the new module. We need a way to automatically import the original files from geobatch web app module.
The text was updated successfully, but these errors were encountered: