Skip to main content

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

Hi Christiano,

I don't see anything obvious in your feature.xml...although I notice that
you include the entire jms feature...rather than including the individual
jms bundles that you need...i.e. in your own feature).   Is there a
particular reason for that?

Is there a failure message in your build?  (sorry if you've already stated
this in a previous message, as I've lost the context).   Do you have
anything reported to the Eclipse log when the failure occurs?  What kind
of builder are you using?  (Tycho?, PDE, Buckminster, something else?)?

One thing to try...can you download the entire p2 site (everything in
site.p2) to your local system...and run the build with that...to see if
it's perhaps some transfer issue.

Thanks,

Scott


On 12/4/2013 3:03 PM, Cristiano Gavião wrote:
> Hi Marcus and Scott,
>
> Finally I finished the task and could push the changes so you could take
a look.
> In [1] is the feature where I'm point to ECF.
>
> [1] -
https://github.com/lunifera/lunifera-dependencies/blob/master/org.lunifera.dependencies.feature.ecf.headless/feature.xml#L48
>
>
> Below is a snip of our Jenkins. It download everything from 3.7.1 site,
but when it start to deal with JMS one it fail the build...
> [INFO] Fetching
org.eclipse.ecf.provider.jms.activemq.broker_5.8.0.v20131127-0335.jar.pack.gz
from
http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2/plugins/
(1.07MB of 1.45MB at 37.05kB/s)
> [INFO] Fetching
org.eclipse.ecf.provider.jms.activemq.broker_5.8.0.v20131127-0335.jar.pack.gz
from
http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2/plugins/
(1.12MB of 1.45MB at 39.03kB/s)
> [INFO] Fetching
org.eclipse.ecf.provider.jms.activemq.broker_5.8.0.v20131127-0335.jar.pack.gz
from
http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2/plugins/
(1.2MB of 1.45MB at 47.23kB/s)
> [INFO] Fetching
org.eclipse.ecf.provider.jms.activemq.broker_5.8.0.v20131127-0335.jar.pack.gz
from
http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2/plugins/
(1.33MB of 1.45MB at 65.33kB/s)
> [INFO] Fetching
org.eclipse.ecf.provider.jms.feature_2.4.0.v20131127-0335.jar from
http://download.ecf-project.org/repo/C-HEAD-jms.feature/lastSuccessful/archive/site.p2/features/
(0B of 22.49kB at 0B/s)
>
>
> 2013/11/27 Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx>
>
>     On 11/27/2013 09:12 PM, "Cristiano Gavião" <cvgaviao@xxxxxxxxx>" wrote:
>     >
>     > 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...
>     Is your build available somewhere to test it locally?
>
>
>     M.
>     _______________________________________________
>     ecf-dev mailing list
>     ecf-dev@xxxxxxxxxxx
>     https://dev.eclipse.org/mailman/listinfo/ecf-dev
>
>
>
>
> --
> "Tudo vale a pena se a alma não é pequena..."
> _______________________________________________
> ecf-dev mailing list
> ecf-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ecf-dev




Back to the top