We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
<noClasspath>false</noClasspath>
Yet I get:
[INFO] --- spoon-maven-plugin:3.2:check (spoon-main) @ xwiki-commons-component-api --- [INFO] Spoon report directory: /Users/vmassol/dev/xwiki/xwiki-commons/xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/target/spoon-maven-plugin [INFO] Generate spoon without a spoon.xml file. [INFO] Running spoon with classpath: [INFO] file:/Applications/apache-maven-3.6.2/boot/plexus-classworlds-2.6.0.jar [INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html). [INFO] Running spoon with parameters: [INFO] [--level, INFO, -i, /Users/vmassol/dev/xwiki/xwiki-commons/xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/src/main/java:/Users/vmassol/dev/xwiki/xwiki-commons/xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/target/generated-sources/annotations, -o, /Users/vmassol/dev/xwiki/xwiki-commons/xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/target/generated-sources/spoon, --compliance, 8, --source-classpath, /Users/vmassol/.m2/repository/org/xwiki/commons/xwiki-commons-stability/12.3-SNAPSHOT/xwiki-commons-stability-12.3-SNAPSHOT.jar:/Users/vmassol/.m2/repository/org/xwiki/commons/xwiki-commons-text/12.3-SNAPSHOT/xwiki-commons-text-12.3-SNAPSHOT.jar:/Users/vmassol/.m2/repository/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar:/Users/vmassol/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar:/Users/vmassol/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:, -p, org.xwiki.tool.spoon.ForbiddenInvocationProcessor:org.xwiki.tool.spoon.ComponentAnnotationProcessor, --output-type, nooutput] [INFO] Running in NOCLASSPATH mode (doc: http://spoon.gforge.inria.fr/launcher.html). [INFO] Spoon version 8.1.0 [INFO] running Spoon... [INFO] start processing... [INFO] org.xwiki.tool.spoon.ForbiddenInvocationProcessor [INFO] org.xwiki.tool.spoon.ComponentAnnotationProcessor [INFO] end of processing: [INFO] no errors, no warnings [INFO]
Any idea?
Thanks
The text was updated successfully, but these errors were encountered:
That's a serious regression caused by https://github.com/INRIA/spoon/pull/3242/files#diff-aa0cb99e88cfef20a12f16223180b19eL377 basically we removed the noclasspath mode, but we never refactor the spoon-maven-plugin for it...
We should really incorporate the Spoon Maven Plugin in this repository and test it along with Spoon so we could spot those regressions.
Sorry, something went wrong.
fixed in https://github.com/SpoonLabs/spoon-maven-plugin/pull/67/files#diff-6e04d2bbe21096d9338f81f30440c334
Great, thanks @monperrus !
Successfully merging a pull request may close this issue.
Hi,
<noClasspath>false</noClasspath>
in my spoon plugin config.Yet I get:
Any idea?
Thanks
The text was updated successfully, but these errors were encountered: