git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271879 13f79535-47bb-0310-9956-ffa450edef68master
@@ -276,7 +276,6 @@ Legal: | |||||
<property name="ant.package" value="org/apache/tools/todo"/> | <property name="ant.package" value="org/apache/tools/todo"/> | ||||
<property name="taskdef.package" value="${ant.package}/taskdefs"/> | <property name="taskdef.package" value="${ant.package}/taskdefs"/> | ||||
<property name="antlib.package" value="org/apache/antlib"/> | <property name="antlib.package" value="org/apache/antlib"/> | ||||
<property name="optional.package" value="org/apache/tools/ant/taskdefs/optional"/> | |||||
<property name="optional.type.package" value="${ant.package}/types/optional"/> | <property name="optional.type.package" value="${ant.package}/types/optional"/> | ||||
<property name="util.package" value="${ant.package}/util"/> | <property name="util.package" value="${ant.package}/util"/> | ||||
<property name="regexp.package" value="${util.package}/regexp"/> | <property name="regexp.package" value="${util.package}/regexp"/> | ||||
@@ -294,19 +293,19 @@ Legal: | |||||
<exclude name="${ant.package}/listener/Log4jListener.java" | <exclude name="${ant.package}/listener/Log4jListener.java" | ||||
unless="log4j.present" /> | unless="log4j.present" /> | ||||
<exclude name="${optional.package}/IContract.java" | |||||
<exclude name="${taskdefs.package}/IContract.java" | |||||
unless="icontract.present" /> | unless="icontract.present" /> | ||||
<exclude name="${optional.package}/Script.java" | |||||
<exclude name="${taskdefs.package}/Script.java" | |||||
unless="bsf.present" /> | unless="bsf.present" /> | ||||
<exclude name="${optional.package}/StyleBook.java" | |||||
<exclude name="${taskdefs.package}/stylebook/StyleBook.java" | |||||
unless="stylebook.present" /> | unless="stylebook.present" /> | ||||
<exclude name="${optional.package}/NetRexxC.java" | |||||
<exclude name="${taskdefs.package}/NetRexxC.java" | |||||
unless="netrexx.present" /> | unless="netrexx.present" /> | ||||
<exclude name="${antlib.package}/xml/TraXLiaison.java" | <exclude name="${antlib.package}/xml/TraXLiaison.java" | ||||
unless="trax.present" /> | unless="trax.present" /> | ||||
<exclude name="${antlib.package}/xml/XalanLiaison.java" | <exclude name="${antlib.package}/xml/XalanLiaison.java" | ||||
unless="xalan.present" /> | unless="xalan.present" /> | ||||
<exclude name="${optional.package}/Javah.java" | |||||
<exclude name="${taskdefs.package}/Javah.java" | |||||
unless="jdk1.2+" /> | unless="jdk1.2+" /> | ||||
<exclude name="${taskdef.package}/junit/*" | <exclude name="${taskdef.package}/junit/*" | ||||
unless="junit.present" /> | unless="junit.present" /> | ||||
@@ -316,7 +315,7 @@ Legal: | |||||
unless="javamail.complete" /> | unless="javamail.complete" /> | ||||
<exclude name="${taskdef.package}/scm/AntStarTeam*.java" | <exclude name="${taskdef.package}/scm/AntStarTeam*.java" | ||||
unless="starteam.present" /> | unless="starteam.present" /> | ||||
<exclude name="${optional.package}/ANTLR.java" | |||||
<exclude name="${taskdefs.package}/ANTLR.java" | |||||
unless="antlr.present" /> | unless="antlr.present" /> | ||||
<exclude name="${taskdef.package}/perforce/*.java" | <exclude name="${taskdef.package}/perforce/*.java" | ||||
unless="jakarta.oro.present" /> | unless="jakarta.oro.present" /> | ||||
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.BufferedReader; | import java.io.BufferedReader; | ||||
import java.io.File; | import java.io.File; | ||||
@@ -223,7 +223,7 @@ public class ANTLR extends AbstractTask | |||||
* | * | ||||
* @param command Description of Parameter | * @param command Description of Parameter | ||||
* @return Description of the Returned Value | * @return Description of the Returned Value | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private int run( final Commandline command ) | private int run( final Commandline command ) | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.io.FileOutputStream; | import java.io.FileOutputStream; | ||||
@@ -280,7 +280,7 @@ public class Cab | |||||
* | * | ||||
* @param files Description of Parameter | * @param files Description of Parameter | ||||
* @return Description of the Returned Value | * @return Description of the Returned Value | ||||
* @exception IOException Description of Exception | |||||
* @exception java.io.IOException Description of Exception | |||||
*/ | */ | ||||
protected File createListFile( ArrayList files ) | protected File createListFile( ArrayList files ) | ||||
throws IOException | throws IOException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
public class ClassArgument | public class ClassArgument | ||||
{ | { |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.text.DateFormat; | import java.text.DateFormat; | ||||
import java.text.DecimalFormat; | import java.text.DecimalFormat; | ||||
@@ -120,7 +120,7 @@ public class Entry | |||||
/** | /** | ||||
* Check if parameter combinations can be supported | * Check if parameter combinations can be supported | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void checkParameters() | private void checkParameters() | ||||
throws TaskException | throws TaskException | ||||
@@ -151,7 +151,7 @@ public class Entry | |||||
* @param oldValue the current value read from the property file or | * @param oldValue the current value read from the property file or | ||||
* <code>null</code> if the <code>key</code> was not contained in | * <code>null</code> if the <code>key</code> was not contained in | ||||
* the property file. | * the property file. | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void executeDate( String oldValue ) | private void executeDate( String oldValue ) | ||||
throws TaskException | throws TaskException | ||||
@@ -282,7 +282,7 @@ public class Entry | |||||
* @param oldValue the current value read from the property file or | * @param oldValue the current value read from the property file or | ||||
* <code>null</code> if the <code>key</code> was not contained in | * <code>null</code> if the <code>key</code> was not contained in | ||||
* the property file. | * the property file. | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void executeInteger( String oldValue ) | private void executeInteger( String oldValue ) | ||||
throws TaskException | throws TaskException | ||||
@@ -372,7 +372,7 @@ public class Entry | |||||
* @param oldValue the current value read from the property file or | * @param oldValue the current value read from the property file or | ||||
* <code>null</code> if the <code>key</code> was not contained in | * <code>null</code> if the <code>key</code> was not contained in | ||||
* the property file. | * the property file. | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void executeString( String oldValue ) | private void executeString( String oldValue ) | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.io.FileInputStream; | import java.io.FileInputStream; | ||||
@@ -672,7 +672,7 @@ public class IContract extends MatchingTask | |||||
/** | /** | ||||
* Executes the task | * Executes the task | ||||
* | * | ||||
* @exception TaskException if the instrumentation fails | |||||
* @exception org.apache.myrmidon.api.TaskException if the instrumentation fails | |||||
*/ | */ | ||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException | ||||
@@ -875,7 +875,7 @@ public class IContract extends MatchingTask | |||||
/** | /** | ||||
* Checks that the required attributes are set. | * Checks that the required attributes are set. | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void preconditions() | private void preconditions() | ||||
throws TaskException | throws TaskException | ||||
@@ -914,7 +914,7 @@ public class IContract extends MatchingTask | |||||
* Also creates a temporary file with a list of the source files, that will | * Also creates a temporary file with a list of the source files, that will | ||||
* be deleted upon exit. | * be deleted upon exit. | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void scan() | private void scan() | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.util.ArrayList; | import java.util.ArrayList; | ||||
@@ -18,6 +18,7 @@ import org.apache.myrmidon.api.TaskContext; | |||||
import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
import org.apache.tools.todo.types.Path; | import org.apache.tools.todo.types.Path; | ||||
import org.apache.tools.todo.util.FileUtils; | import org.apache.tools.todo.util.FileUtils; | ||||
import org.apache.tools.todo.taskdefs.ClassArgument; | |||||
/** | /** | ||||
* Task to generate JNI header files using javah. This task can take the | * Task to generate JNI header files using javah. This task can take the | ||||
@@ -308,7 +309,7 @@ public class Javah | |||||
* Peforms a compile using the classic compiler that shipped with JDK 1.1 | * Peforms a compile using the classic compiler that shipped with JDK 1.1 | ||||
* and 1.2. | * and 1.2. | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void doClassicCompile() | private void doClassicCompile() |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.io.IOException; | import java.io.IOException; | ||||
@@ -477,7 +477,7 @@ public class NetRexxC extends MatchingTask | |||||
/** | /** | ||||
* Executes the task, i.e. does the actual compiler call | * Executes the task, i.e. does the actual compiler call | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException | ||||
@@ -639,7 +639,7 @@ public class NetRexxC extends MatchingTask | |||||
/** | /** | ||||
* Peforms a copmile using the NetRexx 1.1.x compiler | * Peforms a copmile using the NetRexx 1.1.x compiler | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void doNetRexxCompile() | private void doNetRexxCompile() | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import com.ibm.bsf.BSFException; | import com.ibm.bsf.BSFException; | ||||
import com.ibm.bsf.BSFManager; | import com.ibm.bsf.BSFManager; | ||||
@@ -81,7 +81,7 @@ public class Script extends AbstractTask | |||||
/** | /** | ||||
* Do the work. | * Do the work. | ||||
* | * | ||||
* @exception TaskException if someting goes wrong with the build | |||||
* @exception org.apache.myrmidon.api.TaskException if someting goes wrong with the build | |||||
*/ | */ | ||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs.stylebook; | |||||
import java.io.File; | import java.io.File; | ||||
import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.BufferedReader; | import java.io.BufferedReader; | ||||
import java.io.File; | import java.io.File; | ||||
@@ -223,7 +223,7 @@ public class ANTLR extends AbstractTask | |||||
* | * | ||||
* @param command Description of Parameter | * @param command Description of Parameter | ||||
* @return Description of the Returned Value | * @return Description of the Returned Value | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private int run( final Commandline command ) | private int run( final Commandline command ) | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.io.FileOutputStream; | import java.io.FileOutputStream; | ||||
@@ -280,7 +280,7 @@ public class Cab | |||||
* | * | ||||
* @param files Description of Parameter | * @param files Description of Parameter | ||||
* @return Description of the Returned Value | * @return Description of the Returned Value | ||||
* @exception IOException Description of Exception | |||||
* @exception java.io.IOException Description of Exception | |||||
*/ | */ | ||||
protected File createListFile( ArrayList files ) | protected File createListFile( ArrayList files ) | ||||
throws IOException | throws IOException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
public class ClassArgument | public class ClassArgument | ||||
{ | { |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.text.DateFormat; | import java.text.DateFormat; | ||||
import java.text.DecimalFormat; | import java.text.DecimalFormat; | ||||
@@ -120,7 +120,7 @@ public class Entry | |||||
/** | /** | ||||
* Check if parameter combinations can be supported | * Check if parameter combinations can be supported | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void checkParameters() | private void checkParameters() | ||||
throws TaskException | throws TaskException | ||||
@@ -151,7 +151,7 @@ public class Entry | |||||
* @param oldValue the current value read from the property file or | * @param oldValue the current value read from the property file or | ||||
* <code>null</code> if the <code>key</code> was not contained in | * <code>null</code> if the <code>key</code> was not contained in | ||||
* the property file. | * the property file. | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void executeDate( String oldValue ) | private void executeDate( String oldValue ) | ||||
throws TaskException | throws TaskException | ||||
@@ -282,7 +282,7 @@ public class Entry | |||||
* @param oldValue the current value read from the property file or | * @param oldValue the current value read from the property file or | ||||
* <code>null</code> if the <code>key</code> was not contained in | * <code>null</code> if the <code>key</code> was not contained in | ||||
* the property file. | * the property file. | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void executeInteger( String oldValue ) | private void executeInteger( String oldValue ) | ||||
throws TaskException | throws TaskException | ||||
@@ -372,7 +372,7 @@ public class Entry | |||||
* @param oldValue the current value read from the property file or | * @param oldValue the current value read from the property file or | ||||
* <code>null</code> if the <code>key</code> was not contained in | * <code>null</code> if the <code>key</code> was not contained in | ||||
* the property file. | * the property file. | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void executeString( String oldValue ) | private void executeString( String oldValue ) | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.io.FileInputStream; | import java.io.FileInputStream; | ||||
@@ -672,7 +672,7 @@ public class IContract extends MatchingTask | |||||
/** | /** | ||||
* Executes the task | * Executes the task | ||||
* | * | ||||
* @exception TaskException if the instrumentation fails | |||||
* @exception org.apache.myrmidon.api.TaskException if the instrumentation fails | |||||
*/ | */ | ||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException | ||||
@@ -875,7 +875,7 @@ public class IContract extends MatchingTask | |||||
/** | /** | ||||
* Checks that the required attributes are set. | * Checks that the required attributes are set. | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void preconditions() | private void preconditions() | ||||
throws TaskException | throws TaskException | ||||
@@ -914,7 +914,7 @@ public class IContract extends MatchingTask | |||||
* Also creates a temporary file with a list of the source files, that will | * Also creates a temporary file with a list of the source files, that will | ||||
* be deleted upon exit. | * be deleted upon exit. | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void scan() | private void scan() | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.util.ArrayList; | import java.util.ArrayList; | ||||
@@ -18,6 +18,7 @@ import org.apache.myrmidon.api.TaskContext; | |||||
import org.apache.tools.todo.types.Commandline; | import org.apache.tools.todo.types.Commandline; | ||||
import org.apache.tools.todo.types.Path; | import org.apache.tools.todo.types.Path; | ||||
import org.apache.tools.todo.util.FileUtils; | import org.apache.tools.todo.util.FileUtils; | ||||
import org.apache.tools.todo.taskdefs.ClassArgument; | |||||
/** | /** | ||||
* Task to generate JNI header files using javah. This task can take the | * Task to generate JNI header files using javah. This task can take the | ||||
@@ -308,7 +309,7 @@ public class Javah | |||||
* Peforms a compile using the classic compiler that shipped with JDK 1.1 | * Peforms a compile using the classic compiler that shipped with JDK 1.1 | ||||
* and 1.2. | * and 1.2. | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void doClassicCompile() | private void doClassicCompile() |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import java.io.File; | import java.io.File; | ||||
import java.io.IOException; | import java.io.IOException; | ||||
@@ -477,7 +477,7 @@ public class NetRexxC extends MatchingTask | |||||
/** | /** | ||||
* Executes the task, i.e. does the actual compiler call | * Executes the task, i.e. does the actual compiler call | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException | ||||
@@ -639,7 +639,7 @@ public class NetRexxC extends MatchingTask | |||||
/** | /** | ||||
* Peforms a copmile using the NetRexx 1.1.x compiler | * Peforms a copmile using the NetRexx 1.1.x compiler | ||||
* | * | ||||
* @exception TaskException Description of Exception | |||||
* @exception org.apache.myrmidon.api.TaskException Description of Exception | |||||
*/ | */ | ||||
private void doNetRexxCompile() | private void doNetRexxCompile() | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs; | |||||
import com.ibm.bsf.BSFException; | import com.ibm.bsf.BSFException; | ||||
import com.ibm.bsf.BSFManager; | import com.ibm.bsf.BSFManager; | ||||
@@ -81,7 +81,7 @@ public class Script extends AbstractTask | |||||
/** | /** | ||||
* Do the work. | * Do the work. | ||||
* | * | ||||
* @exception TaskException if someting goes wrong with the build | |||||
* @exception org.apache.myrmidon.api.TaskException if someting goes wrong with the build | |||||
*/ | */ | ||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE.txt file. | * the LICENSE.txt file. | ||||
*/ | */ | ||||
package org.apache.tools.ant.taskdefs.optional; | |||||
package org.apache.tools.todo.taskdefs.stylebook; | |||||
import java.io.File; | import java.io.File; | ||||
import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; |