You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2010/04/15 17:33:05 UTC

svn commit: r934453 - in /james/hupa/trunk: .classpath README.txt

Author: manolo
Date: Thu Apr 15 15:33:05 2010
New Revision: 934453

URL: http://svn.apache.org/viewvc?rev=934453&view=rev
Log:
more stuff about the deleted /war folder

Modified:
    james/hupa/trunk/.classpath
    james/hupa/trunk/README.txt

Modified: james/hupa/trunk/.classpath
URL: http://svn.apache.org/viewvc/james/hupa/trunk/.classpath?rev=934453&r1=934452&r2=934453&view=diff
==============================================================================
--- james/hupa/trunk/.classpath (original)
+++ james/hupa/trunk/.classpath Thu Apr 15 15:33:05 2010
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
 	<classpathentry kind="src" output="shared/target/classes" path="shared/src/main/java"/>
 	<classpathentry kind="src" output="server/war/WEB-INF/classes" path="server/src/main/java"/>
 	<classpathentry kind="src" output="server/target/test-classes" path="server/src/test/java"/>
@@ -8,8 +9,7 @@
 	<classpathentry kind="src" output="client/target/test-classes" path="client/src/test/java"/>
 	<classpathentry excluding="**" kind="src" output="client/war/WEB-INF/classes" path="client/src/main/resources"/>
 	<classpathentry kind="src" output="client/war/WEB-INF/classes" path="server/src/main/resources"/>
-	<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="war/WEB-INF/classes"/>
+	<classpathentry kind="output" path="client/war/WEB-INF/classes"/>
 </classpath>

Modified: james/hupa/trunk/README.txt
URL: http://svn.apache.org/viewvc/james/hupa/trunk/README.txt?rev=934453&r1=934452&r2=934453&view=diff
==============================================================================
--- james/hupa/trunk/README.txt (original)
+++ james/hupa/trunk/README.txt Thu Apr 15 15:33:05 2010
@@ -43,17 +43,20 @@ To login into the system in thi mode use
   >> 'The output directory for the project should be set to /hupa/client/war/WEB-INF/classes'
   >> 'The web.xml file does not exist'
 
-  In unix-like environments make these symbolic links: 
-       $ ln -s client/war war
-       $ ln -s ../../src/main/webapp/WEB-INF/web.xml client/war/WEB-INF/web.xml
-  In windows you can either:
-  a)   use Sysinternal's Junction command
-       (http://technet.microsoft.com/it-it/sysinternals/bb896768(en-us).aspx)
-       > junction war client\war
-  b)   copy recursively 'client/war' to 'war'
-       copy 'client/src/main/webapp/WEB-INF/web.xml' to 'client/war/WEB-INF'
-  Then, set project's output directory to: /hupa/client/war/WEB-INF/classes
-       properties -> Java Build Path -> Source -> Default output folder
+  You have two options:
+  1.- Upgrade your google-eclipse plugin
+  2.- follow these steps:
+      - In unix-like environments make these symbolic links: 
+           $ ln -s client/war war
+           $ ln -s ../../src/main/webapp/WEB-INF/web.xml client/war/WEB-INF/web.xml
+      - In windows you can either:
+           a)   use Sysinternal's Junction command
+                (http://technet.microsoft.com/it-it/sysinternals/bb896768(en-us).aspx)
+                > junction war client\war
+           b)   copy recursively 'client/war' to 'war'
+                copy 'client/src/main/webapp/WEB-INF/web.xml' to 'client/war/WEB-INF'
+      - Then, set project's output directory to: /hupa/client/war/WEB-INF/classes
+           properties -> Java Build Path -> Source -> Default output folder
 
 - If you compile hupa with google's eclipse plugin and you get the message:
   >> 'GWT module hupa needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted mode'



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org