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
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
hieplq
b97d1d670a
IDEMPIERE-3455:NPE when pack-in to system don't have pack-out language
2017-08-13 23:13:38 +07:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
Carlos Ruiz
74642f7e0b
hg merge experimental (merge experimental from hieplq into development)
2016-07-27 19:04:39 +02: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
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
a952e89522
IDEMPIERE-3137 Pack Out Print Format doesn't export translations
2016-07-08 17:49:43 +02:00
Carlos Ruiz
05f6571df4
IDEMPIERE-3137 Pack Out Print Format doesn't export translations
2016-07-08 16:28:15 +02:00
Carlos Ruiz
8bf236657c
IDEMPIERE-3058 Make 2Pack transaction safe (for postgres)
...
- added sysconfig 2PACK_COMMIT_DDL - by default now in postgresql the 2pack process everything in one transaction and rollback all in case of failure
- now 2Pack is marked as failed if there are unresolved elements
- fix a locking issue when creating change log and 2pack has locked ad_table foreign key
- the Incremental2PackActivator now reprocess the packages that are not marked as Completed successfully
- the Incremental2PackActivator stop processing more packin versions if one fails
2016-03-23 01:50:03 +01:00
Carlos Ruiz
18e494fd12
IDEMPIERE-3057 2Pack handler for SQL Statements that must not fail
2016-03-22 19:12:26 +01:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05:00
Carlos Ruiz
b90dbf35ba
hg merge release-2.1 (merge release2.1 into development)
2015-08-20 14:46:09 -05:00
Carlos Ruiz
4029fbd81c
IDEMPIERE-2771 Improve 2pack tracing for errors / implement mail notifier for 2packs
2015-08-19 22:12:11 -05:00
Carlos Ruiz
a733237fc2
hg merge release-2.1 (merge release2.1 into development)
2015-08-19 16:42:28 -05:00
Carlos Ruiz
679e2fd06a
IDEMPIERE-2771 Improve 2pack tracing for errors / run role access update at the end
2015-08-18 21:03:55 -05:00
Carlos Ruiz
0e0589d8be
IDEMPIERE-2745 2Pack is not creating foreign keys - foreign key processing needs to be done at the end as the primary keys of related tables can be inexistent when processing columns
2015-08-17 20:47:03 -05:00
Carlos Ruiz
4d933e8287
refactor IDEMPIERE-1132 foreign key management for ticket IDEMPIERE-2745
2015-08-17 19:27:33 -05:00
Carlos Ruiz
1fc8f9cb95
IDEMPIERE-2664 DB Extensibility issues / remove calls to DB.isPostgreSQL and DB.isOracle to determine if identifiers are upper/lower-case
2015-08-17 15:36:17 -05:00
Carlos Ruiz
94dcdbccef
hg merge release-2.1 (merge release2.1 into development)
2015-07-29 11:46:17 -05:00
Carlos Ruiz
1d982987e5
IDEMPIERE-2745 2Pack is not creating foreign keys
2015-07-29 11:26:32 -05:00
Carlos Ruiz
2d8fd0cfb2
IDEMPIERE-643 Packout handler not found for type MV/ET. / minor - fix wrong message
2015-03-06 16:50:27 -05:00
hieplq
3c0db87bc3
IDEMPIERE-2563:packout with datatype without sql make NPE
2015-04-07 11:58:18 +07:00
Carlos Ruiz
3a53bbcc32
hg merge release-2.1 (merge release2.1 into development)
2015-03-14 08:14:39 -05:00
Carlos Ruiz
bb9b63bdc7
hg merge release-2.1 (merge release2.1 into development)
2015-02-25 19:20:43 -05:00
Carlos Ruiz
3518f683e7
merge 1a4c747dfdf9 development into zk7
2014-10-22 14:42:27 -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
Heng Sin Low
e56fac8f87
IDEMPIERE-2140 2pack SQL statements cross client borders.
2014-08-21 16:40:08 +08:00
Carlos Ruiz
d0a5e80194
IDEMPIERE-2137 2pack does not work with roles / based on patch from tbayen
2014-09-03 09:23:25 -05:00
Carlos Ruiz
ce3406650e
IDEMPIERE-2079 2Pack problem exporting/importing translation tabs
2014-07-18 19:10:31 -05:00
Carlos Ruiz
0cea1c7fe1
IDEMPIERE-2477 Generate boolean in 2Pack as Y/N instead of true/false
2015-02-25 13:44:42 -05:00
Carlos Ruiz
fa74477ecf
Update product version to 2.1.0
2014-10-30 23:30:38 -05:00
jan thielemann
39affc8346
IDEMPIERE-1675 When exporting a window, 2Pack export also records from AD_Preference +Patch
2014-03-19 12:28:55 -05:00
Elaine Tan
eff55eb13f
Merged release-1.0c into release-2.0
2013-12-27 19:04:44 +08:00
Heng Sin Low
564863bdcc
IDEMPIERE-1647 2Pack: ReportViewerHandler export print format that belongs to tenant.
2013-12-27 17:04:04 +08:00
Heng Sin Low
5e342989c0
Merged release-1.0c into release-2.0
2013-11-22 12:37:32 +08:00
Heng Sin Low
b025add0f3
IDEMPIERE-1565 Can't pack out AD_Process_Access records using pack out type Data.
2013-11-22 12:36:02 +08:00
Carlos Ruiz
47a9526d03
hg merge release-1.0c (merge release1 into release2)
2013-11-21 21:27:42 -05:00
Carlos Ruiz
30f1b4a70f
IDEMPIERE-1563 Data Packout export all columns even if the Select hasn't all / IDEMPIERE-1564 Data Packout not exporting translations
2013-11-21 21:24:46 -05:00
Heng Sin Low
bb6607d553
IDEMPIERE-1561 Update product version to 2.0.0.
2013-11-21 14:32:17 +08:00
Carlos Ruiz
47753be83b
hg merge release-1.0c (forward-porting)
2013-10-16 18:13:29 -05:00
Heng Sin Low
a6af9e3a6f
1003322 2Pack enhancement for Extension Development.
2013-10-09 18:03:51 +08:00
Heng Sin Low
9c228f13c4
Merged release-1.0c into development
2013-09-12 11:32:58 +08:00
Heng Sin Low
6ec33a6eea
IDEMPIERE-1347 2Pack: ColumnElementHandler should ensure column exists in database when IsSyncDatabase=Y. Remove unnecessary commit and packin log when there's no ddl action needed.
2013-09-12 02:27:21 +08:00
Heng Sin Low
542eba5a98
Merged release-1.0c into development
2013-09-11 13:25:25 +08:00
Heng Sin Low
53731cbfff
IDEMPIERE-1347 2Pack: ColumnElementHandler should ensure column exists in database when IsSyncDatabase=Y.
2013-09-10 14:44:18 +08:00
Carlos Ruiz
b57c8c638f
IDEMPIERE-1025 Improve translation for custom tables / do not insert translations if the language is not installed
2013-09-05 17:36:19 -05:00
Carlos Ruiz
fc4a76db75
hg merge release-1.0c (forward-porting)
2013-09-04 12:49:48 -05:00
Carlos Ruiz
a576485e2c
IDEMPIERE-1326 2pack is not adding treenodemm to menus on top
2013-09-03 17:07:42 -05:00
Carlos Ruiz
4708519db8
hg merge release-1.0c (forward-porting)
2013-08-26 21:09:50 -05:00
Heng Sin Low
cb926b2119
IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key. Fixed regression.
2013-08-26 13:33:16 +08:00
Carlos Ruiz
b66f380ace
hg merge release-1.0c (forward-porting)
2013-08-25 12:39:35 -05:00
Carlos Ruiz
e6337d1837
Troubleshoot 2pack for IDEMPIERE-1265
...
Related to IDEMPIERE-1178 2Pack was exporting wrongly AD_ReportView_ID=NULL as a zero value
Also AD_Table_ID was being exported as NULL on columns
2013-08-23 19:29:59 -05:00
Heng Sin Low
736fcf7356
Fixed build error after merge with changes from release-1.0c branch.
2013-08-24 01:37:01 +08:00
Carlos Ruiz
f9298dc722
hg merge release-1.0c (forward-porting)
2013-08-23 10:51:15 -05:00
Heng Sin Low
f724aa2656
IDEMPIERE-1297 2Pack: Remove code for the lookup of record and reference using business key.
2013-08-23 14:23:45 +08:00
Heng Sin Low
be0f3bfdc5
IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql. Handle scenario where savepoint become invalid because there's commit or rollback clause in the sql statement.
2013-08-22 16:49:37 +08:00
Heng Sin Low
7875807f04
IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql. Use savepoint to rollback just the sql statement.
2013-08-15 01:04:47 +08:00
Carlos Ruiz
fad6179c03
IDEMPIERE-1025 Improve translation for custom tables / failing on new as recordid was being set before savinb
2013-08-08 16:29:52 -05:00
Carlos Ruiz
b67f23135c
IDEMPIERE-1256 2Pack exporting repeated elements / refactor to use common array - previous approach was not working as the array was local
2013-08-08 02:01:29 -05:00
Carlos Ruiz
6c03341bc4
IDEMPIERE-1256 2Pack exporting repeated elements
2013-08-08 01:02:41 -05:00
Carlos Ruiz
a14fd8642f
IDEMPIERE-1025 Improve translation for custom tables / based on patch from Richard Morales
2013-08-05 17:49:37 -05:00
Carlos Ruiz
10488f31ef
hg merge release-1.0c (forward-porting)
2013-08-22 18:18:41 -05:00
Heng Sin Low
be50c979a6
Merge changes from release-1.0c branch
2013-08-19 21:11:30 +08:00
Elaine Tan
a918a6a85d
IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - include copyright text and regenerate serialVersionUID for org.compiere.model.PO class
2013-07-29 15:08:35 +08:00
Elaine Tan
ea8b457a51
IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Enhance 2pack to make use of AD_TableIndex and AD_ViewComponent
2013-07-24 10:49:30 +08:00
Elaine Tan
7de49de4ef
IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management - Enhance 2pack to make use of AD_TableIndex and AD_ViewComponent
2013-07-16 19:11:32 +08:00
Heng Sin Low
26fe7cf2bc
IDEMPIERE-1136 2Pack: Prevent unwanted overwrite of UUID key during pack in
2013-07-04 17:27:02 +08:00
Elaine Tan
c39ca2a5f1
IDEMPIERE-1128 PackInHandler: Could not create new print paper record
2013-07-02 14:43:41 +08:00
Carlos Ruiz
109d00c75e
IDEMPIERE-254 2Pack Stabilization and Enhancement / Enable auto-exporting attachment for reports - useful to deploy jasper attachments
2013-06-22 12:11:25 -05:00
Heng Sin Low
cee1db4c65
IDEMPIERE-1030 Error when packing in workflows.
2013-06-20 15:39:29 +08:00
Heng Sin Low
ff9ced3152
IDEMPIERE-643 Packout handler not found for type MV/ET. Merge entity type handler patch from Jan Thielemann.
2013-05-03 16:18:11 +08:00
Heng Sin Low
1279ad4203
minor: always trim away spaces from detail table name so "select * from c_order; c_orderline" work ( note the space after the semicolon separator ).
2013-04-21 20:57:43 +08:00
Richard Morales
c45dfd9557
IDEMPIERE-638 Check log level before calling logging method / .log(Level
2013-03-15 22:52:05 -05:00
jan thielemann
a02476581e
ModelValidator for pipo
2013-02-28 11:26:53 +01: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
Richard Morales
65a9dc9adc
IDEMPIERE-568 Review proper closing of JDBC statements and resultsets
2013-02-20 20:31:16 -05:00
Richard Morales
9b0c13b9f5
IDEMPIERE-568 Review proper closing of JDBC statements and resultsets
2013-02-19 16:08:13 -05:00
Heng Sin Low
21c2f0c05b
IDEMPIERE-254 2Pack Stabilization and Enhancement. Fixed pack in bug with generic po.
2012-12-17 11:05:30 +08:00
Richard Morales
2035b8c7d3
IDEMPIERE-455 Discover and fix FindBugs problems / Pattern SS_SHOULD_BE_STATIC
2012-12-11 19:21:13 -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
a7b786a446
IDEMPIERE-517 Packout is throwing Null Pointer exception on image
2012-11-26 12:39:24 +08:00
Carlos Ruiz
f514eee8db
IDEMPIERE-497 2Pack SQL Statement Handler improvements for Postgresql
2012-11-09 15:32:33 -05:00
David Peñuela
b3de9ec20f
IDEMPIERE-24 Export 2pack zip on BP window fails
2012-10-31 14:41:19 -05:00
Carlos Ruiz
d91955538a
IDEMPIERE-254 2Pack Stabilization and Enhancement / Menus not being exported by default
2012-09-19 15:46:53 -05:00
Heng Sin Low
61b569bd5d
minor - typo.
2012-06-20 16:16:27 +08:00
Heng Sin Low
b7c3d48f2d
IDEMPIERE-254 2Pack Stabilization and Enhancement
2012-05-28 14:33:04 +08:00
Heng Sin Low
ae747cd47c
IDEMPIERE-254 2Pack Stabilization and Enhancement
2012-05-02 14:44:19 +08:00
Heng Sin Low
5998051089
Change generic export default to export ad_org_id reference instead of getting from context.
2010-12-28 23:28:07 +08:00
Heng Sin Low
c66f9c6f10
Fixed NPE.
2010-12-27 08:34:05 +08:00
Heng Sin Low
221ccef992
Fixed resolve of AD_Column_ID reference.
2010-12-27 08:33:37 +08:00
Heng Sin Low
523d6dd5c8
Element name for ad_table is "AD_Table", not "table".
2010-12-27 08:32:28 +08:00
Heng Sin Low
f552160532
Fixed a handler's endElement method is call multiple time if there are child elements. Fixed transaction name not use for reference lookup.
2010-12-26 10:19:53 +08:00
Heng Sin Low
a32ef3df47
Fixed submenu element missing type="table" attribute
2010-12-26 09:21:09 +08:00
Heng Sin Low
cc04468c7d
added null check for Parent_ID element.
2010-12-24 11:55:02 +08:00
Heng Sin Low
25204acf0d
Merge patch from red1 - fixed xerces dependency and not calling PackOut.getHandler with the correct handler Id. Rename AbstractElement.getPackOutProcess and getPackInProcess to getPackOut and getPackIn to avoid confusion that the method would return the SvrProcess instance which is not.
2010-12-23 17:27:44 +08:00