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 8032 - Exception is thrown when target contains two same task.
Summary: Exception is thrown when target contains two same task.
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 normal (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-26 15:57 UTC by Marek Grummich
Modified: 2003-06-30 14:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.62 KB, text/plain)
2000-10-26 15:58 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2000-10-26 15:57:31 UTC
[Build 56]
See Attachment
Example:
<target name="clean">
    <!-- Delete the ${build} and ${dist} directory trees -->
    <delete dir="${build}" />
    <delete dir="${dist}" />
</target>

or

<project name="MyProject" default="initial" basedir=".">
    <target name="initial" >
        <echo message="Hello world" />
        <echo>This is a longer message
              stretching over two lines.
        </echo>
    </target>
</project>
Comment 1 Marek Grummich 2000-10-26 15:58:59 UTC
Created attachment 210 [details]
Exception
Comment 2 Jesse Glick 2000-10-26 18:48:59 UTC
Making this P2 since a goal is to have the module work with our own build
scripts at a minimum--which frequently use many instances of the same task in
one target.
Comment 3 Jesse Glick 2000-10-31 17:40:59 UTC
Provisionally disabling complex Explorer display of tasks, hence this no longer
applies.
Comment 4 Jesse Glick 2000-12-27 21:17:59 UTC
Tasks are now being shown, and there should not be any problem with >1 of the
same task in one target.
Comment 5 Quality Engineering 2003-06-30 14:46:49 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.