Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
I see. I can get a generated soapmonitor.mar there. So, after built the soap monitor, I replace the original soapmonitor.mar file with the new one, then I can test the added functionalities. Thanks a lot!! Cuiting On Tue, Apr 5, 2011 at 4:09 PM, Andreas Veithen wrote: > That particular class i

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Andreas Veithen
That particular class is actually part of the MAR file that you can find under modules\soapmonitor\module\target. Andreas On Tue, Apr 5, 2011 at 14:29, Cuiting Chen wrote: > Now I modified the SOAPMonitorHandler class for SOAP Monitor, but it is not > in the soapmonitor-servlet-1.5.4.jar, I also

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
Now I modified the SOAPMonitorHandler class for SOAP Monitor, but it is not in the soapmonitor-servlet-1.5.4.jar, I also cannot find it in all jars in the whole axis2 lib... That is so weird... On Tue, Apr 5, 2011 at 11:53 AM, Andreas Veithen wrote: > Which JAR are you looking for? > > Andreas >

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Andreas Veithen
Which JAR are you looking for? Andreas On Tue, Apr 5, 2011 at 10:56, Cuiting Chen wrote: > Yes, I can find the integrated jar file for axis2, but I cannot find a set > of separated jars files like the ones in the axis2 lib. > Is it possible to compile the source code to generate separated jar fi

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
Yes, I can find the integrated jar file for axis2, but I cannot find a set of separated jars files like the ones in the axis2 lib. Is it possible to compile the source code to generate separated jar files? Or how can I use the integrated jar? just input it into the axis2 lib folder? Thanks, Cuit

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Andreas Veithen
E.g., axis2-kernel-1.7.0-SNAPSHOT.jar can be found in modules/kernel/target. Andreas On Tue, Apr 5, 2011 at 10:49, Cuiting Chen wrote: > Hi Andreas, > Could you introduce more details about how to get the separated jar files? > I run the "mvn install", and it build successfully, but I cannot fin

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
Hi Andreas, Could you introduce more details about how to get the separated jar files? I run the "mvn install", and it build successfully, but I cannot find the target folder from module, neither in all other folders within the root folder of axis2 source code. The source code of axis2 is downloa

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-04 Thread Andreas Veithen
In every module, you will find a "target" folder. This is where Maven places the packaged JAR files. Alternatively, you can build the binary distribution which packages all JAR files together. This is not part of the normal build, so you need to do another "mvn install" in modules/distribution. An

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-04 Thread Cuiting Chen
Hi Andreas, Thanks a lot! "mvn install" works successfully in my case. And I have one more question: I modified the SOAP handler, then after I build the whole source code, where can I get the new-generated jar files to replace the original ones? then I can test my modification works or not. Than

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-04 Thread Andreas Veithen
You should always build with "mvn install". The reason is that there are inter-module dependencies that involve the packaged artifacts of the dependencies (as opposed to just the compiled classes). In this particular example, the webapp module depends on the MAR file produced by the mtompolicy modu

Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-04 Thread Cuiting Chen
Hi there, I failed in compiling the axis2 source code, the error information is as following. And a weird thing is: I run the "mvn install" to the code, it was successful, but compile always come out some errors. Could anyone help me with this? Thanks in advance! [INFO] Apache Axis2 - JAXWS (mar