RE: more xdoc issues [revisited]

2004-04-21 Thread Brett Porter
Can you clear out your plugins directory (rm -rf ~/.maven/plugins) and
confirm it still occurs? Post an issue to JIRA if it does.

Thanks,
Brett

> -Original Message-
> From: Darren Hartford [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 21 April 2004 11:00 PM
> To: Maven Users List
> Subject: more xdoc issues [revisited]
> 
> 
> I have not heard back if other people have this same problem 
> or if it is just my install.  It doesn't error, just 
> incorrect output. 
> 
> -Original Message-
> From: Darren Hartford 
> Sent: Friday, April 16, 2004 2:37 PM
> To: Maven Users List
> Subject: more xdoc issues
> 
> 
> I've been having a lot of issues with XDOC since upgrading to 
> maven-1.0-rc2 (both bootstrap and binary 1.0-rc2), and it may 
> just be my install. 
> 
> As a usecase, running 'maven ear' with  name="maven.ear.appxml.generate" value="true"/> creates an 
> ear application.xml file that contains this segment:
> 
> ==snip==
> 
>  systemId="http://java.sun.com/dtd/application_1_3.dtd"; 
> name="application" publicId="-//Sun Microsystems, Inc.//DTD 
> J2EE Application 1.3//EN">   ... 
>  ==end snip==
> 
> obviously, the x:doctype was not converted correctly, and I 
> have similar problems with changelog and sitegen that are 
> along the same lines.  Has anyone else seen these problems 
> and happen to know how to correct my install?
> 
> maven 1.0-rc2 (bootstrap and binary installs have same 
> problem) Win2000 Sun Java 1.4.2, recently upgraded to 
> 1.4.2_04 (did not change results)
> 
> Gone from maven beta-8 up, first major usage stop with my projects.
> 
> thanks,
> -D
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: 3 issues found while upgrading to rc2

2004-04-21 Thread Brett Porter
maven-xdoc-plugin-1.7 will fix this. There are a few more things to correct
before it is released.

If you'd like to get it now, you can checkout maven-plugins/xdoc from CVS
and run "maven plugin:install", but this isn't supported! :)

Cheers,
Brett

> -Original Message-
> From: Yujin Kim [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 22 April 2004 2:17 AM
> To: Maven Users List
> Subject: Re: 3 issues found while upgrading to rc2
> 
> 
> Hi
> 
> I'm new on this list, but I also experienced this issue.
> I made a quick heck as follows:
> 
> Edit .maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> add the line
>   
> before
>   
> 
> don't think my heck is the right one though as it appears somewhere  
> something is removing the protocol ("file:") so when it gets 
> there, the  
> stylesheet variable only has the path to the file, but not including  
> the URI.
> 
> 
> On Apr 21, 2004, at 11:39 AM, olle ollesson wrote:
> 
> > Hi,
> >
> > Thanks for the reply.
> >
> > Has anyone been able to confirm my first problem? Should I 
> install the
> > JAVANSS plugin differently?
> >
> > I've raised MAVEN-1242 in JIRA for the second problem
> > (clover/JDK131/XML) as you suggested.
> >
> > As for the third problem it looks like it's similar to the issue
> > discussed in the "Problem with RC2's site goal" thread. I'm 
> running it  
> > on Unix as well.
> >
> > Anyway, here's the additional output to the third problem :
> >
> > - BEGIN SNIPPET ---
> >[echo] Generating /home/user/ft/target/docs/linkcheck.html from
> > /home/user/ft/target/linkcheck/docs/linkcheck.xml
> >
> > BUILD FAILED
> > org.apache.commons.jelly.JellyException: null:-1:-1:  
> Could not
> > parse Jelly script
> >at  
> > 
> org.apache.commons.jelly.JellyContext.compileScript(JellyConte
> xt.java: 
> > 491)
> >at  
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:608)
> >at  
> > 
> org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:584)
> >at  
> > 
> org.apache.commons.jelly.tags.core.IncludeTag.doTag(IncludeTag.java: 
> > 143)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> >at  
> > 
> org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207)
> >at  
> > org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> >at  
> > 
> org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java: 
> > 145)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> >at  
> > 
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScr
> ipt.java: 
> > 145)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(Mave
> nGoalTag. 
> > java:78)
> >at  
> > 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction
> .performA 
> > ction(MavenGoalTag.java:99)
> >at com.werken.werkz.Goal.fire(Goal.java:639)
> >at com.werken.werkz.Goal.attain(Goal.java:575)
> >at  
> > com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> >at  
> > 
> org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(Mav
> enAttainG 
> > oalTag.java:126)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> >at 
> org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> >at  
> > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> >at  
> > 
> org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java: 
> > 145)
> >at  
> > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> >at  
> > org.a

Re: aspectj plugin & maven 1.0 rc2

2004-04-21 Thread Daniel Henrique Alves Lima
I've added the following line in my project.xml and the error seems to 
stop :

   src/java

Daniel Henrique Alves Lima wrote:

   Now i'm getting this "already defined" message for all my classes...
   Can be a configuration problem ? I don't have any aspectj plugin 
property defined in my project.properties and i'm trying to run
"maven aspectj:compile" or just "maven aspectj".

[iajc] couldn't find aspectjrt.jar on classpath, checked:
   [iajc] /projects/new_project/database/RowIterator.jav
