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 116333 - Cannot find extendArchiveGF.xml imported from 5.5 upgraded build-impl.xml
Summary: Cannot find extendArchiveGF.xml imported from 5.5 upgraded build-impl.xml
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 15:20 UTC by Nam Nguyen
Modified: 2007-09-21 20:56 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 Nam Nguyen 2007-09-21 15:20:26 UTC
- Download and unzip https://jersey.dev.java.net/files/documents/7056/69531/jersey-0.3-ea.zip
- make sure assertion is off (edit netbeans.conf or use release60 beta1 official build).
- Open project jersey-0.3-ea/examples/Bookmark
- When asked about regenerate build files, click OK.
- Run project will get error:

build-impl.xml:21: Cannot find extendArchiveGF.xml imported from
.../jersey-0.3-ea/examples/Bookmark/nbproject/build-impl.xml

After this fixed you might hit other behaviors from issue 116237.
Comment 1 Vince Kraemer 2007-09-21 20:15:21 UTC
work-around: put an empty file named extendArchiveGF.xml into Bookmark/nbproject before you open the project.
Comment 2 Vince Kraemer 2007-09-21 20:49:07 UTC
Well... it looks like the Bookmark project is REALLY BROKEN.

The build ext is in the project.xml, but the targets that would be added and the implementation file for those targets
are not there.

I don't know how the project got ito such a state... but no matter.  We still need to react to this situation "better"...