|
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? --
Chuck Williams
Manawiz Principal V: (808)885-8688 C: (415)846-9018 [EMAIL PROTECTED] Skype: manawiz AIM: hawimanawiz Yahoo: jcwxx |
- Re: Can't download JAXB-RI jars Chuck Williams
- Re: Can't download JAXB-RI jars Davanum Srinivas
- Re: Can't download JAXB-RI jars + missing xalan-... Chuck Williams
- Re: Can't download JAXB-RI jars + missing xa... Davanum Srinivas
- Re: Can't download JAXB-RI jars + missin... Kenneth Tam
