Menu

Tree [r5] /
 History

HTTPS access


File Date Author Commit
 .settings 2008-04-05 bugg_tb [r5]
 build 2008-04-05 bugg_tb [r5]
 classes 2008-04-05 bugg_tb [r5]
 data 2008-04-05 bugg_tb [r5]
 doc 2008-04-05 bugg_tb [r5]
 lib 2008-04-05 bugg_tb [r5]
 logs 2008-04-05 bugg_tb [r5]
 plugins 2008-04-05 bugg_tb [r5]
 temp 2008-04-05 bugg_tb [r5]
 .classpath 2008-04-05 bugg_tb [r5]
 .project 2008-04-05 bugg_tb [r5]
 CHANGELOG.txt 2008-04-05 bugg_tb [r5]
 LEEME.txt 2008-04-05 bugg_tb [r5]
 README.txt 2008-04-05 bugg_tb [r5]
 VERSION.TXT 2008-04-05 bugg_tb [r5]
 boot.properties 2008-04-05 bugg_tb [r5]
 build.xml 2008-04-05 bugg_tb [r5]
 derby.log 2008-04-05 bugg_tb [r5]
 log4j.properties 2008-04-05 bugg_tb [r5]
 mondrian.properties 2008-04-05 bugg_tb [r5]
 run.bat 2008-04-05 bugg_tb [r5]
 run.sh 2008-04-05 bugg_tb [r5]

Read Me

http://sourceforge.net/projects/rubik

- Install:
	a) mkdir jrubik.
	b) Copy the jar file JRubik-bin-version.zip to the folder jrubik.
		cp JRubik-bin-version.zip ./jrubik
	c) cd ./rubik
	d) unzip JRubik-bin-version.zip.
	e) Finally execute run.bat (java -Xms100m -Xmx500m -jar lib\jpf-boot.jar)

PDF Export (Note):
	In order to make available other languages, like Greek:
	Place in the jrubik start directory (where the run.bat is located) 
		an arial.ttf file for arial true type fonts.

- For making a new query:
  1) File->Settings->Wizard drivers and update drivers
  2) File->Settings->->Datasources Settings
  			Here you can setup your datasources
  			
  3) Window->Focus View->Discoverer
   			Drag your hierarchies (only hierarchies are valid) 
   			  and drop over the buttons "ON Rows" or "ON Columns".
   			and press Apply. 
   			Once you´ve executed the first query you are allowed 
   			 to drag&drop hierarchies or members over the table.
   			 
  4) Datasources are located on:
  		./data/resources/catalogs/datasources.xml	
	- The catalogs (like FoodMart.xml) are located on the directory: 
		./data/resources/catalog
	- Menus are located on : 
		./data/resources/mdxmenu
	- Bookmark are located on : 
		./data/resources/mdxbookmark
	- This version contains a Foodmart Derby version database (called foodmart, this is a light foodmart version without many registers from the original Foodmart database).
		this database files are located on: 
			./data/resources/derby/foodmart/		

- Todo/Bug:
	- The es.aeat.eett.rubik.treeNavi plugin has been completely rebuided with dynamic nodes.