-
Notifications
You must be signed in to change notification settings - Fork 20
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
Analyse fails with: Content Package Converter Exception Entry is outside of the target directory #175
Comments
@stefanseifert I just tried to reproduce this, and it works for me |
@cziegeler i tested it again - problem is still present also in 1.4.20. testing on different environments i discovered it only fails on windows environment. can you retest on windows? |
@stefanseifert Thanks, I'll give it a try on windows |
Indeed, it fails on windows, due to a bug in Apache Sling's content package to feature model converter: https://issues.apache.org/jira/browse/SLING-11615 |
great - thanks for finding (and fixing) the root cause. will re-test it once the dependency is updated here. |
since release 1.4.18 our maven builds fails in the analyse setup with this exception. it worked fine with 1.4.16 and below.
the content package that is validated is inside the target directory.
steps to reproduce the problem:
config-definition/pom.xml
add<version>1.4.18</version>
to the definition ofaemanalyser-maven-plugin
mvn clean install
The text was updated successfully, but these errors were encountered: