Found the culprit!  Don't use the "dir" and "file" attributes simultaneously in the 
<srcfiles>
element.

      <srcfiles dir="${src.dir}" file="A"/>

Change it to:

      <srcfiles file="${src.dir}/A"/>

and all is well in the realm of D Sledge.

Thanks a million for your help!

D Sledge


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to