I've set this value, but it doesn't seem pertinent to my problem. I've found that the plugin.jelly for the maven scm plugin doesn't do anything _but_ CVS. I've modified it to support ant's stcheckout task, but it fails to run when I call it, with no output. All the surrounding tasks (mkdirs and echos) work fine, but the stcheckout just quietly fails.
I've run the jvm with verbose:class to verify that the StarTeam tasks are loaded, as remember that Maven uses _it's_ ant, not the one in my path. With the starteam-sdk.jar in the classpath, things look to be loaded fine, but the again, the call the stcheckout just quietly fails. So now I know why it didn't work at first, but I am stuck with a failing stcheckout task in the plugin.jelly and no output. -----Original Message----- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 5:45 AM To: Maven Users List Subject: Re: Starteam scm? You must define too the maven.changelog.factory properties with this : maven.changelog.factory=org.apache.maven.starteamlib.StarteamChangeLogFactor y Emmanuel ----- Original Message ----- From: "Watson, Cory" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 11, 2004 5:50 PM Subject: Starteam scm? The Maven docs speak of starteam support, but when I use scm:starteam... as my respository:connection, I get 'Unknown SCM method: starteam'. I poked through the metadata for the scm plugin, and it says it only support CVS, what's am I doing wrong? I'm using 1.0-rc2 --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
