It is also sometimes helpful to look at the plugin source code.
Plugins are frequently fairly simple code-wise, at least, more simple
than Maven core etc.

Ideally the documentation would be so great that you wouldn't dream of
looking at the source... ;-)

Wayne

On 9/21/07, Achim Abeling <[EMAIL PROTECTED]> wrote:
> Hi,
>
> where are your WSDL files? How did you specify the path to the WSDL files?
>
> Without the "sourceDirectory" configuration the plugin looks for WSDL
> files in src/main/wsdl.
>
> You may run maven with option "-X" to get more information about what
> the plugin does.
>
> Best regards
> Achim
>
> [EMAIL PROTECTED] wrote:
> > Hi,
> >
> >
> >
> >     I have this issue.
> >
> > <plugin>
> >
> >           <groupId>org.codehaus.mojo</groupId>
> >
> >         <artifactId>axistools-maven-plugin</artifactId>
> >
> >          <executions>
> >
> >           <execution>
> >
> >             <goals>
> >
> >               <goal>wsdl2java</goal>
> >
> >             </goals>
> >
> >           </execution>
> >
> >         </executions>
> >
> >         <configuration>
> >
> >           <packageSpace>wsdl</packageSpace>
> >
> >            <testCases>true</testCases>
> >
> >            <serverSide>true</serverSide>
> >
> >           <allElements>true</allElements>
> >
> >         </configuration>
> >
> >       </plugin>
> >
> > When I try to use the plugin by giving the path to the wsdl file as in
> > directory named wad it does not recognize it.
> >
> > Could you please help me out with this?
> >
> > This is what I get.
> >
> > [INFO] Scanning for projects...
> >
> > [INFO]
> > ----------------------------------------------------------------------------
> >
> > [INFO] Building sample
> >
> > [INFO]    task-segment: [clean, install]
> >
> > [INFO]
> > ----------------------------------------------------------------------------
> >
> > [INFO] [clean:clean]
> >
> > [INFO] Deleting directory C:\projects\wireless\sample-wsclient\target
> >
> > [INFO] Deleting directory
> > C:\projects\wireless\sample-wsclient\target\classes
> >
> > [INFO] Deleting directory
> > C:\projects\wireless\sample-wsclient\target\test-classes
> >
> > [INFO] Deleting directory C:\projects\wireless\sample-wsclient\target\site
> >
> > Downloading: http://XXXXX/maven/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
> >
> > Downloading: http:// XXXXX /maven/axis/axis-saaj/1.4/axis-saaj-1.4.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/axis/axis-saaj/1.4/axis-saaj-1.4.pom
> >
> > Downloading: http:// XXXXX /maven/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> >
> > Downloading:
> > http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
> >
> > [INFO] [axistools:wsdl2java {execution: default}]
> >
> > [INFO] about to add compile source root
> >
> > [INFO] Nothing to generate. All WSDL files are up to date.
> >
> > [INFO] [resources:resources]
> >
> > [INFO] Using default encoding to copy filtered resources.
> >
> > [INFO] [compiler:compile]
> >
> > [INFO] Compiling 13 source files to
> > C:\projects\wireless\sample-wsclient\target\classes
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [ERROR] BUILD FAILURE
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [INFO] Compilation failure
> >
> > C:\projects\wireless\sample-wsclient\src\main\java\com\ccc\wireless\ws\PremiumServicesWSClient.java:[3,42]
> > pac
> >
> > kage com.cc.abc.business.vo.common does not exist
> >
> > This is what I get.
> >
> > I appreciate your help.
> >
> > Thanks,
> >
> > Samanth Marisetty.
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to