Seems that the problem is in these lines

      <property key="checkstyle.suppressions.file" 
        file="${maven.checkstyle.suppressions.file}"/>

Can you debug it a bit more, using
<echo>${maven.checkstyle.suppressions.file}</echo>
to see the values of the properties and trying to change them and see
if it works? maybe that property shouldn't be set if the value of
maven.checkstyle.suppressions.file is null.


On 8/23/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> On 8/23/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > On 8/19/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> > > http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-SNAPSHOT.jar
> > > and
> > > http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-20050809.182002.jar
> > >
> > > both have beta5
> > >
> > > On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > > > On 8/19/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
> > > > > It already depends on beta5
> > > > >
> > > > > On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > > > > > --
> > > > > > Jamie Bisotti
> > > > > >
> > > > > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > > Carlos,
> > > >
> > > > When I download the plugin, its project.xml contains the following:
> > > >     <dependency>
> > > >       <groupId>checkstyle</groupId>
> > > >       <artifactId>checkstyle</artifactId>
> > > >       <version>4.0-beta3</version>
> > > >       <properties>
> > > >         <classloader>root</classloader>
> > > >       </properties>
> > > >     </dependency>
> > > >
> > > > I thought maybe there was a problem because I already had it
> > > > installed, so I completely deleted the cache directory & removed
> > > > CheckStyle from my MAVEN_HOME\plugins directory; then I downloaded
> > > > again...same result.
> > > >
> > > > Any ideas?
> > > >
> > > > --
> > > > Jamie Bisotti
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > Carlos,
> >
> > I had to remove all references to my existing 3.0-SNAPSHOT plugin
> > (i.e. MAVEN_HOME\plugins, %HOMEPATH%/.maven/cache &
> > %HOMEPATH%/.maven/maven/plugins) before I could download the updated
> > 3.0-SNAPSHOT.  Before I did that, it just kept copying the plugin from
> > %HOMEPATH%/.maven/maven/plugins instead of downloading the new one.
> > Is this as expected, or is it a bug?
> >
> > Thanks for you help!
> >
> > --
> > Jamie Bisotti
> >
> 
> Now I'm getting the following error when I try to run the CheckStyle report:
> 
> ...
> BUILD FAILED
> File...... C:\Documents and Settings\James F 
> Bisotti\.maven\cache\maven-checksty
> le-plugin-3.0-SNAPSHOT\plugin.jelly
> Element... property
> Line...... 150
> Column.... 55
> java.io.FileNotFoundException: C:\sandbox\repos\trunk\solutions\solution1 (Acc
> ess is denied)
> Total time: 15 seconds
> ...
> 
> solution1 is a directory that does exist; and I'm running M1.0.2 on
> WinXP SP2.  The beta3 plugin worked just fine; this is new with the
> beta5 version.
> 
> Any ideas?
> --
> Jamie Bisotti
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to