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 53444

Summary: New commit verification failure message gives incorrect file paths
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 52983    

Description Jesse Glick 2005-01-14 20:48:13 UTC
After fix of issue #52983, the message for a
failure says e.g.

---%<---
    *** List of dependencies has changed! ***
    
    Differences were found while comparing file 
    /space/src/nb_all/nbbuild/build/golden/deps.txt
    with 
    /space/src/nb_all/nbbuild/build/generated/deps.txt
    
    This means that the set of dependencies
changed since the previously known one.
    Adding a dependency can restrict the ways how
a final product can be assembled
    and as such it forms an important aspect of
API and is subject to review. 
    If you passed your review or you are sure you
want to change the 
    list of dependencies, then please update the
golden file at 
    /space/src/nb_all/nbbuild/build/golden/deps.txt
    and run the test once again. 
[...]
---%<---

But it is ide/golden/deps.txt which has to be
patched, not nbbuild/build/golden/deps.txt.
Comment 1 Jaroslav Tulach 2005-01-18 08:42:35 UTC
cvs -q ci -m "#53444: adding three categories of files - generated, 
golden and template. generated and template are compared, but if 
this fails, location of golden file is printed. To give correct 
instructions where to fix the problem." 
 
Checking in build.xml; 
/cvs/nbbuild/build.xml,v  <--  build.xml 
new revision: 1.627; previous revision: 1.626