Skip to main content



      Home
Home » Eclipse Projects » Virgo » faild to build org.eclipse.virgo.kernel.userregion
faild to build org.eclipse.virgo.kernel.userregion [message #766161] Thu, 15 December 2011 04:56 Go to next message
Eclipse UserFriend
hi,

i got the virgo Core runtime Source code from

git.eclipse.org/gitroot/virgo/org.eclipse.virgo.kernel.git

and i try to build it,
the build start good but it failed with this line:

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),

i search who try to work with this version(in ivy dependency) and didn't find.

any help will appraised.

Re: faild to build org.eclipse.virgo.kernel.userregion [message #766170 is a reply to message #766161] Thu, 15 December 2011 05:08 Go to previous messageGo to next message
Eclipse UserFriend
Do you configure the jar for Manifest.Mf file? If your project life cycle is Maven? please try this way but not yet sure?

<dependency>
<groupId>org.eclipse.virgo.util.osgi</groupId>
<artifactId>virgo</artifactId>
<version>${virgo.version}</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Re: faild to build org.eclipse.virgo.kernel.userregion [message #766191 is a reply to message #766170] Thu, 15 December 2011 05:45 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I've had a look round the code and something odd is going on, certainly looks like a bug on our side.

Could you raise a bug for it and it will get looked at. https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Virgo

Apologies for the problems building, are you specifically trying to build 3.0.2.RELEASE, could you use the master branch?

Thanks, Chris.
Re: faild to build org.eclipse.virgo.kernel.userregion [message #766234 is a reply to message #766191] Thu, 15 December 2011 07:23 Go to previous messageGo to next message
Eclipse UserFriend
thank you for your help
i will raise a bug like you ask,
and i realize now i need virgo 3.0.1.RELEASE and i was working on virgo 3.0.2.RELEASE

Re: faild to build org.eclipse.virgo.kernel.userregion [message #766331 is a reply to message #766161] Thu, 15 December 2011 10:09 Go to previous messageGo to next message
Eclipse UserFriend
where i can find virgo 3.0.1 source code (git tree)?
Re: faild to build org.eclipse.virgo.kernel.userregion [message #766644 is a reply to message #766331] Fri, 16 December 2011 02:20 Go to previous message
Eclipse UserFriend
Here are the Virgo repos
http://git.eclipse.org/c/virgo

choose the one that you need and then in the section with the tags you can download an archive with the sources for every particular tag.

Regards
Violeta
Previous Topic:Virgo IDE error: No value found for placeholder 'project.name'
Next Topic:NamespaceHandler
Goto Forum:
  


Current Time: Thu May 22 07:16:11 EDT 2025

Powered by FUDForum. Page generated in 0.15572 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top