From: <jsa...@us...> - 2008-11-17 19:47:43
|
Revision: 108 http://flexotask.svn.sourceforge.net/flexotask/?rev=108&view=rev Author: jsauerbach Date: 2008-11-17 19:47:40 +0000 (Mon, 17 Nov 2008) Log Message: ----------- Add clarification about junit.jar. Modified Paths: -------------- trunk/flexotask/doc/flexotaskProgramming.html Modified: trunk/flexotask/doc/flexotaskProgramming.html =================================================================== --- trunk/flexotask/doc/flexotaskProgramming.html 2008-11-17 17:05:46 UTC (rev 107) +++ trunk/flexotask/doc/flexotaskProgramming.html 2008-11-17 19:47:40 UTC (rev 108) @@ -568,6 +568,18 @@ on which you have IBM WebSphere Real Time installed and to which you exported your Flexotask runtime. +<p>You must also copy <b>junit.jar</b> to the Linux machine and locate +it in the same directory as <b>flexotaskFunctionTest.jar</b>. The +most reliable way to find an appropriate <b>junit.jar</b> for this +purpose is to look in the <b>org.junit4_*</b> subdirectory of your +eclipse <b>plugins</b> directory. That is, if eclipse is installed as +directory <b>c:/eclipse</b>, then you would look in +<b>c:/eclipse/plugins/org.junit4_4.3.1</b>. If you do end up +downloading this jar file from <b>www.junit.org</b>, bear in mind that +you need version 4.3.1 (later versions have been known not to work) +and you must rename the jar file to <b>junit.jar</b> to match the +manifest in <b>flexotaskFunctionTest.jar</b>. + <p>The following instructions apply whenever you are running Flexotasks in real-time mode. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |