Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 401120 - [CBI] (test) CBI build fails not finding org.junit4
Summary: [CBI] (test) CBI build fails not finding org.junit4
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 blocker (vote)
Target Milestone: 4.3 M6   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 387802
Blocks:
  Show dependency tree
 
Reported: 2013-02-18 14:33 EST by David Williams CLA
Modified: 2013-02-27 05:51 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2013-02-18 14:33:51 EST
In a local build I just happened to try this afternoon, I'm seeing following error. My guess is something was removed from a "project pom", but not from the "repo pom"? I know this as been changing ... not sure why this error shows up just now. (This will prevent next production build to fail, if still exists ... apologies if I'm must catching you in the middle of making changes not fully committed/pushed yet). 

Here's full error message:

[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Child module /data/shared/eclipse/builds/4I/master/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.junit4 of /data/shared/eclipse/builds/4I/master/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/pom.xml does not exist @

        at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363)
        at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:636)
        at org.apache.maven.DefaultMaven.getProjectsForMavenReactor(DefaultMaven.java:585)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:234)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[ERROR]
[ERROR]   The project eclipse.jdt.ui:eclipse.jdt.ui:3.8.0-SNAPSHOT (/data/shared/eclipse/builds/4I/master/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/pom.xml) has 1 error
[ERROR]     Child module /data/shared/eclipse/builds/4I/master/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/org.junit4 of /data/shared/eclipse/builds/4I/master/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.ui/pom.xml does not exist
Comment 1 Dani Megert CLA 2013-02-19 04:23:29 EST
org.junit4 has been removed. Looks like some build script still reference it though. Nothing JDT can fix.
Comment 2 Dani Megert CLA 2013-02-19 04:36:36 EST
(In reply to comment #1)
> org.junit4 has been removed. Looks like some build script still reference it
> though. Nothing JDT can fix.

Sorry, too fast. I'll take a look.