saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

mvn gwt:gwt fails silently if src/test/java is missing #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this Maven 1 or Maven 2?

Maven 2

What steps will reproduce the problem?
1. remove the folder src/test/java
2. mvn gwt:gwt

What is the expected output? What do you see instead?

I expect the GWT hosted mode shell to appear. Instead it stops after

Linking compilation into
/home/kurt/Workspace/PortalPrototype/target/magazine-editor-1.0-SNAPSHOT/com.sco
oterattack.Portal

What version of the product are you using? On what operating system?

No version in pom.xml

        <groupId>com.totsp.gwt</groupId>
        <artifactId>maven-googlewebtoolkit2-plugin</artifactId>

Ubuntu 7.10
GWT 1.5 svn 2415

Original issue reported on code.google.com by LinuxC...@gmail.com on 15 Apr 2008 at 3:41

GoogleCodeExporter commented 9 years ago
Got the same problem with maven2 and GWT 1.5, but it's still there even if I 
have the
folder src/test/java or not.

Original comment by thomas.bruyelle@gmail.com on 3 Sep 2008 at 9:45

GoogleCodeExporter commented 9 years ago
Updated my GWT to 1.5.2, the problem still exist

Original comment by thomas.bruyelle@gmail.com on 3 Sep 2008 at 9:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed for me, another maven plugin fails during the lifecycle of gwt:gwt.
I found that with the lastest version of maven-gwt (on the snv repo, revision 
726),
where the gwt:gwt command doesn't fails silently and show well the error.

Maybe you should try with the lastest version of maven-gwt to get the error.

Original comment by thomas.bruyelle@gmail.com on 3 Sep 2008 at 12:16

GoogleCodeExporter commented 9 years ago
I can't reproduce this on 2.0-beta22.  I tried removing src/test/java from the
simplesample
(http://gwt-maven.googlecode.com/svn/trunk/maven-googlewebtoolkit2-plugin/simple
sample/)
worked fine.  Then I removed the entire src/test dir, still worked. 

Original comment by charlie....@gmail.com on 9 Sep 2008 at 12:43