Even though I already have the latest version of the p4 executable for linux:
Perforce - The Fast Software Configuration Management System. Copyright 1995, 2004 Perforce Software. All rights reserved. Rev. P4/LINUX24X86/2003.2/56831 (2004/04/09). p4 does not support the -t option, at least in my client and server configuration. My server is very old so the client might be disabling the -t option. $ p4 filelog -t Usage: filelog [ -l -m maxRevs ] files... Invalid option: -t. $ p4 -s info: info: Perforce -- the Fast Software Configuration Management System. info: info: p4 is Perforce's client tool for the command line. Try: info: info: p4 help simple list most common commands info: p4 help commands list all commands info: p4 help command help on a specific command info: p4 help environment list environment and registry variables info: p4 help filetypes list supported file types info: p4 help jobview help on jobview syntax info: p4 help revisions help on specifying file revisions info: p4 help usage generic command line arguments info: p4 help views help on view syntax info: info: The full user manual is available at http://www.perforce.com/manual. info: info: Server 2000.2/19899. exit: 0 This is preventing me from using the maven-changelog-plugin. maven-changelog-plugin:report: [echo] Generating the changelog report SCM Working Directory: /home/fcabral/p4/maven/Project SCM Command Line[0]: p4 SCM Command Line[1]: -p SCM Command Line[2]: perforce:1666 SCM Command Line[3]: filelog SCM Command Line[4]: -tl SCM Command Line[5]: //Depot/Project/Name/... Usage: filelog [ -l -m maxRevs ] files... Invalid option: -tl. ChangeLog found: 0 entries BUILD SUCCESSFUL Total time: 7 seconds Finished at: Tue Sep 28 16:42:10 EDT 2004 Do you have any suggestions as to the changes that I might have to do? I have removed the -t option and rebuilt the plugin but I'm unable to install the plugin to quickly test it (plugin:install). Can you explain how this can be done? Do I need to add the plugin in the POM dependencies? I know how to use maven for doing builds but not as a plugin developer. Thanks. -Fiel __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
