Drew just fixed it and told me the changes before he signed off. I am
running it now. Seems to be working. But tests are failing without
first running clover2:instrument.
Coming to another issue:
3 tests from the ga package are failing on hudson while running clover
because the test-input path is hardcoded like this
Path input = new Path("target/test-classes/wdbc");
when running under clover2 instrument mode the path becomes
Path input = new Path("target/clover/test-classes/wdbc");
Is there any way I can use the original path
utils/src/test/resources/wdbc from java.
Robin
On Wed, May 26, 2010 at 10:30 AM, Benson Margulies
<[email protected]> wrote:
> Never run 'mvn site'. It's documented to mess up on aggregate projects. You
> always want to run site:site site:deploy.
>
> If there are problems, you may need to mess with the dependencies of the
> site plugin.
>
> I hate the site plugin.
>
>
> On Tue, May 25, 2010 at 9:46 PM, Drew Farris <[email protected]> wrote:
>
>> Ok, I'm mystified, how are you generating the site? I still get the
>> following when running 'mvn site' from the root project using the latest
>> from trunk.
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] An error has occurred in Checkstyle report generation.
>>
>> Embedded error: Failed during checkstyle execution
>> Could not find resource '/mahout-checkstyle.xml'.
>> [INFO]
>> ------------------------------------------------------------------------
>>
>>
>>
>> On Tue, May 25, 2010 at 7:39 PM, Robin Anil <[email protected]> wrote:
>>
>> > Works fine for me
>> > On Wed, May 26, 2010 at 3:59 AM, Drew Farris <[email protected]>
>> > wrote:
>> >
>> > > See:
>> > >
>> > >
>> >
>> http://www.lucidimagination.com/search/document/a5da14bd5d1adceb/progress_with_eclipse
>> > >
>> > > On Tue, May 25, 2010 at 6:06 PM, Robin Anil <[email protected]>
>> > wrote:
>> > >
>> > > > mvn eclipse:eclipse?
>> > > >
>> > > > On Wed, May 26, 2010 at 3:33 AM, Drew Farris <[email protected]>
>> > > > wrote:
>> > > >
>> > > > > Yes, I think that probably broke the eclipse stuff tho.
>> > > >
>> > >
>> >
>>
>