[ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
