[QFJ-414] quickfixj-core.jar includes FIXT11 and FIX50 packages Created: 14/Mar/09 Updated: 16/Oct/12 Resolved: 18/Mar/09 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Build |
Affects Version/s: | 1.4.0 |
Fix Version/s: | 1.5.0 |
Type: | Bug | Priority: | Default |
Reporter: | Tom Palmer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Attachments: | build.xml.patch | ||||||||
Issue Links: |
|
Description |
At the moment the quickfj-core.jar includes both the quickfix.fixt11 and quickfix.fix50 packages: tom@macbook$ jar tf core/target/quickfixj-core-\${version}.jar | egrep fixt11 | wc -l |
Comments |
Comment by Tom Palmer [ 14/Mar/09 ] |
The attached patch filters out the quickfix.fix50 and quickfix.fixt11 packages from quickfixj-core.jar. Here's the result of running the jar/egrep command line after applying the patch and rebuilding the Jars: tom@macbook$ jar tf core/target/quickfixj-core-\${version}.jar | egrep fixt11 | wc -l |
Comment by Laurent Danesi [ 18/Mar/09 ] |
Thank you Tom, your patch will be present in the next release. Laurent |