Parameter
Attribut | Beschreibung | Erforderlich |
---|---|---|
Files | Zu installierende Anwendungsdatei | Ja |
ConfigData | Optionale Konfigurationsdatei | Nein |
ProjectName | Name des zu erstellenden Eclipse-Projekts | Nein. Standardwert: AutoAppInstall |
PropertyErrorCount | Eigenschaft, die die Fehleranzahl des Projekts empfangen soll | Nein. Standardwert: ProjectErrorCount |
PropertyErrorMessages | Eigenschaft, die die Fehlernachrichten des Projekts empfangen soll | Nein. Standardwert: ProjectErrorMessages |
ConsoleOutput | Angabe, ob zusätzliche Statusnachrichten an das Konsolprotokoll ausgegeben werden sollen | Nein. Standardwert: false |
Beispiele
<autoAppInstall Files="X:/MyPath/MyTest.jsp" ConfigData="MyConfigData.xml" ConsoleOutput="true" /> <echo message="compiler problem.unusedImport=${unusedImport}" />
<?xml version="1.0" encoding="ASCII"?> <com.ibm.ws.rd.headlessmodel:HeadlessConfiguration xmlns:com.ibm.ws.rd.headlessmodel="http:///com/ibm/ws/rd/headlessmodel.ecore"> <project name="AutoAppInstall" workspaceLocation="X:\MyWorkspace" styleID="Auto Application Install"> <targetServer serverName="server1" serverJMXHost="localhost" serverJMXPort="8880" watchInterval="5"/> </project> </com.ibm.ws.rd.headlessmodel:HeadlessConfiguration>