Skip to main content



      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 06:53
Eclipse UserFriend
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: Tue Jul 08 23:13:24 EDT 2025

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

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

Back to the top