Skip to main content

Posts

Showing posts from 2014

GWT SuperDevMode

GWT 2.6 Eclipse kepler gwt project 생성후 1. TestProject.gwt.xml 문서내 <module rename-to='textproject'>   ....   <!-- allow Super Dev Mode -->   <add-linker name="xsiframe"/>    .... </module> 2. 메뉴 Run > Run Configurations 에서 Java Application 선택 하여 마우스 오른쪽 New 선택 2.1. Name : 아무거나 2.2. Main 탭에서      Project : 생성한 프로젝트 선택 (TestProject)      Main Class : com.google.gwt.dev.codeserver.CodeServer 2.3. Arguments 탭에서      Program arguments : -src 프로젝트경로 ( -src src/ com.test.TestProject ) 2.4. Classpath 탭에서      User Entries 선택후 Add External JARs 로 gwt-codeserver.jar 추가 마지막으로 Run --------------------------------------------------------------------------------- Compiling module com.test.TestProject    Compiling 1 permutation       Compiling permutation 0...       Source Maps Enabled    Compile of permutations succeeded Linking into /tmp/gwt-codeserver-73106590262130108.tmp/com.test.TestProject/compile-1/war/testproj