DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30504>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30504

"nice" task is undefined in Ant 1.6.2

           Summary: "nice" task is undefined in Ant 1.6.2
           Product: Ant
           Version: 1.6.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I know I am not respecting the request in the "Could not create task..." error 
but something is incorrect here...hopefully not me :-)

Looking at the Ant manual for 1.6.2 it would appear that the nice task is a 
core task.

However the task is not listed in the default.properties of the ant.jar and is 
not defined by default at runtime.

Simple test file:
<?xml version="1.0"?>
<project name="project" default="nice">
    <target name="nice">
        <nice newpriority="10" />
        <echo>nice</echo>
    </target>
</project>

Buildfile: c:\darins\nice.xml
nice:
     [echo] nice
BUILD FAILED: C:\darins\nice.xml:6: Could not create task or type of type: 
nice.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to