Allow compiler argument(s) to be prepended or appended
------------------------------------------------------

                 Key: MCOMPILER-78
                 URL: http://jira.codehaus.org/browse/MCOMPILER-78
             Project: Maven 2.x Compiler Plugin
          Issue Type: Improvement
            Reporter: Patrick Ryan


I am using a javac wrapper that has position sensitive arguments.  I cannot use 
the wrapper directly with the compiler plugin since I need the parameters from 
compilerArgument prepended to be prepended to the dynamic arguments instead of 
appended.  The work around was to create a wrapper for the wrapper to build the 
final command and abandoned the use of compilerArgument.  Could there be a 
configuration to determine the behavior?

Example:

compilerArgumentPosition Determines whether compilerArgument and 
compilerArguments are appended or prepended to the dynamic arguments.  Allows 
running the compiler in a separate process. If "false" they will be appended, 
while if true it will be prepended.

    * Type: boolean
    * Required: No
    * Default: false


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to