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 53360 - Missing conf.dir property in Web Project with Existing Sources
Summary: Missing conf.dir property in Web Project with Existing Sources
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
: 53410 53480 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-13 16:18 UTC by Martin Schovanek
Modified: 2006-03-24 13: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 Martin Schovanek 2005-01-13 16:18:20 UTC
[#20050113, jdk1.4.2]

to reproduce:
-------------
1) create a empty Web Application project
2) close the project and exit Nb
3) remove nbproject, build.xml and src/conf from
the project
4) import the project as Web Project with Existing
Sources
5) build the project

ERROR: build fails with message:
/tmp/WA/nbproject/build-impl.xml:231:
/tmp/WA/${conf.dir} not found.
Comment 1 Marek Fukala 2005-01-14 14:55:58 UTC
*** Issue 53410 has been marked as a duplicate of this issue. ***
Comment 2 zikmund 2005-01-17 08:27:53 UTC
*** Issue 53480 has been marked as a duplicate of this issue. ***
Comment 3 Marek Fukala 2005-02-22 14:56:38 UTC
I would say this issue has already been fixed by fix for Issue #53842.
I cannot reproduce it now - please verify. If the bug still exists
please add your build-impl.xml and project.properties files.
Comment 4 zikmund 2005-07-13 16:33:34 UTC
Verified.