On Aug 25, 2009, at 10:19 AM, Antoine Toulme wrote:
Thanks Rhett. It works for individual projects. But if in the final bundling project, I call project('subp').package(:jar).to_s, it uses the default path.So I guess I'm back to my original question. I need to override the id ofthe project to avoid the parent prepending its id. I'll look into the code.
there is another param which might work better than :file try package(:jar, :id => "subproj") instead of setting the filename
