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 - Projects' build scripts are cleaned for projects created in 5.0 and opened in 5.5
Summary: Projects' build scripts are cleaned for projects created in 5.0 and opened in...
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
: 74975 (view as bug list)
Depends on:
Blocks: 75143
  Show dependency tree
 
Reported: 2006-04-18 14:13 UTC by ehucka
Modified: 2006-05-31 18:00 UTC (History)
2 users (show)

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