Thanks for the advice, the gquery project works perfectly without any
effort, but I'm finding some troubles with the setting up of hupa, I
suspect that my environment is to blame, but... In the maven step, when i
put mvn clean package, at the end I can see BUILD SUCCESS, but there are
some warnings in the begining . I wonder if my problems are related with
that, or these warnings are not important. I go on working on hupa. And
many many thanks

I attached the output of "mvn clean package".

2012/3/28 Manuel Carrasco Moñino <man...@apache.org>

> These are the steps you should follow in order to get used with the project
>
> 1.- Checkout the project:
> svn co https://svn.apache.org/repos/asf/james/hupa/trunk hupa
> 2.- Change to the hupa folder and compile the app
> cd hupa
> mvn clean package
> 3.- Check that every thing was ok, otherwise dont continue until you
> setup correctly your environment (java and maven)
> 4.- Install Eclipse, and the plugins: m2eclipse and google
> 5.- If you had not worked with gwt before, I recomend to play with it.
> there is an archetype i wrote some time ago, in the gwtquery library
> which is very useful to start working with gwt and maven
> http://code.google.com/p/gwtquery/wiki/CreatingNewApplications
> 6.- Dont continue until you were familiar, able to create and play
> with gwt projects.
> 7.- Import each hupa module (mock, server, shared, widget, client) as
> a new project
> File -> Import -> Maven -> Existing maven project -> project_name
> 8.- Try to run tests and run the app in dev mode
>
> - Manolo
>
>
> On Wed, Mar 28, 2012 at 2:51 PM, echo <echo...@gmail.com> wrote:
> > Hi, I've checked out the hupa source code from james repo, but there were
> > two issues occurred according to Setting up the Google Plugin
> > Could you tell me what does it mean when refer " Fill in the settings as
> you
> > think they fit your needs"?
> > Actually, I tried to both "Check out as a project configured using the
> New
> > Project Wizard" and "Check out as a project in the workspace", but
> neither
> > is done successfully.
> > Hope for advices.
> > Thank you.
> >
> >
> > On 03/27/2012 07:40 PM, echo...@gmail.com wrote:
> >
> > Hi,
> >
> > I want to introduce myself to you guys at first. My nickname is Echo,
> come
> > from China. I will graduate from Chinese Academy of Sciences with master
> > degree on July this year. There will be a lot of spare time to spend
> before
> > work in a software company I think.
> > While coding for an open source community is so cool during the the
> > interval, from my point of view, you can not just fetch more programming,
> > communicating, learning skills, but also the attitude of contribution to
> a
> > group which I think is the best quality for a human being, especially an
> > open-minded programmer.
> > The best programming language I 'm familiar with is Java, with several
> > projects I have been attending:
> >
> > B3log - an open source blog system which can be deployed on GAE.
> > Guangdong Telecom - an e-business platform for China Telecom(Guangdong
> > division)
> > Open Library - open library which would support members at Beijing GNOME
> > User Group
> > etc.
> >
> > Also I had the intern experience in SUN MicroSystem(now Oracle) about 4
> > months, I like their engineering air actually.
> > Besides, I always interested in all kinds of FOSS, as well as close
> > interaction with BJGUG, Open Party, B3log and so forth.
> > As a last year's(four moths exactly) student, I'm going to apply for a
> > project of GSoC 2012, based on my own capability and interested aspects.
> To
> > become a persist commiter is my final aim. And I am practicing AGILE
> > development now, familiar with TDD, Refactoring and something like that.
> >
> > And sure I am very interested in this project, and actually find some
> > features to be implemented such as: Draft and so forth.
> > Hope your earlier reply.
> > Thanks a lot.
> >
> > --
> > echo
> > from hupa
> >
> >
> >
> > --
> > cheers,
> > echo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
> For additional commands, e-mail: server-dev-h...@james.apache.org
>
>


