Do you mean that axistool plugin is not designed to work with this kind of file 
path ?
 
 Yan.

----- Message d'origine ----
De : Jörg Schaible <[EMAIL PROTECTED]>
À : Maven Users List <[email protected]>
Envoyé le : Vendredi, 29 Septembre 2006, 8h52mn 27s
Objet : RE: Re : Axistool WSDL -> JAVA

langlois yan wrote on Friday, September 29, 2006 8:45 AM:

> When I use the file://c:/dir/file.wsdl I have this error message :
> 
> [INFO] Executing tasks
>      [echo] Tache Generation sources
> [INFO] Executed tasks
> [INFO] Registering compile source root
> D:\...\target\generated-sources\main\java
> [INFO] [axistools:wsdl2java {execution: default}]
> [INFO] about to add compile source root
> [INFO]
> --------------------------------------------------------------
> ----------
> [ERROR] BUILD ERROR
> [INFO]
> --------------------------------------------------------------
> ----------
> [INFO] error executing plugin
> 
> Embedded error: unable to download WSDL file from
> file://D:\dev\.../src\main\webapp\WEB-INF\wsdl\file.wsdl to
> D:\dev\...\target\axistools\wsdl2java\urlDownloads\file---D--dev-...-src-main-weba
> pp-WEB-INF-wsdl-file.wsdl. Reason: java.net.UnknownHostException: D
> [INFO] 
> --------------------------------------------------------------
> ----------
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: error
> executing plugin 

Right, it's not a proper URL!

Either:

file://localhost/c:/dir/file.wsdl

or short form:

file:///c:/dir/file.wsdl

- Jörg

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





Reply via email to