4.1 Building The Application 2nd paragraph 3rd sentence.
This is our Ant build script for compiling and
packaging the archives. To build the application, you need to first of all edit the
build.xml file and edit the value of jboss-dist to reflect the location where
the JBoss Application Server is installed.
the problem is the build.xml file provided with the sample doesn't have a
value "jboss-dist" and it's not clear where you need to make the changes
for my install. I was reading the script and it reference files that don't exist.
Can I get the changes need to provide the build.xml with the right parameters for the non-existing jboss-dist value?
thanks
Try this.
In the gettingstarted directory, create a build.properties file and put a single line in it:
jboss.dist=/path/to/jbossas/home
And then create the directory gettingstarted/jsfejb3/lib.
It should then build.