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:24:21 UTC

[jira] Created: (AXIS2-1793) class AntCodegenTask has incorrect package name

class AntCodegenTask has incorrect package name
-----------------------------------------------

                 Key: AXIS2-1793
                 URL: http://issues.apache.org/jira/browse/AXIS2-1793
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.2
         Environment: Windows
            Reporter: Manoj Khangaonkar


Path is org/apache/axis2/ant/AntCodegenTask.java

but package name is

org.apache.axis2.tool.ant

I have no idea how this built. But this causes the build target ant generate.service & generate.client to fail
in the quick start samples.

I changed the package name to org.apache.axis2.ant in AntCodegenTask and in the build.xmls and then the quickstart samples work.

If we agree on the package name , and the build.xml of the quick start samples need to be changed - I willopen another JIRA for that

-- 
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-1793) class AntCodegenTask has incorrect package name

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

Manoj Khangaonkar updated AXIS2-1793:
-------------------------------------

    Attachment: AntCodegenTask.java

Patch attached.

Attached is the updated file with the correct package name.

> class AntCodegenTask has incorrect package name
> -----------------------------------------------
>
>                 Key: AXIS2-1793
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1793
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: Windows
>            Reporter: Manoj Khangaonkar
>         Attachments: AntCodegenTask.java
>
>
> Path is org/apache/axis2/ant/AntCodegenTask.java
> but package name is
> org.apache.axis2.tool.ant
> I have no idea how this built. But this causes the build target ant generate.service & generate.client to fail
> in the quick start samples.
> I changed the package name to org.apache.axis2.ant in AntCodegenTask and in the build.xmls and then the quickstart samples work.
> If we agree on the package name , and the build.xml of the quick start samples need to be changed - I willopen another JIRA for that

-- 
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-1793) class AntCodegenTask has incorrect package name

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

Davanum Srinivas resolved AXIS2-1793.
-------------------------------------

    Resolution: Fixed

fixed.

thanks,
dims

> class AntCodegenTask has incorrect package name
> -----------------------------------------------
>
>                 Key: AXIS2-1793
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1793
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: Windows
>            Reporter: Manoj Khangaonkar
>         Attachments: AntCodegenTask.java
>
>
> Path is org/apache/axis2/ant/AntCodegenTask.java
> but package name is
> org.apache.axis2.tool.ant
> I have no idea how this built. But this causes the build target ant generate.service & generate.client to fail
> in the quick start samples.
> I changed the package name to org.apache.axis2.ant in AntCodegenTask and in the build.xmls and then the quickstart samples work.
> If we agree on the package name , and the build.xml of the quick start samples need to be changed - I willopen another JIRA for that

-- 
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-1793) class AntCodegenTask has incorrect package name

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

In my latest extract of source code the code is compiled to a directory structure that matches the package name. Looks like someone fixed this.

The code is obviously built using the -sourcepath and -d options in javac. 

Can someone explain why the source directory structure does not match the package name ?

Otherwise the issue may be closed.

> class AntCodegenTask has incorrect package name
> -----------------------------------------------
>
>                 Key: AXIS2-1793
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1793
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: Windows
>            Reporter: Manoj Khangaonkar
>         Attachments: AntCodegenTask.java
>
>
> Path is org/apache/axis2/ant/AntCodegenTask.java
> but package name is
> org.apache.axis2.tool.ant
> I have no idea how this built. But this causes the build target ant generate.service & generate.client to fail
> in the quick start samples.
> I changed the package name to org.apache.axis2.ant in AntCodegenTask and in the build.xmls and then the quickstart samples work.
> If we agree on the package name , and the build.xml of the quick start samples need to be changed - I willopen another JIRA for that

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