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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 10 06:25:03 EDT 2007


  User: pmuir   
  Date: 07/10/10 06:25:02

  Modified:    examples  readme.txt
  Log:
  Updates
  
  Revision  Changes    Path
  1.25      +6 -5      jboss-seam/examples/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/readme.txt,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- readme.txt	1 Aug 2007 15:37:50 -0000	1.24
  +++ readme.txt	10 Oct 2007 10:25:01 -0000	1.25
  @@ -129,7 +129,7 @@
   
   4. (Optional) Build Seam by running "ant" the Seam root directory
   
  -5. Build and deploy the example by running "ant deploy.tomcat" 
  +5. Build and deploy the example by running "ant tomcat.deploy" 
      in the Seam "examples/${example.name}" directory
   
   6. Start Tomcat
  @@ -150,16 +150,17 @@
   
   1. Install the TestNG Eclipse plugin from http://beust.com/eclipse
   
  -2. Create the jboss-seam Eclipse project with the following directories
  -   in your source path:
  +2. Create the TestNG runner with the following directories added to the
  +   classpath:
      
  -   src/main/
      examples/${example.name}/src/
      examples/${example.name}/resources/
      bootstrap/
      
      And all jar files from the following directories in your classpath:
      
  -   lib/
  +   lib/test
  +   
  +   Make sure all these come before the referenced libraries
      
   3. Locate and run the testng.xml file using the TestNG plugin
  
  
  



More information about the jboss-cvs-commits mailing list