4c44924a3cd79f341a43e4a48d509f8dab783fe5
configuration/install-gwt
| ... | ... | @@ -3,14 +3,13 @@ SAILING_GIT_ROOT="${1}" |
| 3 | 3 | if [ -n "${2}" ]; then |
| 4 | 4 | OUTPUT_FOLDER_FOR_GWT_ZIP="${2}" |
| 5 | 5 | fi |
| 6 | -GWT_VERSION=2.11.1 |
|
| 6 | +GWT_VERSION=2.12.2 |
|
| 7 | 7 | GWT="`mktemp -t -d gwt.XXXXX`" |
| 8 | 8 | GWT_ROOT="${GWT}/trunk" |
| 9 | 9 | cd "${GWT}" |
| 10 | 10 | echo "GWT directory: ${GWT}" |
| 11 | -# Use the following two lines for the new gwt-2.10-api-checker stuff |
|
| 12 | -git clone https://github.com/SAP/gwt-forward-serialization-rpc.git -b issue-7987-compatibility-with-issue-9584 trunk |
|
| 13 | -git clone https://github.com/Vertispan/tools.git -b gwt-2.10-api-checker |
|
| 11 | +git clone https://github.com/SAP/gwt-forward-serialization-rpc.git -b issue-7987-gwt-2.12.2 trunk |
|
| 12 | +git clone https://github.com/Vertispan/tools.git -b main |
|
| 14 | 13 | # Or alternatively: |
| 15 | 14 | #git clone https://github.com/axeluhl/gwt.git -b issue-7987-compatibility trunk |
| 16 | 15 | #git clone https://github.com/gwtproject/tools.git |
java/com.sap.sailing.dashboards.gwt/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -2,6 +2,7 @@ |
| 2 | 2 | //gwtVersion_/com.google.gwt.user/lib= |
| 3 | 3 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 4 | 4 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 5 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 5 | 6 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 6 | 7 | eclipse.preferences.version=1 |
| 7 | 8 | entryPointModules= |
java/com.sap.sailing.dashboards.gwt/GWT Dashboards DevMode.launch
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | <listEntry value="com.sap.sailing.dashboards.gwt.RibDashboard"/> |
| 9 | 9 | </listAttribute> |
| 10 | 10 | <stringAttribute key="com.gwtplugins.gwt.eclipse.core.URL" value="/dashboards/RibDashboard.html"/> |
| 11 | + <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/> |
|
| 11 | 12 | <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> |
| 12 | 13 | <listEntry value="/com.sap.sailing.dashboards.gwt"/> |
| 13 | 14 | </listAttribute> |
| ... | ... | @@ -20,6 +21,7 @@ |
| 20 | 21 | </listAttribute> |
| 21 | 22 | <booleanAttribute key="org.eclipse.jdt.debug.ui.CONSIDER_INHERITED_MAIN" value="true"/> |
| 22 | 23 | <booleanAttribute key="org.eclipse.jdt.debug.ui.INCLUDE_EXTERNAL_JARS" value="true"/> |
| 24 | + <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/> |
|
| 23 | 25 | <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> |
| 24 | 26 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" javaProject="com.sap.sailing.gwt.ui" path="1" type="4"/> "/> |
| 25 | 27 | <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="com.sap.sailing.dashboards.gwt"/> </runtimeClasspathEntry> "/> |
| ... | ... | @@ -42,7 +44,9 @@ |
| 42 | 44 | </listAttribute> |
| 43 | 45 | <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.gwtplugins.gwt.eclipse.core.moduleClasspathProvider"/> |
| 44 | 46 | <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> |
| 47 | + <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25/"/> |
|
| 45 | 48 | <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> |
| 49 | + <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="com.sap.sailing.dashboards.gwt"/> |
|
| 46 | 50 | <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-nosuperDevMode -logLevel INFO -noserver -incremental -war "${project_loc:com.sap.sailing.dashboards.gwt}" -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -codeServerPort 9875 -startupUrl /dashboards/RibDashboard.html com.sap.sailing.dashboards.gwt.RibDashboard"/> |
| 47 | 51 | <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="com.sap.sailing.dashboards.gwt"/> |
| 48 | 52 | <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-XX:+UseG1GC -XX:+UseStringDeduplication -Dgwt.watchFileChanges=false -Xmx2048m -Dgwt-usearchives=false -Dgwt.persistentunitcache=false"/> |
java/com.sap.sailing.dashboards.gwt/GWT Dashboards SDM.launch
| ... | ... | @@ -51,6 +51,7 @@ |
| 51 | 51 | </listAttribute> |
| 52 | 52 | <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.gwtplugins.gwt.eclipse.core.moduleClasspathProvider"/> |
| 53 | 53 | <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> |
| 54 | + <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25/"/> |
|
| 54 | 55 | <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> |
| 55 | 56 | <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="com.sap.sailing.dashboards.gwt"/> |
| 56 | 57 | <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-style PRETTY -logLevel INFO -noserver -incremental -war "${project_loc:com.sap.sailing.dashboards.gwt}" -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -codeServerPort 9875 -startupUrl /dashboards/RibDashboard.html com.sap.sailing.dashboards.gwt.RibDashboard"/> |
java/com.sap.sailing.datamining.shared/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 3 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 3 | 4 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 4 | 5 | eclipse.preferences.version=1 |
| 5 | 6 | entryPointModules= |
java/com.sap.sailing.datamining/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 3 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 3 | 4 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 4 | 5 | eclipse.preferences.version=1 |
| 5 | 6 | entryPointModules= |
java/com.sap.sailing.gwt.ui/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | //gwtVersion_/com.google.gwt.user/lib=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 3 | 3 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 4 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 4 | 5 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 5 | 6 | eclipse.preferences.version=1 |
| 6 | 7 | entryPointModules= |
java/com.sap.sailing.polars.datamining.shared/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 3 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 3 | 4 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 4 | 5 | eclipse.preferences.version=1 |
| 5 | 6 | entryPointModules= |
java/com.sap.sailing.simulator/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 3 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 3 | 4 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 4 | 5 | eclipse.preferences.version=1 |
| 5 | 6 | entryPointModules= |
java/com.sap.sse.common/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 3 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 3 | 4 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 4 | 5 | eclipse.preferences.version=1 |
| 5 | 6 | entryPointModules= |
java/com.sap.sse.gwt.adminconsole/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | //gwtVersion_/com.google.gwt.user/lib= |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 3 | 3 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 4 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 4 | 5 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 5 | 6 | eclipse.preferences.version=1 |
| 6 | 7 | entryPointModules= |
java/com.sap.sse.gwt.test/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | //gwtVersion_/com.google.gwt.user/lib= |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 3 | 3 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 4 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 4 | 5 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 5 | 6 | eclipse.preferences.version=1 |
| 6 | 7 | entryPointModules= |
java/com.sap.sse.gwt/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | //gwtVersion_/com.google.gwt.user/lib= |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 3 | 3 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 4 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 4 | 5 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 5 | 6 | eclipse.preferences.version=1 |
| 6 | 7 | entryPointModules= |
java/com.sap.sse.gwt/GWT xdStorage Sample SDM.launch
| ... | ... | @@ -10,6 +10,7 @@ |
| 10 | 10 | </listAttribute> |
| 11 | 11 | <booleanAttribute key="com.gwtplugins.gwt.eclipse.core.SUPERDEVMODE_ENABLED" value="true"/> |
| 12 | 12 | <stringAttribute key="com.gwtplugins.gwt.eclipse.core.URL" value="/gwt-base/StorageMessagingTest.html"/> |
| 13 | + <booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/> |
|
| 13 | 14 | <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> |
| 14 | 15 | <listEntry value="/com.sap.sse.gwt"/> |
| 15 | 16 | </listAttribute> |
| ... | ... | @@ -49,6 +50,7 @@ |
| 49 | 50 | </listAttribute> |
| 50 | 51 | <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.gwtplugins.gwt.eclipse.core.moduleClasspathProvider"/> |
| 51 | 52 | <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> |
| 53 | + <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25/"/> |
|
| 52 | 54 | <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> |
| 53 | 55 | <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="com.sap.sse.gwt"/> |
| 54 | 56 | <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-style PRETTY -incremental -workDir "${project_loc:com.sap.sse.gwt}/.tmp/gwt-work" -war "${project_loc:com.sap.sse.gwt}" -noserver -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -logLevel INFO -codeServerPort 9877 -startupUrl /gwt-base/StorageMessagingTest.html -startupUrl /gwt-base/StorageMessaging.html com.sap.sse.gwt.StorageMessaging com.sap.sse.gwt.StorageMessagingTest"/> |
java/com.sap.sse.security.common/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,5 +1,6 @@ |
| 1 | 1 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 3 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 3 | 4 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 4 | 5 | eclipse.preferences.version=1 |
| 5 | 6 | entryPointModules= |
java/com.sap.sse.security.ui/.settings/com.gwtplugins.gwt.eclipse.core.prefs
| ... | ... | @@ -1,6 +1,7 @@ |
| 1 | 1 | //gwtVersion_/com.google.gwt.user/lib= |
| 2 | 2 | //gwtVersion_/opt/gwt-2.11.0=2.11.0 |
| 3 | 3 | //gwtVersion_/opt/gwt-2.11.1=2.11.1 |
| 4 | +//gwtVersion_/opt/gwt-2.12.2=2.12.2 |
|
| 4 | 5 | //gwtVersion_/usr/local/gwt-2.11.0=2.11.0 |
| 5 | 6 | eclipse.preferences.version=1 |
| 6 | 7 | entryPointModules= |