Hi, >From the trace I see that there is no fault in the codegen. Perhaps the userguide is out of date since it is referring to a schema folder (which was changed ages ago). Ignore the Jalopy warning - It's just the code formatter and it's failure only means that the generated code won't be neat :)
We are working on the documents and the codegen has been improved quite a lot from the previous release. So if you care to wait one more week, you'll probably have a brandnew Axis2 version to play with ;-) Ajith On 3/8/06, robert <[EMAIL PROTECTED]> wrote: > Try using xmlbeans and see if that helps, -d xmlbeans. You can also use ant - > see the code generation guide for details. > > Looking at the response your getting - there is a samples dir - ../samples > which is one dir below the current dir. > > On linux, you could also try running 'updatedb' and then do 'locate > EchoIntParam.java' or use any other of the files that should be generated. > You should be able to find your files that way. > > HTH, > Robert > http://www.braziloutsource.com/ > > Em Quarta 08 Março 2006 12:56, o Marwan Zeineddine escreveu: > > Hi, > > > > > > > > I'm a newbie with Axis2. I'm trying to follow Axis User's Guide. When I get > > to the step in which I'm supposed to run WSDL2Java.sh on linux in order to > > create the skeleton I get the following: > > > > > > > > Vor:/usr/java/axis-2.0.94/bin # ./WSDL2Java.sh -uri > > ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -o ../samples -p > > org.apache.axis2.userguide > > > > the classpath > > > > :../lib/XmlSchema-SNAPSHOT.jar:../lib/annogen-0.1.0.jar:../lib/axis-wsdl4j- > > :1 > > > > .2.jar:../lib/axis2-adb-0.94.jar:../lib/axis2-codegen-0.94.jar:../lib/axis2 > >- > > core-0.94.jar:../lib/axis2-doom-0.94.jar:../lib/backport-util-concurrent-2. > >0 > > _01_pd.jar:../lib/commons-codec-1.3.jar:../lib/commons-httpclient-3.0.jar:. > >. > > /lib/commons-logging-1.0.4.jar:../lib/geronimo-spec-activation-1.0.2-rc4.ja > >r > > > > :../lib/geronimo-spec-javamail-1.3.1-rc5.jar:../lib/geronimo-spec-jms-1.1-r > > :c > > > > 4.jar:../lib/jaxen-1.1-beta-7.jar:../lib/log4j-1.2.12.jar:../lib/maven-ites > >t > > -plugin-1.0.jar:../lib/servletapi-2.3.jar:../lib/stax-api-1.0.jar:../lib/ws > >- > > policy-SNAPSHOT.jar:../lib/wstx-asl-2.8.1.jar:../lib/xbean-2.1.0.jar:../lib > >/ xercesImpl-2.7.1.jar:../lib/xml-apis-1.3.02.jar > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/ArrayOfstring_literal.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/SOAPStruct.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoStringArrayParam.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoStructParam.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoStructReturn.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoStringReturn.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoStringParam.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoStringArrayReturn.java > > > > - Jalopy not found - unable to pretty print > > ../samples/src/org/apache/axis2/userguide/xsd/EchoIntParam.java > > > > - File > > ../samples/src/org/apache/axis2/userguide/Axis2SampleDocLitPortTypeSkeleton > >. java will not be overwritten. > > > > - File > > ../samples/src/org/apache/axis2/userguide/Axis2SampleDocLitPortTypeMessageR > >e ceiver.java will not be overwritten. > > > > > > > > What's more there is no samples/schema folder generated. > > > > > > > > Any clues? > > > > > > > > Thanks, > > > > > > > > MZ > > -- > -- Ajith Ranabahu
