| Summary: | in 3.0.2.release there is build error | ||
|---|---|---|---|
| Product: | [RT] Virgo | Reporter: | danmar3184 |
| Component: | unknown | Assignee: | 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
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. |