Hi Sunil, Your SCM URLs aren't valid. They must be defined on a directory instead of a pom.xml. Remove pom.xml from your SCM URLs and retry.
Emmanuel On Mon, Dec 6, 2010 at 7:35 PM, Sunil Kamat <[email protected]> wrote: > Hi, > > I am new to continuum. I recently installed in my system. I confirgured the > pom.xml file and the required settings in the continuum project page. I > added a maven project and tried to build it. But it gives me the following > error: > > Provider message: Unable to sync. Are you logged in? > Command output: > > ------------------------------------------------------------------------------- > Invalid changelist/client/label/date '@//depot/dayapis/core/pom.xml'. > > ------------------------------------------------------------------------------- > > I am using the following scm tag: > > <scm> > <connection>scm:perforce://depot/dayapis/core/pom.xml</connection> > > > <developerConnection>scm:perforce://depot/dayapis/core/pom.xml</developerConnection> > <url>scm:perforce://depot/dayapis/core/pom.xml</url> > </scm> > > I tried using this too: > scm:perforce:localhost:1666://depot/dayapis/core/pom.xml > but it gave the same error. > > Has anyone faced this problem? Some pointers to fix this issue would really > help me. > > Just a side note, I was able to generate the build using the same pom file > using Hudson. So I guess, my pom file needs no changes? > > > Thank you. > > > > Regards, > Sunil >
