DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2005-06-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569





--- Additional Comments From [EMAIL PROTECTED]  2005-06-10 15:56 ---
Based on additional testing, the difference between these two files is that the 
changes made to the working version had two or more changes within the 
daysinpast time period where the entry without the prerevision tag only had one 
cvs commit (change) during that time period.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2005-06-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569





--- Additional Comments From [EMAIL PROTECTED]  2005-06-10 01:00 ---
Didn't work - second try:

Good sample:


1.21
1.20


Bad sample from same cvschangelog output file:


1.3



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2005-06-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569


[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6.2   |1.6.5




--- Additional Comments From [EMAIL PROTECTED]  2005-06-10 00:57 ---
Here's the verbose output of the ant run:

changeLog:
 [echo] Creating XML changelog file - "cvslog_temp.xml"
[cvschangelog] log
[cvschangelog] Executing 'cvs' with arguments:
[cvschangelog] 'log'
[cvschangelog] '-d'
[cvschangelog] '>=2005-05-10'
[cvschangelog]
[cvschangelog] The ' characters around the executable and arguments are
[cvschangelog] not part of the command.
[cvschangelog] cvs log: Logging .


You might be missing the point.  The date that I pass into the cvschangelog is 
getting parsed ok, it's the output xml that get generated that's wrong.  I'm 
also changing the version number to 1.6.5 which is what I just used and got the 
same error.  (I had to slightly modify this ANT build to make it work on our 
system to get around the parseDate problem noted in my last post.)

Here's the cvschangelog task output with version 1.6.5 (hope this format shows 
better in bugzilla) 

This is the good one:



1.21
1.20


This is the bad one:



1.3



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2005-06-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569





--- Additional Comments From [EMAIL PROTECTED]  2005-06-10 00:03 ---
My build environment to duplicate this doesn't exist anymore.  When I tried to 
set it up again, I couldn't even get the CVSCHANGELOG task to work.  I traced 
down the ANT source code and found that it's expecting /'s in the date returned 
from CVS.  Our version of CVS is returning -'s in the date.

Ref: org.apache.tools.ant.taskdefs.cvslib.ChangeLogParser.java

private static final SimpleDateFormat c_inputDate
= new SimpleDateFormat("/MM/dd HH:mm:ss");

This causes an exception in parseDate(final String date).

Running cvs from the command line here's a sample output

c:\>  cvs log -d ">=2005-02-27" .cvsignore

revision 1.8
date: 2005-04-21 19:54:29 +;  author: rcromer;  state: Exp;  lines: +1 -0
Removing *.gid help file from repository, it get created when Help is run.


I ran it with cvs versions:

Concurrent Versions System (CVS) 1.11.5 (client)
and
Concurrent Versions System (CVSNT) 2.0.51d (client/server)

with the same results.

I suspect that the format was determined based on the server version of CVS.  
Our cvs repository is running a Linux server.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2005-03-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569





--- Additional Comments From [EMAIL PROTECTED]  2005-03-21 15:31 ---
Can you give us the (relevant snippet) of a cvs log command run on the command
line?

If you run ant -verbose you'll see the actual command Ant uses.

In the case of changelog, Ant expects a line consisting of dashes exclusively
between the comment and a line consisting of equals signs exclusively.  To make
things worse (or not, I'm not sure how standardized the format is) Ant expects
a specific number of dashes or equals signs.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2004-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569

cvschangelog not adding prevrevision on all files

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6.0   |1.6.2



--- Additional Comments From [EMAIL PROTECTED]  2004-07-26 20:31 ---
Tested using Ant v1.6.2 and it still had the same problem.  I've updated the 
version number on this bug.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2004-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569

cvschangelog not adding prevrevision on all files





--- Additional Comments From [EMAIL PROTECTED]  2004-07-26 17:33 ---
Here are the results from a single change log report using ANT v1.6.1.   I'll 
test it with 1.6.2 during tonights build and if I get different results, I'll 
make note of it on this bug. Included are two links, one works fine the other 
doesn't.  It appears that if there is more than one link for the same source 
file, all but the oldest revision works.  

Good URL
http://cvs.xtria.com/cgi-
bin/viewcvs/viewcvs.cgi/xfi/xinsure/auto/src/java/com/xtria/insure/auto/services
/LenderServiceBean.java?
r1=1.59&r2=1.58">com/xtria/insure/auto/services/LenderServiceBean.java (1.59)



Bad URL
http://cvs.xtria.com/cgi-
bin/viewcvs/viewcvs.cgi/xfi/xinsure/auto/src/java/com/xtria/insure/auto/services
/LenderServiceBean.java?rev=1.58&content-type=text/x-cvsweb-
markup">com/xtria/insure/auto/services/LenderServiceBean.java (1.58)

-
One of the things that we do when we run this report is to report on source 
file changes during the last 10 days.  This means that most of the time a 
source file is listed only once on the report.

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2004-07-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24569

cvschangelog not adding prevrevision on all files





--- Additional Comments From [EMAIL PROTECTED]  2004-07-18 14:53 ---
Hello,
would you mind trying ant 1.6.1 or ant 1.6.2
The cvschangelog task implementation has been changed quite a bit between 1.6.0
and 1.6.1

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



DO NOT REPLY [Bug 24569] - cvschangelog not adding prevrevision on all files

2003-12-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24569

cvschangelog not adding prevrevision on all files

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.6Beta |1.6.0

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