[ http://jira.codehaus.org/browse/MEV-7?page=comments#action_41530 ] 

Kevin Brown commented on MEV-7:
-------------------------------

>From xom 1.0 build.xml,  it appears that  1.0 may have different dependencies 
>than b3.  Also the lib2 dependencies may be optional (as they are not included 
>in the xom distribution and I can compile without them)


<property name="xml-apis.jar"   value="${lib.dir}/xmlParserAPIs.jar"/>
<property name="parser.jar"     value="${lib.dir}/xercesImpl.jar"/>
<property name="normalizer.jar" value="${lib.dir}/normalizer.jar"/>   <!-- 
kbrown: this is the icu4j jar -->
<property name="xslt.jar"       value="${lib.dir}/xalan.jar"/>
<property name="junit.jar"      value="${lib.dir}/junit.jar"/>
    
<property name="saxon6.jar"     value="${lib2.dir}/saxon.jar"/>
<property name="saxon7.jar"     value="${lib2.dir}/saxon-aelfred.jar"/>
<property name="gnujaxp.jar"    value="${lib2.dir}/gnujaxp.jar"/>
<property name="resolver.jar"   value="${lib2.dir}/resolver.jar"/>
<property name="dom4j.jar"      value="${lib2.dir}/dom4j-1.5.1.jar"/>

<property name="tagsoup.jar"    value="${lib2.dir}/tagsoup-1.0rc1.jar"/>  <!-- 
kbrown -- seems to just be brt of ant  build -->


> Broken/missing dependencies for xom
> -----------------------------------
>
>          Key: MEV-7
>          URL: http://jira.codehaus.org/browse/MEV-7
>      Project: Maven Evangelism
>         Type: Task
>   Components: Invalid POM
>     Reporter: Mark Hobson

>
>
> The servlet dependency:
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servlet</artifactId>
>       <version>2.4</version>
>     </dependency>
> should be:
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servletapi</artifactId>
>       <version>2.4</version>
>     </dependency>
> Also, the following dependencies are not found in the maven2 repos:
>     <dependency>
>       <groupId>icu4j</groupId>
>       <artifactId>icu4j</artifactId>
>       <version>2.6.1</version>
>     </dependency>
>     <dependency>
>       <groupId>tagsoup</groupId>
>       <artifactId>tagsoup</artifactId>
>       <version>0.9.7</version>
>     </dependency>
>     <dependency>
>       <groupId>servletapi</groupId>
>       <artifactId>servletapi</artifactId>
>       <version>2.4</version>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to