Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@506 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Dec 9, 2008
1 parent fdfb0b7 commit fb1ac95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/readme.txt
@@ -0,0 +1,13 @@
The Web Beans RI currently comes with a single example, webbeans-numberguess.

To run the example on JBoss AS 5.0.0.GA, you need to add the Web Beans RI
deployer to JBoss 5. First, set the path to JBoss 5 in ../build.properties.
Then, run ant -f ../build.xml install-jboss5 in the examples directory.

To deploy the example to JBoss AS 5, change into numberguess directory and
choose between:

* ant restart / ant explode - deploy the example in exploded format
* ant deploy - deploy the example in compressed jar format
* ant undeploy - remove the example from the server
* ant clean - clean the example

0 comments on commit fb1ac95

Please sign in to comment.