a:14 The type RowIterator is already defined
   [iajc] public interface RowIterator extends Iterator {
   [iajc]
Vincent Massol wrote:




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


Re: aspectj plugin & maven 1.0 rc2

2004-04-21 Thread Daniel Henrique Alves Lima
   Now i'm getting this "already defined" message for all my classes...
   Can be a configuration problem ? I don't have any aspectj plugin 
property defined in my project.properties and i'm trying to run
"maven aspectj:compile" or just "maven aspectj".

[iajc] couldn't find aspectjrt.jar on classpath, checked:
   [iajc] /projects/new_project/database/RowIterator.jav
a:14 The type RowIterator is already defined
   [iajc] public interface RowIterator extends Iterator {
   [iajc] 

Vincent Massol wrote:

Hi Daniel,

You're not supposed to change the aspectj version used by the aspectj
plugin. The dependency is automatically handled by the aspectj plugin.
Could you ensure you have internet access, clean your plugin cache
directory, call the aspectj plugin again and send us the console log?
Thanks
-Vincent
 

-Original Message-
From: Daniel Henrique Alves Lima [mailto:[EMAIL PROTECTED]
Sent: 21 April 2004 22:12
To: Maven Users List
Subject: aspectj plugin & maven 1.0 rc2
   Hi, everybody !

   I'm trying to use aspectj plugin with maven 1.0rc2 but i'm getting
the following error:
aspectj:weave-internal:
   [move] Moving 1 files to /projects/new_project/target
copyInjars not required since 1.1.1.
   [iajc] ignored: copyInJars at
   [iajc] couldn't find aspectjrt.jar on classpath, checked:
   [iajc] manifest not copied: 'META-INF/MANIFEST.MF' in JAR
'/projects/new_project/target/new_project-1.0-b1-notweaved.jar'
   [iajc] ABORT
   [iajc] Exception thrown from AspectJ 1.1.1
   I've tried to add a dependency for aspectjrt.jar in my project.xml
   

:
 


 aspectj
 aspectjrt
 1.1.1
 http://aspectj.org/
   
   But it doesn't work. Any glue ?

   How can i know/change the version of aspectj plugin that maven is
using ?
Thanks !

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



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


RE: aspectj plugin & maven 1.0 rc2

2004-04-21 Thread Vincent Massol
Hi Daniel,

You're not supposed to change the aspectj version used by the aspectj
plugin. The dependency is automatically handled by the aspectj plugin.

Could you ensure you have internet access, clean your plugin cache
directory, call the aspectj plugin again and send us the console log?

Thanks
-Vincent

> -Original Message-
> From: Daniel Henrique Alves Lima [mailto:[EMAIL PROTECTED]
> Sent: 21 April 2004 22:12
> To: Maven Users List
> Subject: aspectj plugin & maven 1.0 rc2
> 
> Hi, everybody !
> 
> I'm trying to use aspectj plugin with maven 1.0rc2 but i'm getting
> the following error:
> 
> aspectj:weave-internal:
> [move] Moving 1 files to /projects/new_project/target
> copyInjars not required since 1.1.1.
> 
> [iajc] ignored: copyInJars at
> [iajc] couldn't find aspectjrt.jar on classpath, checked:
> [iajc] manifest not copied: 'META-INF/MANIFEST.MF' in JAR
> '/projects/new_project/target/new_project-1.0-b1-notweaved.jar'
> [iajc] ABORT
> [iajc] Exception thrown from AspectJ 1.1.1
> 
> 
> I've tried to add a dependency for aspectjrt.jar in my project.xml
:
> 
>  
>   aspectj
>   aspectjrt
>   1.1.1
>   http://aspectj.org/
> 
> 
> But it doesn't work. Any glue ?
> 
> How can i know/change the version of aspectj plugin that maven is
> using ?
> 
> 
> Thanks !
> 
> 
> -
> 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]



RE: aspectj plugin & maven 1.0 rc2

2004-04-21 Thread Carlos Sanchez
Hi

You can check the new features expected to be added in version 3.0
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-8

Or download from http://oness.sourceforge.net/maven-aspectj-plugin a
temporal plugin with the new features which will be available until new
official release.


> -Mensaje original-
> De: Daniel Henrique Alves Lima [mailto:[EMAIL PROTECTED] 
> Enviado el: miércoles, 21 de abril de 2004 22:12
> Para: Maven Users List
> Asunto: aspectj plugin & maven 1.0 rc2
> 
> Hi, everybody !
> 
> I'm trying to use aspectj plugin with maven 1.0rc2 but 
> i'm getting the following error:
> 
> aspectj:weave-internal:
> [move] Moving 1 files to /projects/new_project/target 
> copyInjars not required since 1.1.1.
>  
> [iajc] ignored: copyInJars at
> [iajc] couldn't find aspectjrt.jar on classpath, checked:
> [iajc] manifest not copied: 'META-INF/MANIFEST.MF' in JAR 
> '/projects/new_project/target/new_project-1.0-b1-notweaved.jar'
> [iajc] ABORT
> [iajc] Exception thrown from AspectJ 1.1.1
> 
> 
> I've tried to add a dependency for aspectjrt.jar in my 
> project.xml :
> 
>  
>   aspectj
>   aspectjrt
>   1.1.1
>   http://aspectj.org/
> 
> 
> But it doesn't work. Any glue ?
> 
> How can i know/change the version of aspectj plugin that maven is 
> using ?
> 
> 
> Thanks !
> 
> 
> -
> 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]



RE: jelly

2004-04-21 Thread Vincent Massol
For Jelly doc: http://jakarta.apache.org/commons/jelly/libs/index.html

You might want to try this:
http://jakarta.apache.org/commons/jelly/libs/util/tags.html#util:availab
le

Another source of jelly doc are the Maven plugin sources.

Hope it helps,
-Vincent

> -Original Message-
> From: Hahne, Ronald [mailto:[EMAIL PROTECTED]
> Sent: 21 April 2004 22:08
> To: 'Maven Users List'
> Subject: jelly
> 
> I am having trouble find the documentation for jelly.
> All I want to do is test if a file exists on not.
> 
> Thanks,
> Ron Hahne
> 
> -
> 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]



jelly

2004-04-21 Thread Hahne, Ronald
I am having trouble find the documentation for jelly.
All I want to do is test if a file exists on not.

Thanks,
Ron Hahne

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



aspectj plugin & maven 1.0 rc2

2004-04-21 Thread Daniel Henrique Alves Lima
   Hi, everybody !

   I'm trying to use aspectj plugin with maven 1.0rc2 but i'm getting 
the following error:

aspectj:weave-internal:
   [move] Moving 1 files to /projects/new_project/target
copyInjars not required since 1.1.1.
   [iajc] ignored: copyInJars at
   [iajc] couldn't find aspectjrt.jar on classpath, checked:
   [iajc] manifest not copied: 'META-INF/MANIFEST.MF' in JAR 
'/projects/new_project/target/new_project-1.0-b1-notweaved.jar'
   [iajc] ABORT
   [iajc] Exception thrown from AspectJ 1.1.1

   I've tried to add a dependency for aspectjrt.jar in my project.xml :


 aspectj
 aspectjrt
 1.1.1
 http://aspectj.org/
   
   But it doesn't work. Any glue ?

   How can i know/change the version of aspectj plugin that maven is 
using ?

Thanks !

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


Re: Jelly coding question: Checking if a property was set.

2004-04-21 Thread Jörg Schaible
Erik Husby wrote:

> What is the preferred Jelly coding technique for the following
> 
> if (property not set by user) then
> set the property to a default value
> end if
> 
> I've seen things like:
> 
> 
> 
> 
> 
> But that seems very awkward. The Jelly site does not seem to have any
> progamming tips only a tag reference.
> 


Your example would work without the extra variable. Unfortunately Jelly has
a bug, when you have variables with a dot, since they misbehave in the
test ... 

Regards,
Jörg


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



Jelly coding question: Checking if a property was set.

2004-04-21 Thread Erik Husby
What is the preferred Jelly coding technique for the following

if (property not set by user) then
   set the property to a default value
end if
I've seen things like:




But that seems very awkward. The Jelly site does not seem to have any 
progamming tips only a tag reference.

--
Erik Husby
Team Lead for Software Quality Automation
Broad Institute
Rm. 2192  320 Charles St
Cambridge, MA 02141-2023
mobile: 781.354.6669, office: 617.258.9227, [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Problem with site:generate goal in *very* basic project

2004-04-21 Thread Jarrell, Maury
Thanks for your prompt reply.  I'll re-try with the cvs version.

Maury

> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 1:02 PM
> To: Maven Users List
> Subject: Re: Problem with site:generate goal in *very* basic project
> 
> It's a known bug in xdoc plugin that was fixed in cvs.
> 
> Emmanuel
> 



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



Re: Problem with site:generate goal in *very* basic project

2004-04-21 Thread Emmanuel Venisse
It's a known bug in xdoc plugin that was fixed in cvs.

Emmanuel

- Original Message - 
From: "Jarrell, Maury" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 7:25 PM
Subject: Problem with site:generate goal in *very* basic project


> I've been working on and off for a couple of weeks trying to figure out
> Maven and see if it will work for us.  As the documentation says, the
> biggest bang for our buck in moving to Maven is the automatic site
> generation.  I initially tried to generate a site based on our java
sources,
> and I ran into a roadblock when it failed trying to run the tests. ( See
my
> email to this list from 8 Apr 2004: test:test goal can't find JUnitTask )
>
> I tried to start from scratch:
>
> I deleted my local repository.  I reinstalled the binary version of
> Maven-1.0-rc2.  I started in a fresh directory and ran "maven genapp"
using
> the "-Dpackage=" switch to specify my package.  I *still* got the error in
> the test:test goal when I ran "maven site:generate"  I added
> "maven.test.skip=true" to my project.properties and tried
> "maven jar".  This worked!
>
> Then I tried "maven site:generate" again.  This time it fails consistently
> with the following error:
> ...
> Validating team-list.html
> maven-linkcheck-plugin:report-real:
> [echo] Generating /u01/home/oracle/maven1/target/docs/linkcheck.html
> from /u01/home/oracle/maven1/target/linkcheck/docs/linkcheck.xml
>
> BUILD FAILED
> File..
> file:/u01/home/oracle/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> Element... j:include
> Line.. 345
> Column 54
> null:-1:-1:  Could not parse Jelly script
> Total time: 4 minutes 34 seconds
> Finished at: Wed Apr 21 10:06:02 CDT 2004
>
> This appears to be a part of the dependent goal "xdoc:jelly-transform"
>
> My goal with this effort was to stay as close to a clean install/project
and
> as close to the docs as I could.  Any help would be appreciated.
>
> Thanks,
> Maury
>
>
> -
> 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]



Problem with site:generate goal in *very* basic project

2004-04-21 Thread Jarrell, Maury
I've been working on and off for a couple of weeks trying to figure out
Maven and see if it will work for us.  As the documentation says, the
biggest bang for our buck in moving to Maven is the automatic site
generation.  I initially tried to generate a site based on our java sources,
and I ran into a roadblock when it failed trying to run the tests. ( See my
email to this list from 8 Apr 2004: test:test goal can't find JUnitTask )

I tried to start from scratch:

I deleted my local repository.  I reinstalled the binary version of
Maven-1.0-rc2.  I started in a fresh directory and ran "maven genapp" using
the "-Dpackage=" switch to specify my package.  I *still* got the error in
the test:test goal when I ran "maven site:generate"  I added
"maven.test.skip=true" to my project.properties and tried 
"maven jar".  This worked!  

Then I tried "maven site:generate" again.  This time it fails consistently
with the following error:
...
Validating team-list.html
maven-linkcheck-plugin:report-real:
[echo] Generating /u01/home/oracle/maven1/target/docs/linkcheck.html
from /u01/home/oracle/maven1/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
File..
file:/u01/home/oracle/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line.. 345
Column 54
null:-1:-1:  Could not parse Jelly script
Total time: 4 minutes 34 seconds
Finished at: Wed Apr 21 10:06:02 CDT 2004

This appears to be a part of the dependent goal "xdoc:jelly-transform"

My goal with this effort was to stay as close to a clean install/project and
as close to the docs as I could.  Any help would be appreciated.

Thanks,
Maury


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



JAR file with a different extension ?

2004-04-21 Thread Nigel Magnay
Hi
 
I'm building a project with jar:install-snapshot goal, which works fine.

I need the file to actually have the extension .wsr when it is assembled
into an EAR file.

Should I do this with something like a rename & repository:copy-jar, or
some kind of step
Before the ear:ear ?
 
--
Activiti Ltd.
7th Floor, Nicholsons House
Nicholsons Walk
Maidenhead SL6 1LD
DDI: 01628 513 625 Mob 07973 285 424



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



Re: 3 issues found while upgrading to rc2

2004-04-21 Thread Yujin Kim
Hi

I'm new on this list, but I also experienced this issue.
I made a quick heck as follows:
Edit .maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
add the line
 
before
 

don't think my heck is the right one though as it appears somewhere  
something is removing the protocol ("file:") so when it gets there, the  
stylesheet variable only has the path to the file, but not including  
the URI.

On Apr 21, 2004, at 11:39 AM, olle ollesson wrote:

Hi,

Thanks for the reply.

Has anyone been able to confirm my first problem? Should I install the  
JAVANSS plugin differently?

I've raised MAVEN-1242 in JIRA for the second problem  
(clover/JDK131/XML) as you suggested.

As for the third problem it looks like it's similar to the issue  
discussed in the "Problem with RC2's site goal" thread. I'm running it  
on Unix as well.

Anyway, here's the additional output to the third problem :

- BEGIN SNIPPET ---
   [echo] Generating /home/user/ft/target/docs/linkcheck.html from  
/home/user/ft/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
org.apache.commons.jelly.JellyException: null:-1:-1:  Could not  
parse Jelly script
   at  
org.apache.commons.jelly.JellyContext.compileScript(JellyContext.java: 
491)
   at  
org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:608)
   at  
org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:584)
   at  
org.apache.commons.jelly.tags.core.IncludeTag.doTag(IncludeTag.java: 
143)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at  
org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207)
   at  
org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at  
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java: 
145)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
   at  
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java: 
145)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag. 
java:78)
   at  
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performA 
ction(MavenGoalTag.java:99)
   at com.werken.werkz.Goal.fire(Goal.java:639)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at  
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
   at  
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainG 
oalTag.java:126)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at  
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java: 
145)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
   at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at  
com.werken.werkz.jelly.PostGoalTag$1.firePostGoal(PostGoalTag.java:87)
   at com.werken.werkz.Goal.firePostGoalCallbacks(Goal.java:710)
   at com.werken.werkz.Goal.fire(Goal.java:654)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at  
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
   at  
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainG 
oalTag.java:126)
   at  
org.apache.commons.jelly.impl.TagScript.run(

Problem with FTP optional task

2004-04-21 Thread Pochat Jerome
Hi,

I need to deploy custom builds to an intranet FTP server.
Maven RC2 seems to fail with optional ANT FTP task :-(

What my "maven.xml" looks like :

  

  
  .../...

  

Maven immediately stop with this message :
taskdef class org.apache.tools.ant.taskdefs.optional.net.FTP cannot be found

The class is present in Maven folders (maven/lib/ant-optional-1.5.3-1.jar). I didn't 
do any change to Maven launch scripts.

Is it a known bug ? Anybody knows a workaround ?

Jérôme

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



RE: 3 issues found while upgrading to rc2

2004-04-21 Thread olle ollesson
Hi,

Thanks for the reply.

Has anyone been able to confirm my first problem? Should I install the 
JAVANSS plugin differently?

I've raised MAVEN-1242 in JIRA for the second problem (clover/JDK131/XML) as 
you suggested.

As for the third problem it looks like it's similar to the issue discussed 
in the "Problem with RC2's site goal" thread. I'm running it on Unix as 
well.

Anyway, here's the additional output to the third problem :

- BEGIN SNIPPET ---
   [echo] Generating /home/user/ft/target/docs/linkcheck.html from 
/home/user/ft/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
org.apache.commons.jelly.JellyException: null:-1:-1:  Could not parse 
Jelly script
   at 
org.apache.commons.jelly.JellyContext.compileScript(JellyContext.java:491)
   at 
org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:608)
   at 
org.apache.commons.jelly.JellyContext.runScript(JellyContext.java:584)
   at 
org.apache.commons.jelly.tags.core.IncludeTag.doTag(IncludeTag.java:143)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at 
org.apache.commons.jelly.tags.core.FileTag.writeBody(FileTag.java:207)
   at 
org.apache.commons.jelly.tags.core.FileTag.doTag(FileTag.java:103)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
   at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
   at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
   at com.werken.werkz.Goal.fire(Goal.java:639)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
   at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:126)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
   at 
