Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MT4E W0001"

(New page: = '''Warning:''' "Missing bundle ''some/path'' for sources in ''some.soucres/path''" = == Reason == Your Maven repository contains source for a binary bundle but the binary bundle isn't ...)
 
(Warning: "Missing bundle some/path for sources in some.soucres/path")
Line 1: Line 1:
= '''Warning:''' "Missing bundle ''some/path'' for sources in ''some.soucres/path''" =
+
= '''Warning:''' "Missing bundle ''some/path'' for sources in ''some/path.soucre''" =
  
 
== Reason ==
 
== Reason ==

Revision as of 05:28, 25 April 2012

Warning: "Missing bundle some/path for sources in some/path.soucre"

Reason

Your Maven repository contains source for a binary bundle but the binary bundle isn't in the repository.

Possible solutions

  • Make sure that you have the binary bundle
  • Make sure that the version numbers match
  • Ignore this problem, it won't hurt you

Back to the top