[jira] (MCOMPILER-197) dependencies no more at classpath

2013-06-09 Thread Nicholas Williams (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=326420#comment-326420
 ] 

Nicholas Williams commented on MCOMPILER-197:
-

Was a separate bug filed as suggested in February? This is still marked as 
open, so I assume not. I'm having the same issue with an annotation processor 
and the compiler plugin. I know there's a workaround 
({{forceJavacCompilerUse}}), but I'd love to see this fixed. :-)

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318803#comment-318803
 ] 

Olivier Lamy commented on MCOMPILER-197:


correct (if you have time to do thanks in advance :-) )
Looks to be an issues with some annotations processors not used (found) when 
using javax.tools.

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread jieryn (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318802#comment-318802
 ] 

jieryn commented on MCOMPILER-197:
--

I think this should be closed, but where can we open a new defect for 
javax.tools.JavaCompiler?

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread jieryn (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318800#comment-318800
 ] 

jieryn commented on MCOMPILER-197:
--

Works for me too.. good planning to add this flag!

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318797#comment-318797
 ] 

Olivier Lamy commented on MCOMPILER-197:


looks to be an issue with using javax.tools. JavaCompiler which is default in 
3.x.
At least it's possible to disable this new "feature" :-)

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Romain Manni-Bucau (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318796#comment-318796
 ] 

Romain Manni-Bucau commented on MCOMPILER-197:
--

it works Olivier, thanks.


> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318795#comment-318795
 ] 

Olivier Lamy commented on MCOMPILER-197:


a workaround is in  :
{code}
true
{code}

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain Manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Romain manni-Bucau (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318785#comment-318785
 ] 

Romain manni-Bucau commented on MCOMPILER-197:
--

Apache Maven 3.1.0 (r1413381; 2012-11-25 19:04:49+0100)
Maven home: /opt/softs/Apache/apache-maven-3.1.0
Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
Java home: /opt/softs/java/jdk1.6.0_30/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-17-generic", arch: "amd64", family: "unix"


> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread jieryn (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318784#comment-318784
 ] 

jieryn commented on MCOMPILER-197:
--

{code}$ mvn304 -version
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: /home/jlf/apache-maven-3.0.4
Java version: 1.7.0_09-icedtea, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-279.19.1.el6.x86_64", arch: "amd64", family: 
"unix"
{code}

{code}$ mvn310 -version
Apache Maven 3.1.0 (rNON-CANONICAL_2012-12-03_20-03_jvanzyl; 2012-12-03 
23:03:32-0500)
Maven home: /home/jlf/apache-maven-3.1.0
Java version: 1.7.0_09-icedtea, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-279.19.1.el6.x86_64", arch: "amd64", family: 
"unix"
{code}

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318783#comment-318783
 ] 

Olivier Lamy commented on MCOMPILER-197:


ok get it working with a new configuration:
{code}
mvn -v
Java version: 1.7.0_13, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_13.jdk/Contents/Home/jre
{code}

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-06 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318782#comment-318782
 ] 

Olivier Lamy commented on MCOMPILER-197:


what kind of os are you using ?
Tested on freebsd and files are generated.
But not with my osx laptop.
{code}
Java version: 1.6.0_37, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
{code}

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-02-05 Thread jieryn (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318708#comment-318708
 ] 

jieryn commented on MCOMPILER-197:
--

Yep, I confirm the example project creates metamodel classes with m-compiler-p 
2.5.1 for both apache maven 3.0.4 and 3.1.0. Also I confirm the example project 
doesn't create metamodel classes with m-compiler-p 3.0, with or without 
fork=true, for both mvn 3.0.4 and 3.1.0.



> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-24 Thread Romain manni-Bucau (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317926#comment-317926
 ] 

Romain manni-Bucau commented on MCOMPILER-197:
--

3.0.4

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-23 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317880#comment-317880
 ] 

Olivier Lamy commented on MCOMPILER-197:


@romain maven version ?

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-23 Thread Romain manni-Bucau (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317857#comment-317857
 ] 

Romain manni-Bucau commented on MCOMPILER-197:
--

