Hello
I am using Ant and ClearCase. I use Ant to copy my Java files to 
drive D:\home and use it to build my files. I always get the following
error message when I start the build.
Can anybody tell me where I might be wrong ?

Thanks
Sunil

Error Message:----

[javac]
D:\home\spm\build\camo\br_camo_ap3\src\de\condat\camo\ejb\base\service\lectu
rer\impl\LectSessionBean.java:11:
Ambiguous name: de is both a class and a package.
    [javac] import de.condat.camo.ejb.ccm.business.course.*;
    [javac]        ^
[javac]
D:\home\spm\build\camo\br_camo_ap3\src\de\condat\camo\ejb\base\service\lectu
rer\impl\LectSessionBean.java:12:
Ambiguous name: de is both a class and a package.

Reply via email to