[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] addRepository touchpoint instruction ignored

p2.inf:

instructions.install = mkdir(path:${installFolder}/dropins);
instructions.configure=\
 addRepository(location:http${#58}//localhost/dev,type:0,enabled:true);\
 addRepository(location:http${#58}//localhost/dev,type:1,enabled:true);

The mkdir is run, but the repository does not appear under "Available Software Sites". No warnings or errors are logged during build (headless, product-based) or installation (using the p2 installer). Any idea what could be going wrong?