On Wed, 2 Mar 2005 07:12:03 -0800 (PST), Janos Mucsi <[EMAIL PROTECTED]> wrote:
> 
> Lukasz
> 
> Thanks for the reply. I am starting to figure it out
> now.
> 
> What would be the typical sequence of events in an
> automated build? First I call axis:compile, then
> deploy the application (ear) and once it is started I
> call axis:deploy from some postGoal?

I'd do it that way.

> The stubs generated by WSAD give all kinds of strange
> errors, not even the operation name is properly
> resolved. Do you think I should just call the axis
> plugin for everything and leave out WSAD altogether?

Haven't worked in WSAD yet but I can guess the errors may come from 
1. not adding generated stuff to your project's classpath (or lib dir
or whatever WSAD uses)
2. not properly set the namespace mappings (see
http://ws.apache.org/axis/java/reference.html for NStoPkg modifier or
NStoPkg.properties file)

As for using the plugin to do all the work - that depends. If you can
easily use this approach in your IDE then that's what you should
probably do (another reason for it is that all other developers might
wanna to compile and deploy the service and they would do that by
calling the maven's build script - so it's a reasonable thing to do,
at least for checking if the build is valid).

> Thanks.

I isn't much help but still it is some so you're welcome :D

-- 
Lukasz Bajorski
tel. +48 508 609 414   GG: 3318146
www.jroller.com/page/benjie

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to