[JBoss JIRA] (JBDS-4308) Run cygwin with hidden window using powershell start-process cmdlet
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4308?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-4308 at 3/16/17 11:35 AM:
---------------------------------------------------------------
Could you just this from cmd.exe
{code}
powershell -Command "& {Start-Process -WindowStyle hidden -FilePath notepad.exe}"
{code}
there should be no notepad window, but it should appear in the list of running processes
{code}
C:\Users\eskimo>powershell -Command "Get-Process notepad -ErrorAction SilentlyContinue"
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
167 11 2284 11164 0.09 11128 1 notepad
{code}
was (Author: dgolovin):
Could you just this from cmd.exe
{code}
powershell -Command "& {Start-Process -WindowStyle hidden -FilePath notepad.exe}"
{code}
there should be no notepad window, but it should appear in the list of running processes
> Run cygwin with hidden window using powershell start-process cmdlet
> -------------------------------------------------------------------
>
> Key: JBDS-4308
> URL: https://issues.jboss.org/browse/JBDS-4308
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Environment: Windows
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 10.4.0.AM2
>
>
> Start-Process -WindowStyle hidden -FilePath notepad.exe
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4308) Run cygwin with hidden window using powershell start-process cmdlet
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4308?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-4308 at 3/16/17 11:30 AM:
---------------------------------------------------------------
Could you just this from cmd.exe
{code}
powershell -Command "& {Start-Process -WindowStyle hidden -FilePath notepad.exe}"
{code}
there should be no notepad window, but it should appear in the list of running processes
was (Author: dgolovin):
Could you just this from cmd.exe
{code}
powershell -Command "& {Start-Process -WindowStyle hidden -FilePath notepad.exe}"
{code}
> Run cygwin with hidden window using powershell start-process cmdlet
> -------------------------------------------------------------------
>
> Key: JBDS-4308
> URL: https://issues.jboss.org/browse/JBDS-4308
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Environment: Windows
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 10.4.0.AM2
>
>
> Start-Process -WindowStyle hidden -FilePath notepad.exe
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4308) Run cygwin with hidden window using powershell start-process cmdlet
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4308?page=com.atlassian.jira.plugin.... ]
Denis Golovin edited comment on JBDS-4308 at 3/16/17 11:28 AM:
---------------------------------------------------------------
Could you just this from cmd.exe
{code}
powershell -Command "& {Start-Process -WindowStyle hidden -FilePath notepad.exe}"
{code}
was (Author: dgolovin):
Could you just this from cmd.exe
{Code}
powershell -Command "& {Start-Process -WindowStyle hidden -FilePath notepad.exe}"
{code}
> Run cygwin with hidden window using powershell start-process cmdlet
> -------------------------------------------------------------------
>
> Key: JBDS-4308
> URL: https://issues.jboss.org/browse/JBDS-4308
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Enhancement
> Components: platform-installer
> Environment: Windows
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Fix For: 10.4.0.AM2
>
>
> Start-Process -WindowStyle hidden -FilePath notepad.exe
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBTIS-948) Runtime is not detected if the Devstudio was installed using the InstallConfigRecord.xml
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-948?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky closed JBTIS-948.
-----------------------------------
Verified with devstudio-integration-stack-10.2.0.CR1-fuse-installer-runtime.jar
> Runtime is not detected if the Devstudio was installed using the InstallConfigRecord.xml
> ----------------------------------------------------------------------------------------
>
> Key: JBTIS-948
> URL: https://issues.jboss.org/browse/JBTIS-948
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 10.0.0.GA
> Environment: devstudio-integration-stack-rt-10.0.0.CR1-standalone-installer.jar
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 10.2.0.CR1
>
> Attachments: ds-10.2-pref-cmd-install.png, ds-10.2-pref-gui-install.png
>
>
> Runtime is not detected if the Devstudio was installed using the InstallConfigRecord.xml. It seems that the folder for runtime detection is set to {{<user>/jboss-runtimes}}.
> The above folder can be found at Preferences > JBoss Tools > JBoss Runtime Detection
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBTIS-948) Runtime is not detected if the Devstudio was installed using the InstallConfigRecord.xml
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-948?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky updated JBTIS-948:
------------------------------------
Fix Version/s: 10.2.0.CR1
(was: 10.1.1.GA)
> Runtime is not detected if the Devstudio was installed using the InstallConfigRecord.xml
> ----------------------------------------------------------------------------------------
>
> Key: JBTIS-948
> URL: https://issues.jboss.org/browse/JBTIS-948
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 10.0.0.GA
> Environment: devstudio-integration-stack-rt-10.0.0.CR1-standalone-installer.jar
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Fix For: 10.2.0.CR1
>
> Attachments: ds-10.2-pref-cmd-install.png, ds-10.2-pref-gui-install.png
>
>
> Runtime is not detected if the Devstudio was installed using the InstallConfigRecord.xml. It seems that the folder for runtime detection is set to {{<user>/jboss-runtimes}}.
> The above folder can be found at Preferences > JBoss Tools > JBoss Runtime Detection
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-3869) DevSuite Installer should check/warn if Hyper-V is already enabled
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3869?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-3869.
-----------------------------
This looks like something fixed as part of JBDS-4304.
> DevSuite Installer should check/warn if Hyper-V is already enabled
> ------------------------------------------------------------------
>
> Key: JBDS-3869
> URL: https://issues.jboss.org/browse/JBDS-3869
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 10 Pro, 64 bit.
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Labels: ui
> Fix For: 10.4.0.AM1
>
>
> The platform installer should check and warn if Hyper-V is already enabled on Windows systems.
> Hyper-V takes over the virtualization assist hardware, which will keep VirtualBox from being able to start the CDK box which depends on VT-x/AMD-V.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years