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 52925 - debuggerjpda/ant dependencies fix reverted
Summary: debuggerjpda/ant dependencies fix reverted
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-01-04 20:33 UTC by Jesse Glick
Modified: 2006-08-01 14:46 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-04 20:33:12 UTC
For debuggerjpda/ant/nbproject/project.xml:

----------------------------
revision 1.13
date: 2005/01/03 15:33:48;  author: jjancura; 
state: Exp;  lines: +4 -4
TableModel implementation is mandatory, I have
added several imls.
----------------------------
revision 1.12
date: 2004/12/23 22:01:40;  author: jglick; 
state: Exp;  lines: +4 -4
#51468: new build system APIs considered stable
(/0 -> /1).
----------------------------

Results in:

[org.netbeans.core.modules #4] Warning - had to
upgrade dependencies for module
org.netbeans.modules.debugger.jpda.ant: added =
[module org.netbeans.modules.projectapi/1 > 1.3,
module org.netbeans.modules.java.project/1 > 1.3,
module org.netbeans.modules.java.platform/1 > 1.3,
module org.netbeans.modules.projectuiapi/1 > 1.3]
removed = [module
org.netbeans.modules.java.platform/0, module
org.netbeans.modules.projectuiapi/0, module
org.netbeans.modules.projectapi/0, module
org.netbeans.modules.java.project/0]; details:
[Major release version of module changed from 0 to
1 to signal stability; update your dependencies]

Next time please sanity-check your diffs before
committing... and think about how you are using
CVS: I presume that you did not intentionally make
such a change, so perhaps you did something
incorrect such as copy old working files onto a
newer working dir without paying attention to
intervening patches? Never do this; if you need to
work temporarily on a separate copy of sources,
use a separate CVS-controlled copy, create a patch
from it, and then apply that patch to the trunk
sources.
Comment 1 Jan Jancura 2005-01-05 08:44:47 UTC
fixed in trunk
Comment 2 Jiri Kovalsky 2006-08-01 14:46:27 UTC
Verifying on Jesse's behalf.