]
Denis Golovin commented on JBIDE-21475:
---------------------------------------
Original problem is in vagrant distributed through installer (see
) which has no vagrant.exe
in it.
Going to close it as 'Rejected'. I've opened issue for installer (see
DEVEX-98).
Use vagrant.bat to start vagrant
--------------------------------
Key: JBIDE-21475
URL:
https://issues.jboss.org/browse/JBIDE-21475
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk
Affects Versions: 4.3.1.Beta2
Environment: Windows
Reporter: Denis Golovin
Priority: Blocker
CDK adapter uses %VRGANT_PATH%\bin\vagrant to start vagrant on windows, but vargant file
is a shell script. vagrant.bat should be used instead.