Hi Jody,

This sounds strange to me, I've never seen a copilation error like this 
before... (the class is required by what?)

>> C:\java\geotools\trunk\modules\unsupported\xml-gpx\src\main\java\org\geotools\gpx\bean\CopyrightType.java:[44,27]
>>  
>> incomp
>> atible types
>> found   : javax.xml.bind.annotation.AccessType
>> required: javax.xml.bind.annotation.XmlAccessType

If I change the import to XmlAccessType, eclipse says that there is no 
class XmlAccessType.

-snip-

The cause is that you are trying to compile with JDK 1.6.0. It compiles 
well with 1.5.0. Should it compile with 1.6.0 as well?

Peter


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to