I am trying wo build a web project with Tapestry 4.0.2. I'm using maven2 dependency management.

If I define my deps like this, then erverything works fine:

       <dependency>
           <groupId>tapestry</groupId>
           <artifactId>tapestry</artifactId>
           <version>4.0.1</version>
       </dependency>

       <dependency>
           <groupId>tapestry</groupId>
           <artifactId>tapestry-annotations</artifactId>
           <version>4.0.1</version>
       </dependency>

       <dependency>
           <groupId>tapestry</groupId>
           <artifactId>tapestry-contrib</artifactId>
           <version>4.0.1</version>
       </dependency>




But whenever I change 4.0.1 to 4.0.2, then I get the error (in Eclipse):
The project was not built since its build path is incomplete. Cannot find the class file for org.apache.hivemind.impl.BaseLocatable.
        Fix the build path then try building this project



Maybe there's sth. wrong with the 4.0.2 uploads in the maven2 repo?


Andy




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

Reply via email to