Issue Details (XML | Word | Printable)

Key: MPCHANGELOG-65
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Fuad Efendi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changelog Plugin

VSS - Output Log Format, VssChangeLogParser.java

Created: 09/Jun/05 01:07 PM   Updated: 09/Jun/05 10:44 PM   Resolved: 09/Jun/05 10:44 PM
Return to search
Component/s: None
Affects Version/s: 1.8.1
Fix Version/s: 1.8.2

Time Tracking:
Original Estimate: 1 day
Original Estimate - 1 day
Remaining Estimate: 1 day
Remaining Estimate - 1 day
Time Spent: Not Specified
Time Spent - Not Specified

Environment:
maven-changelog-plugin v.1.8.1
VSS v. 6.0
Windows 2000 SP4


 Description  « Hide

1. I was forsed to set explicitly date/time format in Control Panel "dd.MM.yy HH:mm:ss"

  • SimpleDateFormat is hardcoded in VssChangeLogParser.java

2. I have following exception now:
Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
at org.apache.maven.vsslib.VssChangeLogParser.processGetFile(VssChangeLogParser.java:221)
at org.apache.maven.vsslib.VssChangeLogParser.parse(VssChangeLogParser.java:152)
at org.apache.maven.changelog.AbstractChangeLogGenerator.start(AbstractChangeLogGenerator.java:405)

I tried to execute SS.EXE as command, hope it will help in troubleshooting:
===========================================================================
D:\dev\cruise\maven>set ssdir=\\MyVssServer\vss\SSSource
D:\dev\cruise\maven>set ssuser=Fuad.Efendi
D:\dev\cruise\maven>ss History $\MyApp\MyWebApp\src -R
Building list for $/MyApp/MyWebApp/src......................
.....................................

          • exception *****
            Version 4
            User: Fuad.Efendi Date: 2.06.05 Time: 12:48
            ServiceLocatorException.java deleted
          • LogManager.java *****
            Version 3
            User: Fuad.Efendi Date: 2.06.05 Time: 12:47
            Checked in $/MyApp/MyWebApp/src/com/abcd/catalog/util
            Comment: June 2, 2005,

..................

How to download current source files? Probably I can fix smth
Thanks!



Fuad Efendi added a comment - 09/Jun/05 02:41 PM

I found following in SS.EXE output:

**********************
Label: "BEFORE_RETROFITS"
User: Funtick.Muallim Date: 24.05.05 Time: 10:58
... ... ...

Modifications in VssChangeLogParser.java:
=========================================
BEFORE: private static final String START_FILE = "****";
NOW: private static final String START_FILE = "***** "; //five stars, two spaces!

And it works for me now...
Thanks!


Brett Porter made changes - 09/Jun/05 10:44 PM
Field Original Value New Value
Status Open [ 1 ] Closed [ 6 ]
Resolution Fixed [ 1 ]