Something funny here...

"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 17/07/2003 10:46:05 
PM:

> Still struggling to get Tapestry working with Maven.  I was hoping 
> the multiproject stuff would
> help.
It should...

> I define my main dependencies in my master projext.xml, including:
> 
> 
>     <dependency>
>        <groupId>jboss</groupId>
>        <artifactId>javassist</artifactId> 
>        <version>2.5.1</version>
>     </dependency>

This looks ok.

> My sub-project (framework/project.xml) includes the master project.
I hope u meant extends here, not includes...

> xml and doesn't add any
> dependencies:
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <!-- $Id: project.xml,v 1.4 2003/06/23 18:40:42 hlship Exp $ -->
> <project>
>    <extend>${basedir}/../project.xml</extend>
>    <id>tapestry</id>
>    <name>Tapestry Framework</name>
> 
>      <description>
>    This is the subproject for the master Tapestry framework.
>   </description>
> 
>    <build>
>       <sourceDirectory>src</sourceDirectory>
>       <!-- J A R  R E S O U R C E S -->
>       <!-- Resources that are packaged up inside the JAR file -->
>       <resources>
>          <resource>
> 
>             <directory>${basedir}/src/java</directory>
> 
>                <include>**/*.html</include>
>                <include>**/*.dtd</include>
>                <include>**/*.script</include>
>                <include>**/*.jwc</include>
>                <include>**/*.library</include>
>                <include>**/*.page</include>
>                <include>**/*.gif</include>
>                <include>**/*.css</include>
> 
>          </resource>
>       </resources>
>    </build>
> 
>   <reports>
>     <!-- report>maven-javadoc-plugin</report -->
>     <!-- report>maven-jxr-plugin</report>
    <report>maven-junit-
> report-plugin</report> 
    <report>maven-clover-plugin</report --> 
>    </reports>
> 
> </project>
> 
[snip]

> Our processing order:
> Tapestry Framework
> Tapestry Contributions Library
> +----------------------------------------
> | Processing Tapestry Framework
> | Memory: 16M/17M
> +----------------------------------------
> Attempting to download javassist-2.5.1.jar.
> Error retrieving artifact from [http://www.ibiblio.
> org/maven/javassist/jars/javassist-2.5.1.jar]:
> java.lang.Exception: Can't get javassist-2.5.1.jar to C:\Documents and 
Settin
> gs\Howard\.maven\repository\javassist\jars\javassist-2.5.1.jar
> WARNING: Failed to download javassist-2.5.1.jar.

That's bizarre. It should be trying to download 
www.ibiblio.org/maven/jboss/jars/javassist-2.5.1.jar
not www.ibiblio.org/maven/javassist/jars/javassist-2.5.1.jar

> BUILD FAILED
> File...... file:/C:/Documents and
> Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.0-SNAPSHOT/
> Element... maven:reactor
> Line...... 42
> Column.... 7
> The build cannot continue because of the following unsatisfied 
dependency:
> 
> javassist-2.5.1.jar

Is this anywhere I can check it out? i.e. Tapestry CVS? If so, let me know 
and I'll grab it and try it too. 
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Work:      http://www.multitask.com.au

Reply via email to