Hi all, Just wondering if anyone can explain what an "action definition" is? I've got a subproject that simply provides a jar for a source generation step. I would have rather had an exploded JAR sitting around and have the directory available to the generator, but I couldn't figure that out, so decided to put the jar subproject in instead.
But when I do a build now, I get: BUILD FAILED File...... file:/C:/dev/bill2/generator-jar Element... attainGoal Line...... 4 Column.... 37 Goal [test:test] has no action definition. Total time: 3 seconds Finished at: Sat Jan 10 22:55:48 EST 2004 I presume that is because the generator jar really has no tests yet, and in fact I cannot think of a situation that I would ever waste time on the generator tests. (I like the idea of TDD, I'm just not "bleeding seven colors" yet...) Anyway, I added "maven.test.skip = true" to project.properties to no avail. So as before, one problem and two questions: 1) what is the solution to this? 2) how could I find this myself? (this question has been asked on the lists but never answered that I can tell...) I'll ask the a more general question in a followup to this. Thanks again! -b --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
