[jboss-user] [JBoss and NetBeans] - Re: debugger not working using JBOSS 4.0.5 GA and NETBEANS 5
reyjexter
do-not-reply at jboss.com
Mon Jun 4 17:29:13 EDT 2007
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
More information about the jboss-user
mailing list