tylerblack
11-24-2003, 11:45 AM
I've used the most recent download from sourceforge to get Mondrian running. After trying to use mondrian.sh to create the build and finding that there were numerous libraries missing (after following the instructions), I decided to just build from scratch using an IDE.
I've gotten all the missing libraries now, most of which were child packages of org.apache.commons, and I'd like to thank everyone here for their help so far.
However, I'm now getting warnings about a few classes and methods that have been depricated. These include:
-mondrian.olap.DriverManager.getConnection(PropertyList, boolean)
-org.apache.commons.dbcp.AbandonedConfig
a constructor of -org.apache.commons.dbcp.PoolableConnectionFactory
-mondrian.olap.Parameter.setValue(String, Query)
Will I more up to date source by connecting to Perforce?
For someone who just wanted to run the .war file, this is turning into quite the adventure.
Thanks
I've gotten all the missing libraries now, most of which were child packages of org.apache.commons, and I'd like to thank everyone here for their help so far.
However, I'm now getting warnings about a few classes and methods that have been depricated. These include:
-mondrian.olap.DriverManager.getConnection(PropertyList, boolean)
-org.apache.commons.dbcp.AbandonedConfig
a constructor of -org.apache.commons.dbcp.PoolableConnectionFactory
-mondrian.olap.Parameter.setValue(String, Query)
Will I more up to date source by connecting to Perforce?
For someone who just wanted to run the .war file, this is turning into quite the adventure.
Thanks