[Scons-users] Jar builds fail with SConscript variant directory

William Roberts bill.c.roberts at gmail.com
Thu May 1 11:52:58 EDT 2014


Ok trying again on the right list with the attachment...

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:

<snip>
SConscript(script)
#SConscript(script, variant_dir=outdir, duplicate=1)
<snip>

to
<snip>
#SConscript(script)
SConscript(script, variant_dir=outdir, duplicate=1)
<snip>

it breaks...

Can someone explain what's going on here? Thanks.

--
Respectfully,

William C Roberts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: broken.tar.bz2
Type: application/x-bzip2
Size: 3159 bytes
Desc: not available
Url : http://four.pairlist.net/pipermail/scons-users/attachments/20140501/6548ee89/attachment-0001.bin


More information about the Scons-users mailing list