-
Notifications
You must be signed in to change notification settings - Fork 2
wyona/security
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published