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

Summary: Illegal impl dep on xml/text-edit
Product: javaee Reporter: Jesse Glick <jglick>
Component: JSPAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker Keywords: ARCH
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.