You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by sam tam <sa...@gmail.com> on 2006/10/03 13:17:57 UTC

One Small Doubt

Hello people !!

One small doubt !

I have file say  A-Impl.java and its service A-Service.java

But A-Impl.java depends on B-Service.class   (Here i have only class file
and no source java file)

Can any one help me out in this !!

If i compile it mvn throws up error ( compilation error !! )

In Javac Commnad we use javac -classpath but is there something like that in
mvn ?

Thanx in Advance !