javadocs of specific classes

2010-02-01 Thread Kamran Hameed
e files so that the javadocs of only those methods should get generated which i want and not of all the methods and fields Can any one help? -- Kamran Hameed hpc.seecs.edu.pk/~kamran

fileset with exclude not working

2010-02-01 Thread Kamran Hameed
port/home/kamran/parallel/mpj/src/mpi/SumFloat.java... [javadoc] Loading source file /export/home/kamran/parallel/mpj/src/mpi/SumInt.java... [javadoc] Loading source file /export/home/kamran/parallel/mpj/src/mpi/SumLong.java... [javadoc] Loading source file /export/home/kamran/parallel/mpj/s

A Question regarding conditionals

2010-01-03 Thread Kamran Hameed
Folks i have two questions 1. I want to check whether an environment variable is defined or not. e-g i want to check whether the variable JAVA_HOME is set or not. How can i do that. Currently the way i am doing that is : * // the line doing it* so in t

make file in build.xml

2008-08-11 Thread Kamran Hameed
generating the makefile which i am trying to do in my first target.. Can you tell how can i call make Makefile in build.xml so that when i call ant, it runs and generates .so file which is then copied to /lib Thanks -- Kamran Hameed http://hpc.niit.edu.pk/~kamran

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 &

Re: cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
> as follows. > > > > > > > > > regards > Charitha > > http://charithaka.blogspot.com > > Kamran Hameed wrote: > > i am trying to compile files in that are placed in packages. I have used >> the >> proper pa

cannot compile with ant -- cannot find symbol

2008-08-03 Thread Kamran Hameed
for details. [javac] 16 errors BUILD FAILED /home/kamran/parallel/mpj/build.xml:83: Compile failed; see the compiler error output for details. Can any one tell -- Kamran Hameed http://hpc.niit.edu.pk/~kamran

compile C files with ant

2008-08-02 Thread Kamran Hameed
can we compile c files (using gcc) on ant??? if yes then how -- Kamran Hameed http://hpc.niit.edu.pk/~kamran

facing the problem in package

2008-07-31 Thread Kamran Hameed
same package and it compiles well without error. but when ever i try to call classes that are in the same package, it gives error Can any one help -- Kamran Hameed http://hpc.niit.edu.pk/~kamran

Re: how to call a file in build.xml

2008-07-29 Thread Kamran Hameed
ally privileged information that is intended only for > the use of the individual or entity named in this message. If you are not > the intended recipient, you are hereby notified that any disclosure, > copying, distribution or reliance upon the contents of this email is > strictly proh

Re: how to call a file in build.xml

2008-07-29 Thread Kamran Hameed
My point is that i am not invoking any simple script. Makefile should be called with make command On Tue, Jul 29, 2008 at 9:19 AM, Kamran Hameed <[EMAIL PROTECTED]>wrote: > But exec is not supported on Linux. if we are in Windows.. and we want to > call a batch file then we can

Re: how to call a file in build.xml

2008-07-29 Thread Kamran Hameed
AIL PROTECTED]>wrote: > Try the exec command. This allows you to call external command files. > > On 7/29/08, Kamran Hameed <[EMAIL PROTECTED]> wrote: > > folks.. i am writting a java application that uses JNI. Now for > generating c > > files i am using Makefile. and

how to call a file in build.xml

2008-07-29 Thread Kamran Hameed
Makefile that compiles the C code -- Kamran Hameed http://hpc.niit.edu.pk/~kamran