You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/24 16:28:26 UTC

[maven-compiler-plugin] branch TEST_TO_FIX_MCOMPILER-192 created (now d8d0bab)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch TEST_TO_FIX_MCOMPILER-192
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git.


      at d8d0bab  Just a try.

This branch includes the following new commits:

     new d8d0bab  Just a try.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-compiler-plugin] 01/01: Just a try.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch TEST_TO_FIX_MCOMPILER-192
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit d8d0babea95af9c43f788d0b39fac8069cf86c69
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 24 17:28:15 2018 +0100

    Just a try.
---
 src/it/MCOMPILER-192/verify.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCOMPILER-192/verify.groovy b/src/it/MCOMPILER-192/verify.groovy
index b6785e2..a2b5e45 100644
--- a/src/it/MCOMPILER-192/verify.groovy
+++ b/src/it/MCOMPILER-192/verify.groovy
@@ -22,7 +22,7 @@ assert logFile.exists()
 content = logFile.text
 
 // Disable for Jenkins. Once fixed, this test will fail again. In that case remove the JENKINS_URL again. 
-if( !content.contains( 'Usage: javac <options> <source files>' ) ^ System.getenv( 'JENKINS_URL') != null ){
+if( !content.contains( 'Usage: javac <options> <source files>' ) ^ ( System.getenv( 'JENKINS_URL') != null ) ){
   throw new RuntimeException( "log not containing Usage: javac <options> <source files> but <startLog>" + content + "</startLog>")
 }
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.