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 75464 - Fake signature files after removal of web dd api
Summary: Fake signature files after removal of web dd api
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 09:25 UTC by Jaroslav Tulach
Modified: 2006-06-02 08:39 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 Jaroslav Tulach 2006-04-25 09:25:23 UTC
Please work with RE to fake the sigfiles of API from old releases.

>
> Note: This file lists INCOMPATIBLE API changes made in org.netbeans.api
> since the 'netbeans40' release
>
>
> APIChangeTest Report
>
> Base version:   1.4.2_04
> Tested version: 1.5.0_06
>
> Missing Classes
> ---------------
>
> org.netbeans.api.web.dd.AuthConstraint
> org.netbeans.api.web.dd.DDProvider
> org.netbeans.api.web.dd.EjbLocalRef
> org.netbeans.api.web.dd.EjbRef
> org.netbeans.api.web.dd.EnvEntry
> org.netbeans.api.web.dd.ErrorPage
> org.netbeans.api.web.dd.Filter
> org.netbeans.api.web.dd.FilterMapping
> org.netbeans.api.web.dd.FormLoginConfig
> org.netbeans.api.web.dd.Icon
> org.netbeans.api.web.dd.InitParam
> org.netbeans.api.web.dd.JspConfig
> org.netbeans.api.web.dd.JspPropertyGroup
> org.netbeans.api.web.dd.Listener
> org.netbeans.api.web.dd.LocaleEncodingMapping
> org.netbeans.api.web.dd.LocaleEncodingMappingList
> org.netbeans.api.web.dd.LoginConfig
> org.netbeans.api.web.dd.MessageDestination
> org.netbeans.api.web.dd.MessageDestinationRef
> org.netbeans.api.web.dd.MimeMapping
> org.netbeans.api.web.dd.PortComponentRef
> org.netbeans.api.web.dd.ResourceEnvRef
> org.netbeans.api.web.dd.ResourceRef
> org.netbeans.api.web.dd.RunAs
> org.netbeans.api.web.dd.SecurityConstraint
> org.netbeans.api.web.dd.SecurityRole
> org.netbeans.api.web.dd.SecurityRoleRef
> org.netbeans.api.web.dd.ServiceRef
> org.netbeans.api.web.dd.ServiceRefHandler
> org.netbeans.api.web.dd.Servlet
> org.netbeans.api.web.dd.ServletMapping
> org.netbeans.api.web.dd.SessionConfig
> org.netbeans.api.web.dd.Taglib
> org.netbeans.api.web.dd.UserDataConstraint
> org.netbeans.api.web.dd.WebApp
> org.netbeans.api.web.dd.WebResourceCollection
> org.netbeans.api.web.dd.WelcomeFileList
> org.netbeans.api.web.dd.common.CommonDDBean
> org.netbeans.api.web.dd.common.ComponentInterface
> org.netbeans.api.web.dd.common.CreateCapability
> org.netbeans.api.web.dd.common.DescriptionInterface
> org.netbeans.api.web.dd.common.DisplayNameInterface
> org.netbeans.api.web.dd.common.FindCapability
> org.netbeans.api.web.dd.common.IconInterface
> org.netbeans.api.web.dd.common.NameAlreadyUsedException
> org.netbeans.api.web.dd.common.RootInterface
> org.netbeans.api.web.dd.common.VersionNotSupportedException
>
Comment 1 Petr Jiricka 2006-04-25 11:36:40 UTC
Definitely not a P2 bug per bug priority guidelines, no user impact. Anyway,
leaving as defect and reassigning to nbbuild in case RE wants to fix this.
Comment 2 Jaroslav Tulach 2006-04-25 16:29:35 UTC
Thank you Petr, you are right. This is like breaking the build. So according 
to guidelines this is P1 - blocks other developers progress.
Comment 3 rnovak 2006-04-26 00:09:26 UTC
I'm working on it, I think I understand the fix.
I'll fake the sigfiles of API from old releases.
Comment 4 Petr Jiricka 2006-04-26 13:03:51 UTC
Thanks Robert!
Comment 5 Jaroslav Tulach 2006-06-02 08:39:02 UTC
Seems to be fixed.