Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | Author: Lloyd.Chambers@sun.com |
2 | Last modified: 30 July 2009 | ||||
3 | |||||
4 | To run AMX tests standalone on glassfish distribution: | ||||
5 | |||||
6 | ant -Dglassfish.home=$V3_RUN/glassfish all | ||||
7 | |||||
8 | I put my repo elsewhere: | ||||
9 | |||||
10 | export V3_REPO=/v3/repo | ||||
11 | ant -Dmaven.repo.local=$V3_REPO -Dglassfish.home=$V3_RUN/glassfish all | ||||
12 |