Jump to content

jonc

Members
  • Posts

    10
  • Joined

  • Last visited

About jonc

  • Birthday 02/20/1964

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jonc's Achievements

Rookie

Rookie (2/14)

  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  1. In my opinion, the move from pure-Java to the Eclipse-based widget-set was a bad architectural move. It made the report-designer laggy and buggy; as well as having some really unexpected UI interactions that comes with dealing with Eclipse widgets. The Eclipse-based widget set is also not pure Java, and comes with machine-specific binaries; which makes it a pain to use if you're not on Windows/Linux or Mac. Sigh.
  2. @Jaspersoft Communications I've filled in my profile info, but I still end up on the Prohibited List. Why has the download for Studio so hard to get past?
  3. I downloaded the sources for JasperSoft Studio CE 6.13_ce from https://github.com/TIBCOSoftware/jaspersoft-studio-ce, unpacked it, and then: $ cd aggregator$ mvn clean package Unforturnately, this eventually fails with: [ERROR] The build could not read 2 projects -> [Help 1][ERROR] [ERROR] The project com.jaspersoft.studio.community-edition:plugins:6.13.0.final (/home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/pom.xml) has 3 errors[ERROR] Child module /home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/../../net.sf.jasperreports of /home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/pom.xml does not exist[ERROR] Child module /home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/../../net.sf.jasperreports.doc of /home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/pom.xml does not exist[ERROR] Child module /home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/../../net.sf.jasperreports.samples of /home/jonc/work/jaspersoft-studio-ce/aggregator/plugins/pom.xml does not exist Sure enough, when I look at the unpackaged sources on the top directory, the modules: net.sf.jasperreports, net.sf.jasperreports.doc and net.sf.jasperreports.samples do not exist in the tar.gz file, nor on the github project page. Where are the missing sources?
  4. Hi, I've checked out the sources for JasperSoft Studio 6.1.0 final; and I'm attempting to build the Eclipse plugin using maven. After fiddling with aggregator/pom.xml to use the online repositories instead of a local one , it is currently failing with: Can anyone help me resolve this? Cheers--Jonathan Chen
×
×
  • Create New...