[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-07-07 Thread Christian Stein (JIRA)


[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535703#comment-16535703
 ] 

Christian Stein commented on MCOMPILER-338:
---

Great. 

Could use a 3.7.1 release here: https://github.com/jOOQ/jOOQ/pull/7652

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-07-07 Thread Karl Heinz Marbaise (JIRA)


[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535699#comment-16535699
 ] 

Karl Heinz Marbaise commented on MCOMPILER-338:
---

Hi Christian, it seemed these changes are already done so it looks I have 
missed to close this issue..which I will do...

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-07-06 Thread Christian Stein (JIRA)


[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535586#comment-16535586
 ] 

Christian Stein commented on MCOMPILER-338:
---

Is this the last issue opened against MCOMPILER version 3.7.1?

Trying to open the "See..." links above lead to "_HTTP Status 404 – Not Found_" 
errors

What can I do to help resolving it?

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-06-06 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16503808#comment-16503808
 ] 

Hudson commented on MCOMPILER-338:
--

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » MCOMPILER-321 #3

See 
https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/MCOMPILER-321/3/

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-04-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16440694#comment-16440694
 ] 

Hudson commented on MCOMPILER-338:
--

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » MCOMPILER-336 #2

See 
https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/MCOMPILER-336/2/

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-04-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438315#comment-16438315
 ] 

Hudson commented on MCOMPILER-338:
--

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » master #15

See 
https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/master/15/

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-04-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438303#comment-16438303
 ] 

Hudson commented on MCOMPILER-338:
--

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » master #13

See 
https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/master/13/

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-04-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438293#comment-16438293
 ] 

Hudson commented on MCOMPILER-338:
--

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » MCOMPILER-338 #4

See 
https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/MCOMPILER-338/4/

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MCOMPILER-338) Build Issue based on MCOMPILER-192 IT

2018-04-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MCOMPILER-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438288#comment-16438288
 ] 

Hudson commented on MCOMPILER-338:
--

Build failed in Jenkins: Maven TLP » maven-compiler-plugin » MCOMPILER-338 #2

See 
https://builds.apache.org/job/maven-box/job/maven-compiler-plugin/job/MCOMPILER-338/2/

> Build Issue based on MCOMPILER-192 IT
> -
>
> Key: MCOMPILER-338
> URL: https://issues.apache.org/jira/browse/MCOMPILER-338
> Project: Maven Compiler Plugin
>  Issue Type: Bug
>Affects Versions: 3.7.1
>Reporter: Karl Heinz Marbaise
>Assignee: Karl Heinz Marbaise
>Priority: Blocker
> Fix For: 3.7.1
>
>
> Currently the master is blocked by not working IT {{MCOMPILER-192}} which 
> fails.
> The issue is related to the differences of platform/os which results in 
> failing the {{verify.groovy}} which was originally implemented for one 
> platform but based on our intention to build on different platforms and JDK's 
> which is really needed this fails.
> The things which needed to be done:
> * Upgrade surefire.version to 2.21.0 (to work in JDK 10)
> *  MCOMPILER-197/invoker.properties
> ** We need to limit the run to 1.6, 1.7, 1.8 cause openjpa has no version 
> which woks for JDK 9 / 10
> * src/test/java/org/apache/maven/plugin/compiler/CompilerMojoTestCase.java
> ** Need to change the source/target to have 6 instead of 5 cause JDK9/JDK10 
> do not support source/target 5 anymore.
> ** I think we should change this setup and find a better way.
> * groovy-project-with-new-plexus-compiler
> ** Needed run only for 1.6, 1.7 and 1.8
> * MCOMPILER-192/verify.groovy
> ** Had to limit the comparison to particular areas of the output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)