This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _ _ | |
| / \ _ __ __ _ ___ | |__ ___ | |
| / _ \ | '_ \ / _` | / __| | '_ \ / _ \ | |
| / ___ \ | |_) | | (_| | | (__ | | | | | __/ | |
| /_/ \_\ | .__/ \__,_| \___| |_| |_| \___| | |
| |_| | |
| ____ _ | |
| / ___| __ _ _ __ ___ ___ | | | |
| | | / _` | | '_ ` _ \ / _ \ | | | |
| | |___ | (_| | | | | | | | | __/ | | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brianf@brianf-work MINGW64 ~/Documents/GitHub/generator-camel-project-tests (fixing-windows-issue) | |
| $ mvn clean package | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building generator-camel-project-tests 0.0.1-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ generator-camel-project-tests --- | |
| [INFO] Deleting C:\Users\brianf\Documents\GitHub\generator-camel-project-tests\target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brianf@brianf-work MINGW64 ~/Documents/GitHub/generator-camel-project-tests (master) | |
| $ mvn clean package | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building generator-camel-project-tests 0.0.1-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ generator-camel-project-tests --- | |
| [INFO] Deleting C:\Users\brianf\Documents\GitHub\generator-camel-project-tests\target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\WINDOWS\system32> minishift start --memory 4GB --show-libmachine-logs -v 9 | |
| -- minishift version: v1.29.0+72fa7b2 | |
| -- Starting profile 'minishift' | |
| -- Check if deprecated options are used ... OK | |
| -- Checking if https://github.com is reachable ... OK | |
| -- Checking if requested OpenShift version 'v3.11.0' is valid ... OK | |
| -- Checking if requested OpenShift version 'v3.11.0' is supported ... OK | |
| -- Checking if requested hypervisor 'hyperv' is supported on this platform ... OK | |
| -- Checking if Hyper-V driver is installed ... OK | |
| -- Checking if Hyper-V driver is configured to use a Virtual Switch ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\WINDOWS\system32> minishift start --memory 3GB --show-libmachine-logs -v 9 | |
| -- minishift version: v1.29.0+72fa7b2 | |
| -- Starting profile 'minishift' | |
| Found binary path at C:\minishift\minishift.exe | |
| Launching plugin server for driver hyperv | |
| Plugin server listening at address 127.0.0.1:51424 | |
| () Calling .GetVersion | |
| Using API Version 1 | |
| () Calling .SetConfigRaw | |
| () Calling .GetMachineName |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\WINDOWS\system32> minishift start --show-libmachine-logs -v 9 | |
| -- minishift version: v1.29.0+72fa7b2 | |
| -- Starting profile 'minishift' | |
| Found binary path at C:\minishift\minishift.exe | |
| Launching plugin server for driver hyperv | |
| Plugin server listening at address 127.0.0.1:51323 | |
| () Calling .GetVersion | |
| Using API Version 1 | |
| () Calling .SetConfigRaw | |
| () Calling .GetMachineName |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\WINDOWS\system32> minishift start | |
| -- Starting profile 'minishift' | |
| -- Check if deprecated options are used ... OK | |
| -- Checking if https://github.com is reachable ... OK | |
| -- Checking if requested OpenShift version 'v3.11.0' is valid ... OK | |
| -- Checking if requested OpenShift version 'v3.11.0' is supported ... OK | |
| -- Checking if requested hypervisor 'hyperv' is supported on this platform ... OK | |
| -- Checking if Hyper-V driver is installed ... OK | |
| -- Checking if Hyper-V driver is configured to use a Virtual Switch ... | |
| 'New Virtual Switch' ... OK |
NewerOlder