Zum Hauptinhalt gehen

Script render problem on generation

Kommentare

1 Kommentar

  • Zendesk API User
    Author: Peter_Jodeleit - 3/7/2013 14:26

    The jar should be made available to the generation as "normal" resource, currently it's only available as web-resource:

    <module>

        <name>i-telligence-Mod</name>

        <version>@VERSION@</version>

        <description></description>

        <vendor>i-telligence UG</vendor>

        <class>de.itelligence.firstspirit.opt.webapp.configuration.WebAppModule</class>

        <components>

            <web-app>

                <name>i-telligence WebApp</name>

                <description></description>

                <class>de.itelligence.firstspirit.opt.webapp.configuration.WebApp</class>

                <configurable>de.itelligence.firstspirit.opt.webapp.configuration.WebAppConfiguration</configurable>

                <web-xml>web.xml</web-xml>

                <resources>

                    <resource>lib/webapp-@VERSION@.jar</resource>

                </resources>

                <web-resources>

                    <resource>itelligence.tld</resource>

                    <resource>configuration.properties</resource>

                    <resource>lib/webapp-@VERSION@-webapp.jar</resource>

                    <resource>lib/CoordinateTool.jar</resource>

                </web-resources>

            </web-app>

        </components>

        <resources>

            <resource scope="server">lib/CoordinateTool.jar</resource>

        </resources>

    </module>

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.