Re: [Scons-dev] Java Development

2014-08-02 Thread Dirk Bächle
Hi Mark, On 02.08.2014 01:49, Mark A. Flacy wrote: On Friday, August 01, 2014 05:22:39 PM William Blevins wrote: SCons Java doesn't need to be that fancy, but I think the root problems can be solved. The SCons java tool simply doesn't get the love that some of the other tools get. One common

Re: [Scons-dev] Java Development

2014-08-02 Thread Russel Winder
On Thu, 2014-07-31 at 22:04 -0500, Mark A. Flacy wrote: […] In my opinion, you are wasting your time. To be honest I think so as well. However, there is always the possibility that by someone having a go they come up with an idea that changes the game. SO as William is wanting to have a go, I

Re: [Scons-dev] Java Development

2014-08-02 Thread William Blevins
In the background, I'm working on a recursive Glob() which fully supports Ant-like notation. Having this in place, we'd be able to link generated Java sources (like in your examples above) into a SCons build with commands like env.Jar('build', Glob('*/**/*.java')). The JavaDirBuilder