-
Notifications
You must be signed in to change notification settings - Fork 213
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
Upon installing release for Windows MVND not responsive #152
Comments
Please ignore the warnings for now and see if there is an output of the maven build. |
nothing there or moving. Terminal input appears to have died in Git/Bash shell.. |
You can check the logs in |
It just sits there for a mvnd clean package, then have to hit enter again and then see Starting a Daemon .... Scanning for projects.... And not other output. I thought I would have at least seen the module status. But must be running as a test email appeared from one of my tests. Is the Terminal a child of the daemon process? Hmm... Thanks... Will check output. No issues on Linux of course ;) |
Yeah, the windows support is currently broken. I'm trying to fix it... |
This was found in the daemon log, if helpful:
|
@jaschenk Could you try the latest CI build https://github.com/mvndaemon/mvnd/suites/1414215222/artifacts/23646901 ? |
Hello,
unfortunately I tried the new snapshot, and got carbon-blacked to hell...
so no way to run a snapshot unfortunately.
Jeff
…On Wed, Oct 28, 2020 at 8:14 AM Guillaume Nodet ***@***.***> wrote:
@jaschenk <https://github.com/jaschenk> Could you try the latest CI build
https://github.com/mvndaemon/mvnd/suites/1414215222/artifacts/23646901 ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#152 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADLP6VD3X4TAO447WZNXZ3SNAYL7ANCNFSM4S7TEJNQ>
.
|
We have released 0.0.11 in between: https://github.com/mvndaemon/mvnd/releases/tag/0.0.11 Could you please try that one? |
Sorry, due to corporate I am unable to run and not approved due to
carbon-black flagging.
Will use on linux but not on WIN...
…On Fri, Oct 30, 2020 at 7:41 AM Peter Palaga ***@***.***> wrote:
We have released 0.0.11 in between:
https://github.com/mvndaemon/mvnd/releases/tag/0.0.11 Could you please
try that one?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#152 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADLP6UKT2DHPJRVW6SZPEDSNLGCLANCNFSM4S7TEJNQ>
.
|
Closed as stale. Please re-open if the issue still occurs with mvnd 0.4.2 |
Upon installing release for Windows MVND not responsive and trying a simple:
$ mvnd --version
I had to hit enter key twice for response.
$ mvnd --version
Maven Daemon 0.0.10-windows-amd64 (native)
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Users\JS33110\Tools\mvnd-0.0.10-windows-amd64\mvn
Java version: 14.0.2, vendor: AdoptOpenJDK, runtime: C:\Program Files\AdoptOpenJDK\jdk-14.0.2.12-hotspot
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Then trying: 'mvnd clean package" I received:
$ mvnd clean package
[WARN] Environment mistmach !
[WARN] A few environment mismatches have been detected between the client and the daemon.
[WARN] OLDPWD -> null instead of C:/Program Files/Git/
[WARN] PWD -> C:/Program Files/Git/ instead of C:/Users/JS33110/code/NVE/seifnotificationsvc
[WARN] If the difference matters to you, stop the running daemons using mvnd --stop and
[WARN] start a new daemon from the current environment by issuing any mvnd build command.
[INFO] Scanning for projects...
Did a CNTRL-C to end.
Please advise. Will attempt a stop and try again.
The text was updated successfully, but these errors were encountered: