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 104518 - Externally modified build-impl.xml
Summary: Externally modified build-impl.xml
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-22 15:35 UTC by Milan Kubec
Modified: 2007-10-26 16:05 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 Milan Kubec 2007-05-22 15:35:40 UTC
NetBeans IDE Dev (Build 070522)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
en_US (nb); Cp1252

Newly created Java Desktop Application project has modified build-impl.xml and
when saving (even unmodified) project properties message is shown.

Steps to reproduce:
1) create Java Desktop application project
2) open project properties of the project
3) click OK in the properties dialog

It seems that problem is endorsed related lines removed from
'-init-macrodef-javac' target.
Comment 1 Tomas Pavek 2007-09-10 10:42:04 UTC
This is because we copy the project from a template and change the files on the fly (according to chosen application
name) - then the genfiles.properties does not match. Do you know by chance if/how we can regenerate genfiles.properties?
Comment 2 Tomas Pavek 2007-10-26 16:05:15 UTC
Removed build-impl.xml and build.xml from the templates - they are generated automatically. That should fix this problem.