You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/11/03 10:21:28 UTC

svn commit: r1030369 - /directory/apacheds/trunk/service/ApacheDS.launch

Author: pamarcelot
Date: Wed Nov  3 09:21:20 2010
New Revision: 1030369

URL: http://svn.apache.org/viewvc?rev=1030369&view=rev
Log:
Added an Eclipse launch configuration for launching ApacheDS using the Service class within Eclipse (especially useful for debugging).

Added:
    directory/apacheds/trunk/service/ApacheDS.launch

Added: directory/apacheds/trunk/service/ApacheDS.launch
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/ApacheDS.launch?rev=1030369&view=auto
==============================================================================
--- directory/apacheds/trunk/service/ApacheDS.launch (added)
+++ directory/apacheds/trunk/service/ApacheDS.launch Wed Nov  3 09:21:20 2010
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/apacheds-service/src/main/java/org/apache/directory/server/UberjarMain.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.directory.server.UberjarMain"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="./target/instance"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="apacheds-service"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlog4j.configuration=file:./log4j.properties -Dapacheds.log.dir=./target/instance/log"/>
+</launchConfiguration>