Created
December 15, 2010 07:28
-
-
Save sideshowbarker/741736 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r dfd45ca89a7d HtmlParser-compile-detailed | |
--- a/HtmlParser-compile-detailed Sun Dec 12 17:38:35 2010 -0800 | |
+++ b/HtmlParser-compile-detailed Wed Dec 15 16:26:51 2010 +0900 | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
APPDIR=`dirname $0`; | |
-java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:/Developer/gwt-mac-1.5.1/gwt-user.jar:/Developer/gwt-mac-1.5.1/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -style DETAILED -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser; | |
+java -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:/opt/workspace/gwt-2.1.0/gwt-user.jar:/opt/workspace/gwt-2.1.0/gwt-dev.jar" com.google.gwt.dev.GWTCompiler -style DETAILED -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser; | |
diff -r dfd45ca89a7d HtmlParser-compile-detailed.launch | |
--- a/HtmlParser-compile-detailed.launch Sun Dec 12 17:38:35 2010 -0800 | |
+++ b/HtmlParser-compile-detailed.launch Wed Dec 15 16:26:51 2010 +0900 | |
@@ -13,12 +13,12 @@ | |
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/htmlparser/gwt-src" path="3" type="2"/> "/> | |
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/htmlparser/super" path="3" type="2"/> "/> | |
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="htmlparser"/> </runtimeClasspathEntry> "/> | |
-<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/Developer/gwt-mac-1.5.1/gwt-dev-mac.jar" path="3" type="2"/> "/> | |
-<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/Developer/gwt-mac-1.5.1/gwt-user.jar" path="3" type="2"/> "/> | |
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/opt/workspace/gwt-2.1.0/gwt-dev.jar" path="3" type="2"/> "/> | |
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/opt/workspace/gwt-2.1.0/gwt-user.jar" path="3" type="2"/> "/> | |
</listAttribute> | |
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> | |
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTCompiler"/> | |
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-style DETAILED -out /Users/hsivonen/Projects/whattf/htmlparser/www nu.validator.htmlparser.HtmlParser"/> | |
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-style DETAILED -out /opt/workspace/checker/htmlparser/www nu.validator.htmlparser.HtmlParser"/> | |
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="htmlparser"/> | |
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx256M"/> | |
</launchConfiguration> | |
diff -r dfd45ca89a7d HtmlParser-shell | |
--- a/HtmlParser-shell Sun Dec 12 17:38:35 2010 -0800 | |
+++ b/HtmlParser-shell Wed Dec 15 16:26:51 2010 +0900 | |
@@ -1,3 +1,3 @@ | |
#!/bin/sh | |
APPDIR=`dirname $0`; | |
-java -XstartOnFirstThread -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:$APPDIR/bin:/Developer/gwt-mac-1.5.1/gwt-user.jar:/Developer/gwt-mac-1.5.1/gwt-dev-mac.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser/HtmlParser.html; | |
+java -Xmx256M -cp "$APPDIR/src:$APPDIR/gwt-src:$APPDIR/super:$APPDIR/bin:/opt/workspace/gwt-2.1.0/gwt-user.jar:/opt/workspace/gwt-2.1.0/gwt-dev.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" nu.validator.htmlparser.HtmlParser/HtmlParser.html; | |
diff -r dfd45ca89a7d HtmlParser.launch | |
--- a/HtmlParser.launch Sun Dec 12 17:38:35 2010 -0800 | |
+++ b/HtmlParser.launch Wed Dec 15 16:26:51 2010 +0900 | |
@@ -13,11 +13,12 @@ | |
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/htmlparser/gwt-src" path="3" type="2"/> "/> | |
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/htmlparser/super" path="3" type="2"/> "/> | |
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento project="htmlparser"/> </runtimeClasspathEntry> "/> | |
-<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/Developer/gwt-mac-1.5.1/gwt-dev-mac.jar" path="3" type="2"/> "/> | |
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/opt/workspace/gwt-2.1.0/gwt-dev.jar" path="3" type="2"/> "/> | |
+<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry externalArchive="/opt/workspace/gwt-2.1.0/gwt-user.jar" path="3" type="2"/> "/> | |
</listAttribute> | |
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> | |
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/> | |
-<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out www nu.validator.htmlparser.HtmlParser/HtmlParser.html"/> | |
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-out /opt/workspace/checker/htmlparserr/www nu.validator.htmlparser.HtmlParser/HtmlParser.html"/> | |
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="htmlparser"/> | |
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XstartOnFirstThread -Xmx256M"/> | |
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx256M"/> | |
</launchConfiguration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment