getworkingproject.pgl

来自「Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthil」· PGL 代码 · 共 16 行

PGL
16
字号
<%@ import="com.urbancode.anthill.ProjectProperties" %><%@ import="com.urbancode.anthill.adapter.*" %><% ProjectProperties pp = (ProjectProperties)context.get("Properties");ProfileRepositoryAdapter ra = (ProfileRepositoryAdapter)context.get("Adapter");String branchName = pp.getProperty(MKSIntegrityRepositoryAdapter.BRANCH_KEY);String projectFile = pp.getProperty(MKSIntegrityRepositoryAdapter.PROJECT_FILE);String branchStr = "";if ((branchName != null) && (!branchName.trim().equals(""))) {    branchStr = "\"-r" + branchName + "\"";}%><%@ include="Win32/win_integrity/getCommandInit.pgl" %> pj co -P"<%=projectFile%>"<%= branchStr %> -R -f *

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?