Hi Brian, 

> One of the checkstyle bugs above suggests that there is a maven issue 
> that could be resolved in the checkstyle plugin.jelly by changing the 
> line that reads:
> <goal name="checkstyle:init">
> to read:
> <goal name="checkstyle:init" prereqs="java:compile">
> to ensure that your code actually compiles before you checkstyle it.

I have done this. When I invoke "maven checkstyle" I get " INTERNAL ERROR
reference made to goal 'java:compile' which has no definition" . When I execute the 
"java:compile" goal,
I get "BUILD SUCCESSFUL"

Regards, 

Vipul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to