2011-09-20 87 views

回答

4

您可以使用Attributed.blank(...)將文件包裝在屬性實例中。您還應提供上下文(例如Runtime):

unmanagedClasspath in Runtime += Attributed.blank(file("/home/...")) 
相關問題