I can confirm that adding "project.assets" allows all of my projects to package successfully.
On Tue, Oct 22, 2013 at 7:07 PM, Peter Donald <[email protected]>wrote: > Hi, > > It looks like I introduced a bug due to lazy construction of the > assets task. To work around this could you add the following line to > the problematic project before the packages task and before any other > tasks the transform into the webapps directory. (At the start of the > project definition should work) > > # Buildr-689: Force the construction of the assets task > project.assets > > Does this fix the problem? > > > On Wed, Oct 23, 2013 at 2:51 AM, Chris Bozic <[email protected]> wrote: > > after upgrading to buildr 1.4.14, I get a new error: > > > > NoMethodError : undefined method `project=' for > > #<Rake::FileTask:0x007fe27290a6d0> > > > > The above error occurs on a line in the buildfile where I am attempting > to > > package(:war). When I downgrade to buildr 1.4.12 everything works again. > > Has anyone else seen this? If so, can you help me identify what I am > > doing wrong? > > > > Thanks, > > Chris > > > > -- > Cheers, > > Peter Donald >
