0

我是 adobe extension builder 的新手。我想为 adobe prelude 使用 adobe extension builder 。我已经安装了 adobe prelude 并在 spring 工具套件中配置了 adobe extension builder,我什至还创建了一个 .zxp 文件,但我无法在 adobe prelude 中使用该扩展。这是我关注的链接 http://127.0.0.1:57868/help/index.jsp?nav=%2F3_0

即使对我来说,adobe prelude 中也没有启用扩展选项。单击此处查看 adobe prelude 屏幕截图

<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="4.0" ExtensionBundleId="com.example.AdobeDemo" 
ExtensionBundleVersion="1.0.0"
    ExtensionBundleName="AdobeDemo" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionList>
    <Extension Id="com.example.AdobeDemo.extension1" Version="1.0" />
</ExtensionList>
<ExecutionEnvironment>
    <HostList>
        <Host Name="PRLD" Version="[2.0,2.9]" />
    </HostList>
    <LocaleList>
        <Locale Code="All" />
    </LocaleList>
    <RequiredRuntimeList>
        <RequiredRuntime Name="CSXS" Version="4.0" />

    </RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
    <Extension Id="com.example.AdobeDemo.extension1">
        <DispatchInfo >
            <Resources>
            <MainPath>./index.html</MainPath>
            <ScriptPath>./AdobeDemo.jsx</ScriptPath>
            </Resources>
            <Lifecycle>
                <AutoVisible>true</AutoVisible>
            </Lifecycle>
            <UI>
                <Type>Panel</Type>
                <Menu>AdobeDemo</Menu>
                <Geometry>
                    <Size>
                        <Height>200</Height>
                        <Width>200</Width>
                    </Size>
                </Geometry>
            </UI>
        </DispatchInfo>
    </Extension>
</DispatchInfoList>
</ExtensionManifest>
4

0 回答 0