[Scons-users] AttributeError on value node
Kraus Philipp
philipp.kraus at flashpixx.de
Sun Aug 19 05:46:19 EDT 2012
Hello,
I get the error " AttributeError : 'Value' object has no attribute 'name' " on my own builder. The builder has got this source / target: single_source = True, target_factory=Dir, source_factory=Value
If I do something like this:
env.MyBuilder("tg", "source")
the error occurs
If I setup a "dummy" node like
env.Command( "#dummy", env.MyBuilder("tg", "source"), "")
no error occurs.
Can I do run my builder without the dummy node?
Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20120819/a8970448/attachment.htm>
More information about the Scons-users
mailing list