I think you are looking at creating a client stubs jar inside of maven. You
can use an ant task inside maven to do this. Have the regular maven stuff
with an ant task.
Hope this helps.
Ex:
org.apache.maven.plugins
maven-antrun-plugin
1.1
.
>
> - R
>
> -
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>
>
>
> -
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>
--
Regards,
Tharindu Mathew
Software Engineer,
WSO2 Inc.,
http://wso2.com
Hi Glen,
Could you paste the complete stack trace? It's hard to figure out what's
going on by just looking at that line. Also, details about what exactly you
are doing and the environment you are in may also help.
--
Regards,
Tharindu
The trunk builds properly with the default poms without needing to specify
any repos. Is there any reason as to why you are using a specific repo? If
not, use the default pom and it will build without a problem without any
repo problems.
On Wed, May 5, 2010 at 1:15 AM, thinke365 wrote:
>
> the r
False alert! Was a problem with my local build.
On Thu, Apr 22, 2010 at 12:13 AM, Andreas Veithen wrote:
> NAK. I just built the Axis2/trunk distribution locally and I don't get
> this exception.
>
> Andreas
>
> On Wed, Apr 21, 2010 at 09:39, Tharindu Mathew wrote:
I tried to run the axis2server.sh but I get the following exception. This is
with the latest trunk.
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: org.apache.commons.logging.LogConfigurationException:
User-specified log class 'org.apache.commons.logging.impl.Log4JLogge
A default axis2Config.xml (with Spring beans) was used in WSF/Spring
mimicking the behavior of the axis2.xml. Thus, giving a default config file
if the user wanted to run with default options.
Sagara, may I know why you changed this back to the axis2.xml after you
forked WSF/Spring?
Regards,
Th
Link [1] that Andreas points to, explains both frameworks well.
Regards,
Tharindu
On Wed, Mar 31, 2010 at 10:45 PM, Samisa Abeysinghe <
samisa.abeysin...@gmail.com> wrote:
>
>
> On Wed, Mar 31, 2010 at 8:24 PM, Tharindu Mathew wrote:
>
>> Hi Everyone,
>>
>>