Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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:44, 27 November 2018 by Tomas.kraus.oracle.com (Talk | contribs)

(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.

Download

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