oops, that needs to change then to user.home, because that is the intended behaviour. Can you change this Emmanuel?

regards,

Wim

2006/1/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

The clearcase-settings.xml are search into the ${user.dir} and not in the
${user.home}.

Have a look in the class :
org.apache.maven.scm.provider.clearcase.command.checkout.ClearCaseCheckOutCommand,
the code is:

File scmUserDir = new File( System.getProperty( "user.dir" ), ".scm" );
File settingsFile = new File( scmUserDir, "clearcase-settings.xml" );

Frederic.




                      Emmanuel Venisse
                      <[EMAIL PROTECTED]        To:       scm-dev@maven.apache.org
                      .net>                    cc:
                                               Subject:  Re: Continuum - Maven and ClearCase
                      19.01.2006 18:22
                      Please respond to
                      scm-dev






it doesn't work if you put the file in ${user.home}/.scm/ ? If not, we need
a faq in continuum site
or a fix on clearcase provider, so it will can find the file in correct
place.

Emmanuel

[EMAIL PROTECTED] a écrit :
> Hy Wim,
>
> I already, find the solution by adding the ".scm/clearcase-settings.xml"
in
> the folder $Continuum_home/bin/win32.
>
> Thanks,
>
> Frederic.
>
>
>
>

>                       Wim Deblauwe

>                       <[EMAIL PROTECTED]        To:
scm-dev@maven.apache.org

>                       il.com>                  cc:

>                                                Subject:  Re: Continuum -
Maven and ClearCase
>                       19.01.2006 08:22

>                       Please respond to

>                       scm-dev

>

>

>
>
>
>
> Normally, that file should be in your home directory. If that does not
> work, than we have a bug in either SCM or Continuum.
>
> regards,
>
> Wim
>
> 2006/1/17, [EMAIL PROTECTED] < [EMAIL PROTECTED]>:
>
>>Hy,
>>
>>
>>I want to use Continuum for my project.
>>
>>I use ClearCase and Maven 2.0
>>
>>I must define a clearcase settings for ViewStorage path.
>>
>>All work fine when I use maven on command line, but when I integrate my
>
> POM
>
>>project in Continuum, the Continuum does not find the
>>clearcase-settings.xml file.
>>
>>I have store it in the continuum work directory under
>>/.scm/clearcase-settings.xml
>>
>>What must I do to set the clearcase settings in continuum ?
>>
>>Thanks for your help.
>>
>>Frederic.
>>
>>
>>
>
>
>
>
>
>
>
>
>
>








Reply via email to