Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r738 - branches/opensource

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r738 - branches/opensource


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r738 - branches/opensource
  • Date: Tue, 12 Feb 2008 12:16:52 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus AT PSI.CH
Date: Tue Feb 12 12:16:51 2008
New Revision: 738

Log:
Fixed XML error in local-server.xml

Modified:
branches/opensource/local-server.xml

Modified: branches/opensource/local-server.xml
==============================================================================
--- branches/opensource/local-server.xml (original)
+++ branches/opensource/local-server.xml Tue Feb 12 12:16:51 2008
@@ -217,7 +217,7 @@

<target name="start-server-jacorb" depends="generate-logging-config"
description="start local iDok server with Sun ORB">
<java classname="ch.idok.service.server.Daemon" fork="true"
output="${server.log.dir}/orbd.out">
- <jvmarg line="-server
-Xbootclasspath/p:lib/jacorb.jar:lib/logkit.jar:lib/avalon-framework.jar" />
-->
+ <jvmarg line="-server
-Xbootclasspath/p:lib/jacorb.jar:lib/logkit.jar:lib/avalon-framework.jar" />

<!-- bootclasspath cannot be used since there is no
way to tell ant to prepend
the specified libs to the default bootclasspath



  • [idok-commit] idok commit r738 - branches/opensource, Apache, 02/12/2008

Archive powered by MHonArc 2.6.19.

Top of Page