Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Kepler Repo misses some source bundles

Well Scott,
I could say that I'm handling with lot of bundles from lot of Eclipse projects in my Tycho buildings since a year and the only problem that I had until now was with sources from ECF.
I have to exclude such sources bundles from the source feature configuration to make the build go:

    <build>
        <plugins>
            <plugin>
                <groupId>org.eclipse.tycho.extras</groupId>
                <artifactId>tycho-source-feature-plugin</artifactId>
                <version>${tycho-version}</version>
                <executions>
                    <execution>
                        <id>source-feature</id>
                        <phase>package</phase>
                        <goals>
                            <goal>source-feature</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <labelSuffix> (source)</labelSuffix>
                    <excludes>
                        <plugin id="org.eclipse.ecf.presence" />
                        <plugin id="org.eclipse.ecf.provider.irc" />
                        <plugin id="org.eclipse.ecf.provider.bittorrent" />
                        <plugin id="org.eclipse.ecf.provider.msn" />
                        <plugin id="org.eclipse.ecf.presence.bot" />
                        <plugin id="org.eclipse.ecf.telephony.call" />
                        <plugin id="org.eclipse.ecf.protocol.msn" />
                        <plugin id="org.eclipse.ecf.provider.filetransfer.efs" />
                        <plugin id="org.eclipse.ecf.docshare" />
                        <plugin id="org.eclipse.ecf.provider.filetransfer.scp" />
                        <plugin id="org.eclipse.ecf.remoteservice.ui" />
                        <plugin id="org.eclipse.ecf.protocol.bittorrent" />
                        <plugin id="org.eclipse.ecf.sync" />
                        <plugin id="org.eclipse.ecf.storage" />
                        <feature id="org.eclipse.ecf.xmpp.feature" />
                        <feature id="org.eclipse.ecf.discovery.feature" />
                        <feature id="org.eclipse.ecf.datashare.feature" />
                        <feature id="org.eclipse.ecf.discovery.zookeeper.feature" />
                        <feature id="org.eclipse.ecf.discovery.dnssd.feature" />
                        <feature id="org.eclipse.ecf.discovery.jmdns.feature" />
                        <feature id="org.eclipse.ecf.discovery.slp.feature" />
                        <feature id="org.eclipse.ecf.osgi.services.feature" />
                        <feature id="org.eclipse.ecf.server.generic.feature" />
                        <feature id="org.eclipse.ecf.remoteservice.feature" />
                        <feature id="org.eclipse.ecf.remoteservice.soap.feature" />
                        <feature id="org.eclipse.ecf.remoteservice.rest.feature" />
                        <feature id="org.eclipse.ecf.remoteservice.rosgi.feature" />
                        <feature id="org.eclipse.ecf.xmpp.feature" />
                    </excludes>
                </configuration>
            </plugin>

I'll investigate a bit more the bundle contents to try to identify the problem.


2013/6/3 Scott Lewis <slewis@xxxxxxxxxxxxx>
Hi Cristiano,

These source bundles appear just fine in our built repos...so perhaps this is something specific to Tycho.  Currently we are using Buckminster in our own build.   In any case, I don't see any problem in our repos wrt these or other source bundles...that is, by visual inspection these source plugins are all present and fine in the repo.

Are the sources for these plugins just not present in your resulting repo?  Or is there some other problem?

Scott


On 6/3/2013 2:23 PM, Cristiano Gavião wrote:
Hi, I'm using Tycho to build our feature and I'm getting problems with sources too :

Missing sources for plugins [org.eclipse.ecf.presence_2.0.0.v20130529-1617, org.eclipse.ecf.provider.irc_1.3.100.v20130529-1617, org.eclipse.ecf.provider.bittorrent_0.3.200.v20130529-1617, org.eclipse.ecf.provider.msn_1.2.0.v20130529-1617, org.eclipse.ecf.presence.bot_1.3.100.v20130529-1617, org.eclipse.ecf.telephony.call_2.0.0.v20130529-1617, org.eclipse.ecf.protocol.msn_1.2.0.v20130529-1617, org.eclipse.ecf.provider.filetransfer.efs_1.5.0.v20130529-1617, org.eclipse.ecf.docshare_2.1.0.v20130529-1617, org.eclipse.ecf.provider.filetransfer.scp_2.0.0.v20130529-1617, org.eclipse.ecf.remoteservice.ui_3.0.0.v20130529-1617, org.eclipse.ecf.protocol.bittorrent_0.3.0.v20130529-1617, org.eclipse.ecf.sync_2.0.0.v20130529-1617, org.eclipse.ecf.storage_2.0.0.v20130529-1617]

regards,

Cristiano


2013/5/28 Scott Lewis <slewis@xxxxxxxxxxxxx>
Hi Tom,

For filetransfer ECF produces a repo and then the p2 consumes it...so I suspect that something may have gone wrong in that process (thanks for letting us know, BTW).

The ECF repo that was most recently contributed on May 21 was [1].  I've visually inspected that repo...and it looks OK to me (i.e. all of the http* bundles...and their source...are present in both jar and jar.gz form).

I'm going to bring this issue up on this bug [2]...this is the bug that we (ECF and p2/Kepler) use to coordinate the filetransfer contribution.   I would appreciate you (Tom) joining this bug and helping us track this down.

Thanks,

Scott

[1] http://download.eclipse.org/rt/ecf/int6/site.p2
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=406845


On 5/28/2013 6:40 AM, Tom Schindl wrote:
Hi,

I'm generating a p2 repo for my customers to easily setup a target platform. For this I'm packaging also source-Bundles into it.

Now my target-repo build stopped working some days ago because there are 2 source bundles missing:

org.eclipse.ecf.provider.filetransfer.httpclient.source
org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source

where as others are still available (e.g. org.eclipse.ecf.provider.filetransfer.ssl.source) what could be the cause of that?

Tom
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


_______________________________________________
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


_______________________________________________
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..."

Back to the top