Up to date skiped modules raising error
---------------------------------------

                 Key: MGWT-68
                 URL: http://jira.codehaus.org/browse/MGWT-68
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.1
         Environment: Eclipse Ganymede + m2eclipse + GWT 1.6.4
            Reporter: José Santa Elena
            Priority: Minor


When I first compile my module through a gwt:war and before that a try to run a 
package on my web app, I`m getting the following error:


[INFO] [gwt:compile]
[INFO] using GWT jars from project dependencies : 1.6.4
[INFO] Unpack native libraries required to run GWT
[INFO] establishing classpath list (scope = compile)
[INFO] com.smartgwt.sample.showcase.PMO is up to date. GWT compilation skipped
[ERROR] Missing required argument 'module[s]'
[ERROR] Google Web Toolkit 1.6.4
[ERROR] Compiler [-logLevel level] [-treeLogger] [-workDir dir] [-gen dir] 
[-style style] [-ea] [-validateOnly] [-localWorkers count] [-war dir] [-extra 
dir] module[s] 
[ERROR] 
[ERROR] where 
[ERROR]   -logLevel      The level of logging detail: ERROR, WARN, INFO, TRACE, 
DEBUG, SPAM, or ALL
[ERROR]   -treeLogger    Logs output in a graphical tree view
[ERROR]   -workDir       The compiler work directory (must be writeable; 
defaults to a system temp dir)
[ERROR]   -gen           The directory into which generated files will be 
written for review
[ERROR]   -style         Script output style: OBF[USCATED], PRETTY, or DETAILED 
(defaults to OBF)
[ERROR]   -ea            Debugging: causes the compiled output to check assert 
statements.
[ERROR]   -validateOnly  Validate all source code, but do not compile
[ERROR]   -localWorkers  Specifies the number of local workers to use when 
compiling permutations
[ERROR]   -war           The war directory to write output files into (defaults 
to war)
[ERROR]   -extra         The directory into which extra, non-deployed files 
will be written
[ERROR] and 
[ERROR]   module[s]      Specifies the name(s) of the module(s) to compile
[ERROR] 

The following mojo encountered an error while executing:
Group-Id: org.codehaus.mojo
Artifact-Id: gwt-maven-plugin
Version: 1.1-SNAPSHOT
Mojo: compile
brought in via: POM

While building project:
Group-Id: com.chubb.trm
Artifact-Id: pmo
Version: 0.0.1-SNAPSHOT
>From file: C:\development\workspace\trm\pmo\pom.xml
Reason: Command [[
C:\development\jdk1.5.0_02\jre\bin\java -Xmx512m -classpath 
"C:\development\workspace\trm\pmo\src\main\java";"C:\development\workspace\trm\pmo\src\main\resources";"C:\development\workspace\trm\pmo\target\classes";"C:\development\.m2\repository\com\chubb\trm\smartgwt\0.0.1-SNAPSHOT\smartgwt-0.0.1-SNAPSHOT.jar";"C:\development\.m2\repository\smartgwt\smartgwt\1.0b2\smartgwt-1.0b2.jar";"C:\development\.m2\repository\com\google\gwt\gwt-user\1.6.4\gwt-user-1.6.4.jar";"C:\development\.m2\repository\com\google\gwt\gwt-dev\1.6.4\gwt-dev-1.6.4-windows.jar"
 com.google.gwt.dev.Compiler -gen 
"C:\development\workspace\trm\pmo\target\.generated" -logLevel INFO -style OBF 
-war "C:\development\workspace\trm\pmo\src\main\webapp" -localWorkers 1
]] failed with status 1



I think that the plugin is identifying that my GWT generated files are up to 
date to that given module and then skipes it! But, since it is my only module, 
there were no more modules to process and then te modules list becomes empty.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to