[jira] (MCOMPILER-225) javac.bat and args file added to archive when fork and -X used

2014-04-02 Thread Jeffrey Hagelberg (JIRA)

 [ 
https://jira.codehaus.org/browse/MCOMPILER-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey Hagelberg updated MCOMPILER-225:


Description: 
When you compile a java project with -X maven option and true in 
the maven-compiler-plugin configuration, the following extra files are written 
to target\classes and bundled in the root directory of the jar:

javac.bat
org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments

The precise name of the arguments file varies from build to build.  The exact 
configuration we are using is:

 
org.apache.maven.plugins
maven-compiler-plugin
3.1

1.6
1.6
true
true
true

 

We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
verified that it also occurs in version 3.1.  We are able to work around this 
issue by setting fork to false.  The issue also does not occur if -X is not 
used.  This can be reproduced in any maven java project.

  was:
When you compile a java project with -X flag and true in the 
maven-compiler-plugin configuration, the following extra files are written to 
target\classes and bundled in the root directory of the jar:

javac.bat
org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments

The precise name of the arguments file varies from build to build.  The exact 
configuration we are using is:

 
org.apache.maven.plugins
maven-compiler-plugin
3.1

1.6
1.6
true
true
true

 

We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
verified that it also occurs in version 3.1.  We are able to work around this 
issue by setting fork to false.  This can be reproduced in any maven java 
project.  The issue also only occurs when the "-X" maven option is used to 
enable debug output.


> javac.bat and args file added to archive when fork and -X used
> --
>
> Key: MCOMPILER-225
> URL: https://jira.codehaus.org/browse/MCOMPILER-225
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 2.3.2, 3.1
> Environment: Windows 7 x64
>Reporter: Jeffrey Hagelberg
>
> When you compile a java project with -X maven option and true in 
> the maven-compiler-plugin configuration, the following extra files are 
> written to target\classes and bundled in the root directory of the jar:
> javac.bat
> org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments
> The precise name of the arguments file varies from build to build.  The exact 
> configuration we are using is:
>  
> org.apache.maven.plugins
> maven-compiler-plugin
> 3.1
> 
> 1.6
> 1.6
> true
> true
> true
> 
>  
> We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
> verified that it also occurs in version 3.1.  We are able to work around this 
> issue by setting fork to false.  The issue also does not occur if -X is not 
> used.  This can be reproduced in any maven java project.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MCOMPILER-225) javac.bat and args file added to archive when fork and -X used

2014-04-02 Thread Jeffrey Hagelberg (JIRA)

 [ 
https://jira.codehaus.org/browse/MCOMPILER-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeffrey Hagelberg updated MCOMPILER-225:


Description: 
When you compile a java project with -X flag and true in the 
maven-compiler-plugin configuration, the following extra files are written to 
target\classes and bundled in the root directory of the jar:

javac.bat
org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments

The precise name of the arguments file varies from build to build.  The exact 
configuration we are using is:

 
org.apache.maven.plugins
maven-compiler-plugin
3.1

1.6
1.6
true
true
true

 

We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
verified that it also occurs in version 3.1.  We are able to work around this 
issue by setting fork to false.  This can be reproduced in any maven java 
project.  The issue also only occurs when the "-X" maven option is used to 
enable debug output.

  was:
When you compile a java project with -X flag and true in the 
maven-compiler-plugin configuration, the following extra files are written to 
target\classes and bundled in the root directory of the jar:

javac.bat
org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments

The precise name of the arguments file varies from build to build.  The exact 
configuration we are using is:

 
org.apache.maven.plugins
maven-compiler-plugin
3.1

1.6
1.6
true
true
true

 

We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
verified that it also occurs in version 3.1.  We are able to work around this 
issue by setting fork to false.  This can be reproduced in any maven java 
project.


> javac.bat and args file added to archive when fork and -X used
> --
>
> Key: MCOMPILER-225
> URL: https://jira.codehaus.org/browse/MCOMPILER-225
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 2.3.2, 3.1
> Environment: Windows 7 x64
>Reporter: Jeffrey Hagelberg
>
> When you compile a java project with -X flag and true in the 
> maven-compiler-plugin configuration, the following extra files are written to 
> target\classes and bundled in the root directory of the jar:
> javac.bat
> org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments
> The precise name of the arguments file varies from build to build.  The exact 
> configuration we are using is:
>  
> org.apache.maven.plugins
> maven-compiler-plugin
> 3.1
> 
> 1.6
> 1.6
> true
> true
> true
> 
>  
> We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
> verified that it also occurs in version 3.1.  We are able to work around this 
> issue by setting fork to false.  This can be reproduced in any maven java 
> project.  The issue also only occurs when the "-X" maven option is used to 
> enable debug output.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MCOMPILER-225) javac.bat and args file added to archive when fork and -X used

2014-04-02 Thread Jeffrey Hagelberg (JIRA)
Jeffrey Hagelberg created MCOMPILER-225:
---

 Summary: javac.bat and args file added to archive when fork and -X 
used
 Key: MCOMPILER-225
 URL: https://jira.codehaus.org/browse/MCOMPILER-225
 Project: Maven Compiler Plugin
  Issue Type: Bug
Affects Versions: 3.1, 2.3.2
 Environment: Windows 7 x64
Reporter: Jeffrey Hagelberg


When you compile a java project with -X flag and true in the 
maven-compiler-plugin configuration, the following extra files are written to 
target\classes and bundled in the root directory of the jar:

javac.bat
org.codehaus.plexus.compiler.javac.JavacCompiler8515975925044691799arguments

The precise name of the arguments file varies from build to build.  The exact 
configuration we are using is:

 
org.apache.maven.plugins
maven-compiler-plugin
3.1

1.6
1.6
true
true
true

 

We originally saw this in version 2.3.2 of the maven-compiler-plugin.  I've 
verified that it also occurs in version 3.1.  We are able to work around this 
issue by setting fork to false.  This can be reproduced in any maven java 
project.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)