2011-09-20 90 views

回答

4

您可以使用Attributed.blank(...)将文件包装在属性实例中。您还应提供上下文(例如Runtime):

unmanagedClasspath in Runtime += Attributed.blank(file("/home/...")) 
相关问题