Browse Source

oops

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272362 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
be4530e953
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java

+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/optional/dotnet/WsdlToDotnet.java View File

@@ -189,6 +189,7 @@ public class WsdlToDotnet extends Task {
command.addArgument("/server");
}
command.addArgument("/namespace:",namespace);
command.addArgument(extraOptions);
//because these args arent added when null, we can
//set both of these and let either of them
command.addArgument(srcFile.toString());


Loading…
Cancel
Save