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 21886 - Update the plan XSL scripts to handle hierarchic requirements
Summary: Update the plan XSL scripts to handle hierarchic requirements
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Pfeffer
URL:
Keywords:
Depends on:
Blocks: 21888
  Show dependency tree
 
Reported: 2002-03-26 16:12 UTC by Jaroslav Tulach
Modified: 2007-07-04 15:44 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2002-03-26 16:12:42 UTC
Please update the scripts to handle following style of requirements:

<requirement>
    <requirements>
        <requirement/>
        ...
    </requirements>
</requirement>
Comment 1 Daniel Pfeffer 2002-03-28 18:49:44 UTC
I sent the first changes on nbdev.
The attached data can be used for testing.
While testing of my changes I discovered few smaller issues.

1/ ant script execution:
''''''''''''''''''''''''
[style] Loading stylesheet
Z:\nb\trunk\nb_all\nbbuild\plans\features-module-subst.xsl
[style] Processing Z:\nb\trunk\nb_all\nbbuild\plans\all_features-subst.xml
        to Z:\nb\trunk\nb_all\extbrowser\www\plans\features34.html
BUILD FAILED

java.lang.OutOfMemoryError
        <<no stack trace available>>

I don't know the exact reason, but it looks like a memory leak.

2/ not valid issue
''''''''''''''''''
When the issue isn't valid following exception is in
<long-description> element
(generated by "XMI Writer - sub req. TEST" requirement):

<P>after add new textfield or
button to a frame, i cannot
edit the text thru GUI
editor. i tried to edit it,
a error will prompt out as
below: </P>
<P>Tue May 22 23:59:34 GMT+08:00
2001:
java.lang.NullPointerException:
Posted  StackTrace
Annotation: Exception
occurred in Request
Processor
org.openide.util.RequestProcessor$Holder:
Posted StackTrace(task
org.netbeans.core.ModuleActions$1@3043cc
[-10124, 1, -1])         at
org.openide.util.RequestProcessor$Task.createHolder
(RequestProcessor.java:322)
...

Comment 2 Daniel Pfeffer 2002-03-29 16:17:26 UTC
Note to 2/ ("not valid issue"): 
It's probably not an issue at all :-)
It's mybe a styling problem. When the issue description is 
longer and including stack trace...(eg. "12345") the 
requirement looks strange. 
Comment 3 Daniel Pfeffer 2002-04-04 18:10:58 UTC
I comitted the stylesheet changes in CVS, but the change 
does not seem to be propagated on NetBeans site.
Any idea?
Comment 4 Marek Grummich 2002-07-22 11:08:38 UTC
Set target milestone to TBD
Comment 5 rbalada 2003-10-09 13:00:21 UTC
Changing QA contact to www module according to ownership set in issue 32600
Comment 6 rbalada 2005-02-09 16:03:17 UTC
Planning XSL infrastructure is gone.