Bug 26629 - Error message has reversed arguments
Summary: Error message has reversed arguments
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
: 26831 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-18 19:58 EST by Darin Wright CLA
Modified: 2002-11-21 11:38 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2002-11-18 19:58:44 EST
From the ant mailing list:

"1. I think I found a bug. I made a mistake defining an ant task on the task
page. The error was:

      Buildfile: D:/devel/build/ebtdomain/ant/build.xml
      BUILD FAILED: Class wsgen not found for task
weblogic.ant.taskdefs.ejb.WSGen
      Class wsgen not found for task weblogic.ant.taskdefs.ejb.WSGen

The message seems to have the task name and class confused. That is, it
should be:

      BUILD FAILED: Class weblogic.ant.taskdefs.ejb.WSGen not found for
task wsgen

not,  BUILD FAILED: Class wsgen not found for task
weblogic.ant.taskdefs.ejb.WSGen"
Comment 1 Darin Wright CLA 2002-11-18 19:59:30 EST
Fixed in InternalAntRunner - there were two messages with reversed arguments.
Comment 2 Darin Wright CLA 2002-11-18 19:59:47 EST
Please verify, Darin S.
Comment 3 Darin Swanson CLA 2002-11-19 00:11:44 EST
Verified.
Comment 4 Darin Swanson CLA 2002-11-21 11:38:13 EST
*** Bug 26831 has been marked as a duplicate of this bug. ***