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 37072 - contrib/docbook not being published on daily dev alpha AU
Summary: contrib/docbook not being published on daily dev alpha AU
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-06 14:28 UTC by Jesse Glick
Modified: 2003-12-11 14:24 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 2003-11-06 14:28:27 UTC
It's in
nbbuild/build.properties:${config.modules.daily-alpha-nbms};
has an all-* target in nbbuild/build.xml; and has
an nbm target in contrib/docbook/build.xml. Yet it
is not apparently being published in
www/www/updates/alpha/dev_1.6_.xml.

No errors reported to broken_builds@netbeans.org
re. building contrib/docbook as part of daily
alpha NBMs.

contrib/insertunicode, added to the dev alpha
config at the same time, *is* being published,
apparently correctly.

So what is wrong?
Comment 1 rbalada 2003-11-06 15:00:57 UTC
This is my issue
Comment 2 rbalada 2003-11-06 15:06:24 UTC
It looks like whole XML category is being ignored in Alpha AUC update.
I've found a bug in script, which has something to do with counting
number of categories and it counted only non-empty lines, but category
list contained empty line at beginning.

Will try to filter empty lines off of category list.
Comment 3 rbalada 2003-11-06 15:58:38 UTC
Fixed, please verify.

Thanks for the report Jesse.
Comment 4 Jesse Glick 2003-11-06 17:33:06 UTC
Seems to be there and working - thanks!