Omair-Inam Abdul-Matin wrote:

Hi,

I've browsed through the discussion in the archives regarding subversion support in the changelog plugin. I tried to use the changelog report. The good news is that I don't get an error, the bad news is that no changes are detected.

This is what maven says when building my project
C:\eclipse\workspace\stindex>maven -p test.xml clean site

... (lots of irrelevant output)


[echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the changelog report SCM Working Directory: C:\eclipse\workspace\stindex SCM Command Line[0]: svn SCM Command Line[1]: log SCM Command Line[2]: -v SCM Command Line[3]: -r{2004-05-16}:{2004-04-15} ChangeLog found: 0 entries

In the same directory, typing the same command gives
C:\eclipse\workspace\stindex>svn log -v -r{2004-05-16}:{2004-04-15}
------------------------------------------------------------------------
r46 | MDB\oiinamul | 2004-05-15 14:47:34 -0400 (Sat, 15 May 2004) | 4 lines
Changed paths:
   A \trunk\lib\commons-io-1.0.jar
   D \trunk\lib\commons-io-SNAPSHOT.jar
   M \trunk\project.xml
   M \trunk\src\stindex\Line.java
   M \trunk\test\stindex\tbtree\TBTreeTest.java
   M \trunk\test.xml

- lib updated commons io v1.0
- more TBTree unit tests added:
*bug* not fixed: nextNode ptr not adjusted on insertion

------------------------------------------------------------------------
r45 | MDB\oiinamul | 2004-05-14 23:25:21 -0400 (Fri, 14 May 2004) | 9 lines
Changed paths:
M \trunk\.project
M \trunk\src\stindex\AbstractNode.java
M \trunk\src\stindex\AbstractTracker.java
M \trunk\src\stindex\AbstractTree.java
A \trunk\src\stindex\GenericTracker.java
M \trunk\src\stindex\Line.java
M \trunk\src\stindex\SpatialIndex.java
M \trunk\src\stindex\Statistics.java
A \trunk\src\stindex\Tracker.java (from \trunk\src\stindex\tsltree\Tracker.java:44)


... etc

Could anyone tell me:
1) if subversion is supported by changelog or still not
2) what I'm doing wrong


This may benefit those who are working on the plugin. I checked out the code for the plugin and tested the expression in the code to see if it matched the svn log header. It did... partially. I've attached a screenshot.


I'd like to know what's the progress on subversion support in the changelog plugin. Big thanks to all of you who're working on it. I'd love to contribute, but I'm totally swamped with work.

Omair



------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I guess attachments are banned on this list... if anyone's interested in the screenshot they can email me and I'll send it to them.

Omair


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



Reply via email to