[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: Text File build.xml.patch    
Issue Links:
Relates
relates to QFJ-519 Minor build problems in QuickFIX/J 1.4.0 Closed

 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
18
tom@macbook$ jar tf core/target/quickfixj-core-\${version}.jar | egrep fix50 | wc -l
1663



 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
0
tom@macbook$ jar tf core/target/quickfixj-core-\${version}.jar | egrep fix50 | wc -l
0

Comment by Laurent Danesi [ 18/Mar/09 ]

Thank you Tom, your patch will be present in the next release.

Laurent

Generated at Tue May 21 06:20:30 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.