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 30529

Summary: API questions not included in answer template XML
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED FIXED    
Severity: blocker CC: dstrupl, pzavadsky
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 30372    
Attachments: Generated XML file

Description Jesse Glick 2003-01-30 17:30:44 UTC
See issue #30372 for details.

Ran

cd openide/arch
ant modules

Same w/ Ant 1.4 or 1.5.1. JDK 1.4.1. Log:

Buildfile: build.xml

modules:
     [arch] Input file
/space/src/nb_all/openide/arch/arch-openide-modules.xml
does not exists. Generating it filled with
skeleton answers.

BUILD SUCCESSFUL
Total time: 2 seconds
Comment 1 Jesse Glick 2003-01-30 17:31:04 UTC
Created attachment 8743 [details]
Generated XML file
Comment 2 Jesse Glick 2003-01-30 22:19:31 UTC
Fixing. org.w3c.dom.Node.toString() has no defined meaning (and with
Xerces apparently does nothing useful); you need to use e.g. the
Xerces serializer to be sure of it doing anything.

committed     Up-To-Date  1.7        
nbbuild/antsrc/org/netbeans/nbbuild/Arch.java
Comment 3 Jaroslav Tulach 2003-01-31 10:10:16 UTC
Thanks, I was so happy that .toString() works and did not know that it
is just a coincidence.