| 
 Thanks Pascal. 
  
Ok, so before I put the plugin below into the dependencies, 
I saw the actions in the content.jar.  Now that I have put in the include I 
no longer see the actions in my content.jar file.  So nothing gets placed 
into my config.ini, but install passes. 
  
Thanks, 
Dom  
Make sure that the org.eclipse.equinox.p2.touchpoint.eclipse is in 
available.
On 2011-05-11, at 2:33 PM, Domenico Alessi wrote: 
  
  Hi Pascal, 
   I get the following error at install time: 
    
  
  An error occurred while configuring the installed items 
  session context was:(profile="" 
  phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null 
  --> [R]com.test.p2.feature.feature.group 1.0.0.201105111415, 
  action="">
   No action found for: setProgramProperty. 
  No action found for: setProgramProperty.  
  My p2.inf looks like 
  this: 
    
  
  instructions.configure=\  
  setProgramProperty(propName:testValue1,propValue:testValue2);\ 
    
  
  Thanks in 
  advance, 
  Dom 
  
  
  
  This can be done using a touchpoint action (Provisioning 
  Actions and Touchpoints) 
  In this particular case: setProgramProperty, for example 
  setProgramProperty(propName:equinox.use.ds, propValue:true); 
  
  
  
  
  
  
  
  
  On 2011-05-11, at 1:30 PM, Domenico Alessi wrote: 
  
    Hi All, I a have quick question.  I have a feature/plugin 
    that I wish to install but I also want at installation time to put in a 
    key/value pair into the config.ini.  I see that install Handlers are 
    discouraged.  How can I accomplish 
    this? BR, Dom _______________________________________________ equinox-dev 
    mailing list equinox-dev@xxxxxxxxxxxhttps://dev.eclipse.org/mailman/listinfo/equinox-dev     _______________________________________________ equinox-dev 
  mailing list equinox-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/equinox-dev
    
 |