|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.sandev.sandbuild.SARDeploymentPackager
public class SARDeploymentPackager
Deploy the finished build files into JBOSS_HOME/bin and SAND_DEPLOY and launch the application from the SAND SAR.
| Constructor Summary | |
|---|---|
SARDeploymentPackager()
|
|
| Method Summary | |
|---|---|
protected void |
checkLocalDTD(SandProject platform)
If the XHTML DTDs are defined locally, then copy them into the runtime area for offline use. |
void |
doDeployment(SandProject deployment,
SandProject platform,
int mode)
Deploy the files into the container. |
protected void |
log(java.lang.String text)
Dump the specified text to the build log. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SARDeploymentPackager()
| Method Detail |
|---|
public void doDeployment(SandProject deployment,
SandProject platform,
int mode)
throws SandBuildException
doDeployment in interface SandDeploymentPackagerSandBuildExceptionprotected void log(java.lang.String text)
protected void checkLocalDTD(SandProject platform)
throws SandBuildException
These files are read-only, and don't change. So we copy them over as needed, but we don't clean them up.
20051210 ep: This is now done in the build file directly. Leaving this around for the historical context.
SandBuildException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||