It is set correctly similar to what you have. All actions with clearcase are fine, except this issue
Ronen -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Anders Hammar Sent: ג 28 ספטמבר 2010 16:26 To: Maven Users List Subject: Re: release:prepare fails to tag a ClearCase view Is your scm url correct? I use clearcase successfully with scm urls like this: scm:clearcase:load /VOBNAME/PATH /Anders On Tue, Sep 28, 2010 at 16:02, Perez Ronen <[email protected]> wrote: > Hi All, > > I am trying to setup a release to a Maven project with release:prepare and > release:perform. > My project layout is something like: > > D:\VIEW-NAME\VOB-NAME\parent-dir\workspace\my-proj\pom.xml > > When running the release prepare, one of the things needed to be done is > put a label (tag) on this view, in order to later create a new view based on > the current view for the next release. > The following is a line from the release:prepare output: > > [DEBUG] Executing: D:\VIEW-NAME\VOB-NAME\parent-dir\workspace\my-proj > >>cmd.exe /X /C "cleartool mklabel -recurse new-label-3 ." > > The problem is that the label is set for the root tree of my-proj (notice > the . for current-directory) instead of for the root tree of VOB-NAME which > later fails the performing of the release. > > Any idea on how to set a different base directory to tag? > > Thanks, > > Ronen. > > > ________________________________ > "This e-mail message may contain confidential, commercial or privileged > information that constitutes proprietary information of Comverse Technology > or its subsidiaries. If you are not the intended recipient of this message, > you are hereby notified that any review, use or distribution of this > information is absolutely prohibited and we request that you delete all > copies and contact us by e-mailing to: [email protected]. Thank You." > “This e-mail message may contain confidential, commercial or privileged information that constitutes proprietary information of Comverse Technology or its subsidiaries. If you are not the intended recipient of this message, you are hereby notified that any review, use or distribution of this information is absolutely prohibited and we request that you delete all copies and contact us by e-mailing to: [email protected]. Thank You.” --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
