Hi Russel,
and what exactly would be a problem for SCons when trying to build
Ceylon projects? Can we extract requirements for SCons from it?
Regards,
Dirk
On 14.11.2012 16:52, Russel Winder wrote:
Remember the problems of Java for SCons. Scala of course is far, far
worse. These however are
Remember the problems of Java for SCons. Scala of course is far, far
worse. These however are trivial in comparison to Ceylon. I think I have
already given up trying to use SCons for working with Ceylon :-(
--
Russel.
=
Just a question as to whether or not this is a bug or intentional behaviour:
If I define something as both an 'alias' and a 'target'
if (some condition):
env.Alias('all', program)
env.Depends('all', otherprogram)
env.Command('all', someotherprogram, Touch('$TARGET'))
there's no warn