Hmm, I found the build.xml which has a default task of creating the war, and I get:
/home/iksrazal/nigel/axis2-1.1-SNAPSHOT/webapp> ant Buildfile: build.xml init: prepare.repo: BUILD FAILED /home/iksrazal/nigel/axis2-1.1-SNAPSHOT/webapp/build.xml:31: The <pathconvert> type doesn't support the nested "flattenmapper" element. I'm using ant 1.6.2 As for "./axis2.sh org.apache.axis2.wsdl.WSDL2Java" ... kool, although my trusty old ant task calling WSDLJava directly still works so that's good enough for me. Anyways ... why isn't the war in the release? I thought we agreed to that. And I see no docs for axis2.sh . Robert On 10/27/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
search for build.xml, run ant in that directory... axis2.sh is a helper....Example i use it for "./axis2.sh org.apache.axis2.wsdl.WSDL2Java" to run w2j :) it basically sets up the classpath and then you can invoke any class. Another use is to run say a client class that needs axis2 classpath set up. -- dims On 10/27/06, robert lazarski <[EMAIL PROTECTED]> wrote: > Hi all, > > I just built axis2 from the latest svn the way I always do: > > maven clean release > > That way I get the std-bin and the war. This however no longer > produces the war. I thought we agreed that we are going to include the > war in the release? > > Secondly, I remember some talk about a script to generate the war. I > found axis2.sh in the bin directory. Its not clear what this does > either from the comments or the source. When I run it I get a confused > jvm: > > /axis2.sh > Using AXIS2_HOME: /home/iksrazal/nigel/axis2-1.1-SNAPSHOT > Using JAVA_HOME: /usr/local/jdk1.5.0_08 > Usage: java [-options] class [args...] > > So I see no new way in the faq to generate the war, and I see nowhere > in xdocs anything on axis2.sh . What am I missing? > > Robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
