|
@@ -1085,7 +1085,8 @@ public class Javadoc extends Task { |
|
|
toExecute.createArgument().setValue("-taglet"); |
|
|
toExecute.createArgument().setValue("-taglet"); |
|
|
toExecute.createArgument().setValue(tagletInfo.getName()); |
|
|
toExecute.createArgument().setValue(tagletInfo.getName()); |
|
|
if (tagletInfo.getPath() != null) { |
|
|
if (tagletInfo.getPath() != null) { |
|
|
System.out.println("Taglet base path is " + tagletInfo.getPath()); |
|
|
|
|
|
|
|
|
log("Taglet base path is " + tagletInfo.getPath(), |
|
|
|
|
|
MSG_DEBUG); |
|
|
Path tagletPath |
|
|
Path tagletPath |
|
|
= tagletInfo.getPath().concatSystemClasspath("ignore"); |
|
|
= tagletInfo.getPath().concatSystemClasspath("ignore"); |
|
|
if (tagletPath.size() != 0) { |
|
|
if (tagletPath.size() != 0) { |
|
|