|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.rad.RadManifestWriter
public class RadManifestWriter
Create or adapt the manifest files for the RAD6 runtime dependencys. attention these will not be used for the real ear these are just to get the runtime enviorment using the maven dependencies. WARNING: The manifest resources added here will not have the benefit of the dependencies of the project, since that's not provided in the setup() apis, one of the locations from which this writer is used in the RadPlugin.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter |
---|
config, log |
Constructor Summary | |
---|---|
RadManifestWriter()
|
Method Summary | |
---|---|
void |
write()
Write the manifest files use an existing one it it exists (it will be overwritten!! in a war use webapp/META-INF else use the generated rad6 sourcefolder |
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 |
---|
public RadManifestWriter()
Method Detail |
---|
public void write() throws org.apache.maven.plugin.MojoExecutionException
sourceDirs
- all eclipse source directoryslocalRepository
- the local reposetorybuildOutputDirectory
- build output directory (target)
org.apache.maven.plugin.MojoExecutionException
- when writing the config files was not possibleAbstractWtpResourceWriter#write(EclipseSourceDir[],
ArtifactRepository, File)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |