I remember I had same problem once when I tried to compile some 5.0.5 snapshot
from subversion using maven 2.0.7. I think I solved this by modifiying the
tapestry-project/pom.xml like this:

     <dependency>
        <groupId>org.apache.tapestry</groupId>
        <artifactId>tapestry-test</artifactId>
        <version>${project.version}</version>
        <!-- <scope>test</scope> -->
      </dependency>

This problem disappeared in the 5.0.6 snapshots. Please try the most current
version from svn.


Hans Jörg Hessmann


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

Reply via email to