Re: make file in build.xml

2008-08-12 Thread David Weintraub
How are you calling your build.xml? What target are you hitting? Are you calling the "compileC" target? Try changing: to That way, when you call movelib, it will first call "compileC" before executing the target movelib. -- David Weintraub [EMAIL PROTECTED] On Tue, Aug 12, 2008 at 12:08

make file in build.xml

2008-08-11 Thread Kamran Hameed
folks i previously posted one such post. i want to call a Makefile in my build.xml. The Makefile generates a lib.so file which i want to move to a a directory in my src called /lib Here is what i do Here is the Problem. If i call the makefile manually [by g