This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 176613 - [68cat] Axis2 generated sources not recreated during project clean and build
Summary: [68cat] Axis2 generated sources not recreated during project clean and build
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Axis2 (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 16:24 UTC by javydreamercsw
Modified: 2010-11-17 14:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2009-11-11 16:24:12 UTC
Build 200911091156

If you have a project with an Axis2 client, the generated classes are not generated with the Project build and the build fails (if you are using the classes somewhere in the project of course).

Had to add the following to build.xml:
<import file="nbproject/jaxws-build.xml"/>
.
.
.
<target name="-post-clean">
        <antcall target="wsimport-client-Xinco"/>
    </target>

Where wsimport-client-Xinco is a target generated by the Web Service client wizard.
Comment 1 javydreamercsw 2009-11-11 16:28:09 UTC
This might be related to #176538. I'm starting to suspect that the wizards are having issues adding imports and such if the build.xml file is modified by the user, which is my case in both. Is really hard to believe that this type of obvious issues was not caught before.
Comment 2 Milan Kuchtiak 2010-03-24 12:07:01 UTC
The same as issue 176538.
Please, describe the steps to reproduce.
Thanks.
Comment 3 javydreamercsw 2010-03-25 11:44:22 UTC
I had a custom build.xml file (with additional targets) and an axis configuration completed (wsdl). The build process failed since the build.xml file wasn'tupdated properly. (missing the stuff below)

Sadly I no longer have that configuration as I had to back track on upgrading services from Axis 1 to 2. I can provide the wsdl file if needed.
Comment 4 javydreamercsw 2010-09-27 15:54:04 UTC
Unable to provide requested information.
Comment 5 Denis Anisimov 2010-11-17 14:03:38 UTC
No longer supported functionality .