-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
43 lines (26 loc) · 1.2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
README
======
See all targets:
----------------
"./build.sh -p"
Compile and deploy libraries locally:
-------------------------------------
"./build.sh install-jars"
Running the tests:
------------------
Run all the tests by executing "ant test" or rather
"./build.sh test"
Run a particular test class:
./build.sh test -Dtest.class.name=org.wyona.security.test.YarepGroupImplTest
tail -F build/log/TEST-org.wyona.security.test.YarepGroupImplTest.xml
ls build/repository/repository2/content/users/
./build.sh test -Dtest.class.name=org.wyona.security.test.LDAPIdentityManagerImplTest
./build.sh test -Dtest.class.name=org.wyona.security.test.IdentityManagerImplTest
Creating a release
------------------
1) Update version (security.version) and revision (subversion.revision) inside build.properties
2) Set credentials (username and password) inside local.build.properties
3) Run ./build.sh git-clone
4) Change directory: build/git-clone-master-rREVISION
4.1) Update build.properties (revision number) and local.build.properties (credentials) accordingly
5) Run ./build.sh deploy-jars