Re: How to execute a build.xml inside another build.xml ?

2005-06-07 Thread Brad G. Kyer
Quite Easy... -B --- [EMAIL PROTECTED] wrote: > All, > > I Just wanna execute "Build.xml " inside another file named > "MasterBuild.xml" > > Kindly tell me ,what is the exact task name ? > > Thanks 'n' Advance, > Venkat. > > This transmission may cont

Re: My Classpath Should be Separate From Ant's

2005-05-04 Thread Brad G. Kyer
Actually, it's very easy to supply a different classpath to javac (check the ant docs for more options)... in your build.xml file in your compilation task -B --- Bob Bronson <[EMAIL PROTECTED]> wrote: > Hi All, > >

Re: multiple src folders for javac task

2005-04-26 Thread Brad G. Kyer
use : to add them - for example -B --- klute <[EMAIL PROTECTED]> wrote: > hey all, > > can anyone tell me how to supply multiple src folders > for my javac task? > > thanks a lot! > james > > __ > Do You Yahoo!? > Tired of s

Re: ant build script failing

2005-04-19 Thread Brad G. Kyer
> I believe needs to be => > -B --- Nishi Prafull <[EMAIL PROTECTED]> wrote: > Hi: > I have following ant script to build a project but its failing at the > clean target as below, can someone please let me know what could be > the cause? > I made sure that the srchome variable was set in the

Re: AW: New Ant Diff and Merge Tasks

2005-04-18 Thread Brad G. Kyer
> You know that if your class direcly uses GPL code it must be > under GPL, too? Thanks for the info. > In Ant we use reflection for using GPL classes so we dont depend > on them. I noticed that patch calls the patch process (Command/Executor), however the mks diff we have installed does not m

New Ant Diff and Merge Tasks

2005-04-17 Thread Brad G. Kyer
tree into yours. I personally use it for scripting the merge from autogenerated code into the previous version that may have been hand modified. Compatibility: 1.5.1 URL: http://www.hydrogenline.com/ant Contact: b.kyer _at_ hydrogenline.com License: Tasks itself is Apache, the actual Diff jav