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
Build.xml should include jars in sub-directories of Libraries. The other folders, Resources, and WebServerResources all include subdirectories by default, and Libraries should too. Currently only jars in the top level of Libraries are included. Adding '**/' to the include will fix the problem.
target: build.woapp
target: compile
The text was updated successfully, but these errors were encountered:
Reported by John Huss
Build.xml should include jars in sub-directories of Libraries. The other folders, Resources, and WebServerResources all include subdirectories by default, and Libraries should too. Currently only jars in the top level of Libraries are included. Adding '**/' to the include will fix the problem.
target: build.woapp
target: compile
The text was updated successfully, but these errors were encountered: