[Scons-users] Chaining generated sources.
Bill Deegan
bill at baddogconsulting.com
Sat Feb 22 20:07:50 EST 2014
Will,
Can't you take the output of the protoc builder and add that as a source to
your java builder?
protoc_out=env.protoc([sources])
java_out=env.Java([sources]+protoc_out
?
-Bill
On Sat, Feb 22, 2014 at 4:29 PM, Dirk Bächle <tshortik at gmx.de> wrote:
> On 22.02.2014 22:26, William Blevins wrote:
>
>> Unfortunately, I cannot post the code without going through a lot of
>> hoops.
>>
>>
> Okay, I understand...but could you post your version of the Protoc
> Builder? The original snippet from the Wiki, as well as the latest revision
> from the Bitbucket repository, both don't support Java.
> So having your current Builder available would really help for setting up
> simple test examples and such.
>
> Thanks a lot in advance.
>
>
> Dirk
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> http://four.pairlist.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://four.pairlist.net/pipermail/scons-users/attachments/20140222/44eae28b/attachment.htm
More information about the Scons-users
mailing list