-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cannot use Paths that have spaces with jetty-ee10-maven-plugin
#12000
Comments
jetty-ee10-maven-plugin
jetty-ee10-maven-plugin
Also, this use of |
@olamy is there any benefit to making CI checkout / clone to a directory with a space just to ensure there aren't other sneaking "directory with a space" issues in the codebase? |
Opened PR #12001 to address this. @olamy or @janbartel that is a Draft PR as I'm sure you both have opinions on it. |
Jetty version(s)
12.0.10
Jetty Environment
Any (just tested in ee10)
Java version/vendor
(use: java -version)
Any
OS type/version
Any (tested in Unix)
Description
Create a webapp project in a path on unix that has a space.
Now try to specify the
<resourceBases>
section using either${basedir}
or${project.build.directory}
in thejetty-ee10-maven-plugin
It will fail as the URI.create() will not like the raw space.
jetty.project/jetty-ee10/jetty-ee10-maven-plugin/src/main/java/org/eclipse/jetty/ee10/maven/plugin/MavenWebAppContext.java
Lines 225 to 243 in 05a0498
The text was updated successfully, but these errors were encountered: