[Scons-dev] Jar builds fail with SConscript variant directory
William Roberts
bill.c.roberts at gmail.com
Wed Apr 30 19:36:04 EDT 2014
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" <bill at baddogconsulting.com> 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 (bill.c.roberts at gmail.com)
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/scons-dev/attachments/20140430/7be25876/attachment.html>
More information about the Scons-dev
mailing list