Where are the Pentaho version 8.0 Snapshots? - pentaho

Are the Pentaho 8.0 Snapshots available somewhere? When I use http://nexus.pentaho.org/content/groups/omni I get errors like
The following artifacts could not be resolved: pentaho-reporting-engine:pentaho-reporting-engine-classic-core:jar:8.0-SNAPSHOT
If I search on the nexus itself for pentaho-reporting-engine-classic-core it shows that latest version is 7.0.0.6-95 and some 7.1 QAT version.
Is there another nexus for Snapshots?

The reporting engine jars changed groupId when the project build structure was changed.
The new group id is org.pentaho.reporting.engine. That specific jar product id is classic-core.
You can view the published dependencies here:
https://public.nexus.pentaho.org/content/groups/omni/org/pentaho/reporting/engine/classic-core/
hope that helps.

Related

Add two plugins of same version

How to add two plugins of same name with different version in eclipse product file?
For example - lua editor plugins has a plugin named com.naef.jnlua which has two versions 0.9.1 and 1.0.3 both the versions are needed to be added.
I am developing an eclipse plugin product and I want to add both the plugins to my .product file but my file is considering only the latest version of the plugin com.naef.jnlua.
Note: Eclipse IDE is accepting both versions.
Help me to solve the issue.
I use Eclipse Photon and could observe the following:
In the product editor, the "validate..." button might indicate a problem for each plugin with at least 2 versions in the current target that is referenced by the product.
e.g. Missing constraint: Require-Bundle: org.apache.batik.css; bundle-version="[1.6.0,1.7.0)"
BUT this does not prevent from exporting the product! This is just misleading and it took me hours to understand this.
I managed to include 2 versions of some plugins of the org.apache.batik framework in one product
In the product I had only one line, it specified the version that was not found during a previous build (try without version first, it worked also for me sometimes)
<plugin id="org.apache.batik.css" version="1.6.0.v201011041432"/>
I found as expected the 2 jars in the generated p2 repository\plugins folder created by the product export wizard:
org.apache.batik.css_1.6.0.v201011041432.jar
org.apache.batik.css_1.9.1.v20180313-1559.jar

go lang plugin for Intellij IDEA 14.0.x

Is it possible to setup go language pluing for Intellij IDEA 14.0.3 version?
I tried to download the binary plugin (jar) from https://plugins.jetbrains.com/plugin/5047?pr=idea but the version 0.9.15.3 listed here is old and does not recognize GOROOT and GOPATH.
I tried to build the latest plugin using sources from https://github.com/go-lang-plugin-org/go-lang-idea-plugin using Intellij but failed to setup the SDK.
Is there a latest binary version of the go lang plugin available?
Update to IDEA 14.1+ or use the IntelliJ Community.
Original answer:
You can use the free version of IntelliJ Community with the latest version of the plugin and everything should work fine. Also, Android Studio for example is compatible with the plugin as well.
Unfortunately the plugin has some internal dependencies which makes it hard to port back and maintain for multiple IDEA versions. Hope this helps
It might be not the exact answer your are looking for but their is a separate IDE for go developer . it has some unique features you must try GOLAND First month is free.
I also faced up this problem couple days ago. You can download nightly version of go plugin from this link.
You must install this plugin via browse your download folder not repository

Clear case - Eclipse integration

currently I am having following version of clear case on my local machine.
I downloded plugin "com.rational.clearcase.win32-20081031A" from url: "http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/ccplugin/com.rational.clearcase.win32-20081031A.zip" which include following files in feature and plugin folders.
3.then I installed this plugin from eclipse Help->Software update-> search and install->given here local path of plugin folder which looks like following screen shot 4. It got installed on eclipse;but when I am trying tu connect through it it's giveing me following error.
can you please suggest whats going wrong in it?
That plugin won't work with CCRC (ClearCase Remote Client), only with a full base ClearCase installation.
CCRC comes with its own Eclipse interface, in which you will find all the necessary ClearCase commands.
If you want a CCRC plugin (which is different from the SCM Adaptor you have downloaded), you need to download it from your CCRC server, as I detail in your last question.

Error Installing ESRI ArcGIS Server Java Web ADF Plug-in in Netbeans 7.x

I am very new to GIS. I wanted to use ESRI ArcGIS Server Java Web ADF Plug-in in Netbeans 7.0.1
But when I followed the installation guide/instruction, it failed to install because of some dependency version mismatch.
It shows ...........................
Some plugins require plugin Editor Library to be installed.
The plugin Editor Library is requested in version >= 1.9.22.1 (release version 1) but only 3.9.1.13.10 (of release version different from 1) was found. The following plugin is affected: ******ESRI ArcGIS Java ADF web controls NetBeans Module.
Any Suggestion to overcome this ??
FYI I am using Windows 7 64bit with 64bit JVM and Netbeans.
Thank you.
The NetBeans plugin was for ADF developers, and the ADF has been deprecated, and 10.1 will be the last release of it.here is the link of the question asked on their official forumbeside this , as you are not a new member , but i want to tell you that atleast google them once before asking such type of simple question.I hope you are not child enough and have read the faqs as well.I am not the one who down voted you but i guess this has been down voted because of your this silly attitudeGoodluck

Newest version of plexus ftpd project

Can anyone provide the link to the svn repository latest version/tag of of Plexus FTP Server project? I only see version 1.0-alpha-1 at the Maven repository which is released in 2005.
Is it the current latest version? Isn't there a stable release at all?
Have you taken a look into the pom of that project there is the location of the SVN repository...