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

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.