citrus-samples icon indicating copy to clipboard operation
citrus-samples copied to clipboard

Sample projects don't exist anymore

Open nodermatt opened this issue 4 years ago • 2 comments

The sample projects from the table don't exist anymore. I am really interested in the project, can you point me to where the sample-bakery/flightbooking are now?

sample-bakery X X           X X
sample-flightbooking X X         X   X
sample-greeting X     X       X X
sample-bookstore X   X         X  
sample-incident X X X         X X
sample-javaee

nodermatt avatar Feb 10 '21 21:02 nodermatt

The links in the README need an update here.

You can find the demos here: https://github.com/citrusframework/citrus-samples/tree/master/demo

christophd avatar Feb 10 '21 21:02 christophd

Thanks for the pointer.

I'm having a problem running the bakery example on my machine using the command from the README:

mvn clean verify -Dsystem.under.test.mode=embedded

During the build the maven-exec-plugin tries to run chmod even though I am on windows. I tried specifying the maven profile explicitly, but still no luck.

mvn clean verify -Dsystem.under.test.mode=embedded -Pwindows-worker-embedded
--- some output omitted ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Citrus Samples:: Bakery 3.0.0-M2:
[INFO]
[INFO] Citrus Samples:: Bakery ............................ SUCCESS [  4.427 s]
[INFO] Citrus Samples:: Bakery Web ........................ SUCCESS [ 30.590 s]
[INFO] Citrus Samples:: Bakery Worker ..................... FAILURE [  9.317 s]
[INFO] Citrus Samples:: Bakery Report ..................... SKIPPED
[INFO] Citrus Samples:: Bakery Integration ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  44.623 s
[INFO] Finished at: 2021-02-10T23:22:59+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (grant-start-permissions) on project citrus-bakery-worker: Command execution failed.: Cannot run program "chmod" (in directory "C:\Users\oderm\IdeaProject
s\citrus-samples\demo\sample-bakery\worker"): CreateProcess error=2, The system cannot find the file specified -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :citrus-bakery-worker

nodermatt avatar Feb 10 '21 22:02 nodermatt