Maven Build stuck at Creating Spec file - windows

I've been trying to build the kylo (ver 0.8.4) project using maven on my windows machine, using the new bash feature, and following the instructions on the dev docs site.
I'm running into this situation where there's a spec file being created, and its been stuck at that message for the last hour. I've attached a screenshot
Can someone help me with this please?
Cheers

This is where Kylo is building an RPM artifact for installing on RedHat type systems. It requires the rpmbuild package which is unavailable on Windows.
Please see the Kylo Developer Guide for more information:
The assumption is that you are installing on a Mac or Linux box. You can do most activities below on a Windows box, except to perform a Maven build with the RPM install.
http://kylo.readthedocs.io/en/latest/developer-guides/KyloDeveloperGuide.html
You have a couple options:
1) Build Kylo up to the kylo-install-tar module:
mvn -am -pl install/install-tar package -DskipTests
2) Try compiling within the Kylo sandbox or a Linux VM.

Related

Jenkins plugins downloaded in windows OS, the same can be use in MAC OS?

I am trying to install jenkins plugins offline and it getting failed. It showing the following error
java.net.SocketTimeoutException: connect timed out.
Jenkins plugins downloaded from windows OS and the same plugins installed on MACOS as well. it will work or not. Please let me know. plugins is different for each OS?
The plugins are in .jar format. They are not dependent on the OS running your Jenkins server.
To install the plugins manually you should use the UI: Manage Jenkins > Manage Plugins > Advanced > Upload Plugin.
This will expand the jars in the plugins folder and bring it's dependencies also.
You can also install them through the api as seen in this SO question
About plugins: they have lots of transitive dependencies and sometimes, a plugin upgrade can break the functionalities in your jobs/pipelines. A good practice is to backup the home folder or snapshot the VM before doing any plugins upgrades / installs.
The dependencies tree is why you cannot just copy one plugin folder from another folder without bringing all it's dependencies with it.

I am trying to install eclipse in my windows system, I am unable to install due to an issue

I am trying to install eclipse neon package in my windows system.
i have downloaded successfully, but, while i am trying to install it's showing a message.I am unable to install eclipse.
I am sharing error image:

I cannot install the IBM Cloud CLI

I am trying to get started building a voice interface with Watson Assistant, and following the docs I need to install the IBM Cloud CLI. I have downloaded the three latest versions from here (https://console.bluemix.net/docs/cli/reference/bluemix_cli/all_versions.html) but the installs all fail. I tried running the command line install as well, but that fails too:
Download complete. Executing installer...
installer: Package name is IBM Cloud Command Line Interface
installer: Installing at base path /
installer: The install failed (The Installer encountered an error that
caused the installation to fail. Contact the software manufacturer for
assistance.)
Install failed.
I tried installing on Macintosh HD disk and in a project folder, but it all fails! Help?
I tried versions 0.6.6, 0.6.5, and 0.6.4. I am running macOS High Sierra 10.13.3.
pls see if there is /usr/local/bin directory in your OS. If not, create the directory and install again.
This will be fixed in next release v0.6.7.

Maven on Windows Subsystem For Linux

I'm trying to run maven on Windows Subsystem for Linux, and getting "cannot allocate memory" errors. However, free -m shows that I have plenty of memory available, and the same build on Cygwin succeeds.
Anyone have any tips for dealing with this? I'd prefer to change my settings.xml over my pom.xml's, but I'm open to almost anything.
Try to install maven by downloading it, not by doing an apt-get install maven. On my Ubuntu machines I've never been able to get the "apt" version to work right and have always resorted to downloading it directly from the Maven download instead. I tried that on my WSL and was able to build a pretty good sized JEE project with no issues.

unable to install SonarQube from eclipse

while installing SonarQube through eclipse market place, giving me some error given below
Will not be installed
1: SonarQube Erlang Configuration helper
2: SonarQube PythonConfiguration helper
thus failing my sonarqube installation.
how to get rid of this problem ?
Don't choose to install Erlang connector if you don't work on an Erlang project (using ErlIDE).

Resources