Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ee4j-build] Script to compare and verify Glassfich modules

Hi All,

I made this script for our team to compare content of Oracle Glassfish and new JakartaEE Glassfish modules directory.

<old_path> :: Oracle GlassFish, e.g. /some/oracle/glassfish4/glassfish/modules

<new_path>:: Jakarta EE GlassFish, e.g. /some/jakartaee/glassfish4/glassfish/modules

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

Maybe it will help to someone.

Also, should this be uploaded to Eclipse wiki too?


Tomas

Attachment: check.sh
Description: Bourne shell script


Back to the top