-- 
Correo de Luis R. Slocker
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.hupa:hupa:war:0.0.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for 
org.bsc.maven:maven-processor-plugin is missing. @ line 210, column 21
[WARNING] 'build.plugins.plugin.version' for 
org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 223, column 21
[WARNING] The expression ${artifactId} is deprecated. Please use 
${project.artifactId} instead.
[WARNING] The expression ${version} is deprecated. Please use 
${project.version} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache James Hupa Parent
[INFO] Apache James Hupa Shared
[INFO] Apache James Hupa Mock
[INFO] Apache James Hupa Server
[INFO] Apache James Hupa Widgets
[INFO] Apache James Hupa
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache James Hupa Parent 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hupa-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ hupa-parent 
---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hupa-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache James Hupa Shared 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hupa-shared ---
[INFO] Deleting /home/slocker/Gsoc/trunk/shared/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ hupa-shared 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
hupa-shared ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/shared/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- gwt-maven-plugin:2.4.0:resources (default) @ hupa-shared ---
[INFO] auto discovered modules [org.apache.hupa.Shared]
[INFO] 85 source files from GWT module org.apache.hupa.Shared
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hupa-shared 
---
[INFO] Compiling 84 source files to 
/home/slocker/Gsoc/trunk/shared/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
hupa-shared ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/shared/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
hupa-shared ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ hupa-shared ---
[INFO] Surefire report directory: 
/home/slocker/Gsoc/trunk/shared/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ hupa-shared ---
[INFO] Building jar: 
/home/slocker/Gsoc/trunk/shared/target/hupa-shared-0.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hupa-shared ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache James Hupa Mock 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hupa-mock ---
[INFO] Deleting /home/slocker/Gsoc/trunk/mock/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ hupa-mock ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hupa-mock 
---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hupa-mock ---
[INFO] Compiling 9 source files to /home/slocker/Gsoc/trunk/mock/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
hupa-mock ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/mock/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
hupa-mock ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ hupa-mock ---
[INFO] Surefire report directory: 
/home/slocker/Gsoc/trunk/mock/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ hupa-mock ---
[INFO] Building jar: 
/home/slocker/Gsoc/trunk/mock/target/hupa-mock-0.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hupa-mock ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache James Hupa Server 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hupa-server ---
[INFO] Deleting /home/slocker/Gsoc/trunk/server/target
[INFO] Deleting /home/slocker/Gsoc/trunk/server/war/WEB-INF/classes
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ hupa-server 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
hupa-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/server/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hupa-server 
---
[INFO] Compiling 49 source files to 
/home/slocker/Gsoc/trunk/server/war/WEB-INF/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
hupa-server ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/server/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
hupa-server ---
[INFO] Compiling 25 source files to 
/home/slocker/Gsoc/trunk/server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ hupa-server ---
[INFO] Surefire report directory: 
/home/slocker/Gsoc/trunk/server/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hupa.server.utils.TestUtils
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec
Running org.apache.hupa.server.utils.RegexPatternsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec
Running org.apache.hupa.server.utils.MessageUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.968 sec
Running org.apache.hupa.server.guice.ServerModulTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec
Running org.apache.hupa.server.integration.StoreBugTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.53 sec
Running org.apache.hupa.server.servlet.DownloadAttachmentServletTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 sec
Running org.apache.hupa.server.mock.MockImapFolderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 sec
Running org.apache.hupa.server.preferences.InImapUserPreferencesStorageTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.908 sec
Running org.apache.hupa.server.preferences.InSessionUserPreferencesStorageTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.993 sec
Running org.apache.hupa.server.handler.CreateFolderHandlerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.718 sec
Running org.apache.hupa.server.handler.FetchFoldersHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.794 sec
Running org.apache.hupa.server.handler.HandlersTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.019 sec
Running org.apache.hupa.server.handler.ContactsHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.708 sec
Running org.apache.hupa.server.handler.GetMessageDetailsHandlerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.208 sec
Running org.apache.hupa.server.handler.IdleHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.608 sec
Running org.apache.hupa.server.handler.FowardMessageHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.843 sec
Running org.apache.hupa.server.handler.DeleteMessageByUidHandlerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.681 sec
Running org.apache.hupa.server.handler.LoginUserHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.64 sec
Running org.apache.hupa.server.handler.FetchMessagesHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.65 sec
Running org.apache.hupa.server.handler.LogoutUserHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.718 sec
Running org.apache.hupa.server.handler.ReplyMessageHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec
Running org.apache.hupa.server.handler.DeleteFolderHandlerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.955 sec
Running org.apache.hupa.server.handler.AbtractSendMessageHandlerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.779 sec

Results :

Tests run: 64, Failures: 0, Errors: 0, Skipped: 2

