Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » get my repository in p2.inf as default in 'Available software sites'
get my repository in p2.inf as default in 'Available software sites' [message #898998] Mon, 30 July 2012 06:17 Go to next message
ambika Missing name is currently offline ambika Missing nameFriend
Messages: 8
Registered: June 2011
Junior Member
After a lot of trouble, i got my rcp product migrated from europa to juno and also got p2 UI added. Now the issue is that i am not able to see the default site(as in p2.inf) in 'available software sites'

instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:0,location:file${#58}///C:/Users/Desktop/myapp/JUNO/executable/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:1,location:file${#58}///C:/Users/Desktop/myapp/JUNO/executable/repository);
my build.xml has p2.gathering=true

Please let me know if i am missing something here.
Re: get my repository in p2.inf as default in 'Available software sites' [message #899057 is a reply to message #898998] Mon, 30 July 2012 11:37 Go to previous messageGo to next message
Marco  Lehmann-Mörz is currently offline Marco Lehmann-MörzFriend
Messages: 53
Registered: July 2009
Member
Please escape the second colon in your location, too.

HTH,
Marco
Re: get my repository in p2.inf as default in 'Available software sites' [message #899061 is a reply to message #899057] Mon, 30 July 2012 12:12 Go to previous messageGo to next message
ambika Missing name is currently offline ambika Missing nameFriend
Messages: 8
Registered: June 2011
Junior Member
Hi Marco

did you mean

instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:0,location:file${#58}///C\:/Users/Desktop/myapp/JUNO/executable/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:1,location:file${#58}///C\:/Users/Desktop/myapp/JUNO/executable/repository);
my build.xml has p2.gathering=true



sorry i did not get you.
Re: get my repository in p2.inf as default in 'Available software sites' [message #899063 is a reply to message #899061] Mon, 30 July 2012 12:15 Go to previous messageGo to next message
Marco  Lehmann-Mörz is currently offline Marco Lehmann-MörzFriend
Messages: 53
Registered: July 2009
Member
More like this.

instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:0,location:file${#58}///C${#58}/Users/Desktop/myapp/JUNO/executable/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(name:My Update Site,type:1,location:file${#58}///C${#58}/Users/Desktop/myapp/JUNO/executable/repository);
my build.xml has p2.gathering=true
Re: get my repository in p2.inf as default in 'Available software sites' [message #899218 is a reply to message #899063] Tue, 31 July 2012 06:53 Go to previous message
ambika Missing name is currently offline ambika Missing nameFriend
Messages: 8
Registered: June 2011
Junior Member
Hi JD,

I tried this, still I dont get any default available sites.
i have put p2.gathering=true anything else to be done?

Thanks
Ambika
Previous Topic:DBTools and P2
Next Topic:The required Touchpoint: org.eclipse.equinox.p2.native 1.0.0
Goto Forum:
  


Current Time: Tue Mar 19 03:02:30 GMT 2024

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

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

Back to the top