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 104103

Summary: AntEvent source wrong?
Product: projects Reporter: Jesse Glick <jglick>
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: mkubec
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 43968    

Description Jesse Glick 2007-05-16 19:28:45 UTC
See last two comments in issue #43968. Need to investigate; possible regression
in AntEvent delivery semantics. If true, need to revert last change to
J2SEAntLogger.java as well as fix the root problem.
Comment 1 Jesse Glick 2008-06-18 00:13:21 UTC
Indeed getScriptLocation was wrong in this case. Fixing, and simplifying J2SEAntLogger.java accordingly. core-main
#c8c9769ecd4c
Comment 2 Quality Engineering 2008-06-18 16:01:47 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #267 build
Changeset: http://hg.netbeans.org/main/rev/c8c9769ecd4c
User: Jesse Glick <jglick@netbeans.org>
Log: #104103: AntEvent.scriptLocation was wrong in some cases.
(Specifically when a task used Project.log rather than Task.log and it was called via an imported script.)
Can thus roll back the hacky refix of #43968.