trust me, I'm NOT Vss fan, I'm really convinced that Vss isn't the best choice, there's plans to change to CVS or another tool, but meanwhile I have to deal with it now. Besides, in the maven's site said that scm support vss connection, rigth?
Mathias Brökelmann wrote: > > don't use vss: http://www.codinghorror.com/blog/archives/000660.html > > I would be really surprised if it possible to make a release with > mavens release plugin and vss. > > 2006/8/21, mister5 <[EMAIL PROTECTED]>: >> >> Hi, I´ve been trying to use maven with VSS and I don't know if I´m doing >> the >> right, after several time I find out and example of how use the scm >> plugin >> with vss, so I tried this way: >> >> mvn >> -D"connectionUrl=scm|vss|\\sigmatao_gi\ge04\D-PIGCR07_Vss|/PIGCR07/IPS/IPS-D08 >> Modelo de construcción/Java/com/sigmatao/sise" scm:checkout -e >> >> but it gave me this error: >> >> [INFO] Scanning for projects... >> [INFO] Searching repository for plugin with prefix: 'scm'. >> [INFO] >> ------------------------------------------------------------------------- >> --- >> [INFO] Building Maven Quick Start Archetype >> [INFO] task-segment: [scm:checkout] (aggregator-style) >> [INFO] >> ------------------------------------------------------------------------- >> --- >> [INFO] [scm:checkout] >> [INFO] Removing C:\SIGMATAO\sise12\mavenSise\target\checkout >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Cannot run checkout command : >> >> Embedded error: No such command 'checkout'. >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> org.apache.maven.lifecycle.LifecycleExecutionException: Cannot run >> checkout >> comm >> and : >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> ultLifecycleExecutor.java:559) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone >> Goal(DefaultLifecycleExecutor.java:488) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> ltLifecycleExecutor.java:458) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> dleFailures(DefaultLifecycleExecutor.java:306) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> ts(DefaultLifecycleExecutor.java:219) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> fecycleExecutor.java:140) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> sorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> Caused by: org.apache.maven.plugin.MojoExecutionException: Cannot run >> checkout c >> ommand : >> at >> org.apache.maven.scm.plugin.CheckoutMojo.checkout(CheckoutMojo.java:1 >> 13) >> at >> org.apache.maven.scm.plugin.CheckoutMojo.execute(CheckoutMojo.java:61 >> ) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi >> nManager.java:412) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa >> ultLifecycleExecutor.java:534) >> ... 16 more >> Caused by: org.apache.maven.scm.NoSuchCommandScmException: No such >> command >> 'chec >> kout'. >> at >> org.apache.maven.scm.provider.AbstractScmProvider.checkout(AbstractSc >> mProvider.java:227) >> at >> org.apache.maven.scm.provider.AbstractScmProvider.checkOut(AbstractSc >> mProvider.java:221) >> at >> org.apache.maven.scm.plugin.CheckoutMojo.checkout(CheckoutMojo.java:1 >> 04) >> ... 19 more >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 2 seconds >> [INFO] Finished at: Mon Aug 21 12:35:56 CDT 2006 >> [INFO] Final Memory: 3M/8M >> [INFO] >> ------------------------------------------------------------------------ >> >> >> So, could somebody tell me What I'm doing wrong please? Thanks >> >> -- >> View this message in context: >> http://www.nabble.com/scm-with-VSS-tf2142165.html#a5913122 >> Sent from the Maven - Users forum at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Mathias > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/scm-with-VSS-tf2142165.html#a5915673 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
