"Aaron Smuts" <[EMAIL PROTECTED]> writes:

> It would be easier to apply filter if I could build the stratum.jar into
> /lib/build and then create a /lib/build/props folder for the filtered
> props files.

I don't like building into the lib/ tree.  Currently, the build-time
directory is bin/, which is now quite confusing since the commit of a
bunch of source and scripts to bin/.  I'd change the build-time
directory to build/ or target/ (Scarab uses the latter).  You can do
preprocessing using @filter@ under that directory (i.e. to
target/src/).

> Where do you suggest putting the unfiltered props and scripts and the
> filtered products?  

I like how Scarab puts unfiltered files under src/, then moves them to
target/ at build-time.  IMHO, it's build file is a good example on how
to do things:

http://scarab.tigris.org/source/browse/scarab/build/


                             Thanks, Dan

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

Reply via email to