Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366807

Summary: in 3.0.2.release there is build error
Product: [RT] Virgo Reporter: danmar3184
Component: unknownAssignee: Hristo Iliev <hsiliev>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: b.kapukaranov, eclipse, glyn.normington, hsiliev
Version: 3.0.2.RELEASE   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description danmar3184 CLA 2011-12-15 08:52:53 EST
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
Comment 1 Glyn Normington CLA 2011-12-15 08:57:13 EST
Thanks for raising this.

Changing component from virgo-build as it is not obvious that is where the problem lies.
Comment 2 Hristo Iliev CLA 2011-12-15 09:35:34 EST
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
Comment 3 Hristo Iliev CLA 2011-12-15 10:09:00 EST
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?
Comment 4 Chris Frost CLA 2011-12-19 06:35:39 EST
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.