Ok, so to clarify I was able to do compile.with artifact_ns.compile
But I was not able to do compile.with artifacts(:compile) In the latter case I get RuntimeError : Expecting a String, Hash or object that responds to to_spec -russ On Fri, Nov 11, 2011 at 4:23 PM, Alex Boisvert <[email protected]>wrote: > On Sat, Nov 12, 2011 at 12:12 AM, Russ Teabeault <[email protected] > >wrote: > > > So I checked out head and the classifier problem is fixed. I was able to > > do > > > > compile.with artifact_ns.compile > > > > Should I also be able to do > > > > compile.with artifacts(:compile) > > > > ? > > > > Yes, "compile.with artifact_ns.compile" should work too. > > alex >
