🌀 SAP Web IDE 手工导入项目

180 阅读1分钟

SAP Web IDE 手工导入项目

COPY 项目

迁移项目: zsj_001{root}\eclipse\serverworkspace\wr\wriprin\OrionContent\zsj_001

配置文件

  1. 返回到上一级目录:{root}\eclipse\serverworkspace\wr\wriprin...
  1. 新增文件 zsj_001.json
{
    "ContentLocation": "${SERVERWORKSPACE}/wr/wriprin/OrionContent/zsj_001",
    "FullName": "zsj_001",
    "OrionVersion": 8,
    "Properties": {},
    "UniqueId": "zsj_001",
    "WorkspaceId": "wriprin-OrionContent"
}

  1. 修改 wriprin-OrionContent.json 文件,添加 ProjectName
  • 原:"ProjectNames": ["ztest"]
  • 改:"ProjectNames": ["ztest", "zsj_001"]
{
    "FullName": "Orion Content",
    "OrionVersion": 8,
    "ProjectNames": ["ztest", "zsj_001"],
    "Properties": {},
    "UniqueId": "wriprin-OrionContent",
    "UserId": "wriprin"
}