users@jaxb.java.net

RE: JAXB compilation plugin

From: Jonathan Johnson <jonjohnson_at_mail.com>
Date: Thu, 2 Mar 2006 10:41:27 -0500

>> Have you had any problems building the plugin? It failed to download the
ORO pom from
>> http://repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
>> which happens to be valid...

Malachi - Thanks for helping out!

The oro download works for me. More often than should the maven repository
craps out. I find if you just try again it works. It appears the maven
repository servers have traffic and timeout issues as downloads at 3am fly.

Oro is needed for filename pattern matching
org.apache.oro.io.GlobFilenameFilter. Not sure if this is the best
apporach. I'm looking for a maven API or something that supports something
like the ant fileset feature.