[jboss-cvs] jboss-seam/examples/wiki ...

Christian Bauer christian at hibernate.org
Mon Jul 9 12:41:00 EDT 2007


  User: cbauer  
  Date: 07/07/09 12:41:00

  Modified:    examples/wiki  README.txt
  Log:
  Make unit tests run on Embeddable JBoss
  
  Revision  Changes    Path
  1.11      +12 -3     jboss-seam/examples/wiki/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/README.txt,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- README.txt	12 Jun 2007 19:07:15 -0000	1.10
  +++ README.txt	9 Jul 2007 16:41:00 -0000	1.11
  @@ -1,7 +1,15 @@
   This is not a regular "Seam example", its a standalone seam-gen project structure. The build.xml
   references the existing Seam libraries and thirdparty libs, however, to avoid duplication.
   
  -INSTALLATION WITH HSQL DB
  +RUNNING THE UNIT TESTS
  +==========================================================================================
  +
  +- Call 'ant test'
  +
  +- Verify the rest results in build/test-output/
  +
  +
  +INSTALLATION WITH HSQL DB (development profile)
   ==========================================================================================
   
   - Install JBoss Application Server 4.2 GA
  @@ -12,9 +20,10 @@
   
   - Call 'ant deploy'
   
  -- Access http://localhost:8080/wiki/
  +- Start (if you haven't done so already) JBoss AS and access http://localhost:8080/wiki/
  +
   
  -INSTALLATION WITH MYSQL
  +INSTALLATION WITH MYSQL (production profile)
   ==========================================================================================
   
   - Install JBoss Application Server 4.2 GA
  
  
  



More information about the jboss-cvs-commits mailing list