Hi All,

I found a workaround for this problem.  The two missing jaxb jars are available here:

http://www.ibiblio.org/maven2/openejb/jaxb-impl/2.0EA3/
http://www.ibiblio.org/maven2/openejb/jaxb-xjc/2.0EA3/

Download the jars below and their mdb signatures, then put all 4 files plus an empty jars/ directory into:  .maven/repository/2.0EA3

It's a strange structure, but it's what called for by modules/jaxbri/project.xml:

        <dependency>
            <groupId>2.0EA3</groupId>
            <artifactId>../jaxb-impl</artifactId>
            <version>${jaxbri.version}</version>
        </dependency>
        <dependency>
            <groupId>2.0EA3</groupId>
            <artifactId>../jaxb-xjc</artifactId>
            <version>${jaxbri.version}</version>
        </dependency>

Chuck


Chuck Williams wrote on 05/04/2006 09:08 PM:
I'm trying to build clean from the current svn to get the 1.0 release
and encountering this consistent problem with (online) maven
create-lib.  Is there a workaround?

  
+----------------------------------------
| Executing (): Apache Axis 2.0 - JAXB-RI Data Binding
| Memory: 24M/34M
+----------------------------------------
Attempting to download ../jaxb-impl-2.0EA3.jar.
WARNING: Failed to download ../jaxb-impl-2.0EA3.jar.
Attempting to download ../jaxb-xjc-2.0EA3.jar.
WARNING: Failed to download ../jaxb-xjc-2.0EA3.jar.

BUILD FAILED
File......
/home/chuck/Repositories/MetaLINCSSVN/Libraries/axis2/trunk/axis2/maven.xml
Element... maven:reactor
Line...... 1081
Column.... 45
The build cannot continue because of the following unsatisfied
dependencies:

../jaxb-impl-2.0EA3.jar
../jaxb-xjc-2.0EA3.jar
    

Thanks,

Chuck

  

--
Chuck Williams
Manawiz
Principal
V: (808)885-8688
C: (415)846-9018
[EMAIL PROTECTED]
Skype: manawiz
AIM: hawimanawiz
Yahoo: jcwxx

Reply via email to