org.apache.maven.plugin.eclipse.writers.rad
Class RadLibCopier

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
      extended by org.apache.maven.plugin.eclipse.writers.rad.RadLibCopier
All Implemented Interfaces:
EclipseWriter

public class RadLibCopier
extends AbstractEclipseWriter

Copy all dependent jar in the directorys where RAD6 needs then to use the runtime enviorment in RAD6. so all dependent jars in the EAR rootdirectory and all dependend jars in the WAR WEB-INF/lib directory

Author:
Richard van Nieuwenhoven

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
RadLibCopier()
           
 
Method Summary
 void write()
          copy the jars in the apropreate directorys.
 
Methods inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadLibCopier

public RadLibCopier()
Method Detail

write

public void write()
           throws MojoExecutionException
copy the jars in the apropreate directorys.

Throws:
MojoExecutionException - when writing the config files was not possible


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.