You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Michael Bevilacqua-Linn (JIRA)" <ji...@apache.org> on 2006/11/25 23:31:01 UTC

[jira] Created: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

WSDL2Code Maven Plugin Is Non-Functional
----------------------------------------

                 Key: AXIS2-1776
                 URL: http://issues.apache.org/jira/browse/AXIS2-1776
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.1
         Environment: Using Windows XP/2000, but the same problems will show up anywhere.
            Reporter: Michael Bevilacqua-Linn
            Priority: Minor


1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans, xmlbeans.
2.) Breaks when a namespace to package map file isn't specified.  (Because the plugin passes an empty string into the CodegenConfigLoader, which then tries to open that as a file.)
3.) options.options.noFile has the same text as options.notADirectoryException.  Not sure if this intended, but it seems odd to me.

Anyhow, I've fixed the first two locally and can send a patch.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


Re: [jira] Created: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

Posted by Sanka Samaranayke <ss...@gmail.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Please attach the patch to this JIRA.

Best,
Sanka

Michael Bevilacqua-Linn (JIRA) wrote:
> WSDL2Code Maven Plugin Is Non-Functional
> ----------------------------------------
>
> Key: AXIS2-1776 URL:
> http://issues.apache.org/jira/browse/AXIS2-1776 Project: Apache
> Axis 2.0 (Axis2) Issue Type: Bug Components: Tools Affects
> Versions: 1.1 Environment: Using Windows XP/2000, but the same
> problems will show up anywhere. Reporter: Michael Bevilacqua-Linn
> Priority: Minor
>
>
> 1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans,
> xmlbeans. 2.) Breaks when a namespace to package map file isn't
> specified.  (Because the plugin passes an empty string into the
> CodegenConfigLoader, which then tries to open that as a file.) 3.)
> options.options.noFile has the same text as
> options.notADirectoryException.  Not sure if this intended, but it
> seems odd to me.
>
> Anyhow, I've fixed the first two locally and can send a patch.
>


- --
Sanka Samaranayake
WSO2 Inc.

http://sankas.blogspot.com/
http://www.wso2.net/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFFadbM/Hd0ETKdgNIRAojGAJ0ddqT/8mXvVm1ysvFbN3uqeX9KgACgl8fd
XeRWnezNH8ba8fnCfYIzwkQ=
=x3qK
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

Posted by "Sanka Samaranayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanka Samaranayake updated AXIS2-1776:
--------------------------------------

    Attachment: AXIS2-1776-v2-patch.txt

Reuploading the patch without the unnecessary sysout s.


> WSDL2Code Maven Plugin Is Non-Functional
> ----------------------------------------
>
>                 Key: AXIS2-1776
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1776
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1
>         Environment: Using Windows XP/2000, but the same problems will show up anywhere.
>            Reporter: Michael Bevilacqua-Linn
>         Assigned To: Sanka Samaranayake
>            Priority: Minor
>         Attachments: AXIS2-1776-patch.txt, AXIS2-1776-v2-patch.txt
>
>
> 1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans, xmlbeans.
> 2.) Breaks when a namespace to package map file isn't specified.  (Because the plugin passes an empty string into the CodegenConfigLoader, which then tries to open that as a file.)
> 3.) options.options.noFile has the same text as options.notADirectoryException.  Not sure if this intended, but it seems odd to me.
> Anyhow, I've fixed the first two locally and can send a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-1776:
------------------------------------

    Assignee: Sanka Samaranayake

> WSDL2Code Maven Plugin Is Non-Functional
> ----------------------------------------
>
>                 Key: AXIS2-1776
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1776
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1
>         Environment: Using Windows XP/2000, but the same problems will show up anywhere.
>            Reporter: Michael Bevilacqua-Linn
>         Assigned To: Sanka Samaranayake
>            Priority: Minor
>
> 1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans, xmlbeans.
> 2.) Breaks when a namespace to package map file isn't specified.  (Because the plugin passes an empty string into the CodegenConfigLoader, which then tries to open that as a file.)
> 3.) options.options.noFile has the same text as options.notADirectoryException.  Not sure if this intended, but it seems odd to me.
> Anyhow, I've fixed the first two locally and can send a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

Posted by "Sanka Samaranayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanka Samaranayake updated AXIS2-1776:
--------------------------------------

    Attachment: AXIS2-1776-patch.txt


This is the proposed fix. I will appreciate any maven2 expert can varify whether this is an appropriate fix.

> WSDL2Code Maven Plugin Is Non-Functional
> ----------------------------------------
>
>                 Key: AXIS2-1776
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1776
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1
>         Environment: Using Windows XP/2000, but the same problems will show up anywhere.
>            Reporter: Michael Bevilacqua-Linn
>         Assigned To: Sanka Samaranayake
>            Priority: Minor
>         Attachments: AXIS2-1776-patch.txt
>
>
> 1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans, xmlbeans.
> 2.) Breaks when a namespace to package map file isn't specified.  (Because the plugin passes an empty string into the CodegenConfigLoader, which then tries to open that as a file.)
> 3.) options.options.noFile has the same text as options.notADirectoryException.  Not sure if this intended, but it seems odd to me.
> Anyhow, I've fixed the first two locally and can send a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

Posted by "Sanka Samaranayake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanka Samaranayake resolved AXIS2-1776.
---------------------------------------

    Resolution: Fixed



Applied the patch (Committed revision 521918)

Thanks,
Sanka


> WSDL2Code Maven Plugin Is Non-Functional
> ----------------------------------------
>
>                 Key: AXIS2-1776
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1776
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1
>         Environment: Using Windows XP/2000, but the same problems will show up anywhere.
>            Reporter: Michael Bevilacqua-Linn
>         Assigned To: Sanka Samaranayake
>            Priority: Minor
>         Attachments: AXIS2-1776-patch.txt, AXIS2-1776-v2-patch.txt
>
>
> 1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans, xmlbeans.
> 2.) Breaks when a namespace to package map file isn't specified.  (Because the plugin passes an empty string into the CodegenConfigLoader, which then tries to open that as a file.)
> 3.) options.options.noFile has the same text as options.notADirectoryException.  Not sure if this intended, but it seems odd to me.
> Anyhow, I've fixed the first two locally and can send a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1776) WSDL2Code Maven Plugin Is Non-Functional

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469050 ] 

Davanum Srinivas commented on AXIS2-1776:
-----------------------------------------

Michael, Please do send us the patch.

thanks,
dims

> WSDL2Code Maven Plugin Is Non-Functional
> ----------------------------------------
>
>                 Key: AXIS2-1776
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1776
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.1
>         Environment: Using Windows XP/2000, but the same problems will show up anywhere.
>            Reporter: Michael Bevilacqua-Linn
>            Priority: Minor
>
> 1.) Missing dependencies on wsdl4j, neethi, axis2-xmlbeans, xmlbeans.
> 2.) Breaks when a namespace to package map file isn't specified.  (Because the plugin passes an empty string into the CodegenConfigLoader, which then tries to open that as a file.)
> 3.) options.options.noFile has the same text as options.notADirectoryException.  Not sure if this intended, but it seems odd to me.
> Anyhow, I've fixed the first two locally and can send a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org