Re: Question Title: ANT -->> Directory access problem

2004-12-19 Thread Phil Weighill-Smith
Don't specify basedir in the sub-project build.xml and invoke it via from a build.xml in the c:\MyProject directory (with basedir "."): the sub-project will inherit the main project's basedir (i.e. c:\MyProject). Alternatively, access your source directory via ../src (which seems a bit duff, but w

Re: Question Title: ANT -->> Directory access problem

2004-12-19 Thread Martin Gainty
Since the build.xml is reaching for files in src and compiling to classes..jarring to dist it would really make more sense to locate build.xml in root (the ../ will get confusing after awhile) ~Just my 2 pennies~ Martin Gainty (mobile) 617-852-7822 From: Phil Weighill-Smith <[EMAIL PROTECTED]>

ftp dependency

2004-12-19 Thread Peter Gershkovich
Please let me know if i am missing something with ftp task: using ant 1.6.2 with commons-net-1.3.0.jar, jakarta-oro-2.0.8.jar in ant's lib I am running a task : and getting the following error: Could not load a dependent class (com/sun/media/jai/codec/FileSeekableStream) fo