com.werken.werkz.jelly.PostGoalTag$1.firePostGoal(PostGoalTag.java:87)
   at com.werken.werkz.Goal.firePostGoalCallbacks(Goal.java:710)
   at com.werken.werkz.Goal.fire(Goal.java:654)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
   at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:126)
   at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
   at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
   at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
   at com.werken.werkz.Goal.fire(Goal.java:639)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
   at com.werken.werkz.Goal.attain(Goal.java:573)
   

Custom javadoc goal for unit tests not working

2004-04-21 Thread Ian Black
Hi,

Excuse me if this is a stupid question. I'm not that offay with Maven
really.

I've been having trouble getting Maven to javadoc my unit tests.
I've trawled the net trying to find a solution to it to no avail.

So, I've endeavoured to write my own maven.xml goal.

  
  ${maven.javadoc.destdir}
  
  

It can't seem to find the packages referred to in the src files!!???
Now I await the flood of answers telling me why I can't do that or pointing
out something really obvious :)

Thanks.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.654 / Virus Database: 419 - Release Date: 06/04/2004


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



RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Henri Yandell

I'd also asked Cortex for an Apache wide licence for Clover and they'd
been happy with that but I then dropped the ball at talking to
Infrastructure about exactly how we would manage that. Keep meaning to
pick it up again, but the usual busy/lack-of-itch excuses.

Hen

On Wed, 21 Apr 2004, Vincent Massol wrote:

> Good timing. I've asked TheCortex yesterday for a maven-specific clover
> 1.2.4 version to put on ibiblio.
>
> Thanks
> -Vincent
>
> > -Original Message-
> > From: Mark R. Diggory [mailto:[EMAIL PROTECTED]
> > Sent: 20 April 2004 23:54
> > To: Jakarta Commons Developers List; Maven Users List
> > Subject: Re: [all] Current version of Clover in Maven repos?
> >
> > I'll push this onto the Maven list.
> >
> > Maven Folks, do we have some sort of agreement with Clover for its
> usage
> > within Maven? were looking to upgrade to 1.2.4. Is this painless?
> >
> > http://www.ibiblio.org/maven/clover/jars/
> >
> > -Mark
> >
> >
> > Gary Gregory wrote:
> >
> > >Hello,
> > >
> > >How can we get the current release of Clover in the Maven repository?
> > >
> > >When I run the Codec build, I see:
> > >
> > >[clover-report] Clover Version 1.2, built on June 10 2003
> > >
> > >The current version is 1.2.4 according to
> > >http://www.thecortex.net/clover
> > >
> > >Thank you,
> > >Gary
> > >
> > >
> > >
> > >-
> > >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]
>
>
>
> -
> 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]



more xdoc issues [revisited]

2004-04-21 Thread Darren Hartford
I have not heard back if other people have this same problem or if it is just my 
install.  It doesn't error, just incorrect output. 

-Original Message-
From: Darren Hartford 
Sent: Friday, April 16, 2004 2:37 PM
To: Maven Users List
Subject: more xdoc issues


I've been having a lot of issues with XDOC since upgrading to maven-1.0-rc2 (both 
bootstrap and binary 1.0-rc2), and it may just be my install. 

As a usecase, running 'maven ear' with  creates an ear application.xml file that contains this segment:

==snip==

http://java.sun.com/dtd/application_1_3.dtd"; name="application" 
publicId="-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN">


...

==end snip==

obviously, the x:doctype was not converted correctly, and I have similar problems with 
changelog and sitegen that are along the same lines.  Has anyone else seen these 
problems and happen to know how to correct my install?

maven 1.0-rc2 (bootstrap and binary installs have same problem)
Win2000
Sun Java 1.4.2, recently upgraded to 1.4.2_04 (did not change results)

Gone from maven beta-8 up, first major usage stop with my projects.

thanks,
-D

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



RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Vincent Massol
Already asked yesterday.

Thanks
-Vincent

> -Original Message-
> From: Ben Walding [mailto:[EMAIL PROTECTED]
> Sent: 21 April 2004 09:08
> To: Maven Users List
> Subject: Re: [all] Current version of Clover in Maven repos?
> 
> I normally just email their support address asking for the jar for the
> maven repo.  They usually respond fairly quickly.
> 
> Mark R. Diggory wrote:
> 
> > I'll push this onto the Maven list.
> >
> > Maven Folks, do we have some sort of agreement with Clover for its
> > usage within Maven? were looking to upgrade to 1.2.4. Is this
painless?
> >
> > http://www.ibiblio.org/maven/clover/jars/
> >
> > -Mark
> >
> >
> > Gary Gregory wrote:
> >
> >> Hello,
> >>
> >> How can we get the current release of Clover in the Maven
repository?
> >> When I run the Codec build, I see:
> >>
> >> [clover-report] Clover Version 1.2, built on June 10 2003
> >>
> >> The current version is 1.2.4 according to
> >> http://www.thecortex.net/clover
> >>
> >> Thank you,
> >> Gary
> >>
> >>
> >>
-
> >> 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]
> >
> >
> 
> 
> -
> 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]



RE: Clover Problem

2004-04-21 Thread Vincent Massol
Hi Jon,

I've had a look. Eveyrthing looks fine in the maven log. Could you try
to narrow the problem? By remove all your sources and adding only one.
See if it works and then work from there till you get the problem again.

Also, make sure you clean your clover database directory before running
Maven in case there's some leftovers that are causing the trouble.

Thanks
-Vincent

