Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some resources are not generated on installation with gradle built jar #12

Open
GGoetzelmann opened this issue May 15, 2024 · 0 comments

Comments

@GGoetzelmann
Copy link
Contributor

Some static folders and files are created in the server installation process, including javadocs and profiles. Using the gradle build version (development branch), these files are missing on installation.

It looks to me that they are not packaged properly with the jar file and therefor cannot be unpacked on installation.

In the maven build this section seems to be responsible:

        <resources>		
            <resource>
                <directory>.</directory>
                <includes>
                    <include>doc/**/*.*</include>
                    <include>webcontent/**/*.*</include>
                    <include>schemas/**/*.*</include>
                    <include>profiles/**/FRAME_*.*</include>
                </includes>
            </resource>
        </resources>

I am not sure how to match this behaviour / structure in the gradle build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant