Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Java 5 related Compile Errors in org.eclipse.jst.server.generic.core


Nevermind ... I uncovered an issue with the .settings files and I had some stale settings.
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191877

(In short, .settings should not be in cvsignore ... they must be shared, if even to be deleted :)








David M Williams/Raleigh/IBM@IBMUS
Sent by: wtp-dev-bounces@xxxxxxxxxxx

06/10/2007 10:30 PM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] Java 5 related Compile Errors in        org.eclipse.jst.server.generic.core






In my development environment, I see a compile error in
org.eclipse.jst.server.generic.core


Specifically, it says


The type Map is not generic; it cannot be parameterized
with arguments <String, Object>        

org.eclipse.jst.server.generic.core/src/org/eclipse/jst/server/generic/internal/xml        

XMLUtils.java        line 131


This plugin has 1.4 specified as it's Execution Environment. Should it be 1.5?
Or, should there be some project setting specified to make this issue a warning, instead
of an error?


Does no one else see this?
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top