Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updating report designer source url

...

10. Make sure you have report-designer-assembly project in your eclipse workspace as a sibling project to agile-bi and kettle (can get from svnhttps://sourcegithub.com/pentaho.org/pentaho-reporting/tools/report-designer/trunk).
11. Download the ee-license jar (pentaho-ee-dsc-core-*.jar) and put it on the Agile BI project classpath.
   http://release.pentaho.com:8081/job/ee-license/
12. Make the following modifications to the SpoonLauncher.launch
   -Set working directory to workspace_loc:agile-bi/bin/kettle-dist
   -Set the Main class to org.pentaho.agilebi.debug.SpoonLauncher
   -Add Kettle project to Classpath (remove any invalid references to kettle 3.2)
   -Add VM arguments:
 
-DKETTLE_PLUGIN_CLASSES=org.pentaho.agilebi.pdi.spoon.AgileBISpoonPlugin,org.pentaho.agilebi.pdi.spoon.AgileBiSpoonVisualizationPlugin,org.pentaho.di.core.lifecycle.pdi.AgileBILifecycleListener

...