You need to add a dependency element for the jar to your pom.xml. Take a look at the pom.xml for our helloworld sample:
https://svn.apache.org/repos/asf/incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml There's a bunch of <dependency> elements in there for the jars which the sample depends on. You need to add one of those for your jar and to your pom.xml then add your jar to your maven repository. If its not clear to you how to do this come on to IRC (see http://incubator.apache.org/tuscany/get-involved.html) and I'll talk you through it, or if this isn't your problem create a JIRA and attach a zip of your code to it and i'll take a look. ...ant On 10/5/06, sam tam <[EMAIL PROTECTED]> wrote:
Hello Guys !!! Plz tell me a way out of this !!! [ current java program depends on existing jar file ] I have a jar file myjar.jar . It contains some class files ( example1Impl.class and example1Serviece.class) Now i am writing a new file example2Impl.java and example2Service.java . example2Impl depends on a method [say method1] present in example1Impl.classwhich is present in myjar.jar If i compile using maven i get compilation errors stating symbol not found [say method1 ] !!! guys Plz tell me a way to go about this !! Regards, Sam
