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
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]>
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