If anyone is interested,
I couldn't get the ant task to work, but the tool class seems to work with
ant:java.  Haven't test thoroughly yet.
-E

<goal name="wsdeployhack">
   <attainGoal name="war:load"/>
   <ant:java classname="com.sun.xml.rpc.tools.wsdeploy.Main"
failonerror="true" fork="true">
      <arg value="-keep"/>
      <arg line="-o ${maven.war.build.dir}/${pom.artifactId}-final.war"/>
      <arg value="-verbose"/>
      <arg value="${maven.war.build.dir}/${pom.artifactId}.war"/>
      <ant:classpath>
         <ant:path refid="maven.dependency.classpath"/>
         <ant:pathelement path="${tools.jar}"/>
      </ant:classpath>
  </ant:java>
</goal>




-----Original Message-----
From: Eric White [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 13, 2004 11:33 AM
To: Maven Users List
Subject: RE: Maven and Web Service ???

Has anyone had success with maven and wscompile/wsdeploy?  I keep getting
NPE's.
-E

-----Original Message-----
From: Ewan Harrow [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 29, 2004 7:09 AM
To: [EMAIL PROTECTED]
Subject: Re: Maven and Web Service ???

Not the samples but I have tried to use maven with the wscompile ant
task which is part of the JAXRPC bit of JWSDP.  I could not get it to
work though - classloader issues I seem to recall.  I did post to this
list about it but got no reponse.

Sorry I can't be of more help.

ewan

 --- "Eric Chow echow-at-macaucabletv.com |newsgroups|"
<[EMAIL PROTECTED]> wrote: > Hi,
> 
> Anybody tried to use the Maven to build the samples in JWSDP-1.3 ???
> 
> Eric
> 
> 
> ==========================
> If you know what you are doing, 
> it is not called RESEARCH!
> ==========================
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>  


        
        
                
____________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping" 
your friends today! Download Messenger Now 
http://uk.messenger.XXXXXXXXX/download/index.html

---------------------------------------------------------------------
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]

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

Reply via email to