[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ hupa-server ---
[INFO] Building jar: 
/home/slocker/Gsoc/trunk/server/target/hupa-server-0.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hupa-server ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache James Hupa Widgets 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hupa-widgets ---
[INFO] Deleting /home/slocker/Gsoc/trunk/widgets/target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ hupa-widgets 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
hupa-widgets ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 22 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hupa-widgets 
---
[INFO] Compiling 26 source files to 
/home/slocker/Gsoc/trunk/widgets/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
hupa-widgets ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/widgets/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
hupa-widgets ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ hupa-widgets ---
[INFO] Surefire report directory: 
/home/slocker/Gsoc/trunk/widgets/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ hupa-widgets ---
[INFO] Building jar: 
/home/slocker/Gsoc/trunk/widgets/target/hupa-widgets-0.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hupa-widgets ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache James Hupa 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ hupa ---
[INFO] Deleting /home/slocker/Gsoc/trunk/client/target
[INFO] 
[INFO] --- maven-processor-plugin:2.0.5:process (process) @ hupa ---
[INFO] Source directory: 
/home/slocker/Gsoc/trunk/client/target/generated-sources/apt added
[INFO] No processors specified. Using default discovery mechanism.
[INFO] javac option: -cp
[INFO] javac option: 
/home/slocker/.m2/repository/com/google/web/bindery/requestfactory-apt/2.4.0/requestfactory-apt-2.4.0.jar:/home/slocker/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.3.1/sisu-inject-bean-1.4.3.1.jar:/home/slocker/.m2/repository/org/sonatype/sisu/sisu-guice/2.9.1/sisu-guice-2.9.1-noaop.jar:/home/slocker/.m2/repository/org/sonatype/aether/aether-util/1.8/aether-util-1.8.jar:/home/slocker/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar:/home/slocker/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar:/home/slocker/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar:/home/slocker/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar:/home/slocker/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar:/home/slocker/Gsoc/trunk/client/src/main/resources:/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT/WEB-INF/classes:/home/slocker/Gsoc/trunk/server/target/hupa-server-0.0.2-SNAPSHOT.jar:/home/slocker/Gsoc/trunk/mock/target/hupa-mock-0.0.2-SNAPSHOT.jar:/home/slocker/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/home/slocker/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/home/slocker/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/home/slocker/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/home/slocker/.m2/repository/javax/mail/mail/1.4.4/mail-1.4.4.jar:/home/slocker/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/home/slocker/.m2/repository/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar:/home/slocker/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar:/home/slocker/.m2/repository/com/google/code/guice/guice/3.0/guice-3.0.jar:/home/slocker/.m2/repository/com/google/code/guice/guice-assistedinject/3.0/guice-assistedinject-3.0.jar:/home/slocker/.m2/repository/com/google/code/guice/guice-servlet/3.0/guice-servlet-3.0.jar:/home/slocker/Gsoc/trunk/shared/target/hupa-shared-0.0.2-SNAPSHOT.jar:/home/slocker/Gsoc/trunk/widgets/target/hupa-widgets-0.0.2-SNAPSHOT.jar:/home/slocker/.m2/repository/com/google/gwt/gwt-incubator/20101117-r1766/gwt-incubator-20101117-r1766.jar:/home/slocker/.m2/repository/org/cobogw/gwt/cobogw/1.3/cobogw-1.3.jar:/home/slocker/.m2/repository/net/customware/gwt/dispatch/gwt-dispatch/1.2.0/gwt-dispatch-1.2.0.jar:/home/slocker/.m2/repository/net/customware/gwt/presenter/gwt-presenter/1.1.1/gwt-presenter-1.1.1.jar:/home/slocker/.m2/repository/com/google/code/gwt-dnd/gwt-dnd/3.1.1/gwt-dnd-3.1.1.jar:/home/slocker/.m2/repository/eu/maydu/gwt/gwt-vl/0.9a/gwt-vl-0.9a.jar:/home/slocker/.m2/repository/com/googlecode/gwtupload/gwtupload/0.6.4/gwtupload-0.6.4.jar:/home/slocker/.m2/repository/com/google/gwt/gwt-user/2.4.0/gwt-user-2.4.0.jar:/home/slocker/.m2/repository/com/google/gwt/gwt-dev/2.4.0/gwt-dev-2.4.0.jar:/home/slocker/.m2/repository/com/google/gwt/inject/gin/1.5.0/gin-1.5.0.jar:/home/slocker/.m2/repository/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.jar:/home/slocker/.m2/repository/com/google/inject/extensions/guice-assistedinject/3.0-rc2/guice-assistedinject-3.0-rc2.jar:/home/slocker/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/home/slocker/.m2/repository/org/hibernate/hibernate-validator/4.2.0.Final/hibernate-validator-4.2.0.Final.jar:/home/slocker/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar:/home/slocker/.m2/repository/org/json/json/20090211/json-20090211.jar:/home/slocker/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-server/7.3.0.v20110203/jetty-server-7.3.0.v20110203.jar:/home/slocker/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-continuation/7.3.0.v20110203/jetty-continuation-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-http/7.3.0.v20110203/jetty-http-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-io/7.3.0.v20110203/jetty-io-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-webapp/7.3.0.v20110203/jetty-webapp-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-xml/7.3.0.v20110203/jetty-xml-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-util/7.3.0.v20110203/jetty-util-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-servlet/7.3.0.v20110203/jetty-servlet-7.3.0.v20110203.jar:/home/slocker/.m2/repository/org/eclipse/jetty/jetty-security/7.3.0.v20110203/jetty-security-7.3.0.v20110203.jar:
[INFO] javac option: -proc:only
[INFO] javac option: -d
[INFO] javac option: 
/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT/WEB-INF/classes
[INFO] javac option: -s
[INFO] javac option: 
/home/slocker/Gsoc/trunk/client/target/generated-sources/apt
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @ hupa ---
[INFO] Source directory: 
/home/slocker/Gsoc/trunk/client/target/generated-sources/apt added.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-resources) @ hupa ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ hupa ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hupa ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hupa ---
[INFO] Compiling 51 source files to 
/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT/WEB-INF/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
hupa ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/slocker/Gsoc/trunk/client/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hupa 
---
[INFO] Compiling 11 source files to 
/home/slocker/Gsoc/trunk/client/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ hupa ---
[INFO] Surefire report directory: 
/home/slocker/Gsoc/trunk/client/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hupa.client.validation.EmailListValidatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.apache.hupa.client.rf.SubjectTest
0    [main] INFO  org.hibernate.validator.util.Version  - Hibernate Validator 
4.2.0.Final
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.308 sec
Running org.apache.hupa.client.mvp.ContactsPresenterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 sec
Running org.apache.hupa.client.mvp.MessageSendPresenterTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.034 sec

