Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » can't update when using headless build(got something like 'profile id _SELF_ not registered')
can't update when using headless build [message #742278] Thu, 20 October 2011 10:53
Luiz E. is currently offline Luiz E.Friend
Messages: 100
Registered: September 2010
Senior Member
hi all
in my RCP app, i'm trying to enable users to update app via p2 respositories.
i'm using headless build with tycho and hudson, but when i add a repository i got a error like 'profile id _SELF_ not registered'

when i export application via eclipse and enable the option 'support software installation in the launched application', i can update, but my build becomes platform dependent

what am i missing?

my plugin build.properties:
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
               assets/,\
               log4j.properties,\
               plugin_customization.ini,\
               intro/
src.excludes = tests/

p2.gathering=true
product=/br.com.germantech/br.com.germantech.product
runPackager=true


my p2.inf
instructions.configure=\
  addRepository(type:0,location:http${#58}//www.mysite.com/update/);\
  addRepository(type:1,location:http${#58}//www.mysite.com/update/);


thanks in advance
Previous Topic:Failed to perform Install New Software...
Next Topic:p2 director behind a firewall / proxy does not work
Goto Forum:
  


Current Time: Fri Apr 19 14:30:03 GMT 2024

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

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

Back to the top