Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338891

Summary: [e3.5] JUnit4 dependency breaks build on 3.5
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact: David Green <greensopinion>
Severity: major    
Priority: P3    
Version: unspecified   
Target Milestone: 1.4.0   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 337405    

Description Steffen Pingel CLA 2011-03-04 02:10:39 EST
I suspect the failure was caused by the change for bug 337405.

https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn/job/mylyn-integration-e3.5/32/console

[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.eclipse.mylyn.wikitext.tests: Compilation failure: Compilation failure:
[ERROR] /opt/users/hudsonbuild/workspace/mylyn-integration-e3.5/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.tests/src/org/eclipse/mylyn/wikitext/core/parser/XslfoDocumentBuilderTest.java (at line 20):[-1,-1]
[ERROR] import org.junit.Assert;
[ERROR] ^^^^^^^^^
[ERROR] The import org.junit cannot be resolved
[ERROR] 
[ERROR] /opt/users/hudsonbuild/workspace/mylyn-integration-e3.5/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.tests/src/org/eclipse/mylyn/wikitext/core/parser/XslfoDocumentBuilderTest.java (at line 48):[-1,-1]
[ERROR] Assert.assertTrue(generatedContent.contains("width=\"10px\""));
[ERROR] ^^^^^^
[ERROR] Assert cannot be resolved
[ERROR] 
[ERROR] /opt/users/hudsonbuild/workspace/mylyn-integration-e3.5/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.tests/src/org/eclipse/mylyn/wikitext/core/parser/XslfoDocumentBuilderTest.java (at line 58):[-1,-1]
[ERROR] Assert.assertTrue(generatedContent.contains("width=\"10%\""));
[ERROR] ^^^^^^
[ERROR] Assert cannot be resolved
[ERROR] 
[ERROR] /opt/users/hudsonbuild/workspace/mylyn-integration-e3.5/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.tests/src/org/eclipse/mylyn/wikitext/core/parser/XslfoDocumentBuilderTest.java (at line 67):[-1,-1]
[ERROR] Assert.assertTrue(generatedContent.contains("height=\"10px\""));
[ERROR] ^^^^^^
[ERROR] Assert cannot be resolved
[ERROR] 
[ERROR] /opt/users/hudsonbuild/workspace/mylyn-integration-e3.5/org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.tests/src/org/eclipse/mylyn/wikitext/core/parser/XslfoDocumentBuilderTest.java (at line 77):[-1,-1]
[ERROR] Assert.assertTrue(generatedContent.contains("height=\"10%\""));
[ERROR] ^^^^^^
[ERROR] Assert cannot be resolved
[ERROR] -> [Help 1]
Comment 1 Steffen Pingel CLA 2011-03-04 02:20:18 EST
Pushed a fix.