Is the source available for this tutorial?
I’m going through this tutorial and some of the code for build.xml is cutoff in the flash.
Specifically, I don’t know how the following lines of code are supposed to end since they aren’t fully displayed in the flash:
<property name=”namespace” value=”http://www.bea.com/servers/wls70/samples/examples/webservices/basic/state” …
and
<javac srcdir=”${EJB_Source}” includes=”**/HelloWorld*.java” desdir=”${EJB_Build}” comp” …
Thanks in advance