getrevisionssince.pgl
来自「Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthil」· PGL 代码 · 共 21 行
PGL
21 行
<%@ import="com.urbancode.anthill.adapter.*" %><%@ import="com.urbancode.anthill.ProjectProperties" %><%ProjectProperties pp = (ProjectProperties)context.get("Properties");String dateString = (String)context.get("DateString");String currentDate = (String)context.get("CurrentDate");String userName = pp.getProperty(VSSRepositoryAdapter.VSS_USER_KEY);String userPass = pp.getProperty(VSSRepositoryAdapter.VSS_PASSWD_KEY);String project = pp.getProperty(VSSRepositoryAdapter.MODULE_KEY);String pageletDir = System.getProperty(ProfileRepositoryAdapter.ANTHILL_ROOT_DIR_KEY) + File.separator + "conf" + File.separator + "profiles"+ File.separator + "Unix" + File.separator + "unix_vss" + File.separator;if ((userPass == null) || (userPass.trim().equals(""))) { // TODO -- I think we Scott planned to do something here userPass = "";}%>sh <%=pageletDir%>getRevisionsSince.sh $/<%=project%> <%=userName%> <%=userPass%> <%=currentDate%> <%=dateString%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?