Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dash-dev] org.eclipse.test issue

Unfortunately (or fortunately depends how you consider it), the PDT project shares the same exact problem.

These two entries: plugin@xxxxxxxxxxxxxxxx and fragment@xxxxxxxxxxxxxxx.optional.junit were included in the pdt.map file. So now when trying to provide the Eclipse PDT Helios tag there are errors fetching these projects from CVS.

 

https://build.eclipse.org/hudson/job/cbi-pdt-2.2-helios/

 

Keep us updated if resolution is found.

Thanks!

Roy

From: dash-dev-bounces@xxxxxxxxxxx [mailto:dash-dev-bounces@xxxxxxxxxxx] On Behalf Of Miles Parker
Sent: Saturday, August 07, 2010 4:00 AM
To: Tools for Committer Community
Subject: [dash-dev] org.eclipse.test issue

 

I'm almost positive this has come up before but I can't find any reference to it. Without (as far as I can remember) making any significant changes to my build setup, I'm getting the following issue. Obviously, I'm not needing to build or run the eclipse tests themselves, but I do have them as a dependency for my test features. I believe this is noted as required somewhere in the Hudson test setup but that we do *not* have to have them in our map file?



automated.jar:
    [mkdir] Created dir: /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/N-SNAPSHOT/eclipse/plugins/org.eclipse.test/temp.folder/automated.jar.bin
    [javac] Compiling 42 source files to /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/N-SNAPSHOT/eclipse/plugins/org.eclipse.amp.amf.acore.edit.test/@dot
    [javac] Compiling 4 source files to /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/N-SNAPSHOT/eclipse/plugins/org.eclipse.test/temp.folder/automated.jar.bin
    [javac] ----------
    [javac] 1. ERROR in /opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/build/N-SNAPSHOT/eclipse/plugins/org.eclipse.test/src/org/eclipse/test/CoreTestApplication.java (at line 1)
    [javac]         /*******************************************************************************
    [javac]    ^
    [javac] The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files

 

 

 

thanks,

 

Miles


Back to the top