You cannot post messages because only members can post, and you are not currently a member.
Description:
JCVSReport makes it easy to generate progress report for Java projects. This is a peer support group for users of JCVSReport.
|
|
|
error using jcvsreport
|
| |
Hi,
I'm a new user of cvsreports, i use the following config file:
cvsroot=:pserver:hal...@192.16 8.3.9:/home/cvsp5
cvsmodule=Planon5
graphs=CodeSize
The cvs repository is very big over 1G and a few years old with a lot
of branches and tags.
The first thing i had to do was changing the java startup parameters... more »
|
|
CSC408 Students: Contribute your Phase D code to Open Source JCVSReport
|
| |
If you're a CSC408 student and you chose JCVSReport for Phase D, I'd
love to see your code.
This is your chance to become a published open source contributor.
After the exam, I'll take a look at your code and hopefully integrate
it into the official version of JCVSReport
I'd love to see what you have to offer. Please, send me what you have.... more »
|
|
Fwd: Generating Stats on the entire CVS repository rather than by project
|
| |
---------- Forwarded message ----------
...To: "Vender, Joshua P" <JoshuaPVen...@eaton.com>
...That's great! I'm glad you like it.
...Nope, JCVSReport doesn't support that feature yet. But it's probably
not too hard to add that feature.
In the two getCvsLogData functions in
ca.utoronto.JCVSReport.cvsPlug in, we use 'cvs rlog' to get the logs... more »
|
|
Quick question about 408 project code
|
| |
...Hi Gilbert,
Thanks for pointing out that link! That's the official grammar for Java.
JCVSReport uses PMD to parse Java source code. PMD creates a syntax
tree based on the source code. We then export this tree to text, and
run regular expressions on it. I don't think this text format is
documented anywhere, but we made good use of it anyway. If you want to... more »
|
|
pmd 3.0 problem
|
| |
I have noticed that the syntax tree created with pmd3.0 and pmd2.3 is different. So, I've decided to use pmd2.3. However, I can't find a download for pmd2.3 through google and I'm having problems creating the regular expressions for the property files. I'm wondering if any can have a link set up for me to download pmd2.3?... more »
|
|
database
|
| |
Hello, I've got two questions I couldn't resolve myself so far: 1. how would I COPY one of the databases? I want to modify values, that's why I want a copy, so VIEW is no good here. 2. Where exactly is "per developer" computation done? 3. And, at which point timestamps (from Revision table) are converted... more »
|
|
XPath queries in your code vs pmd designer
|
| |
hi guys,
I am playing around with XPath Queries for new metrics and I can't seem to
figure out how to get a query that works in pmd's Designer to work in your
code, and vice versa.
Eg, if I type in "ClassDeclaration:" or "InterfaceDeclaration:" into the
designer, it doesnt work, while they do in the code. At the same time,... more »
|
|
JCVSReport on Windows: ScmAccessException
|
| |
Hi Qian,
...Thanks! Good to hear from you.
...
You're using Windows, right? If so, you'll need to specify a full
cygwin-style path. If your CVS repository is installed on your "C"
drive, then you should specify the path as
"/cygdrive/c/Volumes/Data/Ecli pse/workspace/408project".
If it's still not working, then try accessing your repository from the... more »
|
|
csc408 phase D
|
| |
On Thu, 31 Mar 2005 20:34:13 -0500, stas.tish...@utoronto.ca
...Hey Stas,
Good to hear from you.
We load in the properties files using the ResourceBundle class inside
ca.utoronto.JCVSReport.metric. MetricSet. The properties files are then
initialized with one of our metric classes, which are contained in... more »
|
|
JCVSReport Problem
|
| |
...Hi Brian,
Thanks for writing. Hope your project is going well.
Do you have the latest version of JCVSReport (as posted on the
bulletin board)? If so, the JCVSReport shell script should look like
this:
java -cp "dest:src:lib/JCVSReport.jar"
ca.utoronto.JCVSReport.Present ation $*
As you can see, the "dest" and the "src" directories are included in... more »
|
|
|