Commit Graph

140 Commits

Author SHA1 Message Date
hieplq 643d2ab093 IDEMPIERE-3857:fire event on jasper engine 2018-12-27 23:15:41 +07:00
hieplq 6c76b7e4b8 IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update lib j2ee take out from jdk)
this commit by auto adjust from eclipse (exclude server.product.launch)

== setup eclipse like bellow to get stable build ==
1. keep eclipse at Eclipse 2018-09 (https://www.eclipse.org/downloads/packages/release/2018-09/r)
2. install "java-11-support-eclipse" https://marketplace.eclipse.org/content/java-11-support-eclipse-2018-09-49
3. call update "help/check for update"
4. now that eclipse full support jdk-11 and build stable without any issue

ref:https://groups.google.com/d/msg/idempiere/At6xXFyEcGY/IJ1ETiohCwAJ
2018-12-28 15:11:11 +07:00
hieplq 942800418e IDEMPIERE-3808:collect info to move idempiere to jdk-11 (zk8.6.0.1, eclipse-1812, java11, tycho 1.3)
still use local repository for maven.to.p2 to continue update library
2018-12-22 15:49:50 +07:00
Carlos Ruiz 7eeb4a8463 More versioning for 6.1 2018-11-04 18:32:21 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
hieplq 5e5d79f614 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle) 2018-10-24 13:07:45 +07:00
hieplq 155810c3f1 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq 0a010a526d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq 1c5a89128b IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq 82c8c5b31d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
hieplq 6e35d3212b IDEMPIERE-3531:autoboxing on jasper expression is break correct org.eclipse.jdt.core.compiler.source
remove deprecate warrning
reuse object JasperReportsContext
2018-09-27 16:36:07 +07:00
hieplq 0a5d5a78ac IDEMPIERE-3531: update jasper report to 6.7.0
+ add more Osgi for jasper dependency
+ don't fix incompatibility issue for swing
+ use bootdelegation to resolve org.w3c.dom.events issue. let all use class from jdk
2018-09-12 00:10:22 +07:00
hieplq fe0f36668b IDEMPIERE-3531: add manifest for java 9 warning 2018-09-11 09:04:49 +07:00
Carlos Ruiz ac0b824eee hg merge release-5.1 (merge release5.1 into default) 2018-08-29 20:42:42 +02:00
Carlos Ruiz 40085d3627 IDEMPIERE-310 Show compilation errors instead of NPE 2018-08-27 15:33:13 +02:00
hieplq 31ad04d7ef IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project 2018-02-18 23:41:09 +07:00
hieplq 9482f02dec IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
hieplq b8caaa1549 IDEMPIERE-3531:some plugin don't include class on output maven when export
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +07:00
hieplq d7808da56a IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
a mavent project convert from plugin have flow default rule
   1. maven project prefer setting JRE to Execution environment, so .classpath is updated
   2. java class compliment to target/classes/, so build.propertie is updated
   3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created

extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431

   it happend on bundle use non-standard java package
      org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
      org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs

   on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
   so change to warning method make it consitent with other
      org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq b6d9886732 IDEMPIERE-3531:standard lib folder
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
hieplq 8895154d8d IDEMPIERE-3531:remove facets and main output to jar
refine IDEMPIERE-3510
2018-01-30 14:44:05 +07:00
hieplq 7245687377 IDEMPIERE-2544:to more warning compiler hidden good warning
code warning
2017-12-03 14:37:20 +01:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01:00
hieplq 08dfc02127 Merge with development 2017-10-19 19:53:41 +07:00
hieplq 83faad6612 IDEMPIERE-3510:clear facet on project metadata 2017-10-18 19:46:42 +07:00
Carlos Ruiz 4e1f52c9ca IDEMPIERE-3520 Ability to merge several jasper reports in one run 2017-10-13 20:50:46 +02:00
hieplq fd28854b30 IDEMPIERE-3136:update jasper report
add more good standard parameter
2017-05-17 13:13:26 +07:00
hieplq e4e86b59f6 IDEMPIERE-3136:update jasper report
add more good standard parameter
2017-05-14 20:46:18 +07:00
hieplq 333458f8c1 IDEMPIERE-3136:update jasper report to use P2
pending to correct dependency of org.compiere.db.oracle.provider org.compiere.db.postgresql.provider
to org.jfree.io
it better use common from apache or create new one
2017-05-14 20:58:08 +07:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
hieplq 07ada50393 IDEMPIERE-3136:all stuff relate library of idempiere
replace bundle dependency by use import package for jasper report
2016-07-08 10:47:30 +07:00
hieplq 54bca51007 IDEMPIERE-3136:all stuff relate library of idempiere
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq 116cde1e96 IDEMPIERE-3136:all stuff relate library of idempiere
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq d4512dc40d IDEMPIERE-3136:all stuff relate library of idempiere
setting classpath of jre to workspace default jre. other some time we encounter bellow error with project have faceted like org.adempiere.base
Access restriction: The constructor 'Some class' is not API (restriction on required library '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar')	Some class.java
2016-07-07 10:47:36 +07:00
hieplq 234df35c24 IDEMPIERE-3136:all stuff relate library of idempiere
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:50 +07:00
hieplq 4ae72bb050 IDEMPIERE-3136:all stuff relate library of idempiere
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz ae799d9a6a IDEMPIERE-2877 Adapt jasper reporting to latest (actually using deprecated methods) / thanks to Thomas Bayen (tbayen) - bringing his solution for deprecated methos to ReportStarter from https://bitbucket.org/tbayen_bxservice/de.bxservice.report.jasper/src/tip/de.bxservice.report/src/de/bxservice/report/ReportStarter.java 2015-10-05 08:17:00 -05:00
hieplq 71e60b3f41 IDEMPIERE-2544:to more warning compiler hidden good warning
generic type warning
2015-03-29 14:45:41 +07:00
Carlos Ruiz a3f8a80a97 merge development into zk7 2014-12-02 10:09:15 -05:00
Carlos Ruiz 1e010fd936 IDEMPIERE-2340 zk - Exporting reports as SSV generates CSV 2014-11-25 11:46:16 -05:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -05:00
Heng Sin Low 816e27a8e2 IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info. 2014-10-16 14:34:12 +08:00
Heng Sin Low 0b2fbe27ae IDEMPIERE-2245 Platform Upgrade for r3. 2014-10-13 11:05:19 +08:00
Carlos Ruiz 7176b33b11 Merge development (23d225fcc3d1) into zk7 branch 2014-08-27 08:39:42 -05:00
Carlos Ruiz 7d028de0a3 IDEMPIERE-1053 WxxxGenForm and InvoicePrint process can't use jasper print format 2014-07-28 12:26:53 +02:00
Carlos Ruiz 011aa28d01 Merge development (8eba0f14d231) into zk7 branch 2014-06-20 20:09:46 -05:00
Thomas Bayen 11519fb5f9 IDEMPIERE-1698 cleaner api through changed package for ReportStarter 2014-06-18 16:23:15 +02:00
Thomas Bayen 78eccc2deb IDEMPIERE-1698 change exported package name as hengsin suggested 2014-06-18 15:46:48 +02:00
Thomas Bayen 42a3f4f9f3 IDEMPIERE-1698 LEt the user choose a different JasperReports class 2014-06-18 14:06:59 +02:00
Carlos Ruiz 49d477c2d5 Merge development (717d3f6bb6a2) into zk7 branch 2014-06-03 17:58:27 -05:00
Carlos Ruiz c73000c38b 1003856 IDEMPIERE-1951 Integrate commit from hengsin -> Run report as a background job. Peer review implementation from Elaine. 2014-05-14 14:44:06 -05:00
Heng Sin Low 9e5826b772 IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ). 2014-04-03 01:31:20 +08:00
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Carlos Ruiz b38658d63c IDEMPIERE-1439 Adding email option for Jasper reports / based on patch from Martin Augustine - Ntier software Services 2013-10-19 11:36:10 -05:00
Carlos Ruiz 2a526e9d1b IDEMPIERE-1400 net.sf.jasperreports.engine.JRRuntimeException: Unable to read virtualized data 2013-10-16 15:16:51 -05:00
Carlos Ruiz ab6efd300c IDEMPIERE-1422 Inconsistence passing ID parameters to jasper reports / Implement the same for range 2013-10-02 18:19:59 -05:00
Heng Sin Low 0b12114ec1 1002807 - Make sure _ID parameter always being passed as Integer instead of BigDecimal. IDEMPIERE-1422 2013-09-30 18:33:25 +08:00
Carlos Ruiz a55f8cbcb3 IDEMPIERE-1215 Can't find resource bundle specified in report. Can't find resource bundle with country specific language / based on pull request from Daniel Tamn 2013-10-02 12:06:37 -05:00
Heng Sin Low cf87e78e05 IDEMPIERE-1309 Improve JasperReport support for loading of resources (image, text file, etc ) 2013-08-28 17:34:39 +08:00
Heng Sin Low a174382caf Minor - remove obscure code that have no documented usage. 2013-08-28 15:55:02 +08:00
Carlos Ruiz c9f6b85f23 hg backout a5492ec / IDEMPIERE-1033 2013-06-22 12:13:33 -05:00
Nicolas Micoud 08302647a0 IDEMPIERE-1033 - Add REPORT_DIR in params for JasperReports 2013-06-06 10:12:12 +02:00
Carlos Ruiz c48da4c201 IDEMPIERE-992 JasperReport never finds the localized resource file when attached to the process / Thanks to José D. Paniagua 2013-06-05 17:37:08 -05:00
Heng Sin Low 817f7b0979 Merge b9d4aa7914c7 2013-04-01 16:45:52 +08:00
Heng Sin Low d2b454117c IDEMPIERE-748 error while print jasper report when using table component in ireport 4.6.0
IDEMPIERE-807 Jasper report not working when adding barcode
2013-04-01 16:27:24 +08:00
Carlos Ruiz 5a5712fb71 IDEMPIERE-812 Improve statistics for reports 2013-03-28 20:03:57 -05:00
Carlos Ruiz ac93bd4473 IDEMPIERE-638 Check log level before calling logging method / log.info / Thanks to Richard Morales 2013-02-27 20:58:38 -05:00
Heng Sin Low f4da72ef50 IDEMPIERE-359 Add OSGi Service support for existing extension point. 1) Separate osgi service and equinox extension locator API. Service.locator() for OSGi service and EquinoxExtensionLocator.instance() for equinox extension. 2) Use OSGi service for all singleton component ( all factories and most services ) and equinox extension for others ( UI object, Process instance and PIPO handlers). 2013-02-13 16:15:43 +08:00
Richard Morales 5662475b92 IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SIC_INNER_SHOULD_BE_STATIC 2012-12-11 19:47:25 -05:00
Richard Morales a486d1317c IDEMPIERE-308 Performance: Replace use of StringBuffer and String concatenation with StringBuilder / findbugs fb-contrib pattern LSYC_LOCAL_SYNCHRONIZED_COLLECTION 2012-12-05 12:09:37 -05:00
Heng Sin Low 2dfa60b73e IDEMPIERE-359 Add OSGi Service support for existing extension point 2012-11-06 11:39:23 +08:00
Elaine Tan ab31be0c56 IDEMPIERE-270 Reports should inherit search filter from window 2012-09-10 11:30:17 +08:00
Carlos Ruiz 9fcf487478 IDEMPIERE-236 - Centralization of hardcoded IDs / centralize also the MSysConfig keys - Thanks to David Peñuela 2012-08-14 19:07:21 -05:00
Heng Sin Low f99d832907 IDEMPIERE-302 Upgrade to JasperReports 4.6.0 in 1.0 2012-07-04 16:14:09 +08:00
Heng Sin Low 809f57fe77 IDEMPIERE-146 Performance: Report Engine always read all data into memory 2012-07-01 09:27:13 +08:00
Heng Sin Low 59eefcc345 IDEMPIERE-309 Process UI: Add ask and file download dialog support 2012-06-20 15:53:10 +08:00
Heng Sin Low 7f0893c592 IDEMPIERE-310 JasperReport: Compilation of JRXML is broken
IDEMPIERE-311 JasperReport: Loading pdf font from classpath is not working
2012-06-20 15:11:42 +08:00
Heng Sin Low 53cad636f6 IDEMPIERE-115 Implement feedback for process and report
(transplanted from c14cc7c6a518225ed55d15de5dc854ade05e28aa)
2012-01-21 10:49:21 +08:00
Heng Sin Low 7c305591ad Update .project and .classpath using PDE tools.
(transplanted from 1970ec9a52c07a50ca732e8491a60c45ea633886)
2011-06-01 10:32:12 +08:00
Heng Sin Low 9cc390e7db Fixed jasper report class loading error.
(transplanted from 4a133d54db441bd4e42424254ddb9e44679a5105)
2011-05-27 06:30:37 +08:00
Carlos Ruiz dc793644f5 FR [3123850] - Add continuosly needed parameters to Jasper Starter
https://sourceforge.net/tracker/?func=detail&aid=3123850&group_id=176962&atid=879335
2011-03-25 19:42:20 -05:00
Carlos Ruiz d87472ce7a Integrate revision 14385 from trifonnt:
FR [3100564] - Improve JasperReport image handling
https://sourceforge.net/tracker/?func=detail&aid=3100564&group_id=176962&atid=883808
2011-03-07 11:42:58 -05:00
Heng Sin Low 12dbce8df1 Add jasper report support for huge data set. 2011-02-08 11:51:10 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low 73e9023004 License header, extension point schema documentation and some minor extension point schema fixes. 2010-12-17 16:03:56 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low bdc88c1720 Added default buckminster properties file. 2010-11-03 15:42:52 +08:00
Heng Sin Low fb2ed910a2 refactoring and clean up 2010-10-22 11:08:26 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00