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