Jody Garnett ha scritto:
> Andrea Aime wrote:
>> For the record, upgrading jdk 1.5 to the 1.5.0_15 version fixed
>> the issue, now Eclipse is happily compiling those modules.
>>   
> I also have problems compiling today - which is sad since my class was 
> going to check out and build geotools today.
> 
> Upgrading to 1.5.0_15 did not help me out ... I still get the following 
> error:
>> Severity and Description    Path    Resource    Location    Creation 
>> Time    Id
>> The type javax.xml.stream.XMLStreamWriter cannot be resolved. It is 
>> indirectly referenced from required .class files   
>>  gt-metadata/src/test/java/org/geotools/metadata   
>>  MetadataAnnotationsTest.java    line 165    1214390928783    3149099

I don't have that issue at all... strage. But I'm on Eclipse 3.4rc4, 
which may explain the issue.
For the record, that XMLStreamWriter interface is part of java6 only,
but it seems to be included into stax-api.jar as well (I have that
in my classpath for I don't know what reason). Maybe it's really
coming from stax and you can resolve your issue by adding a dependency
on it, or by adding the interface to the jaxb dummy module?

Cheers
Andrea

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to