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 65047 - Illegal impl dep on xml/text-edit
Summary: Illegal impl dep on xml/text-edit
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2005-09-23 23:01 UTC by Jesse Glick
Modified: 2006-08-21 10:59 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 Jesse Glick 2005-09-23 23:01:54 UTC
Do you ever look at warnings in your build?

Warning: in org.netbeans.modules.web.core.syntax, use of spec.version.base with
non-integer OpenIDE-Module-Implementation-Version from org.netbeans.modules.xml.text

xml/text-edit does not declare a fixed impl version, i.e. it uses a buildnumber.
Yet web/jspsyntax/nbproject/project.xml uses an impl dep on it. This is dangerous.
Comment 1 Petr Pisl 2005-09-29 10:23:32 UTC
Fixed in the trunk:
Checking in manifest.mf;
/cvs/xml/text-edit/manifest.mf,v  <--  manifest.mf
new revision: 1.28; previous revision: 1.27
done
Comment 2 Jindrich Sedek 2006-08-21 10:59:05 UTC
v.