Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Telosys 代码生成器(CLI 工具)。
是否可以在 Telosys Tools 项目之外生成文件?
是的,有可能,您可以定义生成器使用的目标文件夹。
只需编辑“<strong>telosys-tools.cfg”文件(在“TelosysTools”文件夹中)
并设置“<strong>SpecificDestinationFolder”属性
Linux示例:
SpecificDestinationFolder=/dir1/dir2/dir3
Windows示例:
SpecificDestinationFolder=C\:\\dir1\\dir2\\dir3