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 - New commit verification failure message gives incorrect file paths
Summary: New commit verification failure message gives incorrect file paths
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks: 52983
  Show dependency tree
 
Reported: 2005-01-14 20:48 UTC by Jesse Glick
Modified: 2005-01-18 08:42 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 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