Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Missing sources for plugins issue with Tycho 0.16.0-SNAPSHOT

I think I found which commit caused this issue to appear. I discovered that I could build successfully if I reverted this commit [1] and rebuilt Tycho then using this custom version of Tycho to build the project.


Thanh

[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=d60556c27c07ab04a366aadd81ea9d0506f5d8d5

On 06/21/2012 01:49 PM, Thanh Ha wrote:
Hi Everyone,

I know 0.16.0-SNAPSHOT is not a released version but I need some help understanding a problem we're seeing (error below) regarding some sources that are missing. When using the released Tycho version 0.15.0 against this same repository it builds just fine. We were able to successfully build using 0.16.0-SNAPSHOT about a week ago as well so I suspect perhaps a recent change in Tycho is making this appear now. I captured a complete debug log and placed it at [1] in case it's useful.

I guess what we are trying to understand is if this is a new bug (and should I create a bug?) or if this is intentional and what modifications do we need to make in our repository if we want to use Tycho 0.16.0-SNAPSHOT version?

The reason this is necessary for us is that we need the fix for Bug 380934 [2].

Thanks for you time,


Thanh

[1] http://build.eclipse.org/eclipse/cbi/cbi-build.zip
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=380934


[INFO] org.eclipse.e4.rcp ................................ FAILURE [1.115s]

[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-source-feature-plugin:0.16.0-SNAPSHOT:source-feature (source-feature) on project org.eclipse.e4.rcp: Could not generate source feature for p
roject MavenProject: eclipse.platform.ui:org.eclipse.e4.rcp:1.1.0-SNAPSHOT @ /home/user/Downloads/eclipse2/R4_platform-aggregator/eclipse.platform.ui/features/org.eclipse.e4.rcp/pom.xml
[ERROR] Missing sources for plugins [org.eclipse.e4.core.services_1.0.0.201206211437, org.eclipse.e4.ui.workbench.swt_0.10.1.201206211437, org.eclipse.e4.core.commands_0.10.1.201206211437, org.eclipse.e4.ui.bindings_0.10.1.201206211437, org.eclipse.e4.ui.model.workbench_0.10.1.201206211437, org.eclipse.e4.ui.services_0.10.1.201206211437, org.eclipse.e4.ui.workbench.renderers.swt_0.10.1.201206211437, org.eclipse.e4.ui.workbench_0.10.2.201206211437, org.eclipse.e4.ui.css.core_0.10.1.201206211437, org.eclipse.e4.ui.css.swt_0.10.1.201206211437, org.eclipse.e4.core.di_1.1.0.201206211437, org.eclipse.e4.core.contexts_1.1.0.201206211437, org.eclipse.e4.core.di.extensions_0.11.0.201206211437, org.eclipse.e4.ui.css.swt.theme_0.9.2.201206211437, org.eclipse.e4.ui.di_0.10.1.201206211437, org.eclipse.e4.ui.widgets_0.12.0.201206211437, org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.0.201206211437, org.eclipse.equinox.common_3.6.100.201206211437, org.eclipse.equinox.ds_1.4.0.201206211437, org.eclipse.equinox.event_1.2.200.201206211437, org.eclipse.core.commands_3.6.1.201206211437, org.eclipse.core.contenttype_3.4.200.201206211437, org.eclipse.core.databinding_1.4.1.201206211437, org.eclipse.core.databinding.beans_1.2.200.201206211437, org.eclipse.core.databinding.observable_1.4.1.201206211437, org.eclipse.core.databinding.property_1.4.100.201206211437, org.eclipse.core.expressions_3.4.400.201206211437, org.eclipse.core.jobs_3.5.200.201206211437, org.eclipse.core.runtime_3.8.0.201206211437, org.eclipse.equinox.app_1.3.100.201206211437, org.eclipse.equinox.preferences_3.5.0.201206211437, org.eclipse.equinox.registry_3.5.200.201206211437, org.eclipse.equinox.simpleconfigurator_1.0.300.201206211437, org.eclipse.osgi_3.8.0.201206211437, org.eclipse.osgi.services_3.3.100.201206211437, org.eclipse.equinox.util_1.0.400.201206211437, org.eclipse.jface_3.8.0.201206211437, org.eclipse.jface.databinding_1.6.0.201206211437, org.eclipse.e4.ui.workbench3_0.12.0.201206211437, org.eclipse.equinox.console_1.0.0.201206211437, org.eclipse.e4.ui.workbench.addons.swt_0.10.1.201206211437, org.eclipse.equinox.bidi_0.9.0.201206211437]
[ERROR] -> [Help 1]



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top