> -Original Message-
> From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED]
> Sent: 21 April 2004 00:34
> To: 'Maven Users List'
> Subject: RE: Clover Problem
> 
> The top level of the Clover report is available at
> http://strayer.org/clover/
> 
> The console log is at http://strayer.org/clover/maven.log
> 
> 
> The command line I used was: maven -X clover > maven.log 2>&1
> 
> -Original Message-
> From: Vincent Massol [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 20, 2004 3:22 PM
> To: 'Maven Users List'
> Subject: RE: Clover Problem
> 
> 
> Maybe you could show use the problem you're having? Could you also
show
> us the console logs?
> 
> Thanks
> -Vincent
> 
> > -Original Message-
> > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED]
> > Sent: 20 April 2004 22:06
> > To: 'Maven Users List'
> > Subject: RE: Clover Problem
> >
> > > It may be that the clover version override feature of the plugin
is
> not
> > > working. Could you try modifying the project.xml of the clover
> plugin to
> > > reference version 1.2.4 and put your clover jar in your local
repo?
> >
> >
> > I tried that.
> >
> >
-
> > 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]
> 
> 
> -
> 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]



RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Vincent Massol
Good timing. I've asked TheCortex yesterday for a maven-specific clover
1.2.4 version to put on ibiblio.

Thanks
-Vincent

> -Original Message-
> From: Mark R. Diggory [mailto:[EMAIL PROTECTED]
> Sent: 20 April 2004 23:54
> To: Jakarta Commons Developers List; Maven Users List
> Subject: Re: [all] Current version of Clover in Maven repos?
> 
> I'll push this onto the Maven list.
> 
> Maven Folks, do we have some sort of agreement with Clover for its
usage
> within Maven? were looking to upgrade to 1.2.4. Is this painless?
> 
> http://www.ibiblio.org/maven/clover/jars/
> 
> -Mark
> 
> 
> Gary Gregory wrote:
> 
> >Hello,
> >
> >How can we get the current release of Clover in the Maven repository?
> >
> >When I run the Codec build, I see:
> >
> >[clover-report] Clover Version 1.2, built on June 10 2003
> >
> >The current version is 1.2.4 according to
> >http://www.thecortex.net/clover
> >
> >Thank you,
> >Gary
> >
> >
> >
> >-
> >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]



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



Javadoc report for Unit Tests

2004-04-21 Thread Ian Black
Hi,

Has anyone modified the existing javadoc report to do this...or added a
plugin to do it?
Anyone fancy posting it?

Cheers,

Ian.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.654 / Virus Database: 419 - Release Date: 06/04/2004


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



Re: Dependencies on projects

2004-04-21 Thread Niclas Hedhman

On Wednesday 21 April 2004 17:55, Jesper Linvald wrote:

> Is Maven capable of specifiying the folowing kinds of scenarios or do I
> need to use Gump for this:

Gump is not your tool, trust me... :o)

> 2: Before building a subproject a jar file from another project/subproject
> must first be produced (and maybe installed )
> 1: Fist build this project, then another (in the specified order) - then
> run goal X

You can not do a sequence of,
goalA in project1
goalA in project2
goalB in project1

and so on, without hacking your own maven.xml scripts.

If you are talking about building many projects and let Maven figure out the 
sequence required, then you are in luck.

Check the "multiproject" plugin, which is basically a predefined reactor and 
does what you probably need.


Niclas
-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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



Dependencies on projects

2004-04-21 Thread Jesper Linvald
Hello all,

I really need help on this general issue!

Is Maven capable of specifiying the folowing kinds of scenarios or do I 
need to use Gump for this:

2: Before building a subproject a jar file from another project/subproject 
must first be produced (and maybe installed )
1: Fist build this project, then another (in the specified order) - then 
run goal X

Hope you are able to help me!

Regards,


Jesper Linvald
Maersk Data Transport
Lyngbyvej 2, 2100 Cph Ø - Denmark
Tel no.: +45 3911 1891
e-mail: [EMAIL PROTECTED]
_

RE: Réf. : RE: changelog cvs access.

2004-04-21 Thread Arto Pastinen
Thnx, but i use linux, debian distribution, and cvs client is debian
official package, i think its stable. it stores passwords to
$HOME/.cvspass.

Following is one line from it.
/1 :pserver:[EMAIL PROTECTED]:2401/cvsroot/xdoclet A

On Wed, 2004-04-21 at 12:24, Jörg Schaible wrote:
> Arto Pastinen wrote on Wednesday, April 21, 2004 11:17 AM:
> 
> > I am already logged to cvs, and i can run native command
> > cvs -d :pserver:[EMAIL PROTECTED]:repository update
> > .. in current project, and it doesn't ask password.
> > But when i use maven without password, then i got following:
> > 
> > maven-changelog-plugin:report:
> > [echo] Generating the changelog report
> > Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:'.
> > org.netbeans.lib.cvsclient.connection.AuthenticationException:
> >  Wrong Password. ChangeLog found: 0 entries
> 
> I suppose you're using CVSNT to login. Unfortunately this application stores the 
> connection info in the WIndows registry, but Maven is looking in your Windows home 
> directory for a .cvspass file. You can create this file manually from the keys in 
> /HKCU/Software/cvsnt/cvspass, where every key represents a line in the .cvspass file:
> 
> /1  
> 
> BTW: The "/1" is a constant prepending each line that is automatically generated 
> from my cvs client ... other users reported, it works without or they have problems 
> with it. Additionally the value for anonymous access differs. In the .cvspass file 
> this is only "A" instead something like "Ay=0=h 
> Regards,
> Jörg
> 
> -
> 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]



RE: Réf. : RE: changelog cvs access.

2004-04-21 Thread Jörg Schaible
Arto Pastinen wrote on Wednesday, April 21, 2004 11:17 AM:

> I am already logged to cvs, and i can run native command
> cvs -d :pserver:[EMAIL PROTECTED]:repository update
> .. in current project, and it doesn't ask password.
> But when i use maven without password, then i got following:
> 
> maven-changelog-plugin:report:
> [echo] Generating the changelog report
> Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:'.
> org.netbeans.lib.cvsclient.connection.AuthenticationException:
>  Wrong Password. ChangeLog found: 0 entries

I suppose you're using CVSNT to login. Unfortunately this application stores the 
connection info in the WIndows registry, but Maven is looking in your Windows home 
directory for a .cvspass file. You can create this file manually from the keys in 
/HKCU/Software/cvsnt/cvspass, where every key represents a line in the .cvspass file:

/1  

BTW: The "/1" is a constant prepending each line that is automatically generated from 
my cvs client ... other users reported, it works without or they have problems with 
it. Additionally the value for anonymous access differs. In the .cvspass file this is 
only "A" instead something like "Ay=0=h

Re: Réf. : RE: changelog cvs access.

2004-04-21 Thread Arto Pastinen
I am already logged to cvs, and i can run native command
cvs -d :pserver:[EMAIL PROTECTED]:repository update
.. in current project, and it doesn't ask password.
But when i use maven without password, then i got following:

maven-changelog-plugin:report:
[echo] Generating the changelog report
Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:'.
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong
Password.
ChangeLog found: 0 entries


