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

Building with Maven at command line fails on Windows #143

Closed
jonahgraham opened this issue Apr 4, 2017 · 3 comments
Closed

Building with Maven at command line fails on Windows #143

jonahgraham opened this issue Apr 4, 2017 · 3 comments

Comments

@jonahgraham
Copy link
Contributor

The Maven exec plug-in to ensure that the template generated java files are up to date does not work on WIndows at the moment.

@jonahgraham
Copy link
Contributor Author

@yannick-mayeur When you get a chance, can you add details to this bug about the error message.

I think the fix will be to either "hide" that plug-in behind a profile that only is enabled on the build machine or to figure out how to run the shell script on Windows (less likely, can't rely on Windows users having working bash)

@jonahgraham jonahgraham changed the title Building with Maven at command line fails Building with Maven at command line fails on Windows Apr 4, 2017
@yannick-mayeur
Copy link
Contributor

Error message :
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (Verify generated files are up to date) on project org.eclipse.january: Command execution failed. Cannot run program "C:\Users\yayam\workspace\january\org.eclipse.january\src\org\eclipse\january\dataset\internal\template\verify_all.sh" (in directory "C:\Users\yayam\workspace\january\org.eclipse.january\src\org\eclipse\january\dataset\internal\template"): CreateProcess error=193, %1 n'est pas une application Win32 valide -> [Help 1]

@PeterC-DLS
Copy link
Contributor

Fixed in #163

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

3 participants