Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [imp-dev] pdb plugin always has an error due to exportPlugin.xml


Hi, Jurgen,

I don't have anything really intelligent to say about this.  It seems as if you have some level or kind of error checking turned on that we (or at least I) don't.

It turns out that I have many projects in my workspace (including many IMP projects) that have exportPlugin.xml files that have the same sort of reference to build.update.jar that gives the error for you in org.eclipse.imp.pdb.  I don't have errors in any of them.  Do you see errors elsewhere?

Also, I seem to have just three projects with build.xml or buildPluginCommon.xml that have '<target name="build.update.jar"...'  And I don't see any errors in those (i.e., no one seems to be worried that they might be stand-alone).

It seems like we're living in two different error-checking universes.

Regards,

Stan

Stan Sutton, Ph. D.
IBM T. J. Watson Research Center
19 Skyline Drive, Hawthorne, NY 10532 USA
telephone:  1-914-784-7316, FAX:  1-914-784-7455, T/L 863
e-mail:  suttons@xxxxxxxxxx, Stan Sutton/Watson/IBM@IBMUS



"Jurgen Vinju" <Jurgen.Vinju@xxxxxx>
Sent by: imp-dev-bounces@xxxxxxxxxxx

10/10/2008 04:38 AM

Please respond to
IMP Developers List <imp-dev@xxxxxxxxxxx>

To
"IMP Developers List" <imp-dev@xxxxxxxxxxx>
cc
Subject
Re: [imp-dev] pdb plugin always has an error due to exportPlugin.xml





Hi,

It says 'build.update.jar does not exist in this project' and 'target init does not exist in this project'.

Cheers,

Jurgen

On Thu, Oct 9, 2008 at 6:32 PM, Robert M. Fuhrer <rfuhrer@xxxxxxxxxxxxxx> wrote:
At first I thought you were referring to errors in Ant "include files" like
buildPluginCommon.xml and so on, which Ant flags with errors because
it has no way to know that these scripts are not standalone, top-level
scripts, and some of their targets rely on targets that are supplied by
the exportPlugin.xml scripts (which include buildPluginCommon.xml).

But I don't think that's the problem you're reporting.

My Eclipse 3.3 doesn't think there are any errors in the pdb's exportPlugin.xml;
what specific error are you seeing?



On Oct 9, 2008, at 4:03 AM, Jurgen Vinju wrote:

Hi!

Is there some way of hiding this error, such that I can more easily see that everything compiles?
Now I have this red cross which attracts my attention.

Cheers!

Jurgen

_______________________________________________
imp-dev mailing list

imp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/imp-dev

--
Cheers,
- Bob
-------------------------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.


IBM T.J. Watson Research Center

IMP Project Lead (http://www.eclipse.org/imp)
X10: Productivity for High-Performance Parallel Programming (
http://x10.sf.net)


_______________________________________________
imp-dev mailing list

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


Back to the top