Snapshot repo is ok, i didnt know that something like that exists :) Found and configured. Thank you.

Anyway I cant induce plugin to compile my gwt files:

[WARNING] Attempting to build MavenProject instance for Artifact (org.codehaus.mojo:gwt-maven-plugin:1.0-20080729.080506-11) of ty
pe: maven-plugin; constructing POM artifact instead.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] One or more required plugin parameters are invalid/missing for 'gwt:compile'

[0] Inside the definition for plugin 'gwt-maven-plugin' specify the following:

<configuration>
  ...
  <module>VALUE</module>
</configuration>.

-----------

My configuration:

<configuration>
        <project>testSystem</project>
        <outputDirectory>gwt-files</outputDirectory>
        <module>foo.bar.gwt.CropImage</module>
</configuration>

-----------

location of my GWT module xml:

..\src\main\java\foo\bar\gwt\CropImage.gwt.xml


Some advice? Thank you.

d.


nicolas de loof wrote:
I made recent improvements to this plugin.
What for a "maven repo" do you need ? The plugin is available in codehaus snapshot repo. Nicolas


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

   http://xircles.codehaus.org/manage_email


Reply via email to