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 75161

Summary: Projects' build scripts are cleaned for projects created in 5.0 and opened in 5.5
Product: webservices Reporter: ehucka <ehucka>
Component: JAX-WSAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker CC: jlahoda, tzezula
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 75143    

Description ehucka 2006-04-18 14:13:36 UTC
Steps to reproduce:


1. open NB 5.0, create a j2se project
2. modify its build.xml script, e.g. by profiler - add some targets after
<import file="nbproject/build-impl.xml"/>
3. close 5.0 and open the project in NB 5.5
4. build.xml is without added targets

It causes data loss.
Comment 1 Jan Lahoda 2006-04-18 15:07:37 UTC
IMO bug in org.netbeans.modules.websvc.api.jaxws.project.GeneratedFilesHelper,
which regenerates the build.xml even if it is modified (if ((flags &
FLAG_OLD_JAX_WS) != 0)). Propagated into J2SEProject.java in revision 1.56.2.2.2.5.
Comment 2 Lukas Jungmann 2006-04-18 15:43:54 UTC
try to check for dups next time, please, but thanks for evaluation
Comment 3 Lukas Jungmann 2006-04-18 15:44:37 UTC
*** Issue 74975 has been marked as a duplicate of this issue. ***
Comment 5 Lukas Jungmann 2006-04-26 13:26:33 UTC
v.