Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
BTW i have added the package statements properly.. i-e for package mpjdev, my package statement is package mpjdev; and for classes inside mpjdev/nativ package mpjdev.nativ; Regards On Mon, Aug 4, 2008 at 6:10 AM, Kamran Hameed <[EMAIL PROTECTED]>wrote: > Thank you for your reply > > I have i

Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
Thank you for your reply I have included the dependent jars as 110 111 114 115 116 117 One another thing is that these java files which i am trying to compile with ant.. dont even compile when i compile one by one using --javac-- so i think i

Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Charitha Kankanamge
Hi Kamran, This is due to missing dependancies. You may try with adding dependent jars as follows. regards Charitha http://charithaka.blogspot.com Kamran Hameed wrote: i am trying to compile files in that are placed in pack

cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
i am trying to compile files in that are placed in packages. I have used the proper package statements as well but when i compile with ant it gives compile: [javac] Compiling 113 source files [javac] /home/kamran/parallel/mpj/src/mpjdev/nativ/Comm.java:647: cannot find symbol [javac] s