Re: java:jar-resources vs. test:test-resources

2005-05-15 Thread Brett Porter
Jens Zastrow wrote: >i posted the question here because i think this is a bug in mv1. >test:test should have the prereqs="test:test-resources" not test:compile > > no, I don't agree. > > target/ABC > > **/* >

RE: java:jar-resources vs. test:test-resources

2005-05-12 Thread Jens Zastrow
i posted the question here because i think this is a bug in mv1. test:test should have the prereqs="test:test-resources" not test:compile the scenario: compile some sources to target/ABC [project.xml] target/ABC

Re: java:jar-resources vs. test:test-resources

2005-05-11 Thread Brett Porter
Jens Zastrow wrote: >Why there is the following difference?! > > > No idea. They should both be after, IMO. > > > >i have some test:compile-postgoals with create resources which need to be in >the test-classes/ before test:test. > >calling the test:test-resources BEFORE the test:compile postg

java:jar-resources vs. test:test-resources

2005-05-11 Thread Jens Zastrow
Why there is the following difference?! java:jar-resources gets called AFTER java:compile. test:test-resources gets called BEFORE test:compile. i have some test:compile-postgoals with create resources which need to be in the test-classes/ before test:test. calling the test:test-resource