You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/15 22:10:51 UTC

directory-fortress-enmasse git commit: FC-66 - correct location of fortress.properties

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 45f27ca9a -> 9ce64702b


FC-66 - correct location of fortress.properties


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/9ce64702
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/9ce64702
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/9ce64702

Branch: refs/heads/master
Commit: 9ce64702b514ff6b66119a97219f48b141540b64
Parents: 45f27ca
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Feb 15 15:10:40 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Feb 15 15:10:40 2015 -0600

----------------------------------------------------------------------
 README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/9ce64702/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 1d3e9fb..d4ba57c 100755
--- a/README.txt
+++ b/README.txt
@@ -82,7 +82,7 @@ ________________________________________________________________________________
 ###################################################################################
 Copy the fortress.properties, created during Fortress Core setup, to this package's resource folder.
 
-# cp [directory-fortress-core]/config/fortress.properties [directory-fortress-enmasse]/src/main/resources
+# cp [directory-fortress-core]/src/test/resources/fortress.properties [directory-fortress-enmasse]/src/main/resources
 
 Where [directory-fortress-core] is base folder of the fortress core source package and [directory-fortress-enmasse] is the current package's home folder.
 ___________________________________________________________________________________
@@ -134,7 +134,7 @@ ________________________________________________________________________________
 Run maven test
 # $M2_HOME/bin/mvn verify -Dnoload
 
-notes
+notes:
     - The Fortress Rest application must be deployed and running within your servlet container before the unit tests will complete successfully.  If your app server
       is running on a separate machine, or using port other than 8080, adjust the settings accordingly in src/main/test/java/org/apache/directory/fortress/rest/EmTest.java
     - For learning and troubleshooting, it is recommended that you use an HTTP proxy program, like Axis' tpMon to intercept the HTTP/XML request/responses between Fortress rest client and server.