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 53386 - Should have build version for several modules
Summary: Should have build version for several modules
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-01-13 19:26 UTC by Jesse Glick
Modified: 2006-03-24 13:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
53386-patch.diff (3.61 KB, patch)
2005-02-28 15:59 UTC, Martin Krauskopf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-01-13 19:26:01 UTC
org.netbeans.modules.servletapi23/1 [1.7 041108]
org.netbeans.modules.web.jstl11/1 [2.2 2.2 040914]
org.netbeans.modules.web.project [1.4 1.1.1.1]

Should use OpenIDE-Module-Build-Version.
Comment 1 Martin Krauskopf 2005-02-28 14:23:03 UTC
I'll try to help with this.
Comment 2 _ rkubacki 2005-02-28 15:47:02 UTC
you can look at similar issue #53382 or recent commits in xml/multiview
Comment 3 Martin Krauskopf 2005-02-28 15:56:16 UTC
Thanks for the hint Radime. I've already one. I chose the similar (or
the same) approach for the web/project module. But other two modules
doesn't import projectized.xml and handle their tasks (like
"netbeans") on their own. I'm not sure if they shouldn't be projectized.
Proposed patch follows...
Comment 4 Martin Krauskopf 2005-02-28 15:59:48 UTC
Created attachment 20561 [details]
53386-patch.diff
Comment 5 Martin Krauskopf 2005-02-28 16:06:12 UTC
Forgot CC the original owner from web team.... See proposed patch and
comment Viliam.
Comment 6 Martin Krauskopf 2005-03-01 06:52:48 UTC
Fixed.

Checking in web/jstl11/build.xml;
new revision: 1.9; previous revision: 1.8
Checking in web/project/build.xml;
new revision: 1.14; previous revision: 1.13
Checking in web/servletapi23/build.xml;
new revision: 1.13; previous revision: 1.12
Checking in web/servletapi23/manifest.mf;
new revision: 1.16; previous revision: 1.15
Comment 7 _ rkubacki 2005-03-07 09:54:25 UTC
I think that <tstamp> tags are not needed - they are set by
encapsulating build.xml (when called from nbbuild). Of course they are
usefull for build of this one module. Also I am not sure why do we
need build-version for servletapi23.
Comment 8 zikmund 2005-07-13 16:33:06 UTC
v