dev@grizzly.java.net

Re: grizzly-config fail to build on JDK 5

From: Justin Lee <Justin.Lee_at_Sun.COM>
Date: Mon, 06 Apr 2009 09:58:04 -0400

That's the implicit dep on java6 i mentioned in the meeting. I'll play
with that this morning. It's missing the javax.xml.stream dependency
basically.


Jeanfrancois Arcand wrote:
> Salut,
>
>> [INFO] [hk2:hk2-compile]
>> [INFO] Compiling 20 source files to
>> /Users/jeanfrancoisarcand/workspace/grizzly/trunk/code/contribs/grizzly-config/target/classes
>>
>> /Users/jeanfrancoisarcand/workspace/grizzly/trunk/code/contribs/grizzly-config/src/main/java/com/sun/grizzly/config/Utils.java:74:
>> cannot access javax.xml.stream.XMLStreamReader
>> file javax/xml/stream/XMLStreamReader.class not found
>> final DomDocument document = parser.parse(url, new
>> DomDocument(habitat));
>> ^
>> 1 error
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Fatal error compiling
>
> I think the JAXB jar must be explicitly added in domain.xml
>
> A+
>
> -- jeanfrancois
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>