Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338891 - [e3.5] JUnit4 dependency breaks build on 3.5
Summary: [e3.5] JUnit4 dependency breaks build on 3.5
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: 1.4.0   Edit
Assignee: Steffen Pingel CLA
QA Contact: David Green CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 337405
  Show dependency tree
 
Reported: 2011-03-04 02:10 EST by Steffen Pingel CLA
Modified: 2011-03-04 02:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.