On Wed, 2004-04-21 at 12:04, [EMAIL PROTECTED] wrote:
> You don't need to have the password in the connection url :
> scm:cvs:pserver:[EMAIL PROTECTED]:repository:module
> 
> You can use an anonymous pserver acces with no password (and readonly 
> right) or you can use an account with password but in that case you must 
> do a cvs login before call the change log.
> 
> Nicolas,
> 
> 
> 
> 
> 
> Arto Pastinen <[EMAIL PROTECTED]>
> 21/04/2004 10:48
> Veuillez répondre à "Maven Users List"
> 
>  
> Pour :  Maven Users List <[EMAIL PROTECTED]>
> cc : 
> Objet : RE: changelog cvs access.
> 
> 
> I use this. (i change critical tokens.)
> scm:cvs:pserver:username:[EMAIL PROTECTED]:repository:module
> 
> My maven version is that RC2, and still got that BUILD FAILED.
> 
> 
> On Wed, 2004-04-21 at 11:36, Menetrieux Remy wrote:
> > The first separator after scm determine the separator to use for 
> determine
> > the tokens.
> > Eg : 
> > 
> scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository > ection>
> > Is equals to : 
> > 
> scm!cvs!pserver!login:[EMAIL PROTECTED] > ection>
> > If you use the : maven see 7 tokens.
> > 
> > 
> > -Message d'origine-
> > De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> > Envoyé : mercredi 21 avril 2004 10:23
> > À : Maven Users List
> > Objet : RE: changelog cvs access.
> > 
> > I use linux, and cannot use those bars.
> > I tested it just using password after loginname separeted by ":", but it
> > gives me.
> > 
> > BUILD FAILED
> > File..
> > file:/home/artsi/.maven/plugins/maven-changelog-plugin-1.4/plugin.jelly
> > Element... changelog:changelog
> > Line.. 82
> > Column 15
> > repository connection string contains more than six tokens
> > 
> > 
> > On Wed, 2004-04-21 at 11:09, Menetrieux Remy wrote:
> > > You can add this In you're project.xml file
> > > 
> > > scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
> > > 
> > > 
> > >   
> > > 
> > > -Message d'origine-
> > > De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> > > Envoyé : mercredi 21 avril 2004 10:05
> > > À : [EMAIL PROTECTED]
> > > Objet : changelog cvs access.
> > > 
> > > Hi!
> > > 
> > > I try to use changelog to generate changelog. =)
> > > But how to define password if i use pserver method?
> > > 
> > > Artsi
> > > 
> > > 
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > The information transmitted is intended only for the person or entity 
> to
> > > which it is addressed and may contain confidential and/or privileged
> > > material. Any review, retransmission, dissemination or other use of, 
> or
> > > taking of any action in reliance upon, this information by persons or
> > > entities other than the intended recipient is prohibited and may be a
> > > violation of law. If you received this transmission in error, please
> > contact
> > > the sender by reply e-mail and delete and destroy all copies of the
> > > material, including all copies stored in the recipient's computer, 
> printed
> > > or saved to disk. Thank you.
> > > Software virus: Europcar has taken precautions to minimize the risk of
> > > transmitting software viruses, but we advise you to carry out your own
> > virus
> > > checks on any attachment to this message. Europcar cannot accept 
> liability
> > > for any loss or damage caused by software viruses.
> > > Intellectual Property: Europcar has built up a significant reputation 
> in
> > the
> > > name "Europcar" and has a number of trademark applications and
> > registrations
> > > in many countries. No trademarks, service marks, and trade names owned 
> or
> > > licensed by Europcar or its affiliates may be copied, reproduced,
> > > republished, uploaded, posted, transmitted, or distributed in any way,
> > > without the prior written consent of Europcar.
> > > 
> > > 
> > > -
> > > 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]
> > 
> > The information transmitted is intended only for the person or entity to
> > which it is addressed and may contain confidential and/or privileged
> > material. Any review, 

RE: changelog cvs access.

2004-04-21 Thread Stephan Lagraulet
Hi all,
I use to have the same problem, and following Remy's advice I've been able
to connect to the CVS Repository.
Unfortunately when maven tries to perform changelog I get the following
error:

[echo] Generating the changelog report
Server is not supporting gzip-file-contents request
ChangeLog found: 0 entries

I'm using CVS NT, connecting with pserver

Regards,
Stephan Lagraulet
GxP Systems

