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 - AntEvent source wrong?
Summary: AntEvent source wrong?
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 43968
  Show dependency tree
 
Reported: 2007-05-16 19:28 UTC by Jesse Glick
Modified: 2008-06-18 16:01 UTC (History)
1 user (show)

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 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.