On 10/30/06, Chris Hilton <[EMAIL PROTECTED]> wrote:
You need to add the jar as a dependency to the antrun plugin, something like:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> ... </executions> <dependencies> <dependency> <groupId>ant</groupId> <artifactId>ant-jmeter</artifactId> <version>1.0</version> </dependency> </dependencies> </plugin> Chris
Thanx for your responses.I seem to be on track now. Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
