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 113504

Summary: When there is >=2 data URIs for the product the build can be broken
Product: installer Reporter: dlipin <dlipin>
Component: NBIAssignee: dlipin <dlipin>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dlipin 2007-08-22 14:34:06 UTC
Steps to reproduce:
1) Make the build correctly proceed with the first data URIs and create a first part package of the product
2) On the second data URI the package build can be corrupted (due to the host inavailability or to the error in the 
product`s build script)
3) If run the build once again, it treats that all the data is already packaged and tries to use the second part 
package (that is not yet exists) instead of trying to be the second (and futher) parts of the product one more time.

So fix the issue user has to manually build the first part package.
Comment 1 dlipin 2007-08-27 17:45:43 UTC
Fixed

Checking in product.xml;
/cvs/nbi/infra/build/.common/product.xml,v  <--  product.xml
new revision: 1.26; previous revision: 1.25
done