Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] building problem with JMS provider p2 repository

Hello !

Would like to know if anyone here have tried to build with Tycho a feature including a feature from JMS provider which p2 is presented in http://download.ecf-project.org/repo/ an pointed to here:

http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2/

I have one feature where I'm referring to jms provider feature this way:

<includes
         id="org.eclipse.ecf.provider.jms.feature"
         version="0.0.0"/>

in the build all p2 repositories seems to be added properly. at least no error was noted:

[INFO] Adding repository http://download.eclipse.org/rt/ecf/3.7.1/site.p2
[INFO] Adding repository http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2 [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/ (0B at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/ (128B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/releases/luna

but I'm getting a resolution error:

[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.lunifera.dependencies.p2 raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT [ERROR] Missing requirement: org.lunifera.dependencies.feature.ecf.headless.feature.group 3.7.1 requires 'org.eclipse.ecf.provider.jms 0.0.0' but it could not be found [ERROR] Cannot satisfy dependency: org.lunifera.dependencies.p2 raw:0.0.1.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.0.1-SNAPSHOT depends on: org.lunifera.dependencies.feature.ecf.headless.feature.group 0.0.0
[ERROR]

Worth to say that when I remove the jms feature and build my feature with only ECF stuffs everything works properly.

any tips are welcome...

thanks,

Cristiano



Back to the top