Skip to content
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

Sample projects don't exist anymore #59

Open
nodermatt opened this issue Feb 10, 2021 · 2 comments
Open

Sample projects don't exist anymore #59

nodermatt opened this issue Feb 10, 2021 · 2 comments

Comments

@nodermatt
Copy link

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
@christophd
Copy link
Member

The links in the README need an update here.

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

@nodermatt
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants