Thanks a lot, that makes it a whole lot clearer! Maybe you can add this info in the documentation. I think it would be a good addition.
regards, Wim 2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: > > path_to_repository is the path to the parent directory of the directory > that contains pom > and module is the name of the directory that contains the pom > > so if your pom is in your_path/rep1/rep2/pom.xml > path_to_repository is your_path/rep1 and module is rep2 > > Emmanuel > > Wim Deblauwe a écrit : > > What is meant by path_to_repository ? Is this the path from my pom.xmlto my > > local repository, or to my remote repository? And what is the > module_name? > > > > 2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: > > > >>not with continuum provider, but you can certainly use the local > provider > >>in your scm > >>connection string. > >> > >>format is described there: > http://maven.apache.org/scm/scm-url-format.html > >> > >>Wim Deblauwe a écrit : > >> > >>>ok, thanks for the info (I'm not registered on the continuum list,that > >> > >>is > >> > >>>why I posted here) > >>> > >>>Is there a workaround? Can I just point to a file location somewhere > and > >>>tell continuum to build that? > >>> > >>>regards, > >>> > >>>Wim > >>> > >>>2005/10/28, Emmanuel Venisse <[EMAIL PROTECTED]>: > >>> > >>> > >>>>Continuum doesn't support clearcase for the moment. Some users will > try > >> > >>to > >> > >>>>do it in > >>>>Maven-SCM. If you want to join to the effort, you're welcome. > >>>> > >>>>The next time, it would be better if you send message on the continuum > >>>>user list. > >>>> > >>>>Emmanuel > >>>> > >>>>Wim Deblauwe a écrit : > >>>> > >>>> > >>>>>I'm trying to get my maven 2 project running with continuum but I > don't > >>>>>succeed. We are using ClearCase, you I've set: > >>>>> > >>>>><scm> > >>>>><connection>scm:clearcase:</connection> > >>>>></scm> > >>>>> > >>>>>In my pom.xml, but the build fails. > >>>>> > >>>>>This is the debug window: > >>>>>jvm 1 | 2005-10-28 13:46:33,171 [SocketListener0-1] INFO Continuum - > >>>>>Enqueuing 'Utils Logging Module' (Build definition id=6. > >>>>>jvm 1 | 2005-10-28 13:46:33,593 [Thread-1] INFO ContinuumScm - > Checking > >>>> > >>>>out > >>>> > >>>> > >>>>>project: 'Utils Logging Module', id: '6' to 'C:\Program Files\Apache > >>>>>Software Foundation\continuum-1.0 > >>>>>\bin\win32\..\..\apps\continuum\working-directory\6'. > >>>>>jvm 1 | 2005-10-28 13:46:33,750 [Thread-1] WARN ConfigurationService > - > >>>> > >>>>Error > >>>> > >>>> > >>>>>reading build output for build '12'. > >>>>>jvm 1 | java.io.FileNotFoundException: C:\Program Files\Apache > Software > >>>>>Foundation\continuum- > >>>>> > 1.0\bin\win32\..\..\apps\continuum\build-output-directory\6\12.log.txt > >> > >>(The > >> > >>>>>system cannot find the file > >>>>>specified) > >>>>>jvm 1 | at java.io.FileInputStream.open(Native Method) > >>>>>jvm 1 | at java.io.FileInputStream.<init>(FileInputStream.java:106) > >>>>>jvm 1 | at org.codehaus.plexus.util.FileUtils.fileRead(FileUtils.java > >>>> > >>>>:269) > >>>> > >>>> > >>>>>jvm 1 | at org.codehaus.plexus.util.FileUtils.fileRead(FileUtils.java > >>>> > >>>>:261) > >>>> > >>>> > >>>>>jvm 1 | at > >>>>> > >>>> > >>>> > >> > org.apache.maven.continuum.configuration.DefaultConfigurationService.getBuildOutput > >> > >>>>>(DefaultConfigurationService.java:167) > >>>>>jvm 1 | at > >>>>> > >>>> > >>>> > >> > org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotification > >> > >>>>>(DefaultContinuumNotificationDispatcher.java:129) > >>>>>jvm 1 | at > >>>>> > >>>> > >>>> > >> > org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete > >> > >>>>>(DefaultContinuumNotificationDispatcher.java:96) > >>>>>jvm 1 | at > >>>>> > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build > >> > >>( > >> > >>>>>DefaultBuildController.java:261) > >>>>>jvm 1 | at > >>>>> > >>>> > >>>> > >> > org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask > >> > >>>>>(BuildProjectTaskExecutor.java:53) > >>>>>jvm 1 | at > >>>>> > >>>> > >>>> > >> > org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run > >> > >>>>>(ThreadedTaskQueueExecutor.java:103) > >>>>>jvm 1 | at java.lang.Thread.run(Thread.java:595) > >>>>> > >>>>>It states "checking out project" , but that directory > >>>> > >>>>"working-directory\6" > >>>> > >>>> > >>>>>is never created. > >>>>> > >>>>>regards, > >>>>> > >>>>>Wim > >>>>> > >>>> > >>>> > >>>>--------------------------------------------------------------------- > >>>>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] > >
