Package: mondrian / 1:3.4.1-1

Metadata

Package Version Patches format
mondrian 1:3.4.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_disable_ivy.diff | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build.xml: don't use ivy to download jar from internet during build.
02_use_debian_cup11a.diff | (download)

build.xml | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 build.xml:
 - CUP ant task had changed from java_cup.JavaCUPTask to java_cup.anttask.CUPTask
 - CUP ant task need more parameters: destdir, package and srcdir
03_classpath.diff | (download)

build.xml | 50 20 + 30 - 0 !
1 file changed, 20 insertions(+), 30 deletions(-)

 build.xml: use homemade classpath
04_commons_math_2.diff | (download)

src/main/mondrian/udf/InverseNormalUdf.java | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 commons math 2.x compatibility fix.
 Replace DistributionFactory use by direct Impl
 constructor call
05_servlet_api_25.diff | (download)

src/main/mondrian/tui/MockServletContext.java | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 compatibility fix with servlet 2.5 api
06_build_with_openjdk.diff | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 build.xml: allow build with openjdk.
07_javadoc_links.diff | (download)

build.xml | 22 10 + 12 - 0 !
1 file changed, 10 insertions(+), 12 deletions(-)

 fix link of javadoc html documentation
 to use local API from /usr/share/doc/
commons vfs2.diff | (download)

src/main/mondrian/olap/Util.java | 4 2 + 2 - 0 !
src/main/mondrian/rolap/RolapSchema.java | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix build with commons vfs 2.0
fix_build_without_git_metadata.diff | (download)

build.xml | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

---
no_pentaho_kettle.diff | (download)

build.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 don't build gui workbench because pentaho kettle
 is not yet available in Debian.