org.codehaus.mojo.gwt.eclipse
Class EclipseTestMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.gwt.AbstractGwtMojo
          extended by org.codehaus.mojo.gwt.AbstractGwtModuleMojo
              extended by org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
                  extended by org.codehaus.mojo.gwt.shell.TestMojo
                      extended by org.codehaus.mojo.gwt.eclipse.EclipseTestMojo
All Implemented Interfaces:
ContextEnabled, Mojo, GwtModuleReader

Deprecated. use google eclipse plugin http://code.google.com/intl/fr-FR/eclipse/docs/users_guide.html

public class EclipseTestMojo
extends TestMojo

Goal which creates Eclipse lauch configurations for GWTTestCases.

Version:
$Id: EclipseTestMojo.java 13170 2010-11-24 16:39:05Z olamy $
Author:
Nicolas De Loof
Is defined to be executed in:
phase:
generate-test-resources
Is defined by the goal name:
eclipseTest

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
AbstractGwtShellMojo.JavaCommand
 
Field Summary
 
Fields inherited from class org.codehaus.mojo.gwt.shell.TestMojo
excludes, includes
 
Fields inherited from class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
GWT_MODULE_EXTENSION
 
Fields inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo
artifactFactory, classpathBuilder, GWT_GROUP_ID, gwtSdkFirstInClasspath, localRepository, remoteRepositories, resolver, warSourceDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EclipseTestMojo()
          Deprecated.  
 
Method Summary
 void doExecute()
          Deprecated. 
 
Methods inherited from class org.codehaus.mojo.gwt.shell.TestMojo
addCompileSourceRoot, addProjectClasspathElements, getClassLoader, getGwtArgs, getProjectClassLoader, postProcessClassPath, setTestTimeOut
 
Methods inherited from class org.codehaus.mojo.gwt.shell.AbstractGwtShellMojo
execute, getExtraJvmArgs, getGen, getJvm, getLogLevel, getStyle, setTimeOut
 
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtModuleMojo
getGwtModules, getModules, readModule
 
Methods inherited from class org.codehaus.mojo.gwt.AbstractGwtMojo
addClasspathElements, getClasspath, getGenerateDirectory, getGwtDevJar, getGwtUserJar, getLocalRepository, getOutputDirectory, getProject, getProjectArtifacts, getRemoteRepositories, resolve
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseTestMojo

public EclipseTestMojo()
Deprecated. 
Method Detail

doExecute

public void doExecute()
               throws MojoExecutionException,
                      MojoFailureException
Deprecated. 

Overrides:
doExecute in class TestMojo
Throws:
MojoExecutionException
MojoFailureException
See Also:
Mojo.execute()


Copyright © 2007-2012 Codehaus. All Rights Reserved.