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

Difference between revisions of "JakartaEE GlassFish Modules Check Script"

(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...")
 
 
Line 2: Line 2:
 
Script compares glassfish modules of old (Java EE) and new (Jakarta EE) GlassFish and evaluates if modules jars were properly replacrd with new versions.
 
Script compares glassfish modules of old (Java EE) and new (Jakarta EE) GlassFish and evaluates if modules jars were properly replacrd with new versions.
  
 +
[https://wiki.eclipse.org/images/0/0f/Check.zip Download]
  
 
<pre>
 
<pre>

Latest revision as of 09:44, 27 November 2018

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