Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:56 Go to next message
danmar3184 is currently offline danmar3184Friend
Messages: 3
Registered: December 2011
Junior Member
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 10:08 Go to previous messageGo to next message
karthik elavan is currently offline karthik elavanFriend
Messages: 70
Registered: August 2011
Location: Chennai
Member
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 10:45 Go to previous messageGo to next message
Chris Frost is currently offline Chris FrostFriend
Messages: 230
Registered: January 2010
Location: Southampton, England
Senior Member

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.


------------------------------------------------
Chris Frost, Twitter @cgfrost
Springsource, a divison of VMware.
Re: faild to build org.eclipse.virgo.kernel.userregion [message #766234 is a reply to message #766191] Thu, 15 December 2011 12:23 Go to previous messageGo to next message
danmar3184 is currently offline danmar3184Friend
Messages: 3
Registered: December 2011
Junior Member
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 15:09 Go to previous messageGo to next message
danmar3184 is currently offline danmar3184Friend
Messages: 3
Registered: December 2011
Junior Member
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 07:20 Go to previous message
Violeta Georgieva is currently offline Violeta GeorgievaFriend
Messages: 278
Registered: October 2010
Senior Member
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: Fri Mar 29 14:49:09 GMT 2024

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

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

Back to the top