You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "shankar-sundar (via GitHub)" <gi...@apache.org> on 2023/04/26 02:26:30 UTC

[GitHub] [camel-quarkus] shankar-sundar opened a new issue, #4832: Documentation Issue

shankar-sundar opened a new issue, #4832:
URL: https://github.com/apache/camel-quarkus/issues/4832

   I am encountering _cannot find config file_ error when running Maven commands as per the instructions. 
   
   - [First Steps > Example Projects > Development Mode](https://camel.apache.org/camel-quarkus/3.0.x/user-guide/first-steps.html#_development_mode)
   - [First Steps > Example Projects > Testing](https://camel.apache.org/camel-quarkus/3.0.x/user-guide/first-steps.html#_testing)
   - [First Steps > Example Projects > JVM Mode](https://camel.apache.org/camel-quarkus/3.0.x/user-guide/first-steps.html#_jvm_mode)
   - [First Steps > Example Projects > Native Mode](https://camel.apache.org/camel-quarkus/3.0.x/user-guide/first-steps.html#_native_mode)
   
   `[ERROR] Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.17.1:format (format) on project camel-quarkus-examples-rest-json: Cannot find config file [/<path>/quarkus-samples/rest-json/eclipse-formatter-config.xml] -> [Help 1]`
   
   However, the error can be resolved by adding the property -Dmaven.multiModuleProjectDirectory=../camel-quarkus-examples to the commands.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga commented on issue #4832: Cannot find eclipse-formatter-config.xml when an example is copied out of examples source tree.

Posted by "ppalaga (via GitHub)" <gi...@apache.org>.
ppalaga commented on issue #4832:
URL: https://github.com/apache/camel-quarkus/issues/4832#issuecomment-1528720674

   Indeed, thanks for the report, @shankar-sundar!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] ppalaga commented on issue #4832: Cannot find eclipse-formatter-config.xml when an example is copied out of examples source tree.

Posted by "ppalaga (via GitHub)" <gi...@apache.org>.
ppalaga commented on issue #4832:
URL: https://github.com/apache/camel-quarkus/issues/4832#issuecomment-1528723698

   I guess the easiest solution would be to copy the `eclipse-formatter-config.xml` over to all example subdirs. So that they stay in sync in the future, we can put a `cp` line to `mvnw-for-each.sh`. What do others think?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #4832: Cannot find eclipse-formatter-config.xml when an example is copied out of examples source tree.

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #4832:
URL: https://github.com/apache/camel-quarkus/issues/4832#issuecomment-1563011605

   Fixed here https://github.com/apache/camel-quarkus-examples/pull/140.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4832: Cannot find eclipse-formatter-config.xml when an example is copied out of examples source tree.

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #4832: Cannot find eclipse-formatter-config.xml when an example is copied out of examples source tree.
URL: https://github.com/apache/camel-quarkus/issues/4832


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org