-Original Message-
From: Arto Pastinen [mailto:[EMAIL PROTECTED]
Sent: 21 April 2004 09:49
To: Maven Users List
Subject: RE: changelog cvs access.


I use this. (i change critical tokens.)
scm:cvs:pserver:username:[EMAIL PROTECTED]:repository:module

My maven version is that RC2, and still got that BUILD FAILED.


On Wed, 2004-04-21 at 11:36, Menetrieux Remy wrote:
> The first separator after scm determine the separator to use for determine
> the tokens.
> Eg :
>
scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository ection>
> Is equals to :
>
scm!cvs!pserver!login:[EMAIL PROTECTED] ection>
> If you use the : maven see 7 tokens.
>
>
> -Message d'origine-
> De : Arto Pastinen [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 21 avril 2004 10:23
> À : Maven Users List
> Objet : RE: changelog cvs access.
>
> I use linux, and cannot use those bars.
> I tested it just using password after loginname separeted by ":", but it
> gives me.
>
> BUILD FAILED
> File..
> file:/home/artsi/.maven/plugins/maven-changelog-plugin-1.4/plugin.jelly
> Element... changelog:changelog
> Line.. 82
> Column 15
> repository connection string contains more than six tokens
>
>
> On Wed, 2004-04-21 at 11:09, Menetrieux Remy wrote:
> > You can add this In you're project.xml file
> > 
> >
scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
> > 
> > 
> >   
> >
> > -Message d'origine-
> > De : Arto Pastinen [mailto:[EMAIL PROTECTED]
> > Envoyé : mercredi 21 avril 2004 10:05
> > À : [EMAIL PROTECTED]
> > Objet : changelog cvs access.
> >
> > Hi!
> >
> > I try to use changelog to generate changelog. =)
> > But how to define password if i use pserver method?
> >
> > Artsi
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > The information transmitted is intended only for the person or entity to
> > which it is addressed and may contain confidential and/or privileged
> > material. Any review, retransmission, dissemination or other use of, or
> > taking of any action in reliance upon, this information by persons or
> > entities other than the intended recipient is prohibited and may be a
> > violation of law. If you received this transmission in error, please
> contact
> > the sender by reply e-mail and delete and destroy all copies of the
> > material, including all copies stored in the recipient's computer,
printed
> > or saved to disk. Thank you.
> > Software virus: Europcar has taken precautions to minimize the risk of
> > transmitting software viruses, but we advise you to carry out your own
> virus
> > checks on any attachment to this message. Europcar cannot accept
liability
> > for any loss or damage caused by software viruses.
> > Intellectual Property: Europcar has built up a significant reputation in
> the
> > name "Europcar" and has a number of trademark applications and
> registrations
> > in many countries. No trademarks, service marks, and trade names owned
or
> > licensed by Europcar or its affiliates may be copied, reproduced,
> > republished, uploaded, posted, transmitted, or distributed in any way,
> > without the prior written consent of Europcar.
> >
> >
> > -
> > 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]
>
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited and may be a
> violation of law. If you received this transmission in error, please
contact
> the sender by reply e-mail and delete and destroy all copies of the
> material, including all copies stored in the recipient's computer, printed
> or saved to disk. Thank you.
> Software virus: Europcar has taken precautions to minimize the risk of
> transmitting software viruses, but we advise you to carry out your own
virus
> checks on any attachment to this message. Europcar cannot accept liability
> for any loss or damage caused by software viruses.
> Intellectual Property: Europcar ha

Réf. : RE: changelog cvs access.

2004-04-21 Thread Nicolas . CHALUMEAU
You don't need to have the password in the connection url :
scm:cvs:pserver:[EMAIL PROTECTED]:repository:module

You can use an anonymous pserver acces with no password (and readonly 
right) or you can use an account with password but in that case you must 
do a cvs login before call the change log.

Nicolas,





Arto Pastinen <[EMAIL PROTECTED]>
21/04/2004 10:48
Veuillez répondre à "Maven Users List"

 
Pour :  Maven Users List <[EMAIL PROTECTED]>
cc : 
Objet : RE: changelog cvs access.


I use this. (i change critical tokens.)
scm:cvs:pserver:username:[EMAIL PROTECTED]:repository:module

My maven version is that RC2, and still got that BUILD FAILED.


On Wed, 2004-04-21 at 11:36, Menetrieux Remy wrote:
> The first separator after scm determine the separator to use for 
determine
> the tokens.
> Eg : 
> 
scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository ection>
> Is equals to : 
> 
scm!cvs!pserver!login:[EMAIL PROTECTED] ection>
> If you use the : maven see 7 tokens.
> 
> 
> -Message d'origine-
> De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 21 avril 2004 10:23
> À : Maven Users List
> Objet : RE: changelog cvs access.
> 
> I use linux, and cannot use those bars.
> I tested it just using password after loginname separeted by ":", but it
> gives me.
> 
> BUILD FAILED
> File..
> file:/home/artsi/.maven/plugins/maven-changelog-plugin-1.4/plugin.jelly
> Element... changelog:changelog
> Line.. 82
> Column 15
> repository connection string contains more than six tokens
> 
> 
> On Wed, 2004-04-21 at 11:09, Menetrieux Remy wrote:
> > You can add this In you're project.xml file
> > 
> > scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
> > 
> > 
> >   
> > 
> > -Message d'origine-
> > De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> > Envoyé : mercredi 21 avril 2004 10:05
> > À : [EMAIL PROTECTED]
> > Objet : changelog cvs access.
> > 
> > Hi!
> > 
> > I try to use changelog to generate changelog. =)
> > But how to define password if i use pserver method?
> > 
> > Artsi
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > The information transmitted is intended only for the person or entity 
to
> > which it is addressed and may contain confidential and/or privileged
> > material. Any review, retransmission, dissemination or other use of, 
or
> > taking of any action in reliance upon, this information by persons or
> > entities other than the intended recipient is prohibited and may be a
> > violation of law. If you received this transmission in error, please
> contact
> > the sender by reply e-mail and delete and destroy all copies of the
> > material, including all copies stored in the recipient's computer, 
printed
> > or saved to disk. Thank you.
> > Software virus: Europcar has taken precautions to minimize the risk of
> > transmitting software viruses, but we advise you to carry out your own
> virus
> > checks on any attachment to this message. Europcar cannot accept 
liability
> > for any loss or damage caused by software viruses.
> > Intellectual Property: Europcar has built up a significant reputation 
in
> the
> > name "Europcar" and has a number of trademark applications and
> registrations
> > in many countries. No trademarks, service marks, and trade names owned 
or
> > licensed by Europcar or its affiliates may be copied, reproduced,
> > republished, uploaded, posted, transmitted, or distributed in any way,
> > without the prior written consent of Europcar.
> > 
> > 
> > -
> > 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]
> 
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited and may be a
> violation of law. If you received this transmission in error, please 
contact
> the sender by reply e-mail and delete and destroy all copies of the
> material, including all copies stored in the recipient's computer, 
printed
> or saved to disk. Thank you.
> Software virus: Europcar has taken precautions to minimize the risk of
> transmitting software viruses, but we advise you to carry out your own 
virus
> checks on any attachment to this message. Europcar cannot accept 
liability
> for any loss or damage caused by software viruses.
> Intellectual Property: Europcar has built up a signifi

RE: changelog cvs access.

2004-04-21 Thread Arto Pastinen
I use this. (i change critical tokens.)
scm:cvs:pserver:username:[EMAIL PROTECTED]:repository:module

My maven version is that RC2, and still got that BUILD FAILED.


On Wed, 2004-04-21 at 11:36, Menetrieux Remy wrote:
> The first separator after scm determine the separator to use for determine
> the tokens.
> Eg : 
> scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository ection>
> Is equals to : 
> scm!cvs!pserver!login:[EMAIL PROTECTED] ection>
> If you use the : maven see 7 tokens.
> 
>  
> -Message d'origine-
> De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 21 avril 2004 10:23
> À : Maven Users List
> Objet : RE: changelog cvs access.
> 
> I use linux, and cannot use those bars.
> I tested it just using password after loginname separeted by ":", but it
> gives me.
> 
> BUILD FAILED
> File..
> file:/home/artsi/.maven/plugins/maven-changelog-plugin-1.4/plugin.jelly
> Element... changelog:changelog
> Line.. 82
> Column 15
> repository connection string contains more than six tokens
> 
> 
> On Wed, 2004-04-21 at 11:09, Menetrieux Remy wrote:
> > You can add this In you're project.xml file
> > 
> > scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
> > 
> > 
> >   
> > 
> > -Message d'origine-
> > De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> > Envoyé : mercredi 21 avril 2004 10:05
> > À : [EMAIL PROTECTED]
> > Objet : changelog cvs access.
> > 
> > Hi!
> > 
> > I try to use changelog to generate changelog. =)
> > But how to define password if i use pserver method?
> > 
> > Artsi
> > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > The information transmitted is intended only for the person or entity to
> > which it is addressed and may contain confidential and/or privileged
> > material. Any review, retransmission, dissemination or other use of, or
> > taking of any action in reliance upon, this information by persons or
> > entities other than the intended recipient is prohibited and may be a
> > violation of law. If you received this transmission in error, please
> contact
> > the sender by reply e-mail and delete and destroy all copies of the
> > material, including all copies stored in the recipient's computer, printed
> > or saved to disk. Thank you.
> > Software virus: Europcar has taken precautions to minimize the risk of
> > transmitting software viruses, but we advise you to carry out your own
> virus
> > checks on any attachment to this message. Europcar cannot accept liability
> > for any loss or damage caused by software viruses.
> > Intellectual Property: Europcar has built up a significant reputation in
> the
> > name "Europcar" and has a number of trademark applications and
> registrations
> > in many countries. No trademarks, service marks, and trade names owned or
> > licensed by Europcar or its affiliates may be copied, reproduced,
> > republished, uploaded, posted, transmitted, or distributed in any way,
> > without the prior written consent of Europcar.
> > 
> > 
> > -
> > 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]
> 
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited and may be a
> violation of law. If you received this transmission in error, please contact
> the sender by reply e-mail and delete and destroy all copies of the
> material, including all copies stored in the recipient's computer, printed
> or saved to disk. Thank you.
> Software virus: Europcar has taken precautions to minimize the risk of
> transmitting software viruses, but we advise you to carry out your own virus
> checks on any attachment to this message. Europcar cannot accept liability
> for any loss or damage caused by software viruses.
> Intellectual Property: Europcar has built up a significant reputation in the
> name "Europcar" and has a number of trademark applications and registrations
> in many countries. No trademarks, service marks, and trade names owned or
> licensed by Europcar or its affiliates may be copied, reproduced,
> republished, uploaded, posted, transmitted, or distributed in any way,
> without the prior written consent of Europcar.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EM

