On 2013-04-17, Zach Garner wrote:
> Hi everyone, I am trying to use the task with skipExisting=true.
> Because of my particular situation, I usually have the target file
> downloaded but sometimes it is owned by root, and so it is not writeable.
> The checkAttributes() method of Get.java fails t
Xavier-
in Maven if you have no Junit tests located in .\src\test folf
then all test (test-scoped) dependencies are skipped
the same behaviour should be emulated in 'EasyAnt'
My 2 cents
Martin __
Note de déni et de confidentialitéCe message est confid
Done on trunk
Le 17 avr. 2013 18:32, "Xavier Hanin" a écrit :
> On Tue, Apr 16, 2013 at 8:19 AM, Jean-Louis Boudart <
> jeanlouis.boud...@gmail.com> wrote:
>
> > What is the desired behavior when junit is missing in project classpath ?
> > 1 - ignore test ? maybe with a message @info level ?
> >