I'm sorry I meant to send this to users...my mistake. I'll have to register for the other list.
Bill On Apr 30, 2014 4:28 PM, "William Deegan" <[email protected]> wrote: > Bill, > > Please send such queries to the users mailing list. > The dev mailing list is intended for discussing the internal development > of SCons. > I’m cc’ing that list now. > > More inline below > > On April 30, 2014 at 4:01:12 PM, William Roberts ([email protected]) > wrote: > > I typically set up my builds with a hierachical layout and a variant > > directory and do some other things to make it all work together. > > Normally I program in C, and this all works. > > > > Recently, I tried using java and broke. I have a very simple example > > that doesnt work. If I change the SConscript calls to use a variant > > dir, its broken, if I dont it works... > > > > Sconstruct: > > > > > > SConscript(script) > > #SConscript(script, variant_dir=outdir, duplicate=1) > > > > > > to > > > > #SConscript(script) > > SConscript(script, variant_dir=outdir, duplicate=1) > > > > > > it breaks... > > > > Can someone explain what's going on here? Thanks. > > Hard to say exactly without seeing your SConscript. > Java support in SCons is significantly less complete than support for > C/C++ and you may be running into one of those issues. > > -Bill >
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