Results :

Tests run: 14, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- gwt-maven-plugin:2.4.0:compile (default) @ hupa ---
[WARNING] Don't declare gwt-dev as a project dependency. This may introduce 
complex dependency conflicts
[INFO] Compiling module org.apache.hupa.Hupa
[INFO]    Validating newly compiled units
[INFO]       Ignored 6 units with compilation errors in first pass.
[INFO] Compile with -strict or with -logLevel set to TRACE or DEBUG to see all 
errors.
[INFO]    Compiling 8 permutations
[INFO]       Compiling permutation 0...
[INFO]       Compiling permutation 1...
[INFO]       Compiling permutation 2...
[INFO]       Compiling permutation 3...
[INFO]       Compiling permutation 4...
[INFO]       Compiling permutation 5...
[INFO]       Compiling permutation 6...
[INFO]       Compiling permutation 7...
[INFO]    Compile of permutations succeeded
[INFO] Linking into 
/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT/hupa; Writing extras 
to /home/slocker/Gsoc/trunk/client/target/extra/hupa
[INFO]    Link succeeded
[INFO]    Compilation succeeded -- 419,107s
[INFO] 
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-launcher) @ hupa ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-dependency-plugin:2.3:unpack-dependencies (jetty-classpath) @ 
hupa ---
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-servlet/7.3.0.v20110203/jetty-servlet-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-server/7.3.0.v20110203/jetty-server-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-util/7.3.0.v20110203/jetty-util-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-xml/7.3.0.v20110203/jetty-xml-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar 
to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-continuation/7.3.0.v20110203/jetty-continuation-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-security/7.3.0.v20110203/jetty-security-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-http/7.3.0.v20110203/jetty-http-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-webapp/7.3.0.v20110203/jetty-webapp-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] Unpacking 
/home/slocker/.m2/repository/org/eclipse/jetty/jetty-io/7.3.0.v20110203/jetty-io-7.3.0.v20110203.jar
 to /home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT with includes "" 
and excludes ""
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ hupa ---
[INFO] Packaging webapp
[INFO] Assembling webapp [hupa] in 
[/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources 
[/home/slocker/Gsoc/trunk/client/../server/src/main/webapp/] to 
[/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT]
[INFO] Copying webapp resources 
[/home/slocker/Gsoc/trunk/client/src/main/webapp]
[INFO] Webapp assembled in [1429 msecs]
[INFO] Building war: 
/home/slocker/Gsoc/trunk/client/target/hupa-0.0.2-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ hupa 
---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache James Hupa Parent .......................... SUCCESS [7.768s]
[INFO] Apache James Hupa Shared .......................... SUCCESS [12.301s]
[INFO] Apache James Hupa Mock ............................ SUCCESS [5.551s]
[INFO] Apache James Hupa Server .......................... SUCCESS [1:10.019s]
[INFO] Apache James Hupa Widgets ......................... SUCCESS [5.783s]
[INFO] Apache James Hupa ................................. SUCCESS [8:38.415s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:23.854s
[INFO] Finished at: Wed Mar 28 18:15:43 CEST 2012
[INFO] Final Memory: 70M/180M
[INFO] ------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to