Subversion Repositories DevTools

Rev

Rev 321 | Rev 331 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 321 Rev 325
Line 2042... Line 2042...
2042
etool ('jats_ccrelease.pl', '-extractfiles' ,@ARGV) if ( $cmd =~ m/^extractf/ );
2042
etool ('jats_ccrelease.pl', '-extractfiles' ,@ARGV) if ( $cmd =~ m/^extractf/ );
2043
etool ('jats_ccrelease.pl', '-extract' ,@ARGV)      if (!$opr_done && $cmd =~ m/^extract/ );
2043
etool ('jats_ccrelease.pl', '-extract' ,@ARGV)      if (!$opr_done && $cmd =~ m/^extract/ );
2044
etool ('jats_label', @ARGV)                         if ( $cmd =~ m/^label$/ );
2044
etool ('jats_label', @ARGV)                         if ( $cmd =~ m/^label$/ );
2045
etool ('jats_sandbox', @ARGV)                       if ( $cmd =~ m/^sandbox$/ );
2045
etool ('jats_sandbox', @ARGV)                       if ( $cmd =~ m/^sandbox$/ );
2046
etool ('jats_help', @ARGV)                          if ( $cmd =~ m/^help$/ );
2046
etool ('jats_help', @ARGV)                          if ( $cmd =~ m/^help$/ );
-
 
2047
etool ('jats_help', '-man', @ARGV)                  if ( $cmd =~ m/^man$/ );
2047
etool ('jats_vars.pl', @ARGV)                       if ( $cmd =~ m/^var/ );
2048
etool ('jats_vars.pl', @ARGV)                       if ( $cmd =~ m/^var/ );
2048
 
2049
 
2049
etool ($cmd, @ARGV)                     unless ($opr_done); # Pass to etool if not known
2050
etool ($cmd, @ARGV)                     unless ($opr_done); # Pass to etool if not known
2050
 
2051
 
2051
do_exit();
2052
do_exit();
Line 2089... Line 2090...
2089
    make                - Make one or more components
2090
    make                - Make one or more components
2090
    ant                 - Invoke an ant build
2091
    ant                 - Invoke an ant build
2091
    abt [-java=xxx]     - Invoke the auto build tool
2092
    abt [-java=xxx]     - Invoke the auto build tool
2092
    install             - Install package into local_dpkg_archive
2093
    install             - Install package into local_dpkg_archive
2093
    help                - Display help message
2094
    help                - Display help message
-
 
2095
    man                 - Display extended help message
2094
    vars                - Display JATS related environment variables
2096
    vars                - Display JATS related environment variables
2095
 
2097
 
2096
    create_dpkg         - Install a package into main dpkg_archive
2098
    create_dpkg         - Install a package into main dpkg_archive
2097
    label               - Labelling functions
2099
    label               - Labelling functions
2098
    release             - Build a release from a clearcase label
2100
    release             - Build a release from a clearcase label
Line 2113... Line 2115...
2113
    clean               - Same as "make clean"
2115
    clean               - Same as "make clean"
2114
    clobber             - Same as "build clobber"
2116
    clobber             - Same as "build clobber"
2115
    *                   - Unknown commands are treated as arguments to etool
2117
    *                   - Unknown commands are treated as arguments to etool
2116
 
2118
 
2117
 Where [cmd-options] are command specific.
2119
 Where [cmd-options] are command specific.
2118
 Try "jats command -help" for details
2120
    Try "jats help command" for details
2119
 
2121
 
2120
=head1 OPTIONS
2122
=head1 OPTIONS
2121
 
2123
 
2122
=over 8
2124
=over 8
2123
 
2125