What about the other comments I made? i.e. maven.xml and project.xml files? Are these useful or obsolete?
On 21/01/2009, Petar Tahchiev <[email protected]> wrote: > OK I will now prepare a RC3 > > On Thu, Jan 22, 2009 at 12:33 AM, Henri Yandell > > <[email protected]>wrote: > > > That worked for me - trunk is happy :) > > > > Thanks, > > > > Hen > > > > On Wed, Jan 21, 2009 at 1:24 PM, Petar Tahchiev > > <[email protected]> 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 < > > [email protected]>wrote: > > > > > >> On Wed, Jan 21, 2009 at 3:41 AM, sebb <[email protected]> wrote: > > >> > On 21/01/2009, Henri Yandell <[email protected]> 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: [email protected] > > >> For additional commands, e-mail: [email protected] > > >> > > >> > > > > > > > > > -- > > > 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: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > -- > > 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: [email protected] For additional commands, e-mail: [email protected]
