org.apache.maven.plugin.eclipse.writers.rad
Class RadLibCopier
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
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
Method Summary |
void |
write()
copy the jars in the apropreate directorys. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadLibCopier
public RadLibCopier()
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.