|
|
@@ -184,9 +184,10 @@ public class ImportTypelib extends Task { |
|
|
|
* @exception BuildException if something goes wrong with the build |
|
|
|
*/ |
|
|
|
public void execute() throws BuildException { |
|
|
|
if ("WsdlToDotnet".equals(getTaskType())) { |
|
|
|
log("Warning: the task name <WsdlToDotnet> is deprecated. Use <wsdltodotnet> (all lowercase) instead.", Project.MSG_WARN); |
|
|
|
} |
|
|
|
log("This task is deprecated and will be removed in a future version\n" |
|
|
|
+ "of Ant. It is now part of the .NET Antlib:\n" |
|
|
|
+ "http://ant.apache.org/antlibs/dotnet/index.html", |
|
|
|
Project.MSG_WARN); |
|
|
|
validate(); |
|
|
|
log("Importing typelib " + srcFile |
|
|
|
+ " to assembly " + destFile |
|
|
|