Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Maciek Zywno
Ben Walding wrote:

The repository connection string must start with scm:

eg

scm:cvs:pserver:[EMAIL PROTECTED]:/foo


thanks, but when I changed to:

repository
 connectionscm:cvs:pserver:[EMAIL PROTECTED]:/foo/connection   
 urlhttp://scm.foobar.com/url   
/repository  

I get:

BUILD FAILED
File.. file:/C:/Documents and 
Settings/maciek/.maven/plugins/maven-changelog
-plugin-1.4-SNAPSHOT/
Element... changelog:changelog
Line.. 65
Column 15
repository connection string contains less than six tokens

I don't get it - I copied the simple example project xml and it does not 
work - could you help once again?

thanks in advance

maciek

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Jefferson K. French
You also need to specify the module you are checking of of CVS. For
example:

  scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:myModule

In your repository connection string, is [EMAIL PROTECTED] somthing you
used for your post to hide the real names, or is that what it actually
contains?

  Jeff

On Sat, 29 Nov 2003, at 12:05:11 [GMT +0100] Maciek Zywno wrote:

 Ben Walding wrote:

 The repository connection string must start with scm:

 eg

 scm:cvs:pserver:[EMAIL PROTECTED]:/foo


 thanks, but when I changed to:

 repository
   connectionscm:cvs:pserver:[EMAIL PROTECTED]:/foo/connection   
   urlhttp://scm.foobar.com/url   
 /repository  

 I get:

 BUILD FAILED
 File.. file:/C:/Documents and 
 Settings/maciek/.maven/plugins/maven-changelog
 -plugin-1.4-SNAPSHOT/
 Element... changelog:changelog
 Line.. 65
 Column 15
 repository connection string contains less than six tokens

 I don't get it - I copied the simple example project xml and it does not 
 work - could you help once again?

 thanks in advance

 maciek


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
mailto:[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Maciek Zywno
Jefferson K. French wrote:

You also need to specify the module you are checking of of CVS. For
example:
 scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:myModule

In your repository connection string, is [EMAIL PROTECTED] somthing you
used for your post to hide the real names, or is that what it actually
contains?
 Jeff
 

thanks, it is ok now
I am just getting to know about maven and try its capabilities.. I 
mean.. no real projects, servers.. :)

I've just found  a nice maven manual so no more lame questions from me 
:-) (I hope)

thanks

maciek

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


site:generate failed - repository connection must start with scm[delim]

2003-11-28 Thread Maciek Zywno
Hello

I try to use site:generate goal on the simplest possible project but got 
the following message:

[...]
checkstyle:init:
checkstyle:report:
checkstyle:run:
   [echo] Using C:\Documents and 
Settings\maciek\.maven\plugins\maven-checkstyl
e-plugin-2.2-SNAPSHOT\plugin-resources/sun_checks.xml for checkstyle ...
   [echo] Generating the Change Log...
maven-changelog-plugin:report:
   [echo] Generating the changelog report

BUILD FAILED
File.. file:/C:/Documents and 
Settings/maciek/.maven/plugins/maven-changelog
-plugin-1.4-SNAPSHOT/
Element... changelog:changelog
Line.. 64
Column 15
repository connection must start with scm[delim]
Total time: 7 seconds

in project.xml I've got:

repository
 connectioncvs:pserver:[EMAIL PROTECTED]:/foo/connection   
 urlhttp://scm.foobar.com/url   
/repository

So what's wrong with my connection?

Thanks in advance

Maciek Zywno



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: site:generate failed - repository connection must start with scm[delim]

2003-11-28 Thread Ben Walding
The repository connection string must start with scm:

eg

scm:cvs:pserver:[EMAIL PROTECTED]:/foo



Maciek Zywno wrote:

Hello

I try to use site:generate goal on the simplest possible project but 
got the following message:

[...]
checkstyle:init:
checkstyle:report:
checkstyle:run:
   [echo] Using C:\Documents and 
Settings\maciek\.maven\plugins\maven-checkstyl
e-plugin-2.2-SNAPSHOT\plugin-resources/sun_checks.xml for checkstyle ...
   [echo] Generating the Change Log...
maven-changelog-plugin:report:
   [echo] Generating the changelog report

BUILD FAILED
File.. file:/C:/Documents and 
Settings/maciek/.maven/plugins/maven-changelog
-plugin-1.4-SNAPSHOT/
Element... changelog:changelog
Line.. 64
Column 15
repository connection must start with scm[delim]
Total time: 7 seconds

in project.xml I've got:

repository 
connectioncvs:pserver:[EMAIL PROTECTED]:/foo/connection
urlhttp://scm.foobar.com/url   /repository

So what's wrong with my connection?

Thanks in advance

Maciek Zywno



-
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]