Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Fri, 7 May 2004 3:28 PM

Hi Emmanuel,

We have just rewritten the plugin using AspectJ 1.2rc1. Could you please have a look 
and tell use more specifically what exact parameters you'd like to see. Even better, a 
patch would be much appreciated :-)

Thanks
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-aspectj-plugin
   Fix Fors:
             3.0

   Assignee: Vincent Massol
   Reporter: Emmanuel Boudrant

    Created: Thu, 27 Nov 2003 6:48 AM
    Updated: Fri, 7 May 2004 3:28 PM

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to