> my classpath contains a directory in which a java file is 
> lying according to
> its package structure.(say "com.abc ")
> 
> i'm trying to compile another file which imports this file
> through ant but ant gives me a compilation error .. on the 
> imported file...
> saying cannot resolve symbol
> 
> i tried to compile it directly using javac and it gets 
> compiled fine...
> 
> whatz going on here ???????

It would help greatly if you'd show exactly how you're trying to compile. Without 
seeing your task, any number of things could be wrong.

Jon

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

Reply via email to