[QFJ-166] Add version information Created: 27/Apr/07 Updated: 04/Jul/07 Resolved: 10/May/07 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.2.0 |
| Type: | Task | Priority: | Default |
| Reporter: | Alex McGlashan | Assignee: | Steve Bate |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Add a command to display the version of QF/J currently installed or add a manifest file to the quickfixj.jar containing version information. |
| Comments |
| Comment by Steve Bate [ 10/May/07 ] |
|
I added the version information to the manifest file. There is also a Version class that is configured to be the main class of the JAR. You can print the version using the following technique. java -jar quickfixj.jar will dump the version specified in the manifest. |