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 116984 - project doesn't directory deploy correctly.
Summary: project doesn't directory deploy correctly.
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-27 21:05 UTC by Vince Kraemer
Modified: 2007-09-28 01:37 UTC (History)
1 user (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 Vince Kraemer 2007-09-27 21:05:39 UTC
See http://www.netbeans.org/servlets/ReadMsg?list=nbj2ee&msgNo=7055

I have replicate the issue.
Comment 1 Vince Kraemer 2007-09-27 21:43:30 UTC
I think I have found the bug.

It looks like your QuickieQuiz project was missing a property that the code expected to exist... resource.dir

So, the q&d fix for you to make progress is to add this property definition to the EAR project's project.properties file:

resource.dir=setup

I will find a way to not depend on this property value... or protect against this condition.