> The directory structure:
> --components------
>             |
> |----a------
> | |---abuild.xml 
> |
> |----b 
> | |---bbuild.xml 
> 
> 
In abuild.xml:
   <ant dir="${b.home}/src" target="core"/>
but your directory structure is:
  |----b 
  | |---bbuild.xml
Where is src? Or the directory structure is below?: 
  ....../b/ 
           src/bbuild.xml

In general, the problem is related with directory structure.
Can you send most simplest environment which
includes directory structure as attachment.


Reply via email to