From: <jbo...@li...> - 2006-04-28 14:03:39
|
Author: arvinder Date: 2006-04-28 10:03:29 -0400 (Fri, 28 Apr 2006) New Revision: 4005 Modified: labs/jbossesb/branches/JBESB-13/Developer.txt Log: Added instructions Modified: labs/jbossesb/branches/JBESB-13/Developer.txt =================================================================== --- labs/jbossesb/branches/JBESB-13/Developer.txt 2006-04-28 11:39:54 UTC (rev 4004) +++ labs/jbossesb/branches/JBESB-13/Developer.txt 2006-04-28 14:03:29 UTC (rev 4005) @@ -9,3 +9,34 @@ Any classes which occur within an 'internal' package are not meant for users. Changes to these classes can occur without notice and deprecation markers. + + +Instructions +------------ + +From branch JBESB-13 + +1) Check it out +2) set JBOSS_HOME (this needs to be jboss-4.0.3SP1) +3) From svc/jbossesb/branches/JBESB-13 run + +ant standalone + +4) cd JBOSS_HOME/bin + +run -c esb + +5) From svc/jbossesb/branches/JBESB-13 run + +ant deploy + +Check jboss for the sar deployment. + +6) To run a standalone test, from svc/jbossesb/branches/JBESB-13 run + +ant test (this will indirectly call the QA/build.xml) + +This will compile/pickup any *Test.class file and run it +producing a report, see build/tests/reports/junit-noframes.html or +index.html + |