Hi all,

maybe my question is a little confusing. I mean the class path setting
inside the build file, just like following example. I want to use it in
another build file. Is it possible without import this build file?

[build-script]
  <path id="run.class.path">
    <fileset dir="${ext.lib.dir}">
      <include name="**/*.jar"/>
    </fileset>
  </path>

  <property name="run.class.path" refid="run.class.path" />
[build-script]


Best regards,
Leon

--- Leon Pu <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I want to know whether it is possible to use other build file's
> classpath?
> 
> For some reasons I don't want to use import task.
> 
> Thanks!
> 
> 
> Best regards,
> Leon
> 
> 
>               
> ____________________________________________________
> Start your day with Yahoo! - make it your home page 
> http://www.yahoo.com/r/hs 
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to