Re: ScmFileSet ignores excludes

2005-05-27 Thread dan tran
) { if ( files[i].getAbsolutePath().indexOf(target) != -1 ) { fail(Found excludes in file set); } } } } On 5/27/05, dan tran [EMAIL PROTECTED] wrote: Could someone validate this test case? package org.apache.maven.scm; import

StarTeam's scm:diff implemention

2005-06-06 Thread dan tran
Folks, I need some pointer on what to put in DiffScmResult which has 3 internal properties private List changedFiles; private Map differences; private String patch; Having trouble to understand what to put in 'differences'? From what I see, we should able to derive 'patch' from

Re: Adding a new provider

2005-06-14 Thread dan tran
Hello Simon, How does your src/main/resources/plexus/compoponents.xml look like? How did you invoke your test? -Dan On 6/14/05, Richardson, Simon (Treasury) [EMAIL PROTECTED] wrote: If you are talking about having it available at runtime YES - it will depend on what application you

Re: ClearCase support in the SCM plugin

2005-10-13 Thread dan tran
-dev list.Thanks!-Original Message-From: dan tran [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 13, 2005 12:57 AMTo: Maven Developers List Subject: Re: ClearCase support in the SCM pluginI am willing to help out if someone would take a lead of this effort(my need for maven-scm-clearcase

Re: 'No such provider: perforce'

2005-11-23 Thread dan tran
Take a look at other provider's components.xml. Do you have one yet? -Dan On 11/23/05, Mike Perham [EMAIL PROTECTED] wrote: How do I get the DefaultScmManager to see my new Perforce provider?mike

Re: Exercising more commands?

2005-11-30 Thread dan tran
we could add more mojos to maven-scm-plugin to call/execising those command. Forexample, we can add scm:changelog to dump the content to stdout. I can cookup changelog edit unedit mojos -D On 11/29/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Sure, but it isn't easy for clearcse, perforce and

Re: ClearCase 'checkout' implementation

2005-11-30 Thread dan tran
ourselves because then we need to look at the tag of the release and nothing else should be looked at. - They first create a snapshot view - After that, they set the config spec on the snapshot view Dan, do you know more on the stgloc and vws options? regards, Wim 2005/11/28, dan tran [EMAIL PROTECTED

Re: Final things for checkout and update in ClearCase

2005-12-05 Thread dan tran
On 12/5/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Wim Deblauwe a écrit : 2005/12/2, Emmanuel Venisse [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Wim Deblauwe a écrit : Hi, I managed to get ClearCase working with Continuum, but there are still 2 things that need to be addressed: 1) The view

Re: [vote] Release SCM 1.0-beta-2

2005-12-06 Thread dan tran
Wim, I think you can safely assume that on windows: viewstore is at \\${hostname}\viewstore unix viewstore is at /viewstore Those should be the default value if view store value are not found any where. -D On 12/5/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Yes, it is quite

Re: Clearcase LT

2006-01-18 Thread dan tran
not include additional unit tests if I'm not mistaken, so I don't know if we require this first? regards,Wim 2006/1/19, dan tran [EMAIL PROTECTED]: WIM, could you? You are much more familiar with the current code since you have written the whole thing -Dan On 1/18/06, Emmanuel Venisse [EMAIL

Re: The best approach to extend ScmProvider

2006-04-05 Thread dan tran
do you mean UCM activity under clearcase? -D On 4/5/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: What is the role of a task?Zsolt a écrit : I'm not sure what you exactly mean. CM-Synergy task is created BEFORE you checkout. Zsolt-Original Message-From: Torbjorn Smorgrav [mailto:[EMAIL

Re: scm:add

2006-07-21 Thread dan tran
: dan tran [mailto: [EMAIL PROTECTED]] Sent: Friday, July 21, 2006 9:07 AMTo: scm-dev@maven.apache.orgSubject: Re: scm:add add mojo is not in plugin yet since we dont see a good use for it yet and no one asks. But you are welcome to implement it -D On 7/20/06, Henry C. [EMAIL PROTECTED] wrote: Hello

Re: Looking for a possibility to use svn status -uv command and capture the output into a text file

2008-08-28 Thread Dan Tran
You may want to take a look at svn provider source to see if it can be extended to accept additional arguments via svn-settings.xml for scm:status command see http://maven.apache.org/scm/subversion.html -D On Thu, Aug 28, 2008 at 2:57 AM, Kiss Tibor [EMAIL PROTECTED] wrote: Hi SCM team! I

Re: checkout source code from svn

2008-09-30 Thread Dan Tran
see scm:bootstrap On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79 [EMAIL PROTECTED] wrote: Thank Emmanuel a lot! My checkout is running now. I have one more question: To check out source so far, I have to run command line mvn scm:checkout. But I want to do a chain-actions: check out source, then

Re: svn commit: r885618 - in /maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src: main/java/org/apache/maven/scm/provider/svn/svnexe/command/tag/ test/java/org

2009-11-30 Thread Dan Tran
is it necessary to required svn 1.5?? and break backward compatibility? -cl.createArg().setValue( --parents ); +// SCM-487 olamy : this need a svn 1.5 cli +//cl.createArg().setValue( --parents ); I hope release plugin would never pick this up -Dan On Mon, Nov 30, 2009

Re: svn commit: r885618 - in /maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src: main/java/org/apache/maven/scm/provider/svn/svnexe/command/tag/ test/java/org

2009-11-30 Thread Dan Tran
oops, I miss read the changes. but still want to ask, the change still compatible with svn 1.4 right? -Dan On Mon, Nov 30, 2009 at 3:46 PM, Dan Tran dant...@gmail.com wrote: is it necessary to required svn 1.5?? and break backward compatibility? -        cl.createArg().setValue( --parents

[jira] Created: (SCM-44) Add more starteam commands

2005-06-09 Thread Dan Tran (JIRA)
Add more starteam commands -- Key: SCM-44 URL: http://jira.codehaus.org/browse/SCM-44 Project: Maven SCM Type: New Feature Components: maven-scm-provider-starteam Versions: 1.0-alpha-1 Environment: xp Reporter: Dan Tran

[jira] Commented: (SCM-38) Ability to assign an issue tracking to add, lock, and checkin

2005-06-11 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-38?page=comments#action_41084 ] Dan Tran commented on SCM-38: - I would like to go forward with this enhancement by adding 'issue' argument to add/checkin/lock command interfaces. Please give some sort of blessing

[jira] Created: (SCM-57) m2 maven-scm-plugin should use the same configurations/properties with M1 plugin

2005-10-07 Thread Dan Tran (JIRA)
-plugin Versions: 1.0-alpha-3 Environment: xp Reporter: Dan Tran Fix For: 1.0-alpha-4 I think m2 should try to make scm plugin configuration compatible with m2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[jira] Created: (SCM-58) scm:checkout ignores -DworkingDirectory setting

2005-10-07 Thread Dan Tran (JIRA)
scm:checkout ignores -DworkingDirectory setting --- Key: SCM-58 URL: http://jira.codehaus.org/browse/SCM-58 Project: Maven SCM Type: Bug Versions: 1.0-alpha-3 Environment: xp Reporter: Dan Tran Fix For: 1.0

[jira] Created: (SCM-59) the mojo should refers to pom to pickup connectionUrl

2005-10-07 Thread Dan Tran (JIRA)
: xp Reporter: Dan Tran Fix For: 1.0-alpha-4 My current directory has a pom.xml with appropriate SCM connection setting However, when I execute m2 scm:checkout the command still require use to set -DconnectionUrl on command line -- This message is automatically generated by JIRA

[jira] Updated: (SCM-99) changelog is emtpy when using startDate is assigned

2005-12-06 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-99?page=all ] Dan Tran updated SCM-99: Attachment: SCM-99.patch patch + test changelog is emtpy when using startDate is assigned --- Key: SCM-99 URL

[jira] Updated: (SCM-98) Add scm:changelog goal

2005-12-06 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-98?page=all ] Dan Tran updated SCM-98: Attachment: SCM-98.patch patch, manually tested with svn and starteam providers Add scm:changelog goal -- Key: SCM-98 URL: http

[jira] Created: (SCM-98) Add scm:changelog goal

2005-12-06 Thread Dan Tran (JIRA)
Add scm:changelog goal -- Key: SCM-98 URL: http://jira.codehaus.org/browse/SCM-98 Project: Maven SCM Type: New Feature Components: maven-plugin Versions: 1.0-beta-1 Environment: starteam, svn, xp Reporter: Dan Tran Fix

[jira] Created: (SCM-99) changelog is emtpy when using startDate is assigned

2005-12-06 Thread Dan Tran (JIRA)
Reporter: Dan Tran Attachments: SCM-99.patch Current implementation uses -cfgd ${startDate} option to retreive changelog from startDate to latest change log. However, -cfgd is not intended to be used this way. It acutally returns the reverse which are the changelogs from the current view

[jira] Commented: (SCM-108) JDK 1.5 code

2005-12-12 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-108?page=comments#action_53292 ] Dan Tran commented on SCM-108: -- I think this code went into maven-scm beta2, does it mean, we need jdk 1.5 to work with this version of SCM? JDK 1.5 code Key

[jira] Assigned: (SCM-108) JDK 1.5 code

2005-12-15 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-108?page=all ] Dan Tran reassigned SCM-108: Assign To: Dan Tran JDK 1.5 code Key: SCM-108 URL: http://jira.codehaus.org/browse/SCM-108 Project: Maven SCM Type: Bug

[jira] Commented: (SCM-85) Allow svn username/password to be set in servers section of settings.xml

2005-12-16 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-85?page=comments#action_53553 ] Dan Tran commented on SCM-85: - I thought it is intended that maven-scm should be independent from maven, so that it can be used by other application. So we should not touch settings.xml

[jira] Commented: (SCM-123) scm plugin ignores -Dusername for CSV provider

2005-12-26 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-123?page=comments#action_54220 ] Dan Tran commented on SCM-123: -- Hi Dennis, thanks for providing feedback on this issue the maven-scm-plugin allows overwritting username and password thru plugin configuration and command

[jira] Commented: (SCM-129) maven-release-plugin's checkForLocalModifications fails when there is non scm files the project

2006-01-08 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55188 ] Dan Tran commented on SCM-129: -- SCM-125 ? status is mapped to unknown state which make release plugin unhappy. Before I was ignore by cvs provider and there for release plugin has

[jira] Closed: (SCM-128) Unable to do release:prepare with cvs provider

2006-01-08 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-128?page=all ] Dan Tran closed SCM-128: Resolution: Fixed added changes to SVN to convert absolute path to relative path for all files in ScmFileSet Unable to do release:prepare with cvs provider

[jira] Closed: (SCM-141) Allow compression option

2006-01-22 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/SCM-141?page=all ] Dan Tran closed SCM-141: Assign To: Dan Tran Resolution: Fixed Fix Version: 1.0-beta-3 fixed Allow compression option Key: SCM-141 URL: http