Project

General

Profile

« Previous | Next » 

Revision 6a7a09ef

Added by Andreas Kohlbecker about 13 years ago

using variables instead of fixed paths

View differences:

ide/eclipse/run cdm-server.jar in debugmode.launch
4 4
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
5 5
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
6 6
</listAttribute>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="C:\Programme\Java\jdk1.6.0_11\bin\java.exe"/>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${system_property:sun.boot.library.path}${system_property:file.separator}java.exe"/>
8 8
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n&#13;&#10;&#13;&#10;-Xmx1024M&#13;&#10;&#13;&#10;-XX:PermSize=128m &#13;&#10;-XX:MaxPermSize=192m&#13;&#10;&#13;&#10;-XX:+UseConcMarkSweepGC &#13;&#10;-XX:+CMSClassUnloadingEnabled &#13;&#10;-XX:+CMSPermGenSweepingEnabled&#13;&#10;&#13;&#10;-jar cdm-server-2.5.jar  -datasources &quot;C:\Dokumente und Einstellungen\a.kohlbecker.BGBM\.cdmLibrary\datasources-tdwg.xml&quot;"/>
9 9
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/cdm-server/target}"/>
10 10
</launchConfiguration>

Also available in: Unified diff