forked from consometers/consoherozh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smarthome-run-app.launch
21 lines (21 loc) · 2.36 KB
/
smarthome-run-app.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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="/smarthome-application"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
<mapEntry key="GRAILS_HOME" value="C:\Users\Gregory\Documents\java\groovy-grails-tool-suite-3.6.4.RELEASE-e4.4.2-win32-x86_64\grails-2.4.4"/>
<mapEntry key="JAVA_HOME" value="C:\Program Files\Java\jdk1.8.0_201"/>
</mapAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH"/>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.codehaus.groovy.grails.cli.support.GrailsStarter"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value=""run-app -Dsmarthome.cluster.serverId=localhost -Dsmarthome.datasource.password=${postgresql_password} -Dsmarthome.config.location=${smarthome_config}""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="smarthome-application"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-classpath ${grails_home_2.4}\lib\org.codehaus.groovy\groovy-all\jars\groovy-all-2.3.7.jar;${grails_home_2.4}\dist\grails-bootstrap-2.4.4.jar -server -Xmx768M -Xms64M -XX:PermSize=32m -XX:MaxPermSize=256m -Xverify:none -javaagent:${grails_home_2.4}/lib/org.springframework/springloaded/jars/springloaded-1.2.1.RELEASE.jar -Djdk.reflect.allowGetCallerClass=true -Dspringloaded="profile=grails;cacheDir=${grails_cache_dir}" -Dbase.dir=. -Dgrails.home="${grails_home_2.4}" -Dgroovy.starter.conf="${grails_home_2.4}/conf/groovy-starter.conf" -Dgrails.version=2.4.4 -Dtools.jar="${java_home_8}/lib/tools.jar" -Dspringloaded.synchronize=true -Dfile.encoding=UTF-8"/>
</launchConfiguration>