Jump to content
We've recently updated our Privacy Statement, available here ×

robnewton

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by robnewton

  1. Hello, I'm deliberately wanting to avoid references to images in exported HTML (so there is no company logo). I am using the JRHtmlExportParamater IS_OUTPUT_IMAGES_TO_DIR set to false. (also, IS_USING_IMAGES_TO_ALIGN is false). This gives me an image tag in the html where the image would be: <td colspan="39" rowspan="5"><img src="nullimg_0_0_0" style="width: 310px" alt=""/></td> When the client browser displays the html it makes an extra trip to try to download this null image. Is there some way to avoid the <img> tag being included at all? Many thanks
  2. If running from the command line, you can specify a workspace directory/folder using the '-data' option. For example, on linux: $ /opt/jaspersoftstudio-5.2.0/"Jaspersoft Studio" -data ~/devel/JaspersoftWorkspace3
  3. I tried unchecking and re-checking the "Contact all update sites during install" option, but I didn't exit Eclipse in-between like dprokosch did, so that didn't help.However, as per advice from mrabbi, I examined the associated sites xml file, and then looked for them in my "Available Software Sites". They were there, but they were not checked. So I checked them, but still had a problem with missing the apache-xalan bundle. So I checked one other that seemed related, and they install finally worked! As dprokosch suggests, our Eclipse must be a bit messed up. The given associated sites were: http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/http://download.eclipse.org/technology/nebula/snapshotThe extra one I needed to check was one of these (I cannot remember exactly which one): http://download.eclipse.org/modeling/tmf/xtext/updates/http://download.eclipse.org/modeling/tmf/xtext/updates/Any way, it is working OK now. Many thanks mrabbi for the quick response.
  4. Changed Priority from Normal to High Changed Severity from Minor to Block Changed Assigned User from - to @User_306070 I located a jar elsewhere on my system (org.apache.commons.pool_1.6.0.v201204271246.jar) and copied it into the eclipse plugins dir.Now this apache-xalan is missing: Missing requirement: JasperReports Library and Tools 4.8.1 (net.sf.jasperreports 4.8.1) requires 'bundle org.apache.xalan 2.7.1' but it could not be foundI will stop now because I expect to have many more missing dependencies. Is there some way that the installer can be configured to install ALL bundles that it needs?
  5. Changed Assigned User from @User_306070 to @anonymous The above error looks like it needs the Nebula Widgets. In the Eclipse Marketplace (Help menu), I searched on 'nebula' and found 'Nebula Stable Widgets' which I installed. This made the installation get a lot further. Is this something that can be installed automatically when doing the JasperStudio plugin install/update?Now I get the following error: Cannot complete the install because one or more required items could not be found.Software currently installed: Jaspersoft Studio 1.3.1 (com.jaspersoft.studio.feature.feature.group 1.3.1)Missing requirement: Data Adapters 1.3.1 (com.jaspersoft.studio.data 1.3.1) requires 'bundle org.apache.commons.pool 1.6.0' but it could not be foundCannot satisfy dependency:From: Drivers 1.3.1 (com.jaspersoft.studio.data.drivers 1.3.1)To: bundle com.jaspersoft.studio.data 1.3.1Cannot satisfy dependency:From: Jaspersoft Studio 1.3.1 (com.jaspersoft.studio.feature.feature.group 1.3.1)To: com.jaspersoft.studio.data.drivers [1.3.1]
  6. Changed Assigned User from - to @User_306070 I too have this same problem on Eclipse Indigo (3.7), when trying to upgrade Jaspersoft Studio from 1.1.2 to the latest version 1.3.1 :An error occurred while collecting items to be installedsession context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).No repository found containing: osgi.bundle,org.eclipse.nebula.cwt,0.9.0.201210100641No repository found containing: osgi.bundle,org.eclipse.nebula.widgets.cdatetime,0.14.0.201210100641
  7. Hi, I'm using Jasper Studio 1.0.9 with Eclipse Indigo (3.7). (I install any updates regularly). When I try to run a Preview, I get a Warning dialog: "You have some input parameters, that you have to fill first". But in the Panel titled Input Parameters it displays my one input parameter and I _have_ put a value in the text field. The input parameter is called 'harv_num'. I notice that eclipse logged the following to the console: Key: harv_num not found. There was one occasion where it didn't do this and ran my report, but otherwise I have this problem every time. Is anyone else experiencing this? Thanks, Rob
×
×
  • Create New...