Where are scm releases deployed?

2006-01-08 Thread Dennis Lundberg
.org/maven/org.apache.maven.scm/jars/ - http://cvs.apache.org/repository/org.apache.maven.scm/jars/ Am I looking in the wrong places? If not, can someone please publish 1.0-beta-2. Also are the snapshots published anywhere, so that Maven-1 can find them? -- Dennis Lundberg

Re: Where are scm releases deployed?

2006-01-13 Thread Dennis Lundberg
verify it when you changed them. Well they are still there, but the requests all go through one. I'll turn off the sync for m1 now. Try the request - you should be able to obtain it. - Brett Yep, it's working now. Thanks. -- Dennis Lundberg

What should be the format for a valid scm url?

2006-01-21 Thread Dennis Lundberg
ing the "scm:|" format, which would no longer work. Thoughts anyone? -- Dennis Lundberg

[proposal] Create a utility class for scm url checking/parsing

2006-01-21 Thread Dennis Lundberg
. There should of course be an accompanying test suite for it. This concept might also be applied to the individual scm providers, e.g. there could be a CvsScmUrlUtils in maven-scm-provider-cvs. -- Dennis Lundberg

Re: Bazaar provider - howto submit

2006-01-22 Thread Dennis Lundberg
http://maven.apache.org/guides/development/guide-m2-development.html in particular the sections "Creating and submitting a patch" and "Maven Code Style". Then attach your patch to the jira issue you created earlier. -- Dennis Lundberg

Re: What should be the format for a valid scm url?

2006-01-22 Thread Dennis Lundberg
[2] http://www.ietf.org/rfc/rfc2396.txt -- Dennis Lundberg Lukas Theussl wrote: According to [1], the format for a scm url is scm ie, scm:| would not be a valid form. I would also find it confusing if there were other colons in one of the variables, so I think it should not be allowed. -Luka

Re: What should be the format for a valid scm url?

2006-01-22 Thread Dennis Lundberg
ogether a patch. Should I add e new issue in JIRA for it or should we reopen SCM-106? Your previous patch wasn't in previoys release, so if you send a new patch, there won't be any difference for users. Yes, we are still in-between-releases, so no harm done. Emmanuel -- Dennis Lund

Re: What should be the format for a valid scm url?

2006-01-22 Thread Dennis Lundberg
One new patch, coming up... -- Dennis Lundberg Lukas Theussl wrote: I'm fine with that too, as long as the documentation gets updated accordingly. Dennis, can you attach a new patch for MPCHANGELOG-81? I'd like to release it this week. Cheers, -Lukas Emmanuel Venisse wrote: Y

Re: [vote] Release Maven-SCM 1.0 final

2006-02-25 Thread Dennis Lundberg
+1 (non-binding) -- Dennis Lundberg Emmanuel Venisse wrote: Hi everyone, I'd like to release 1.0 final of Maven-SCM. All APIs are stable since a long time and we didn't find any blocker issues since 1.0-beta-2 release. The list of issues fixed are : http://jira.codehaus.

Re: svn commit: r406655 - /maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/test/java/org/apache/maven/scm/provider/cvslib/repository/CvsScmProviderReposi

2006-05-15 Thread Dennis Lundberg
.getProviderRepository() instanceof CvsScmProviderRepository ); - +System.out.println( "cvs:" + expectedUrl ); +System.out.println( repository.toString() ); assertEquals( "cvs:" + expectedUrl, repository.toString() ); return (CvsScmProviderRepository) repository.getProviderRepository(); Did you mean to leave those two System.out.println() statements in the code? -- Dennis Lundberg

Re: We're near the release of 1.0 final

2007-03-27 Thread Dennis Lundberg
some minor changes and fixes. I also had a look at the site as a whole and removed some skin parts that are no longer needed. -- Dennis Lundberg

Re: We're near the release of 1.0 final

2007-03-27 Thread Dennis Lundberg
version of modello-maven-plugin is alpha-15. Should I update it? I added two development guide in the site, it would be cool if you can look at it. Emmanuel -- Dennis Lundberg

Re: build failures on JDK 1.4

2007-09-24 Thread Dennis Lundberg
Blog: http://www.devzuz.org/blogs/bporter/ -- Dennis Lundberg

Re: build failures on JDK 1.4

2007-09-24 Thread Dennis Lundberg
I've fixed those as well. Brett Porter wrote: Thanks Dennis! SCM API is fine, there seem to be new problems in the providers though. I'll take a look. On 25/09/2007, at 6:42 AM, Dennis Lundberg wrote: Should be fixed now. We'll need to check the results in Continuum later

