> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > The ProgressListener Interface is in ProgressListener.java in the > same directory (com/transcend/utils) as MultiContentSender.java. > The only thing I could think of is javac isn't including "." in the > sourcepath, but couldn't see a way of setting it (only the javadoc > tag in build.xml has a sourcepath value). >
Can you check the package statements in these two files. They should be package com.transcend.utils; I can reproduce your error by commenting out this in either file. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
