Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Running runtests.sh ... FAILED

This is the correct place for such questions, as Dash Athena does not yet have its own mailing list or newsgroup/forum.

Can you attach your build.properties file (or point me to it online, either in CVS, SVN, or as pasted to pastebin.ca) ?

I suspect the problem is either:

a) you're using p2 repos as old-school "runnable" zips, and they shouldn't be unpacked as p2 can handle them as zips directly

b) you're missing dependencies such as org.eclipse.test and org.eclipse.ant.optional.junit. Check one of the many sample projects using Athena for how to specify these deps via a cvs-style map file.

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.dash/athena/org.eclipse.dash.commonbuilder/org.eclipse.gef.releng/maps/gef.map?root=Technology_Project&view=markup
https://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/releng/trunk/org.eclipse.linuxtools.releng/maps/linuxtools.map

BTW, attaching a massive log file isn't really the best use of email. :) Better to post it to a pastebin file server and link to the post.

Nick

Dimitri Yanculovici BU IT&L@bs wrote:
Hello,

I don't know if it's the right place to ask such question but I didn't
find any Eclipse Community Forum for dash...

I'm currently trying to use dash for my project. It enabled me
relatively easily to build a releng project to generate an SDK, Runtime,
and updateSite release. This for a relatively complex project (25
plugins, 26 features including patches of other plugins, ...) and
without any background knowledge of headless build. So I would like
first to thank you for your job.

For the moment I still launch the process from Eclipse, having all the
plugins, features and releng projects into my workspace and with only
the buildUpdate, buildZips, generateDigests, publish and clean up steps.

I now want to include the test step in the process. I have the following
error during the automatic installation of the environment at the
beginning of the test step:

org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: No
repository found at
file:/home/demo/OpenTLM/build/N200911031736/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile.

...

org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: No
repository found at
file:/home/demo/OpenTLM/build/N200911031736/testing/target/eclipse/dropins/cdt-master-6.0.0.zip_/.

...

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top