Issue Details (XML | Word | Printable)

Key: MPCHANGELOG-44
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Pierre-Yves Chauveau
Votes: 0
Watchers: 1
Operations

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

Language problem for log interpretation

Created: 08/Jul/04 11:42 AM   Updated: 08/Jul/04 02:05 PM
Return to search
Component/s: None
Affects Version/s: 1.6
Fix Version/s: None

Time Tracking:
Not Specified

Environment: StarTeam 6.0 maven 1.0 rc4


 Description  « Hide

using StarTeam 6.0, the changelog report doesn't get any result ("ChangeLog found 0 entries").But when I execute exactly the above command line "stcmd..." I get plenty of logs
It is actually because the plugin expects English logs, but I have French one :
Ex:
instead of "History for: " I have "Historique pour :"
....



Emmanuel Venisse added a comment - 08/Jul/04 11:48 AM

Arggggh! Starteam is a bad tool.
Can you post a sample stcmd output?


Pierre-Yves Chauveau added a comment - 08/Jul/04 12:26 PM

Example :
Historique pour : build.properties
Description : Initial Check In
VerrouillÚ par :
Etat : Manquant
----------------------------
RÚvision : 1 Vue : PIM RÚvision de la branche : 1.0
Auteur : Pierre-Yves Chauveau Date : 08/07/04 16:29:56 CEST
=============================================================================

Donc, c'est pas gagné.....


Pierre-Yves Chauveau added a comment - 08/Jul/04 12:56 PM

The best way would be probably to use the StartTeam SDK (Get all the Audit lines of a specific item( folder)).
But that would change the way to use the ChangeLog plugin....
And it would be necessary to have the StarTeam SDK in the classpath.


Emmanuel Venisse added a comment - 08/Jul/04 01:13 PM

I refuse because we can't redistribute starteam jars, and starteam sdk is slower than stcmd.


Pierre-Yves Chauveau added a comment - 08/Jul/04 02:05 PM

I agree with both points, but :

  • the ant tasks need the Starteam SDK too.
  • how do wand to do ?
    Maybe, we can store the different type of template and ask the language of the user in a property (ie maven.changelog.startteam.locale with default en)?