[Osaas-commits] r37 - in trunk: . client/java/owsproxy
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Dec 10 15:12:17 CET 2007
Author: bh
Date: 2007-12-10 15:12:16 +0100 (Mon, 10 Dec 2007)
New Revision: 37
Modified:
trunk/ChangeLog
trunk/client/java/owsproxy/README.txt
Log:
* client/java/owsproxy/README.txt: Add instructions to make the
osaas Java client code available to deegree when building deegree.
Based on a patch form Hans Plum
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-12-10 13:48:01 UTC (rev 36)
+++ trunk/ChangeLog 2007-12-10 14:12:16 UTC (rev 37)
@@ -1,5 +1,11 @@
2007-12-10 Bernhard Herzog <bh at intevation.de>
+ * client/java/owsproxy/README.txt: Add instructions to make the
+ osaas Java client code available to deegree when building deegree.
+ Based on a patch form Hans Plum
+
+2007-12-10 Bernhard Herzog <bh at intevation.de>
+
* server/test/test_formparser.py
(FormParsingTests.test_convert_form_urlencoded): percent-escape
the colons in the test data. Java does that.
Modified: trunk/client/java/owsproxy/README.txt
===================================================================
--- trunk/client/java/owsproxy/README.txt 2007-12-10 13:48:01 UTC (rev 36)
+++ trunk/client/java/owsproxy/README.txt 2007-12-10 14:12:16 UTC (rev 37)
@@ -17,9 +17,13 @@
cd deegree-osaas
patch -p 0 < owsproxy.diff
- 3. The build deegree in the usual way. To build a jar-file it's
- usually just
+ 3. Make the osaas client code available to deegree:
+ cd deegree-osaas/lib
+ ln -s $DIST_HOME_OSAAS_CLIENT/ osaas
+
+ 4. Build deegree. To build a jar-file it's usually just
+
ant build-lib
More information about the Osaas-commits
mailing list