Jaspersoft Studio plug-in dependency problem - eclipse

I have installed eclipse-4.16 (2020-06) on FreeBSD-12.1p10 in order to use Jaspersoft Studio with iDempiere-7.1. iDempiere-7.1 uses net.sf.jasperreports.engine_6.6.0.jar as its report engine. The current Jaspersoft Studio (6.16.0) plug-in will not install due to a dependency error.
Cannot complete the install because some dependencies are not satisfiable
org.eclipse.equinox.p2.iu; com.jaspersoft.studio.feature.feature.group
[6.16.0.final,6.16.0.final] cannot be installed in this environment because
its filter is not applicable.
I have learned that the latest Jaspersoft Studio that is known to work with iDempiere-7.1 is 6.5.1. I added https://sourceforge.net/projects/jasperstudio/files/updatesite/6.5.1/ as a plug-in site and that version is indeed selected when I attempt to install Jaspersoft Studio. But it gives the same dependency error.
How do I get Jaspersoft Studio to install?

Related

WSO2 Developer Studio for photon Eclipse

I am going to use eclipse photon version for WSO2 Developer Studio. Can we have way to install wso2 developer studio for eclipse photon version. Eclipse oxigen and neon working using following link information. I have try to install latest version using this link. Ones install completed, Still it not showing in eclipse menu and Required ESB studio related items not there when I try to create new project.
Regarding the error log of Eclipse:
org.osgi.framework.BundleException: Could not resolve module: org.wso2.developerstudio.eclipse.artifact.webapp [1136]
Unresolved requirement: Import-Package: org.apache.maven.model
at org.eclipse.osgi.container.Module.start(Module.java:451)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)
a plug-in which contains org.apache.maven.model is missing.
Having a look into there Eclipse Marketplace entry (https://marketplace.eclipse.org/content/wso2-developer-studio) it seems that they offer no version for the latest Eclipse version.
WSO2 developer studio current version is based on Eclipse Oxygen and it hasn't been migrated to photon yet https://github.com/wso2/product-ei/issues/2479 .

Unable to install a new JasperReports runtime on Jaspersoft Studio

I'd like to compile my reports with earlier versions of the JasperReports, so I'm trying to add other versions of the JasperReports to my Jaspersoft Studio on: Project -> Properties -> Jaspersoft Studio -> Compatibility -> Use Project Settings -> Manage JasperReports Version.
I choose the Add From URL option and then I select some version on combobox. After a few moments I get the error below:
I tried to install many versions but all of them failed.
I'm opening the Jaspersoft Studio with admin privilegies on Windows and my environment is as follows:
Windows 7
Java 8
Jaspersoft Studio 6.3.0
Note: I've already tried with Jaspersoft Studio 6.3.1 too.
I'd like to know if this is a problem of my environment. Anyone have any tips?
Don't fight the problem, workaround it
I also have had some problems like "handsake-failure" ecc, trying to use url system to download, unzip and install older versions.
Blaarg, lets install it by hand.
Download the version you like from Sourceforge, for example
5.6.1
Unzip it
Press Add From Path and select the jasper-reports folder
Ok, Ok and your problem should be solved, basically this way your are eliminating all problems related to download and unzipping the project.
If you like you can open an issue on the jasper-reports bugs tracker, but in the mean while you are up and running

How to update Nuget Package Manager Without Visual Studio installed?

There is a build server without Visual Studio, there are only build tools (MSBuild.exe, Nuget Manager,...). The Nuget Packet Manager need to upgraded to new version, but I cannot find any installer or way how to upgrade it without Visual Studio Gallery.
How shoudl I upgrade the Nuget Manager on build server?
The latest version of the nuget.exe command-line tool is always available from http://nuget.org/nuget.exe.
More details

unable to install jaspersoft studio in eclipse due to dependencies

while trying to install jasper studio in eclipse from eclipse marketplace, I got an error saying the jasper studio can't be installed due to some unmet dependencies. It said that the studio required eclipse.pde.ui.git bundle which it could not find. Please help me find the solution for this. What should I do? I searched over the the net but could not find a solution.

Error Installing NuGet 1.8

NuGet 1.8 seems to have some interesting new features. Unfortunately when I attempt to update from within Visual Studio, I get the error:
Value cannot be null.
Parameter name: v1
I figured I would just install it from outside Visual Studio and see if that works better, but the download link I found
http://nuget.codeplex.com/releases
does not list any downloads for "NuGet Visual Studio extension".
How can I update NuGet?
Update
This is on Windows 7 64-bit, Visual Studio Ultimate 2010SP 1, upgrading from recent NuGet version (how do I check version number?) to NuGet 1.8.
Based on the comments, I did the following:
Closed all instances of Visual Studio
Started a new instance of Visual Studio as Administrator
Tools / Extension Manager
Select NuGet Package Manager
Click Uninstall (if you're not Administrator, Uninstall is grayed out)
Restart Visual Studio (still as Administrator)
Tools / Extension Manager
Online Gallery
Install NuGet
Restarted Visual Studio (this time not as Administrator)
Resumed work