Community
Participate
Working Groups
the virgo Core runtime Source (from: git.eclipse.org/gitroot/virgo/org.eclipse.virgo.kernel.git) trow this error org.eclipse.virgo.util#org.eclipse.virgo.util.osgi.manifest;3.0.2.RELEASE: not found it try to download it from : build.eclipse.org/rt/virgo/ivy/bundles// but there is no in RELEASE version (only in snapshot), see this post for more details: http://www.eclipse.org/forums/index.php/m/766161/#msg_766161
Thanks for raising this. Changing component from virgo-build as it is not obvious that is where the problem lies.
Following the Build section in the Virgo's wiki [1] I used: git clone git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.kernel.git cd org.eclipse.virgo.kernel git submodule update --init git checkout -b 3.0.x origin/3.0.x cd build-kernel ant clean clean-integration test and everything went fine. Can you retry the build and double-check if you use the same set of commands? [1] http://wiki.eclipse.org/Virgo/Build
Building with 3.0.2.RELEASE tag also works ok: git clone git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.kernel.git cd org.eclipse.virgo.kernel git submodule update --init git checkout 3.0.2.RELEASE cd build-kernel ant clean clean-integration test Can you please provide more details how you invoke the build so we can check what may be wrong?
org.eclipse.virgo.util.osgi.manifest only exists on the master branch, it was added after 3.0.2 was released. When you built 3.0.2 it worth making sure you clean out your ivy cache etc... If you have any more information to help us recreate this then please reopen the issue, until then we can not recreate this.