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 141003 - [65cat] When deleting the WAR-project of an Enterprise Project, NB tries to create something
Summary: [65cat] When deleting the WAR-project of an Enterprise Project, NB tries to c...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 15:08 UTC by ieising
Modified: 2016-07-07 08:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Output of the delete project command (52.12 KB, image/jpeg)
2008-07-21 15:09 UTC, ieising
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ieising 2008-07-21 15:08:40 UTC
[ BUILD # : 200807201837 ]
[ JDK VERSION : 1.6.0_06 ]

Hi,

When I have default Enterprise project created and I delete the
Enterprise project again, including deleting the sources, I'm left
with the EJB-project and the WAR-project. Now when I delete the
EJB-project I get an exception (which I will report as well).
When I then delete the WAR-project the 'build' fails with the
following output, which strikes me strange.

See the attachment. Please note, I did delete the WAR-project to get
this output, after I deleted the EJB-project!

Iwan
Comment 1 ieising 2008-07-21 15:09:25 UTC
Created attachment 65134 [details]
Output of the delete project command
Comment 2 _ gowri 2008-12-10 01:23:25 UTC
I have got a different error message when I followed the steps to reproduce the bug. I got

init:
undeploy-clean:
deps-clean:
C:\Documents and Settings\gowri\My
Documents\NetBeansProjects\EnterpriseApplication16\EnterpriseApplication16-war\nbproject\build-impl.xml:792: The
following error occurred while executing this line:
java.io.FileNotFoundException: C:\Documents and Settings\gowri\My
Documents\NetBeansProjects\EnterpriseApplication16\EnterpriseApplication16-ejb\build.xml (The system cannot find the
path specified)
BUILD FAILED (total time: 0 seconds)


This is because in the build-impl.xml file of WAR project, there is a reference to the ejb project's build.xml which is
causing the build failure. If you first delete the WAR project then EJB project then there is no problem.
Comment 3 Martin Balin 2016-07-07 08:54:01 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss