You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Maarten Coene <Ma...@qmedit.com> on 2004/02/09 17:03:53 UTC

local file system repository problem

Hi,

I'm having troubles updating sources from CVS using local file system 
repositories. I have defined my repository like this in the project.xml 
file:

<repository>
    <connection>scm:cvs:local:ignored:/home/cvs:reporting</connection>
    <url>http://192.168.1.1/cgi-bin/cvsweb.cgi/reporting/</url>
</repository>

But, when I try to update my project, I get an error about a bad CVSROOT 
(see below).

What am I doing wrong ? I'm using the CVS version of maven (version of 
30 Jan 2004).

thanks,
Maarten

scm:update-project
scm:cvs-update-project
[cvs] Using cvs passfile: /home/cruise/.cvspass
[cvs] cvs update: Unknown method (`/home/cvs') in CVSROOT.
[cvs] cvs [update aborted]: Bad CVSROOT: `:/home/cvs:reporting:'.
BUILD FAILED

File...... file:/home/cruise/.maven/plugins/maven-scm-plugin-1.2-SNAPSHOT/
Element... ant:cvs
Line...... 199
Column.... 9
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments
'-d:/home/cvs:reporting:'
'-q'
'update'
'-Pd'
The ' characters around the executable and arguments are
not part of the command.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: local file system repository problem

Posted by Maarten Coene <Ma...@toughguy.net>.
I tried it on Windows XP and linux, but the same problem occurred on 
both systems.

Maarten

Charles Daniels wrote:

>Which operating system are you using?
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Junit-report plugin version 1.4 questions

Posted by Christian Cabanero <ch...@yahoo.com>.
I should qualify my issues a little more.  Obviously, Maven does a nice
job of summarizing your test results.  But one feature that JUnitReport
has in the Ant world at least is that it sets up a javadoc-like version
of all your test results so you can click into each TestCase and see the
details behind each error and even see the stack trace of the Error or
AssertionFailure for each failure.  With Maven I don't see this kind of
detail anywhere which forces me to go in manually into each
target\test-reports\TEST-[test class].txt file and look at the test
failure details there.

Thanks,
Christian

-----Original Message-----
From: Christian Cabanero [mailto:chumpboy@yahoo.com] 
Sent: Wednesday, February 11, 2004 6:23 PM
To: 'Maven Users List'
Subject: Junit-report plugin version 1.4 questions


Hi,

I can't seem to get the junit-report plugin working.  Is it supposed to
do something beyond just create an xml file?  I used to use junitreport
to creat a collection of frame-based html documents that nicely
summarized my test results.  How do I do this with maven using the plug
in?  I've tried both version 1.3 and 1.4 of junit-report-plugin and they
don't seem to do much when I run the junit-report:report goal.  It only
seems to create a junit-report.xml file which doesn't even have any data
in it.  Am I do something wrong?

What are people using to sumarize their test results so they can browse
it easily?

Thanks,
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Junit-report plugin version 1.4 questions

Posted by Christian Cabanero <ch...@yahoo.com>.
Hi,

I can't seem to get the junit-report plugin working.  Is it supposed to
do something beyond just create an xml file?  I used to use junitreport
to creat a collection of frame-based html documents that nicely
summarized my test results.  How do I do this with maven using the plug
in?  I've tried both version 1.3 and 1.4 of junit-report-plugin and they
don't seem to do much when I run the junit-report:report goal.  It only
seems to create a junit-report.xml file which doesn't even have any data
in it.  Am I do something wrong?

What are people using to sumarize their test results so they can browse
it easily?

Thanks,
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Developer Activity Report

Posted by Jose Ni�o Monje <jo...@yahoo.com>.
Hello,
I am using maven v1.0 and I am running it on a linux
redhatv9.0 Everything seems to be working well, but on
"Developer Activity"  under "Project Reports" there
seems to be some wrong configuration on my part. It
seems that the file changes and file commits being
displayed are only for the maven files itself... I was
expecting that it would give me a listing of the file
changes/commits for the project that i have
checked-out.

Can anyone clarify this.
Thanks a lot!

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: local file system repository problem

Posted by Charles Daniels <cj...@yahoo.com>.
Which operating system are you using?

--- Maarten Coene <Ma...@qmedit.com> wrote:
> Hi,
> 
> I'm having troubles updating sources from CVS using local file system 
> repositories. I have defined my repository like this in the project.xml 
> file:
> 
> <repository>
>     <connection>scm:cvs:local:ignored:/home/cvs:reporting</connection>
>     <url>http://192.168.1.1/cgi-bin/cvsweb.cgi/reporting/</url>
> </repository>
> 
> But, when I try to update my project, I get an error about a bad CVSROOT 
> (see below).
> 
> What am I doing wrong ? I'm using the CVS version of maven (version of 
> 30 Jan 2004).
> 
> thanks,
> Maarten
> 
> scm:update-project
> scm:cvs-update-project
> [cvs] Using cvs passfile: /home/cruise/.cvspass
> [cvs] cvs update: Unknown method (`/home/cvs') in CVSROOT.
> [cvs] cvs [update aborted]: Bad CVSROOT: `:/home/cvs:reporting:'.
> BUILD FAILED
> 
> File...... file:/home/cruise/.maven/plugins/maven-scm-plugin-1.2-SNAPSHOT/
> Element... ant:cvs
> Line...... 199
> Column.... 9
> cvs exited with error code 1
> Command line was [Executing 'cvs' with arguments
> '-d:/home/cvs:reporting:'
> '-q'
> 'update'
> '-Pd'
> The ' characters around the executable and arguments are
> not part of the command.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org