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 164053 - Annoying complications when developing NetBeans own Ant Tasks
Summary: Annoying complications when developing NetBeans own Ant Tasks
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 12:21 UTC by Jaroslav Tulach
Modified: 2009-05-01 20:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Rearrangement of sources to nbbuild/ant Java SE project (94.67 KB, patch)
2009-04-29 12:38 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-04-29 12:21:30 UTC
I just wanted to debug one of the Ant tasks in nbbuild/antsrc and it is slow, unfriendly and sometimes even 
impossible. I attribute that to the use of freeform project. It is possible to fix it, but everytime I make debugging 
of these Ant tasks possible, it lasts just for few weeks before some other change breaks it again.

If we had the tasks in regular JavaSE project, these hassles could be gone.
Comment 1 Jaroslav Tulach 2009-04-29 12:38:25 UTC
Created attachment 81194 [details]
Rearrangement of sources to nbbuild/ant Java SE project
Comment 2 Jaroslav Tulach 2009-04-29 12:41:58 UTC
Jesse, do you want to apply the patch? Build for cluster.basic passed OK on my computer. Commit validation started as 
well. I am not sure if there are no failures among the tests due to their changed location, however.
Comment 3 Jesse Glick 2009-04-29 16:02:41 UTC
I would want to do further changes; the patch is incomplete in a number of ways. Anyway will wait until after Richard
finishes fixing tests to consider this.

Could you be more specific about what "it lasts just for few weeks before some other change breaks it again" means -
what changes, what problems?
Comment 4 Jesse Glick 2009-05-01 20:34:49 UTC
Debugging of the Ant tasks is working fine for me after core-main #90307a1f5309.