hello i'm sorry for a very late reply. anyway i made a mistake above. its not
the deployment descriptor i configured but the build scripts. if you take a
look at the build.xml file, you'll be able to read some stuffs about overriding
targets.
what i added on my build script is this:
| <property environment="env" />
| <property name="" value="${env.JBOSS_HOME}/server/default/deploy" />
|
| <target name="post-dist">
| <copy file="${dist.dir}/${war.name}" todir="${jboss.deploy.dir}" />
| </target>
|
you need to define a JBOSS_HOME env variable referencing the path of your jboss
installation dir.
regards,
rey
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051123#4051123
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051123
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user