run.sh is working great from bin directory! But I want to figure out why build.xml is
looking for ${project.release}/${release.id}
I just want to clean build.xml for
<target name="run-jboss-unix" depends="init" if="run.jboss.unix">
<exec executable="${project.release}/${release.id}/bin/run.sh"
Is there any project release convention we are following here?
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development