OlliTietavainenVaadin/clipboardhelper

Running project in development mode with no access to folder Running project in development mode with no access to folder '/mnt/c/dev/clipboardhelper'.

Opened this issue · 3 comments

Hi. I have already started a discussion in the directory page, but I think this place is best suited for this kind of issues. If not, i'm sorry and feel free to remove everything.
What I get when running my application with version 1.1.1 and vaadin 14.0.7 is 'Running project in development mode with no access to folder '/mnt/c/dev/clipboardhelper'. This prevents the servlet from starting. I haven't tried it in production mode. With version 1.1.0 and compatibility mode i get no issues.

This is caused by vaadin/flow#6405 and is fixed by vaadin/flow#6616.

It can be fixed by adding to the maven-jar-plugin configuration section an exclusion for flow-build-info.json -

                            <excludes>
                                <exclude>META-INF/VAADIN/config/flow-build-info.json</exclude>
                            </excludes>

where to add this excludes section in pom.xml can u please tell ?

Alternatively upgrade to 1.2.0 - the flow-build-info.json is no longer accidentally packaged in the clipboardhelper.jar