Index: main/org/apache/tools/ant/taskdefs/Expand.java
===================================================================
RCS file: /home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Expand.java,v
retrieving revision 1.10
diff -u -r1.10 Expand.java
--- main/org/apache/tools/ant/taskdefs/Expand.java	2000/08/22 23:31:31	1.10
+++ main/org/apache/tools/ant/taskdefs/Expand.java	2000/09/16 17:48:44
@@ -87,6 +87,9 @@
         if (source == null) {
             throw new BuildException("Source attribute must be specified");
         }
+        if (dest == null) {
+            throw new BuildException("Dest attribute must be specified");
+        }
 
         if (source.isDirectory()) {
             // get all the files in the descriptor directory
