Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Error - The type org.eclipse.swt.widgets.Button cannot be resolved. It is indirectly referenced from required .class file

Thank you very much Jeff !
One more question - where can I find more Information about how to apply the patch?


And checking out from the git repository by doing :

git fetch git://git.eclipse.org/gitroot/tycho/org.eclipse.tycho refs/changes/63/8163/2 && git checkout FETCH_HEAD
git fetch https://git.eclipse.org/r/tycho/org.eclipse.tycho refs/changes/63/8163/2 && git checkout FETCH_HEAD

failed for me.
Is the repository broken, or just not compatible with my GIT client?



The Gerrit link: https://git.eclipse.org/r/8163

Regards
Jeff


On Wed, Nov 7, 2012 at 12:29 PM, Jeff MAURY <jeffmaury@xxxxxxxxxxxxx> wrote:

> This is a bug in tycho related to Babel
> I have submitted a patch through gerrit
> But as I'm out of the office I cannot send the link
> I will do it in few ours
>
> Jeff
>

>>>
>>> > *Situation:* I have an Eclipse RCP Application, which I am trying to
>>> > build with tycho plugin for Eclipse.
>>> > When I am executing my Eclipse Application inside of the IDe - the
>>> > Application is executed normally.
>>> > When using tycho to build the Application - the following error is
>>> thrown:
>>> >
>>> >
>>> > The type org.eclipse.swt.widgets.Button cannot be resolved. It is
>>> indirectly referenced from required .class files
>>> >
>>> > *What I did :*
>>> > In other cases where a "missing requirenments" exception was thrown,
>>> which
>>> > I found - a missing transitive plugin-dependency was the reason<
>>> https://issues.sonatype.org/browse/TYCHO-400>
>>> > .
>>> >
>>> > In my case an SWT widget "Button" is missing, so I am trying to import
>>> > swt. SWT is platform dependant so I am importing swt inside of the *
>>> > product*, as described here <http://wiki.eclipse.org/Tycho/FAQ>.
>>> >
>>> > Anyway, during compilation the error occurs again.
>>> >
>>> > *Question:*
>>> > Do someone have any Idea, how to solve this Problem?
>>> >



Back to the top