[QFJ-29] Clean example scripts classpath. Created: 14/Jun/06 Updated: 02/Sep/06 Resolved: 17/Jun/06 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Examples |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Nick Fortescue | Assignee: | Steve Bate |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows |
||
| Attachments: |
|
| Description |
|
The examples .bat/.sh scripts have not been kept up to date for the latest svn release. In order to work, banzai.sh, banzai.bat, executor.sh and executor.bat need to have the classpath updated from slf4j-jdk14.jar to slf4j-jdk14-1.0.1.jar. Secondly, currently the scripts add stuff to the classpath every time they are run, meaning the classpath gets longer and longer, if the files are used from a shell/command prompt. I've modified the scripts to use a local variable and the java -classpath option instead of the $CLASSPATH global variable. I'll attach improved scripts. |
| Comments |
| Comment by Nick Fortescue [ 14/Jun/06 ] |
|
.bat and .sh files with the issues fixed. Could someone with a Unix system test the .sh files, I've only tried them under cygwin. |
| Comment by Steve Bate [ 17/Jun/06 ] |
|
Patched in 1,0.x branch and merged to trunk. |