How to set extension for a liquibase installed on CentOS? - centos

I have liquibase installed on CentOS, but I have got very old scripts created for version 1.9, so, they need modifyColumn tag to run.
I found that there is an extension for liquibase version 3.1 and elder which can add this functionality.
https://github.com/liquibase/liquibase-modify-column/wiki
But I cannot figure out how to install this extension to my liquibase.
On my CetOS it is intalled as a jar file, so I cant put the extension jar to it.
When I put this jar as a set_classpath value it does not work.
Could you help me with this problem?

Yes, upgrade to 3.2.2 has solved the problem.

Related

Could not find a part of the path '..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll'

Recently I updated my Nuget Packages for my ASP.NET Web API project (.NET 4.7.1) and build it successfully without any issues. However, when I tried to check-in the solution to my VSTS source control. I got the following error:
Could not find a part of the path '..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll'.
This looks like a bug to me and I couldn't find a way to solve this issue while Googling etc...Is there a way to solve this?
To solve this this is what I did.
I first removed the version 4.4.1 and added the version (previous) 4.4.0 and took the backup of the version 4.4.0 and then re-added the version 4.4.1. Backup is necessary because only one version can be present in the packages folder by Nuget.
Install-Package System.Diagnostics.DiagnosticSource -Version 4.4.0
Install-Package System.Diagnostics.DiagnosticSource -Version 4.4.1
Finally I copied the entire 4.4.0 folder to the packages folder and checked-in the solution successfully. Now there are two versions (folders) are present in the packages folder locally (but 4.4.1 is used in the application).
This may be helpful for some but is there any other way to solve this issue?

SonarLint cannot connect to SonarQube Server

I have eclipse mars2 with sonarLint 2.1.
I try to connect to a SonarQube Server 5.1.2
When I try to connect via the eclipse GUI, the following error occurs:
The following plugins do not meet the required minimum versions, please upgrade them: java (installed: 3.0, minimum: 3.8)
Do you have any ideas? Thank you guys!
The plugin the message is referring to is the Sonar Java Plugin. Log in to Sonar as admin, go to Administration/System/Update Center and you'll see that the current installed plugin version is 3.0. Update it to the newest version available and it should work.
[Edit] - The upgrade is triggered by just clicking the button, but after it is downloaded and installed, you'll have to restart the Sonar server.
Another option is to downgrade to an older version of the plugin:
Exit IntelliJ
Delete the files in the following folder (your version of Idea may be in a slightly different folder
C:\Users\USER.IdeaIC2018.1\config\plugins\SonarLint\lib
Download version 3.5.1.2759 from the following: https://plugins.jetbrains.com/plugin/7973-sonarlint
Unzip all the files from the downloaded file to the above folder
The newest available version in the update centre is 3.14 for some reasons.
Anybody has been able to install the 3.8?

Doxygen plugin for qt-creator 3.3.0

I want to install Doxygen plug-in from this link on my qt-creator3.3.0. I do not find any packages for this version. I tried other versions and I didn't get any result.
Does anyone know what should I do?
I am using linux Ubuntu.
You'll have to compile from source.
The weblink you provided has instructions on how to do that.

glassfish v2 in Netbeans 7.2

I've updated Netbeans 6.9 to Netbeans 7.2. But after that I cannot use glassfish v2 with new Netbeans. The problem is glassfish server v2 is not supported to Netbeans 7.2
The proposed solution of this problem is to add a plugin
http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml
But it doesn't work for me. I tried it today but it didn't find any such plugin! I guess, it is removed from the repository.
Please anyone give me a suggestion how to resolve the problem now. I am stuck for the whole day.
Try to manually install the Netbeans plugin from here:
http://dlc.sun.com.edgesuite.net/netbeans/updates/6.9/uc/m1/dev/modules/enterprise/org-netbeans-modules-j2ee-sun-appsrv81.nbm
Download that file locally and then from NB:
Tools-Plugins-Downloaded - Add Plugins
That fixed it for my NB 7.3.1.

How do I build and install a plugin for KDevelop?

In particular, I am trying to install kdev-control-flow-graph
I have managed to clone the source from git, cmake the source to build a kdevcontrolflowgraphview.so installed to /usr/local/lib, but when I restart kdevelop, I can find no sign of the plugin!
Under the Loaded Plugins window, it doesn't show up, and I can't seem to find a way to tell it about the existence of the new plug-in.
I am running KDevelop Version 4.2.3 using KDE Development Platform 4.7.2 on Ubuntu 11.10 64-bit.
Any help or suggestions would be greatly appreciated.
Make sure that "/usr/local/lib" is in your KDEDIRS var, and run "kbuildsyscocoa4 --noincremental"
If that doesn't work, perhaps the plugin's .desktop file needs to have its version modified.
Also note that you aren't running KDE Development Platform 4.7.2 because that doesn't exist (you probably mean KDE 4.7.2), you should be running KDevplatform 1.2.3.