saiddfhi / gwt-maven

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

Build silently exits #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a module dependency to your App.gwt.xml
2. Add the dependency for the module to your pom.xml 
3. run 'mvn test'

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

I would expect that my test cases get executed. Instead I'm seeing this:

c:\coding\projects\web\minisearch\webapp>mvn test
[INFO] Scanning for projects...
[INFO]
-------------------------------------------------------------------------

---
[INFO] Building minisearch
[INFO]    task-segment: [test]
[INFO]
-------------------------------------------------------------------------

---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://gwt-maven.googlecode.com/svn/trunk/mavenrepo//com/allen_saue
r/gwt/gwt-dragdrop/1.2.2/gwt-dragdrop-1.2.2.pom
Downloading:
http://repo1.maven.org/maven2/com/allen_sauer/gwt/gwt-dragdrop/1.2.
2/gwt-dragdrop-1.2.2.pom
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [gwt:mergewebxml {execution: default}]
Looking for file:
c:\coding\projects\web\minisearch\webapp\src\main\java\com\mmo
gle\minisearch\App.gwt.xml
Looking for file:
c:\coding\projects\web\minisearch\webapp\src\main\resources\co
m\mmogle\minisearch\App.gwt.xml
Module file:
c:\coding\projects\web\minisearch\webapp\src\main\java\com\mmogle\m
inisearch\App.gwt.xml
Checking module: null
Donecom.google.gwt.user.User=false
Checking module: com.google.gwt.user.User
Unable to parse module: com.google.gwt.user.User
Donecom.allen_sauer.gwt.dragdrop.DragAndDrop=false
Checking module: com.allen_sauer.gwt.dragdrop.DragAndDrop
Unable to parse module: com.allen_sauer.gwt.dragdrop.DragAndDrop
[INFO] [gwt:compile {execution: default}]
Output will be written into
c:\coding\projects\web\minisearch\webapp\target\weba
pp\com.mmogle.minisearch.App
Compilation succeeded

c:\coding\projects\web\minisearch\webapp>

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

Version 2.0-BETA of the Plugin
gwt-1.4.60
gwt-dnd 1.22 (jar manually installed to local repository)

Please provide any additional information below.

Experimenting with <fork>true/false</fork> did not fix the problem.

Original issue reported on code.google.com by weichh...@gmail.com on 21 Sep 2007 at 8:45

GoogleCodeExporter commented 9 years ago
same problem here. leaving the executions out of the plugin and running them
separately is a workaround, but not a very nice one.

Original comment by iwein.f...@gmail.com on 21 Sep 2007 at 2:37

GoogleCodeExporter commented 9 years ago
Should be all fixed in the main line.  Didn't refresh the jar yet.

Original comment by willp...@gmail.com on 22 Sep 2007 at 8:27

GoogleCodeExporter commented 9 years ago
Confirmed working in svn.

Original comment by weichh...@gmail.com on 22 Sep 2007 at 8:48

GoogleCodeExporter commented 9 years ago

Original comment by charlie....@gmail.com on 14 Nov 2007 at 4:11

GoogleCodeExporter commented 9 years ago
What was the fix.  This issue is marked as fixed on Nov 14, 2007, but I am 
still getting this same error when 
using gwt 1.4.60 and maven-googlewebtoolkit2-plugin 2.0-beta6.  Can someone 
post example plugin 
configuration for the fix?

Original comment by thomas.h...@gmail.com on 3 Jan 2008 at 2:02

GoogleCodeExporter commented 9 years ago
I'm also getting the error. I'm trying to also add a dependency of a commons 
jar to
my GWT project. It does not seem to see it either. Does anyone have a sample of 
a
multi module maven GWT application

Ashandla

Original comment by ashan...@gmail.com on 7 Jan 2008 at 10:22