« Return to Thread: Java Plugin Task Dependencies

Re: Java Plugin Task Dependencies

by John Murph :: Rate this Message:

Reply to Author | View in Thread



On Wed, Jul 1, 2009 at 5:37 PM, Adam Murdoch <a@...> wrote:

- jar should depend on compile as well as processResources.
 
+1  (I'm not sure why I didn't think of this before Steve posted.)


- jar should probably not depend on test. I'm not sure what we should do with it. Perhaps libs or upload* should depend on test instead.

I still like the idea of "the tests should pass".  I'm not sure I know what that means with respect to the task dependencies, however.  My reason (so I don't speak for Steve) for leaving jar depending on tests was so that we didn't change existing behavior too much.


- we should get rid of init. There are plenty of other points in the build lifecycle where you can do this.
 
+1

--
John Murph
Automated Logic Research Team

 « Return to Thread: Java Plugin Task Dependencies