Created
December 9, 2011 15:18
-
-
Save cunningt/1451934 to your computer and use it in GitHub Desktop.
cd helloworld_action; ant clean deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tcunning@localhost:helloworld_action]$ ant clean deploy | |
Buildfile: /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build.xml | |
[echo] product.dir=/home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product | |
[echo] default | |
quickstart-specific-clean: | |
[echo] No Quickstart specific 'clean' being made. | |
clean: | |
check-jbossesb-dist: | |
qslib-dependencies: | |
non-qslib-dependencies: | |
jbossesb-quickstart-override: | |
jbossesb-source-dependencies: | |
jbossesb-server-dependencies: | |
check-as-version: | |
[echo] product.dir=/home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product | |
[echo] server.server=/home/tcunning/jboss-5.1.0.GA/server/default | |
jbossesb-dependencies-as4: | |
jbossesb-dependencies-as5: | |
messaging-config: | |
messaging-dependencies: | |
jbossmq-dependencies: | |
hornetq-dependencies: | |
quickstart-specific-dependencies: | |
classpath-dependencies-as4: | |
classpath-dependencies-as5: | |
quickstart-specific-checks: | |
dependencies: | |
compile: | |
[mkdir] Created dir: /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/classes | |
[javac] /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/conf/base-build.xml:465: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | |
[javac] Compiling 2 source files to /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/classes | |
[javac] /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/conf/base-build.xml:470: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds | |
config: | |
copy-metainf: | |
[mkdir] Created dir: /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/META-INF | |
[copy] Copying 2 files to /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/META-INF | |
[echo] product.dir=/home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product | |
[echo] default | |
transformDeploymentXml: | |
[xslt] Processing /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/META-INF/deployment.xml to /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/META-INF/deployment.xml.transformed | |
[xslt] Loading stylesheet /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/conf/deployment-xml.xsl | |
[delete] Deleting: /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/META-INF/deployment.xml | |
[move] Moving 1 file to /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/META-INF | |
quickstart-specific-assemblies: | |
[echo] No Quickstart specific assembly tasks. | |
package-deployment: | |
[jar] Building jar: /home/tcunning/src/jbossesb/JBESB_4_10_CP_NEW/product/samples/quickstarts/helloworld_action/build/Quickstart_helloworld_action.esb | |
prepare-deployment: | |
quickstart-specific-predeploys: | |
[echo] No Quickstart specific predeployments being made. | |
check-exploded: | |
deploy-esb: | |
[copy] Copying 1 file to /home/tcunning/jboss-5.1.0.GA/server/default/deploy | |
deploy-exploded-esb: | |
quickstart-specific-deploys: | |
[echo] No Quickstart specific deployments being made. | |
display-instructions: | |
[echo] | |
[echo] ****************** | |
[echo] Quickstart deployed to target JBoss ESB/App Server at '/home/tcunning/jboss-5.1.0.GA/server/default/deploy'. | |
[echo] 1. Check your ESB Server console to make sure the deployment was executed without errors. | |
[echo] 2. Run 'ant runtest' to run the Quickstart. | |
[echo] 3. Check your ESB Server console again. The Quickstart should have produced some output. | |
[echo] ****************** | |
deploy: | |
BUILD SUCCESSFUL | |
Total time: 6 seconds | |
tcunning@localhost:helloworld_action]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment