Emmanuel,

Thanks. Do you know when it will be released ?

Igor

On 4/4/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> This problem is already fixed.
>
> If you want to try the latest snapshot of maven-scm, add this in your pom :
>
>    <repositories>
>      <repository>
>        <releases>
>          <enabled>false</enabled>
>        </releases>
>        <id>apache.snapshots</id>
>        <name>Apache Development Repository</name>
>        <url>http://cvs.apache.org/maven-snapshot-repository</url>
>      </repository>
>    <repositories>
>
> The snapshot version of Maven-scm is 1.0-beta-3-SNAPSHOT that will be in few 
> days 1.0
>
> Emmanuel
>
> Igor Czechowski a écrit :
> > I have a problem executing clearcase scm provider.
> >
> > When I run the goal scm:update the snapshot view is being updated but
> > maven fails the build when there are any updates pulled out form the
> > clearcase. Regardless of build result (success or error) the view is
> > fresh with all the view files and updates.
> >
> > Turning the stack trace showed (just part for clarity)
> >
> >         ... 18 more
> > Caused by: java.lang.NullPointerException
> >         at 
> > org.apache.maven.scm.provider.clearcase.command.changelog.ClearCaseChangeLogCommand.executeChangeLogCommand(ClearCaseChangeLogCommand.java:51)
> >         at 
> > org.apache.maven.scm.command.changelog.AbstractChangeLogCommand.executeCommand(AbstractChangeLogCommand.java:63)
> >         at 
> > org.apache.maven.scm.command.update.AbstractUpdateCommand.executeCommand(AbstractUpdateCommand.java:60)
> >         at 
> > org.apache.maven.scm.command.AbstractCommand.execute(AbstractCommand.java:55)
> >         ... 21 more
> >
> >
> > My system is:
> > Linux RedHat AS 3.5
> > ClearCase version 2003.06.00
> > Maven 2.0.2
> >
> > If anyone can tell me how to get sources and debug the problem it
> > would appreciate. I ask since I'm new to maven and have no idea how to
> > setup the development environment for maven scm plugins.
> >
> > Thanks in advance
> >   Igor
> >
> >
> >
>
>

Reply via email to