[ 
http://jira.codehaus.org/browse/MXMLBEANS-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kyle Lebel updated MXMLBEANS-42:
--------------------------------

    Attachment: xmlbeans-42.rar

Running "mvn xmlbeans:xmlbeans" on this project, will not generate anything.  
However running "scomp" and providing it the WSDL's parses the xsd's and 
follows the schema includes.  I'm looking for this type of support in the 
xmlbeans plugin.  

Example:
C:\java\projects\xmlbeans-42>mvn xmlbeans:xmlbeans
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'xmlbeans'.
[INFO] org.apache.maven.plugins: checking for updates from lixar-plugins
[INFO] org.codehaus.mojo: checking for updates from lixar-plugins
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - xmlbeans-42:xmlbeans-42:jar:1.0.0-SNAPSHOT
[INFO]    task-segment: [xmlbeans:xmlbeans]
[INFO] ------------------------------------------------------------------------
[INFO] [xmlbeans:xmlbeans]
[INFO] Nothing to generate.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Dec 06 12:40:41 EST 2007
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------

C:\java\projects\xmlbeans-42>scomp src\main\xsd\ncode.wsdl
Time to build schema type system: 0.781 seconds
Time to generate code: 0.407 seconds
Time to compile code: 2.14 seconds
Compiled types to: xmltypes.jar

C:\java\projects\xmlbeans-42>scomp src\main\xsd\greenday.wsdl
Time to build schema type system: 0.593 seconds
Time to generate code: 0.313 seconds
Time to compile code: 1.5 seconds
Compiled types to: xmltypes.jar

C:\java\projects\xmlbeans-42>

> plugin does not parse wsdl files
> --------------------------------
>
>                 Key: MXMLBEANS-42
>                 URL: http://jira.codehaus.org/browse/MXMLBEANS-42
>             Project: Maven 2.x Xmlbeans Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Kyle Lebel
>         Attachments: xmlbeans-42.rar
>
>
> I could not find any information on this online.  But I know xmlbeans 
> supports generating from a wsdl file.  Will the maven xmlbeans plugin support 
> this in the future?  For now I can rip the xsd's out from the wsdl and it 
> seems to work fine this way.  But I'd rather not have this extra step 
> everytime there's an update to the web service.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email

Reply via email to