Re: Custom SCM Provider

2007-10-20 Thread Dennis Lundberg
the sender immediately and destroy this email. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this email are those of the author personally. -- Dennis Lundberg

Re: Custom SCM Provider

2007-10-20 Thread Dennis Lundberg
ermediate steps along the way. Robert Egan Dennis Lundberg <[EMAIL PROTECTED]> wrote on 10/20/2007 09:20:20 AM: > I had a look at the scm source and found the error message that you got. > IIUC you need to call > >DefaultScmManager.setScmProvider( String prov

Re: release:perform changes perforce clientspec

2007-12-12 Thread Dennis Lundberg
e.clientspec.name=brewke_all. -- View this message in context: http://www.nabble.com/release%3Aperform-changes-perforce-clientspec-tp14302166s177p14302166.html Sent from the Maven - SCM mailing list archive at Nabble.com. -- Dennis Lundberg

Re: Release/SCM broken for eclipse?

2008-07-13 Thread Dennis Lundberg
- Is the release plugin not really fixed (as claimed since beta-6 and I'm using beta-8) or have I done something else that is wrong? -Chris -- Dennis Lundberg

Re: Release/SCM broken for eclipse?

2008-07-14 Thread Dennis Lundberg
t: Sat Jul 12 21:38:28 EST 2008 [INFO] Final Memory: 7M/13M [INFO] Is the release plugin not really fixed (as claimed since beta-6 and I'm using beta-8) or have I done something else that is wrong? -Chris -- Dennis Lundberg

Re: Release/SCM broken for eclipse?

2008-07-14 Thread Dennis Lundberg
ChrisGWarp wrote: Dennis Lundberg-2 wrote: How have you configured in your projects? Yes, in all of them. I've even tried only on the base/project Pom. Each project/module has the scm pointing directly to their individual directories. The only thing of note is that I'm usin

Re: svn commit: r684902 - in /maven/scm/trunk: ./ maven-scm-api/ maven-scm-client/ maven-scm-managers/ maven-scm-managers/maven-scm-manager-plexus/ maven-scm-plugin/ maven-scm-providers/ maven-scm-pro

2008-08-11 Thread Dennis Lundberg
org.apache.maven.scm maven-scm-provider-starteam - 1.1-SNAPSHOT + 1.1 org.apache.maven.scm maven-scm-provider-svnexe - 1.1-SNAPSHOT + 1.1 org.apache.maven.scm maven-scm-provider-synergy - 1.1-SNAPSHOT + 1.1 org.apache.maven.scm maven-scm-provider-vss - 1.1-SNAPSHOT + 1.1 -- Dennis Lundberg

Re: svn commit: r685168 - /maven/scm/trunk/maven-scm-site/pom.xml

2008-08-13 Thread Dennis Lundberg
maven-scm >> org.apache.maven.scm >> -1.1-SNAPSHOT >> +1.2-SNAPSHOT >> >> 4.0.0 >> maven-scm-site >> @@ -32,7 +32,7 @@ >> >> >> apache.website >> - scpexe://people.apache.org/www/maven.apache.org/scm >> + >> scpexe://people.apache.org/www/maven.apache.org/scm-${pom.version} >> >> >> >> >> >> > > -- > Brett Porter > [EMAIL PROTECTED] > http://blogs.exist.com/bporter/ > > -- Dennis Lundberg

Re: svn commit: r685168 - /maven/scm/trunk/maven-scm-site/pom.xml

2008-08-13 Thread Dennis Lundberg
w/maven.apache.org/scm-versions/1.0 ( or maven-scm-1.0) > /www/maven.apache.org/scm-versions/1.1 > > and a link (or a redirect) in root to the last version. > > ? > -- > Olivier > > 2008/8/13 Dennis Lundberg <[EMAIL PROTECTED]>: >> There's a problem doing tha

Re: Synergy Plugin DCM fix

2008-10-03 Thread Dennis Lundberg
get commit rights on that part of the SCM Plugin ? > > -jens > > > -- Dennis Lundberg

Re: Can't checkout maven project from Subversion repository

2010-12-10 Thread Dennis Lundberg
t this problem has appeared to > many people and they were advised to install the Maven SCM provider for > Subversive. But how and where since the Subversive site says that every > thing which could have been installed is already installed ? m2e-extras has > been completely installed, but the Tycho project configuration which, in my > opinion, is not related to what I need. > > Many thanks in advance for helping me. > > kind regards, > > Nicolas -- Dennis Lundberg

Re: Can't checkout maven project from Subversion repository

2010-12-11 Thread Dennis Lundberg
nd a more advised answer. > > Kind regards, > > Nicolas -- Dennis Lundberg

Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Dennis Lundberg
gt;> but it seems a bit outdated. >> >>> >> >>> -- >> >>> Best regards, >> >>> Evgeny Mandrikov aka Godin <http://godin.net.ru> >> >>> http://twitter.com/_godin_ >> >>> >> >> >> >> >> >> >> >> -- >> >> Olivier Lamy >> >> http://twitter.com/olamy >> >> http://www.linkedin.com/in/olamy >> >> >> >> >> -- >> Best regards, >> Evgeny Mandrikov aka Godin <http://godin.net.ru> >> >> >> http://twitter.com/_godin_ >> >> >> >> >> >> -- >> Best regards, >> Evgeny Mandrikov aka Godin <http://godin.net.ru> >> http://twitter.com/_godin_ >> >> >> >> >> >> >> >> > > > -- Dennis Lundberg

[jira] Created: (SCM-106) Validation of scm url fails because of ambiquities between source code and site documentation

2005-12-10 Thread Dennis Lundberg (JIRA)
Type: Bug Components: maven-scm-api Reporter: Dennis Lundberg I am trying out Continuum and am tracking down the cause of why I get an error regarding the scm url that I provide when adding an ant project. This has led me here. I copied the scm url from my maven 1 project.xml and got a

[jira] Commented: (SCM-106) Validation of scm url fails because of ambiquities between source code and site documentation

2005-12-12 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-106?page=comments#action_53320 ] Dennis Lundberg commented on SCM-106: - A patch for the code is in the works. I thought that I would write a testcase for it as well, but am having trouble finding a good home for it

[jira] Created: (SCM-112) Broken links to mail-archives

2005-12-12 Thread Dennis Lundberg (JIRA)
Broken links to mail-archives - Key: SCM-112 URL: http://jira.codehaus.org/browse/SCM-112 Project: Maven SCM Type: Bug Reporter: Dennis Lundberg Priority: Minor Attachments: mail-archive.patch The links to the mail-archives are

[jira] Updated: (SCM-106) Validation of scm url fails because of ambiquities between source code and site documentation

2005-12-19 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-106?page=all ] Dennis Lundberg updated SCM-106: Attachment: SCM-106.patch > Validation of scm url fails because of ambiquities between source code and > site documen

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

2005-12-25 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-123?page=comments#action_54177 ] Dennis Lundberg commented on SCM-123: - The docs for the cvs provider seems to indicate that the @ character is needed. "If you use an anonymous access, you need to add a

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

2005-12-26 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-123?page=comments#action_54199 ] Dennis Lundberg commented on SCM-123: - Having read the Cederqvist http://ximbiot.com/cvs/manual/cvs-1.11.21/cvs_2.html#SEC26 I think that maven-scm is wrong in assuming that &quo

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

2005-12-26 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-123?page=comments#action_54201 ] Dennis Lundberg commented on SCM-123: - Regarding my first comment: ignore it. The docs are talking about something else. I'll attach a patch that makes the docs a bit more clea

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

2005-12-26 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-123?page=all ] Dennis Lundberg updated SCM-123: Attachment: SCM-123-docs.patch > scm plugin ignores -Dusername for CSV provider > -- > >

[jira] Created: (SCM-124) StarteamChangeLogConsumerTest does not work if locale is not en or fr

2005-12-26 Thread Dennis Lundberg (JIRA)
-starteam Environment: Maven 2.0.1, JDK 1.4.2_09, Win XP Pro, Swedish locale Reporter: Dennis Lundberg The testcase StarteamChangeLogConsumerTest makes assumptions about the user's locale that are not always true. Lines 45-52 uses the default locale and if a suitable changelog for that l

[jira] Commented: (SCM-124) StarteamChangeLogConsumerTest does not work if locale is not en or fr

2005-12-26 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-124?page=comments#action_54238 ] Dennis Lundberg commented on SCM-124: - Actually I have never used Starteam so do not know whether locale is determined by client or server. It was just an assumption on my part. I do

[jira] Commented: (SCM-121) Intermittent CVS test failures

2005-12-28 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-121?page=comments#action_54368 ] Dennis Lundberg commented on SCM-121: - I am experiencing this as well. My environment is Windows XP using cvsnt as my command-line client. Mike wrote about this error on the dev

[jira] Commented: (SCM-31) The scm url validator should return a code corresponding to the error

2005-12-28 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-31?page=comments#action_54374 ] Dennis Lundberg commented on SCM-31: Where in the code chain would you like this? I looked at the code and found this chain of execution regarding validation of the scmUrl: maven-scm

[jira] Updated: (SCM-1) Publish site for 1.0

2005-12-28 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-1?page=all ] Dennis Lundberg updated SCM-1: -- Attachment: SCM-1.patch > Publish site for 1.0 > > > Key: SCM-1 > URL: http://jira.codehaus.org/browse/SCM-1 >

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

