This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188232 - SQE Does not report 'wrong' configuration
Summary: SQE Does not report 'wrong' configuration
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 10:02 UTC by tomzi
Modified: 2010-06-30 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2010-06-30 10:02:26 UTC
For some reason I had a typo in the maven-checkstyle-plugin

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <configuration>
                    <configLocation>checkstyle.5.0.xml</configLocation>
                </configuration>
            </plugin>

where I used the wrong name for the checkstyle file.
However under Project Properties/SQE/Checkstyle NB told me that NB is 'Using Maven Checkstyle plugin configuration found in the project'. 

I only found out about this error since the maven goal checkstyle:check threw an error.

Nb also should report (eg. in the project properties) that there is a problem with the configuration, eg the checkstyle file could not be found