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 199482 - defaultcr is not calculated correctly for maven web app projects.
Summary: defaultcr is not calculated correctly for maven web app projects.
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 23:31 UTC by Vince Kraemer
Modified: 2011-09-19 22:50 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 Vince Kraemer 2011-06-16 23:31:35 UTC
This means that these projects get a glassfish-web.xml file when they get targeted to a GF 3.x server.

The problem is, I don't know how to get the data associated with a Maven web app project that would let me calculate the correct defaultcr...

Need to get the 1.0-SNAPSHOT of the CR... but all I have is a J2eeModule object at the point where I start to calculate the defaultcr...
Comment 1 Vince Kraemer 2011-09-19 22:50:25 UTC
this got addressed as part of the changes for issue 201579