2006-01-08 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55187 ] Dennis Lundberg commented on SCM-129: - I believe that this has been fixed by SCM-125. I will try to set up my dependencies on a project, to use the latest snapshots and see if I can

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

2006-01-08 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-129?page=comments#action_55189 ] Dennis Lundberg commented on SCM-129: - But the (non scm) files are created by Maven as part of the release process. In my setup there are two files that are reported as unknown when

[jira] Created: (SCM-131) mvn scm:validate does not validate the developerConnection in the pom

2006-01-15 Thread Dennis Lundberg (JIRA)
Reporter: Dennis Lundberg There are a couple of reasons for this, in ValidateMojo: # The check to see if the scmDeveloperConnection is not null is done on the scmConnection # The @parameter definitions are wrong for both the the scmConnection and scmDeveloperConnection The check for scmConnection is

[jira] Updated: (SCM-131) mvn scm:validate does not validate the developerConnection in the pom

2006-01-15 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-131?page=all ] Dennis Lundberg updated SCM-131: Attachment: SCM-131.patch > mvn scm:validate does not validate the developerConnection in the

[jira] Created: (SCM-139) Create a utility class for scm url checking/parsing

2006-01-22 Thread Dennis Lundberg (JIRA)
Create a utility class for scm url checking/parsing --- Key: SCM-139 URL: http://jira.codehaus.org/browse/SCM-139 Project: Maven SCM Type: New Feature Components: maven-scm-api Reporter: Dennis Lundberg

