[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Resolve build warnings in UI plugin

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-09-27 22:37:49 CEST

Before I did this it was not finding references to things like Eclipse
classes (JFace etc..). I thought perhaps you were using some Classpath
Variables that I had not defined locally, so I just brought up the Project
Properties and looked at the Java Build Paths. I saw that the "Plugin
Dependencies" seemed to show all of the needed JAR's and was unchecked, so
I checked it. That added the export stuff to the .classpath file. It
then rebuilt and all worked. Hmmm, wait a minute.....

I just did a Team -> Revert and then did a Build All and there were no
errors.

So, NEVERMIND. I just forgot to try doing a rebuild all before I looked
to fix something. The fact that I did something to change the .classpath
just triggered the Rebuild.

Sorry.

Mark

McClain Looney <mlooney@gmail.com> wrote on 09/27/2004 04:31:33 PM:

> Hrm, i'm not seeing these warnings. from the patch, it just looks like
> you exported the ui pde dependencies?
>
> I'll try rebuilding my local workspace and see if i can reproduce this.
>
>
> On Mon, 27 Sep 2004 15:57:40 -0400, Mark Phippard
<markp@softlanding.com> wrote:
> > I just did fresh checkouts of the core and UI plugins from the
subclipse-3
> > branch in a clean Eclipse 3.0.1 workspace with default preferences.
The
> > core plugin came in fine, but the UI plugin had 5000+ warnings. The
> > attached patch removes all but 1, which is a use of a deprecated item.
> >
> > It was pretty easy to figure out, so know big deal.
> >
> > Thanks
> >
> > Mark
> >
> > Index: C:/workspaces/subclipse/ui/.classpath
> > ===================================================================
> > --- C:/workspaces/subclipse/ui/.classpath (revision 957)
> > +++ C:/workspaces/subclipse/ui/.classpath (working copy)
> > @@ -1,7 +1,7 @@
> > <?xml version="1.0" encoding="UTF-8"?>
> > <classpath>
> > <classpathentry kind="src" path="src"/>
> > - <classpathentry kind="con"
> > path="org.eclipse.pde.core.requiredPlugins"/>
> > - <classpathentry kind="con"
> > path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> > + <classpathentry exported="true" kind="con"
> > path="org.eclipse.pde.core.requiredPlugins"/>
> > + <classpathentry exported="true" kind="con"
> > path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> > <classpathentry kind="output" path="classes"/>
> > </classpath>
> >
> >
_____________________________________________________________________________
> > Scanned for SoftLanding Systems, Inc. by IBM Email Security Management

> Services powered by MessageLabs.
> >
_____________________________________________________________________________
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> > For additional commands, e-mail: dev-help@subclipse.tigris.org
> >
> >
>
>
>
> --
> McClain Looney
> m@loonsoft.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>
>
_____________________________________________________________________________
> Scanned for SoftLanding Systems, Inc. by IBM Email Security Management
> Services powered by MessageLabs.
>
_____________________________________________________________________________

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Sep 28 06:37:49 2004

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.