Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DesignChoiceConstants.SCALAR_PARAM_TYPE_MULTI_VALUE support #7

Merged
merged 1 commit into from
Nov 15, 2013

Conversation

zhuravskiy
Copy link

Pull request for #5 and #6

eyck added a commit that referenced this pull request Nov 15, 2013
DesignChoiceConstants.SCALAR_PARAM_TYPE_MULTI_VALUE support
@eyck eyck merged commit 4de16d1 into eyck:master Nov 15, 2013
@eyck
Copy link
Owner

eyck commented Nov 15, 2013

Hi Vitaliy,
THX for the patch. I will create a release today evening incorporating your patch
Cheers

-Eyck

@zhuravskiy zhuravskiy deleted the issue-6 branch November 15, 2013 13:47
@zhuravskiy
Copy link
Author

You are welcome!

I have yet one commit zhuravskiy@2041493 which contains correct plugin dependencies for birt 4.3.0 without repacked 3.4.0.a, i use following solution http://developer.actuate.com/community/devshare/_/deploying-birt-reports/using-birt-430-with-maven-r1483
If you verify it, i can make pull request.

@eyck
Copy link
Owner

eyck commented Nov 15, 2013

The problem with 4.3.0a is this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383926 which (I suppose) is still there. But please send the pull request and I will check.
One thing to note: you have a private IP in the project dependencies declarations (192.168.1.111) which will not work for others...

-Eyck

@zhuravskiy
Copy link
Author

Yes, the bug is still open and i think can make recreate with WebLogic.
If you have WebLogic, you can try check. With tomcat and jetty works fine if in the BuildConfig.groovy use following dependencies:

 dependencies {
     compile 'org.eclipse.birt.runtime:org.eclipse.birt.runtime:4.3.0', {
         excludes 'org.eclipse.birt.runtime:org.apache.poi', 'org.milyn:flute', 'org.apache.xerces'
     }
     compile 'org.apache.poi:poi:3.9'
  }

Private ip, it's my local machine, i will delete these strings soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants