Help

Controls

Switch Workspace

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Comparing current revision with historical revision 23.
Document History: How do I run functional tests on Weld examples?
Current revision:
26
Parent:
Weld
Created On:
17. Dec 2009, 15:13 (kapy)
Last Modified On:
16. Sep 2011, 23:39 (sbryzak)
Historical revisions:
25 23. Mar 2010, 15:19 (sbryzak) ShowDiff
24 23. Mar 2010, 15:18 (mgencur) ShowDiff
23 22. Jan 2010, 16:01 (mgencur) ShowDiff
22 22. Jan 2010, 16:00 (mgencur) ShowDiff
21 22. Jan 2010, 15:58 (mgencur) ShowDiff
20 22. Jan 2010, 15:57 (mgencur) ShowDiff
19 22. Jan 2010, 15:54 (mgencur) ShowDiff
18 22. Jan 2010, 15:51 (mgencur) ShowDiff
17 22. Jan 2010, 15:50 (mgencur) ShowDiff
16 22. Jan 2010, 15:45 (mgencur) ShowDiff
15 22. Jan 2010, 15:41 (mgencur) ShowDiff
14 22. Jan 2010, 15:40 (mgencur) ShowDiff
13 22. Jan 2010, 15:35 (mgencur) ShowDiff
12 22. Jan 2010, 15:23 (mgencur) ShowDiff
11 22. Jan 2010, 15:17 (mgencur) ShowDiff
10 22. Jan 2010, 14:45 (mgencur) ShowDiff
9 22. Jan 2010, 14:42 (mgencur) ShowDiff
8 22. Jan 2010, 14:10 (mgencur) ShowDiff
7 14. Jan 2010, 14:32 (kapy) ShowDiff
6 08. Jan 2010, 14:02 (kapy) ShowDiff
5 18. Dec 2009, 10:43 (kapy) ShowDiff
4 17. Dec 2009, 16:04 (kapy) ShowDiff
3 17. Dec 2009, 15:49 (kapy) ShowDiff
2 17. Dec 2009, 15:48 (kapy) ShowDiff
1 17. Dec 2009, 15:13 (kapy) ShowDiff
0 (Initial Revision) ShowDiff

From lines 115 to 124 deleted to line 115:
Note: You have to install them in this order (to be able to run functional tests, starting in ftest directory):

`$ mvn install`
`$ mvn -f common/pom.xml install`
`$ mvn -f login/pom.xml install`
`$ mvn -f numberguess/pom.xml install`
`$ mvn -f permalink/pom.xml install`
`$ mvn -f translator/pom.xml install`

As soon as the artifacts gets deployed to public repositories you will not have to install all these projects.