Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JakartaEE GlassFish Modules Check Script

Revision as of 09:38, 27 November 2018 by Unnamed Poltroon (Talk) (Created page with "Category:Jakarta_EE Script compares glassfish modules of old (Java EE) and new (Jakarta EE) GlassFish and evaluates if modules jars were properly replacrd with new version...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Script compares glassfish modules of old (Java EE) and new (Jakarta EE) GlassFish and evaluates if modules jars were properly replacrd with new versions.


Usage: check.sh [-jlnmv] <old_path> <new_path>

  <old_path> :: Path to directory containing old jars
  <new_path> :: Path to directory containing new jars
  -j :: Check whether class files were built for proper Java platform
  -l :: Check whether archives in <new_path> contain LICENSE file
  -n :: Check whether archives in <new_path> contain NOTICE file
  -m :: Check whether archives in <new_path> contain proper multirelease setup
  -v :: Verbose output

Back to the top