RE: changelog cvs access.

2004-04-21 Thread Menetrieux Remy
The first separator after scm determine the separator to use for determine
the tokens.
Eg : 
scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
Is equals to : 
scm!cvs!pserver!login:[EMAIL PROTECTED]
If you use the : maven see 7 tokens.

 
-Message d'origine-
De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 21 avril 2004 10:23
À : Maven Users List
Objet : RE: changelog cvs access.

I use linux, and cannot use those bars.
I tested it just using password after loginname separeted by ":", but it
gives me.

BUILD FAILED
File..
file:/home/artsi/.maven/plugins/maven-changelog-plugin-1.4/plugin.jelly
Element... changelog:changelog
Line.. 82
Column 15
repository connection string contains more than six tokens


On Wed, 2004-04-21 at 11:09, Menetrieux Remy wrote:
> You can add this In you're project.xml file
> 
> scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
> 
> 
>   
> 
> -Message d'origine-
> De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 21 avril 2004 10:05
> À : [EMAIL PROTECTED]
> Objet : changelog cvs access.
> 
> Hi!
> 
> I try to use changelog to generate changelog. =)
> But how to define password if i use pserver method?
> 
> Artsi
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited and may be a
> violation of law. If you received this transmission in error, please
contact
> the sender by reply e-mail and delete and destroy all copies of the
> material, including all copies stored in the recipient's computer, printed
> or saved to disk. Thank you.
> Software virus: Europcar has taken precautions to minimize the risk of
> transmitting software viruses, but we advise you to carry out your own
virus
> checks on any attachment to this message. Europcar cannot accept liability
> for any loss or damage caused by software viruses.
> Intellectual Property: Europcar has built up a significant reputation in
the
> name "Europcar" and has a number of trademark applications and
registrations
> in many countries. No trademarks, service marks, and trade names owned or
> licensed by Europcar or its affiliates may be copied, reproduced,
> republished, uploaded, posted, transmitted, or distributed in any way,
> without the prior written consent of Europcar.
> 
> 
> -
> 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]

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name "Europcar" and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.


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



RE: changelog cvs access.

2004-04-21 Thread Arto Pastinen
I use linux, and cannot use those bars.
I tested it just using password after loginname separeted by ":", but it
gives me.

BUILD FAILED
File..
file:/home/artsi/.maven/plugins/maven-changelog-plugin-1.4/plugin.jelly
Element... changelog:changelog
Line.. 82
Column 15
repository connection string contains more than six tokens


On Wed, 2004-04-21 at 11:09, Menetrieux Remy wrote:
> You can add this In you're project.xml file
> 
> scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository
> 
> 
>   
> 
> -Message d'origine-
> De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 21 avril 2004 10:05
> À : [EMAIL PROTECTED]
> Objet : changelog cvs access.
> 
> Hi!
> 
> I try to use changelog to generate changelog. =)
> But how to define password if i use pserver method?
> 
> Artsi
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited and may be a
> violation of law. If you received this transmission in error, please contact
> the sender by reply e-mail and delete and destroy all copies of the
> material, including all copies stored in the recipient's computer, printed
> or saved to disk. Thank you.
> Software virus: Europcar has taken precautions to minimize the risk of
> transmitting software viruses, but we advise you to carry out your own virus
> checks on any attachment to this message. Europcar cannot accept liability
> for any loss or damage caused by software viruses.
> Intellectual Property: Europcar has built up a significant reputation in the
> name "Europcar" and has a number of trademark applications and registrations
> in many countries. No trademarks, service marks, and trade names owned or
> licensed by Europcar or its affiliates may be copied, reproduced,
> republished, uploaded, posted, transmitted, or distributed in any way,
> without the prior written consent of Europcar.
> 
> 
> -
> 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]



RE: changelog cvs access.

2004-04-21 Thread Menetrieux Remy
You can add this In you're project.xml file

scm|cvs|pserver|login:[EMAIL PROTECTED]|serveurroot|repository


  

-Message d'origine-
De : Arto Pastinen [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 21 avril 2004 10:05
À : [EMAIL PROTECTED]
Objet : changelog cvs access.

Hi!

I try to use changelog to generate changelog. =)
But how to define password if i use pserver method?

Artsi


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

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited and may be a
violation of law. If you received this transmission in error, please contact
the sender by reply e-mail and delete and destroy all copies of the
material, including all copies stored in the recipient's computer, printed
or saved to disk. Thank you.
Software virus: Europcar has taken precautions to minimize the risk of
transmitting software viruses, but we advise you to carry out your own virus
checks on any attachment to this message. Europcar cannot accept liability
for any loss or damage caused by software viruses.
Intellectual Property: Europcar has built up a significant reputation in the
name "Europcar" and has a number of trademark applications and registrations
in many countries. No trademarks, service marks, and trade names owned or
licensed by Europcar or its affiliates may be copied, reproduced,
republished, uploaded, posted, transmitted, or distributed in any way,
without the prior written consent of Europcar.


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



changelog cvs access.

2004-04-21 Thread Arto Pastinen
Hi!

I try to use changelog to generate changelog. =)
But how to define password if i use pserver method?

Artsi


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



Re: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Ben Walding
I normally just email their support address asking for the jar for the 
maven repo.  They usually respond fairly quickly.

Mark R. Diggory wrote:

I'll push this onto the Maven list.

Maven Folks, do we have some sort of agreement with Clover for its 
usage within Maven? were looking to upgrade to 1.2.4. Is this painless?

http://www.ibiblio.org/maven/clover/jars/

-Mark

Gary Gregory wrote:

Hello,

How can we get the current release of Clover in the Maven repository?
When I run the Codec build, I see:
[clover-report] Clover Version 1.2, built on June 10 2003

The current version is 1.2.4 according to
http://www.thecortex.net/clover
Thank you,
Gary
-
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]



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