Put a dependency on hivemind-1.1.1
-----Original Message----- From: Andy Pahne [mailto:[EMAIL PROTECTED] Sent: Saturday, May 27, 2006 5:53 AM To: Tapestry users Subject: 4.0.2. deps in maven repository 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]