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 "Manoj Khangaonkar (JIRA)" <ji...@apache.org> on 2006/11/30 02:32:20 UTC

[jira] Created: (AXIS2-1794) QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task

QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task
------------------------------------------------------------------------------------

                 Key: AXIS2-1794
                 URL: http://issues.apache.org/jira/browse/AXIS2-1794
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples, build,site
    Affects Versions: 1.2
         Environment: window
            Reporter: Manoj Khangaonkar


The build.xml specify the classname as 

org.apache.axis2.tool.ant.AntCodegenTask

You get class not found errror.

But the correct path should be

org.apache.axis2.ant.AntCodegenTask -- See JIRA - 1793

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


[jira] Updated: (AXIS2-1794) QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task

Posted by "Manoj Khangaonkar (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1794?page=all ]

Manoj Khangaonkar updated AXIS2-1794:
-------------------------------------

    Attachment: build.xml

fix for quickstartxmlbeans is attached

> QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task
> ------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1794
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1794
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.2
>         Environment: window
>            Reporter: Manoj Khangaonkar
>         Attachments: build.xml, build.xml
>
>
> The build.xml specify the classname as 
> org.apache.axis2.tool.ant.AntCodegenTask
> You get class not found errror.
> But the correct path should be
> org.apache.axis2.ant.AntCodegenTask -- See JIRA - 1793

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


[jira] Updated: (AXIS2-1794) QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task

Posted by "Manoj Khangaonkar (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1794?page=all ]

Manoj Khangaonkar updated AXIS2-1794:
-------------------------------------

    Attachment: build.xml

fix for quickstart adb

> QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task
> ------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1794
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1794
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.2
>         Environment: window
>            Reporter: Manoj Khangaonkar
>         Attachments: build.xml, build.xml
>
>
> The build.xml specify the classname as 
> org.apache.axis2.tool.ant.AntCodegenTask
> You get class not found errror.
> But the correct path should be
> org.apache.axis2.ant.AntCodegenTask -- See JIRA - 1793

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


[jira] Commented: (AXIS2-1794) QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task

Posted by "Manoj Khangaonkar (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1794?page=comments#action_12461275 ] 
            
Manoj Khangaonkar commented on AXIS2-1794:
------------------------------------------

Since 1793 is resolved. This issue may be closed

> QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task
> ------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1794
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1794
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.2
>         Environment: window
>            Reporter: Manoj Khangaonkar
>         Attachments: build.xml, build.xml
>
>
> The build.xml specify the classname as 
> org.apache.axis2.tool.ant.AntCodegenTask
> You get class not found errror.
> But the correct path should be
> org.apache.axis2.ant.AntCodegenTask -- See JIRA - 1793

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


[jira] Resolved: (AXIS2-1794) QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task

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

Davanum Srinivas resolved AXIS2-1794.
-------------------------------------

    Resolution: Fixed

> QuickStart Samples adb,xmlbean have a problem in build.xml invoking ant codegen task
> ------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1794
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1794
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.2
>         Environment: window
>            Reporter: Manoj Khangaonkar
>         Attachments: build.xml, build.xml
>
>
> The build.xml specify the classname as 
> org.apache.axis2.tool.ant.AntCodegenTask
> You get class not found errror.
> But the correct path should be
> org.apache.axis2.ant.AntCodegenTask -- See JIRA - 1793

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