Perforce isn't well supported in continuum due to a Maven-SCM issue in the 
perforce provider (http://jira.codehaus.org/browse/SCM-292)
When this issue will be fixed, Continuum will work well with Perforce.

Emmanuel

leahpar a écrit :
Hello world,

1-

There's an issue with continuum and perforce with evenisse 512303 : class: ContinuDefaultContinuumScm
method:         private ScmRepository getScmRepository( Project project, boolean
useCredentialsCache )
bad? line: System.setProperty( "maven.scm.perforce.clientspec.name", null ); proposed line: System.clearProperty(
PerforceScmProvider.DEFAULT_CLIENTSPEC_PROPERTY);
because: value of Properties cannot be null
2-
Link to the previous issue, something else should be done here? no?
class:          PerforceScmProvider
method:         public static String getClientspecName(
PerforceScmProviderRepository repo, File workDir )
bad line:       return System.getProperty( DEFAULT_CLIENTSPEC_PROPERTY,
generateDefaultClientspecName( repo, workDir ) );

Thanks

Reply via email to