Question

I am trying to build my project with Ant in the cloudbees environment. My application should be deployed on JBoss 7.x My legacy build.xml was using JBOSS_HOME/module jars to compile source. But how can refer to JBOSS_HOME with cloudbees. Is this env variable available ? Thanks for your help

Was it helpful?

Solution

There's no JBoss installation as you build your project on CloudBees DEV@Cloud. JBoss is only available as the application start, being deployed on RUN@Cloud

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top