Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Failed to run touchpoint action addRepository

Hello there,
I have a local repository which contains space in the path, D:\temp\TPF Toolkit_360\eclipse\ws\update. When I added it through the addRepository touchpoint action, I got the following error during installation.

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.feature.feature.group 1.0.0.201102150916, action=""> The "location" parameter was not set in the "addRepository" action.
Illegal character in path at index 17: file:/d:/temp/TPF Toolkit_360/eclipse/ws/update

My p2.inf contains the following information.
instructions.configure=org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:file${#58}/d${#58}/temp/TPF${#32}Toolkit_360/eclipse/ws/update,name:Updates);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:file${#58}/d${#58}/temp/TPF${#32}Toolkit_360/eclipse/ws/update,name:Updates);

Can you please advise what's wrong? Thanks a lot.

Best Regards

Samuel Wu


Back to the top