That worked for me - trunk is happy :)

Thanks,

Hen

On Wed, Jan 21, 2009 at 1:24 PM, Petar Tahchiev
<paranoiabla.li...@gmail.com> wrote:
> Hi Henry,
>
> I followed your instructions and luckily was able to reproduce the
> behaviour.
> What I did was:
>
> unzip rc-1
> mvn clean install -> Did not fail;
> change the localrepostiry to~/.m2/repository1
> rm -rf rc1
> unzip rc-1
> mvn clean install -> FAILED!!!!
>
> Next steps:
> exactly the same, but against the trunk. In the trunk we print the
> testinput.dir property.
> I was not amazed that the testinput.dir was printed to be.src/test-input.
> What amazed me was the value of testInputDir.getAbsolutePath()
> It was
>
> /home/peter/bin/workspace/cactus-1.8.1-rc1-src/src/test-input
>
> The problem was that my test-input should reside in
> /home/peter/bin/workspace/cactus-1.8.1-rc1-src/integration/ant/src/test-input
>
> You see somehow Maven misinterpretes the ${basedir} and
> suggests it to be the root of the project, instead of /root/integration/ant/
>
> I thought that this might be connected with the issue I told sebb about:
> http://jira.codehaus.org/browse/SUREFIRE-98
>
> and since this issue is resolved I updated to the latest version of the
> surefire plugin
> and tested again. This time it all worked for me.
>
> So now I think that it is all fine.
>
> In trunk I have committed to use the latest version of
> surefire plugin.
>
> Can you retest the trunk and let me know the result.
>
> Thanks, Petar.
>
>
> On Wed, Jan 21, 2009 at 7:41 PM, Henri Yandell 
> <bay...@generationjava.com>wrote:
>
>> On Wed, Jan 21, 2009 at 3:41 AM, sebb <seb...@gmail.com> wrote:
>> > On 21/01/2009, Henri Yandell <bay...@generationjava.com> wrote:
>> >> Yep - turning off my local JIRA got me passed that problem and now I
>> >>  get the same set of errors as Seb.
>> >>
>> >
>> > Does this always happen for you?
>> >
>> > If so, what is the path it is trying to find?
>> > This would require testing against trunk...
>>
>> Tried this morning - but against the rc1 (sorry). Will try against
>> trunk later (vacation right now and various parenting tasks I have to
>> do).
>>
>> mvn clean install at top level:  Failed
>> mvn clean install in integration/ant: Passed
>> mvn clean install in integration: Passed
>> mvn clean install at top level: Passed
>> rm -fr cactus-src
>> unzip
>> mvn clean install at top level: Passed
>> mv m2 repo to bckp
>> mvn clean install at top level: Failed
>> mvn clean install at top level: Passed
>>
>> Error in integration/ant failure:
>>
>> junit.framework.AssertionFailedError: The system property
>> 'testinput.dir' must point to an existing directory
>>
>> Hen
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
>> For additional commands, e-mail: general-h...@jakarta.apache.org
>>
>>
>
>
> --
> Regards, Petar!
> Karlovo, Bulgaria.
>
> EOOXML objections
> http://www.grokdoc.net/index.php/EOOXML_objections
>
> Public PGP Key at:
> http://keyserver.linux.it/pks/lookup?op=get&search=0x1A15B53B761500F9
> Key Fingerprint: AA16 8004 AADD 9C76 EF5B  4210 1A15 B53B 7615 00F9
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@jakarta.apache.org
For additional commands, e-mail: general-h...@jakarta.apache.org

Reply via email to