-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
maven command does not work #2841
Comments
it actually does its job . just the IDE does not show the prompt!! because i found errors when i inspected element in the browser and went to console |
@achabahe - this information is not packaged in a way where we can accept it as an issue. Please see our contributing guidelines and reformat your request with the information needed. |
ok i will, sorry for that! |
@achabahe Some screenshots might help. The console from run commands does not accept user input. The terminal would need to be used to accept user input. Not sure if you are stating that there should be output generated by the tomcat server and it is not displaying on the console. If so, please provide the sample error message you are getting in the browser. Also check your pom.xml file to make sure you have the right logging dependencies. Take a look at the sample project "web-java-spring" for reference. |
I can't reproduce the issue. |
@achabahe what you may want to try is expand project structure and select project root folder once again. |
Closing due to no response. |
i launch the mvn command build and deploy here are the settings for it$TOMCAT_HOME/webapps$ {current.project.relpath}.war
working directory:${current.project.path}
command line: clean install && cp ${current.project.path}/target/*.war
preview url :http://${server.port.8080}
and nothing gets displayed in the console
what i do is that I copy the command that gets printed and past it in the terminal
Reproduction Steps:
Expected behavior:
the project gets build and the maven output gets printed in the console of the launched command
Observed behavior:
the command gets issued but nothing is printed
Che version: 4.7.2
OS and version: Linux eclipseche-1-vm 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 GNU/Linux
Docker version: 1.12.1
Che install: Bitnami
Additional information:
The text was updated successfully, but these errors were encountered: