Hello,

Is there any reason why generate from file-reference target ignores the properties
passed to it?

    rule generate ( properties )
    {
        return [ property-set.empty ] [ virtual-target.from-file $(self.name) :
            [ location ] : $(self.project) ] ;
    }

I would like to be able to do:

jar my-jar : java/foo/bar.java/<nested-class>SomeOtherClass ;

But since file-reference ignores the properties, the <nested-class>SomeOtherClass is not passed along.

Regards,
--
Felipe Magno de Almeida