weird, i have  target/generated-sources/org/issue/Person_.java with 2.5.1

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-23 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317855#comment-317855
 ] 

Olivier Lamy commented on MCOMPILER-197:


@romain I'm confused :-)
I use your test project.
replace compiler version to 2.5.1
and still nothing in target/generated-sources
{code}

mbp-olamy:compiler-test olamy$ mvn clean verify
[INFO] Scanning for projects...
[INFO] 
[INFO] 
[INFO] Building compiler-test 1.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ compiler-test ---
[INFO] Deleting /Users/olamy/tmp/compiler-test/target
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (generate-entity-metamodel) @ 
compiler-test ---
[WARNING] File encoding has not been set, using platform encoding MacRoman, 
i.e. build is platform dependent!
[INFO] Compiling 1 source file to /Users/olamy/tmp/compiler-test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
compiler-test ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ 
compiler-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (compile) @ compiler-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
compiler-test ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/Users/olamy/tmp/compiler-test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
compiler-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ compiler-test ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ compiler-test ---
[INFO] Building jar: 
/Users/olamy/tmp/compiler-test/target/compiler-test-1.0-SNAPSHOT.jar
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 2.136s
[INFO] Finished at: Wed Jan 23 15:34:08 CET 2013
[INFO] Final Memory: 11M/759M
[INFO] 
mbp-olamy:compiler-test olamy$ ls -lrt target/generated-sources/
mbp-olamy:compiler-test olamy$ 

mbp-olamy:compiler-test olamy$ mvn -v
Apache Maven 3.1-SNAPSHOT (57d9c68e56a4bc8d825c7615534023eeda52b9c0; 2013-01-05 
00:17:48+0100)
Maven home: /Users/olamy/softs/maven/trunk
Java version: 1.6.0_37, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: fr_FR, platform encoding: MacRoman
OS name: "mac os x", version: "10.8.2", arch: "x86_64", family: "mac"
{code}



> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-23 Thread Romain manni-Bucau (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317850#comment-317850
 ] 

Romain manni-Bucau commented on MCOMPILER-197:
--

Hi Olivier,

with v2.5.1 it was generated. basically any java 6 processor is now skipped 
(there are workaround with other plugins but that's a regression)

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-23 Thread Olivier Lamy (JIRA)

[ 
https://jira.codehaus.org/browse/MCOMPILER-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317847#comment-317847
 ] 

Olivier Lamy commented on MCOMPILER-197:


@romain I miss you with the test project.
There is no failure and nothing is generated in  target/generated-sources 
(maybe a maven plugin call miss ?)
How can I get the failure ?

> dependencies no more at classpath
> -
>
> Key: MCOMPILER-197
> URL: https://jira.codehaus.org/browse/MCOMPILER-197
> Project: Maven 2.x Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.0
>Reporter: Romain manni-Bucau
> Attachments: compiler-test.zip
>
>
> before (version 2.5.1) dependencies of compiler plugin were added to javac 
> classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
> case
> i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a 
> file target/generated-sources/org/issue/Person_.java. With version 3.0 you 
> get a folder target/annotations and no more file.
> This is really blocking for stuff like openjpa metamodel generation where 
> with version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MCOMPILER-197) dependencies no more at classpath

2013-01-13 Thread Romain manni-Bucau (JIRA)
Romain manni-Bucau created MCOMPILER-197:


 Summary: dependencies no more at classpath
 Key: MCOMPILER-197
 URL: https://jira.codehaus.org/browse/MCOMPILER-197
 Project: Maven 2.x Compiler Plugin
  Issue Type: Bug
Affects Versions: 3.0
Reporter: Romain manni-Bucau
 Attachments: compiler-test.zip

before (version 2.5.1) dependencies of compiler plugin were added to javac 
classpath, now it seems (didn't check so maybe it is wrong) it is no more the 
case

i attached a sample. Running "mvn compile" with version 2.5.1 you'll get a file 
target/generated-sources/org/issue/Person_.java. With version 3.0 you get a 
folder target/annotations and no more file.

This is really blocking for stuff like openjpa metamodel generation where with 
version 3.0 it needs to use an ant task which is not so straight forward.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira