This had some issues when I tested it further, but I think they are all
resolved now.
Cheers,
Brett
Brett Porter wrote:
>Once the antlr issue was fixed, the tests failed due to the relative directories.
>
>Since multiproject is prevalent and java has no concept of changing the working
>directory (setting user.dir sort of works, but not everywhere), you need to
>ensure relative paths are not used in test cases.
>
>The trick in the code below helps (using the basedir sys property set by maven)
>and should work in IDEs as well.
>
>Cheers,
>Brett
>
>Quoting Alex Karasulu <aok123@bellsouth.net>:
>
>
>
>>maven -Dgoal=java:compile multiproject:goal
>>
>>in eve/trunk builds Eve just fine now thanks! The antlr issue is gone.
>>
>>Alex
>>
>>
>
>
>
>
>
|