You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/11/27 13:48:55 UTC

[jira] Created: (MPASPECTJ-2) Add more parameter for AJC ant task

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-2


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPASPECTJ-2
    Summary: Add more parameter for AJC ant task 
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-aspectj-plugin

   Assignee: 
   Reporter: Emmanuel Boudrant

    Created: Thu, 27 Nov 2003 6:48 AM
    Updated: Thu, 27 Nov 2003 6:48 AM

Description:
Add more parameter for AJD ant task like :

        -help               emit this help message and quit
        -version            emit compiler version number and quit
        -classpath <list>   directories and zip files for the classpath
                            (<list> uses platform-specific path delimiter)
        -bootclasspath <list> override bootclasspath for finding compile types
                            (<list> uses platform-specific path delimiter)
        -extdirs <list>     override extension dirs for finding compile types
                            (<list> uses platform-specific path delimiter)
        -d <dir>            destination directory for output classes
        -target <ver>       classfile setting (1.1 or 1.2, default is 1.1)
        -1.3                set compliance level to 1.3 (default)
        -1.4                set compliance level to 1.4
        -source <ver>       assertions toggle (1.3 or 1.4, default is 1.3
                            in -1.3 mode and 1.4 in -1.4 mode)
        -nowarn             emit no warnings (same as '-warn:none')
        -warn:<list>        emit warnings specified by comma-delimited list
                            (eg '-warn:unusedLocals,deprecation')
          constructorName       method with constructor name
          packageDefaultMethod  attempt to override package-default method
          deprecation           usage of deprecated type or member
          maskedCatchBlocks     hidden catch block
          unusedLocals          unused local variable (never read)
          unusedArguments       unused method argument (never read)
          unusedImports         unused imports
          syntheticAccess       performing synthetic access for inner classes
          assertIdentifier      'assert' used as identifier
        -deprecation        same as '-warn:deprecation'
        -noImportError      emit no errors for unresolved imports
        -proceedOnError     keep compiling after errors, dumping class files
                            with problem methods
        -g[:<level>]        debug attributes level
                -g                  all debug info (same as '-g:lines,vars,source')
                -g:none             no debug info
                -g:<items>          debug info for any/all of [lines, vars, source]
        -preserveAllLocals  code gen preserve all local variables (for debug)
        -referenceInfo      compute reference info
        -encoding <name>    specify default source encoding format
                            (Specify encoding for any source file/folder by
                            suffixing each input name with '[encoding]')
        -verbose            emit accessed/processed compilation units
        -log <filename>     specify a log file for compile messages
        -progress           show progress (requires -log mode)
        -time               display speed information
        -noExit             do not call System.exit(n) at end of compilation
                            (n=0 if no error)
        -repeat <n>         repeat compilation process <n> times (perf analysis)


Thx,
-emmanuel


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org