[jira] Updated: (SCM-139) Create a utility class for scm url checking/parsing

2006-01-22 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-139?page=all ] Dennis Lundberg updated SCM-139: Attachment: ScmUrlUtils.java > Create a utility class for scm url checking/parsing > --- > >

[jira] Reopened: (SCM-106) Validation of scm url fails because of ambiquities between source code and site documentation

2006-01-23 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-106?page=all ] Dennis Lundberg reopened SCM-106: - After some discussion on scm-dev we have come to the conclusion that the correct format of an scm url should be: scm: I will attach a new patch for this later on

[jira] Commented: (SCM-124) StarteamChangeLogConsumerTest does not work if locale is not en or fr

2006-02-02 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-124?page=comments#action_57688 ] Dennis Lundberg commented on SCM-124: - I can confirm that the tests run successfully using revision 374523. But I do think that the root of the problem is still there. Running the

[jira] Reopened: (SCM-124) StarteamChangeLogConsumerTest does not work if locale is not en or fr

2006-02-02 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-124?page=all ] Dennis Lundberg reopened SCM-124: - Reopening so that I can attach a file. > StarteamChangeLogConsumerTest does not work if locale is not en or

[jira] Updated: (SCM-124) StarteamChangeLogConsumerTest does not work if locale is not en or fr

2006-02-02 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-124?page=all ] Dennis Lundberg updated SCM-124: Attachment: SCM-124.patch > StarteamChangeLogConsumerTest does not work if locale is not en or

[jira] Commented: (SCM-150) Start pure java cvs provider

2006-02-02 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-150?page=comments#action_57690 ] Dennis Lundberg commented on SCM-150: - How is this different from SCM-10? > Start pure java cvs provider > > > Key: SCM-150 >

[jira] Commented: (SCM-29) test with CVS NT

2006-02-12 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-29?page=comments#action_58451 ] Dennis Lundberg commented on SCM-29: I agree with your decision to remove the check for CVSNT. > test with CVS NT > > > Key: SCM-29 >

[jira] Commented: (SCM-139) Create a utility class for scm url checking/parsing

2006-02-23 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-139?page=comments#action_59343 ] Dennis Lundberg commented on SCM-139: - Do you mean duplicated code in the new files that I created or in the files that are already a part of maven-scm? > Create a utility class

[jira] Commented: (SCM-139) Create a utility class for scm url checking/parsing

2006-02-25 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/SCM-139?page=comments#action_59465 ] Dennis Lundberg commented on SCM-139: - I'll pull something together then. I assume that this will be put in after 1.0 has been released, so I will create the patch against 1.0