Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] M8 fatal error

Thanks much - that fixed the problem. They are indeed 1.4 asserts
and it all worked fine in M7. I don't think I had this problem in
M7. Maybe it change the "disallow" to "error" automatically when
I set 1.4 for source. Anyway, all is well. Thanks again.

Steve Buroff 

> -----Original Message-----
> From: eclipse-dev-admin@xxxxxxxxxxx 
> [mailto:eclipse-dev-admin@xxxxxxxxxxx] On Behalf Of Gunnar Wagenknecht
> Sent: Saturday, March 27, 2004 10:14 AM
> To: eclipse-dev@xxxxxxxxxxx
> Subject: AW: [eclipse-dev] M8 fatal error
> 
> >"Disallow identifiers called 'assert'" to "ignore".
> 
> This have to be set to "error". I've your set source compatibility to
> "1.4" then you can't use "assert" in your code for somthing 
> else because
> it is a reserved word in Java >= 1.4.
> 
> >since I have tons of asserts in all my code. Any workaround?
> 
> If these are true 1.4 asserts then your fine. If not, don't set your
> compatibility to 1.4.
> 
> Cu, Gunnar
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top