Commit Graph

50 Commits

Author SHA1 Message Date
Heng Sin Low adb09d2f33 1) http://kenai.com/jira/browse/HENGSIN-6, RUN_setup.sh failure
Use the static method getLogger instead of using a static logger variable. The logger is created as needed inside the getLogger method.

2)http://kenai.com/jira/browse/HENGSIN-3, properties file wrongly created
Patch accepted.

3) http://kenai.com/jira/browse/HENGSIN-4, Cannot connect to http://localhost:8080/admin/adempiereMonitor
Always set default level for root logger in CLogMgt initialization.

4) http://kenai.com/jira/browse/HENGSIN-5, Build fails by default requiring directory lib/plugins
Modify utils_dev/build.xml to ensure the existence of the lib/plugins folder.

5) Module refactoring
* Remove client bundle dependency from the zkwebui bundle. Common UI code of the 2 bundle is moved into the new uibase bundle.
* Remove client bundle dependency from server side bundle. The swing specific jasper report code is moved into the new JasperReportsClient bundle.
* Move most swing code that is still in the base bundle into the client bundle. Many swing client specific code in Env.java (base bundle) is move into the AEnv.java (client bundle).
* Default handlers for 2Pack is moved into the new pipoHandlers bundle. All loading of 2pack handler is now done using the equinox extension mechanism.

6) Extension point
* Added process, form and modelvalidator extension point base on the existing work done by Jorg Viola in the osgi1 branch.

7) The pipo bundle is move from plugins/pipo to /pipo ( relative to the workspace ) due to ant4eclipse have problem building the bundle using the previous layout.

8) New workflow editor and rendering implementation using netbeans visual library. The implementation is shared the by swing and zk client.
2010-08-20 16:05:06 +08:00
Heng Sin Low f70d20af35 Fixed classpath to depends only on plugin dependency. Modify build file for osgi deployment 2010-07-13 16:12:33 +08:00
Heng Sin Low 5b7f513937 merge osgi branch 2010-07-05 17:00:27 +08:00
tspc e4f4e925ff Merge Revisions 12556 from /release to /trunk
Revision: 12556
Upgrade to JCommon 1.0.16
Upgrade to JFreeChart 1.0.13
Upgrade to jasperreports-3.7.3.jar

Regards,
Tony
2010-06-14 08:53:32 +00:00
tspc 3106b8cbd2 Merge Revisions 12547, 12549 from /release to /trunk
Revision: 12547
JAF 1.1.1 -> The JavaBeans Activation Framework 1.1.1 final release is included with the Java SE 6 release

Revision: 12549
Upgrade to JavaMail 1.4.3
Upgrade to SwingX 1.6

Regards,
Tony
2010-06-14 06:29:41 +00:00
tspc e42a4136b2 Merge Revisions 12415, 12514, 12531, 12536 from /release to /trunk
Revision: 12415
minor typo

Revision: 12514
Committer LTH added by Redhuan

Revision: 12531
Fix [2965640] Workflow approval bug
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2965640

Revision: 12536
upgrade to Oracle Database 11g Release 2 (11.2.0.1.0) JDBC Drivers downloaded from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_112010.html
ojdbc6.jar (2,111,220 bytes) - Classes for use with JDK 1.6. It contains the JDBC driver classes except classes for NLS support in Oracle Object and Collection types.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2876927

Regards,
Tony Snook
2010-06-14 04:24:05 +00:00
joergviola fa145ada2e ant update
ant4eclipse

https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 21:07:32 +00:00
joergviola fdc26ca69c added again 2010-03-21 09:38:19 +00:00
joergviola 537796d39b Ceonverted to Equinox Plugins: JasperReports, JasperReportsTools, tools
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-05 19:46:25 +00:00
Heng Sin Low edf4a9b437 Scheduler Enhancement:
* Add cron job support
* Add IsIgnoreProcessingTime flag - use previous DateNextRun as source to calculate the new DateNextRun value
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2956390
2010-02-22 02:20:31 +00:00
phib daaa969db5 Payflow payment processor SDK 4
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2792045
2010-02-15 23:35:13 +00:00
mjudd 71a9fc9c3f Revert as per https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3502040
commits 11204, 11205 and 11207
2010-01-12 09:11:57 +00:00
mjudd 63c6da8bec Upgrade iText Library from 2.1.7 -> 5.0.0
Additional commit for build.xml (missed this in the original commit)
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923757
2009-12-30 20:33:12 +00:00
phib 2ad25c0a34 FR 2086368 Multi-Column client window
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2086368&group_id=176962
2009-10-25 03:28:55 +00:00
usrdno 59607d6ab1 FR - 2800686
https://sourceforge.net/tracker/index.php?func=detail&aid=2800686&group_id=176962&atid=879335

Updated iText library (new version 2.1.7). Needed for new jasperreports library.
2009-10-09 18:44:12 +00:00
phib c3f61badd9 2872728 Move Adempiere to Java 6
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872728&group_id=176962

Fix broken build file.
2009-10-05 05:37:50 +00:00
phib e5d1116d94 2872728 Move Adempiere to Java 6
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872728&group_id=176962

Developers: please ensure your trunk build environments are updated to use jdk6.
2009-10-05 04:56:48 +00:00
tobi42 6c61fd5d60 BF 2838832 (https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2838832&group_id=176962)
Adding attribute "target=1.5" to all javac invocations that don't have such an attribute yet as recommended by http://ant.apache.org/manual/CoreTasks/javac.html.
2009-08-17 09:23:03 +00:00
Heng Sin Low fd9b7a3843 https://sourceforge.net/tracker/?func=detail&aid=2819356&group_id=176962&atid=879335
- as per colin suggestion, make ChartType mandatory for PA_Goal
- Zkwebui raise class loader exception when using jfreechart
2009-07-13 06:58:04 +00:00
Heng Sin Low c670fe53f5 http://sourceforge.net/forum/message.php?msg_id=7388677
- fixed a mistake in the repacking of jboss.jar, down to around 5mb now ( can still be make smaller but would need more time find out what's safe to remove ).
2009-05-13 03:11:08 +00:00
Heng Sin Low 97ea3c5973 https://sourceforge.net/tracker/?func=detail&aid=2598451&group_id=176962&atid=955896 2009-03-31 05:26:01 +00:00
teo_sarca 6f4b34a061 BF [ 2605888 ] CreatePOfromRequisition creates more PO than needed
https://sourceforge.net/tracker/index.php?func=detail&aid=2605888&group_id=176962&atid=879332

Fix build failed introduced in rev. 8521
Reason: I used org.apache.commons.collections.keyvalue.MultiKey class which is in commons-collections API but not included in C/STools.jar, just in JasperReportsTools.jar
Action: now C/STools.jar include commons-collections-3.1.jar. I removed from JasperReportsTools.jar
2009-02-18 13:17:30 +00:00
Heng Sin Low 39696d2ced [ 2217907 ] Migrate from ejb2 to ejb3
- migrate to ejb3.
- upgrade jboss to 4.2.3.
- added glassfish support. tested on glassfish v2u2
- drop the tomcat-only deployment task that is not working, need jee server instead of just a servlet runtime.
2008-11-10 23:54:09 +00:00
kzmp db9ea70885 Upgraded jfreechart to 1.0.11 and jcommon to 1.0.14. 2008-10-20 20:44:45 +00:00
vpj-cd c18111a1ea fix tools/build.xml 2008-10-18 18:11:48 +00:00
kzmp 71fbbc6d3f Upgraded to jasperreports-3.0, barbecue-1.5-beta1.jar, jfreechar-1.0.3 and POI-3.0.1-FINAL. 2008-10-17 19:30:29 +00:00
Carlos Ruiz 976d142fc1 Integrate libero in stable
Prepare release 3.5.1a
2008-05-29 10:23:06 +00:00
Carlos Ruiz dcec4f3aa5 Integrate libero in stable 2008-05-29 09:46:44 +00:00
Heng Sin Low cb482fd2a7 [ 1897496 ] Can't find groovy scripting engine running from deployment 2008-02-20 03:34:51 +00:00
teo_sarca e214c58f67 BF [ 1894703 ] Trunk failing to build as of rev 4663 2008-02-15 22:59:49 +00:00
Carlos Ruiz b4016c6fc0 [ adempiere-Feature Requests-1879395 ] Implement Process script JSR 223 2008-01-28 01:03:46 +00:00
vpj-cd 1ad2d20761 [ 1877902 ] Implement JSR 223: Scripting callout
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1877902&group_id=176962
2008-01-24 21:33:37 +00:00
Heng Sin Low e33b46da0d * [ 1821870 ] Add column visibility control to grid
- Upgrade to swingx 0.9
2007-10-29 00:52:52 +00:00
teo_sarca 631739feac FR [ 1803359 ] Migrate to barbecue 1.1 2007-10-08 19:08:01 +00:00
vpj-cd c13f4f81db [ 1757088 ] Grid Collapse and Tab Group, Implementation the GridCollapseDetail
http://sourceforge.net/tracker/index.php?func=detail&aid=1757088&group_id=176962&atid=87933
2007-10-08 17:09:48 +00:00
Heng Sin Low 67798db401 [ 1801842 ] DB connection fix & improvements for concurrent threads.
- Integrating contribution from the Posterita Team.
2007-09-26 09:08:36 +00:00
Heng Sin Low 5320ff73a8 * Improve build performance
- remove unnecessary unjar
2007-06-04 16:32:55 +00:00
Heng Sin Low ad72056739 * Improve build performance
- remove unnecessary unjar
2007-06-04 15:26:15 +00:00
Heng Sin Low 30d2e3f962 * improve build performance 2007-06-04 04:45:58 +00:00
Heng Sin Low f4339789de * remove derby and fyracle from trunk 2007-04-09 14:59:37 +00:00
kontro e93a8bb021 Makes subprojects clean jars created.
Removes lib/adempiereRoot.jar because it is generated by
build process.

This and my previous commit probably breaks eclipse's
.classpath files. Just run ant in tools dir and
everything returns to normal.
2007-02-15 22:37:20 +00:00
teo_sarca f1bda072be bug fix [ 1660758 ] AdempiereSLib.jar: invalid signature 2007-02-15 16:39:35 +00:00
Heng Sin Low ed589e3cf3 * [ 1658530 ] Remove jPDF dependency 2007-02-15 08:11:38 +00:00
kontro 3a3c3fa672 Improving DeathMeat's work.
Now properties are loaded in utils_dev/properties.xml and
and imported from there to every other build file.
2007-01-30 10:13:17 +00:00
kthiemann b8c96c1581 contribution [ 1647225 ] Improved ANT scripts and NetBeans integration - by Johannes Gubo (deathmeat) 2007-01-30 09:06:53 +00:00
Heng Sin Low ea13e0b36a * remove db2, sqlserver and sybase files and reference 2007-01-14 18:46:34 +00:00
Heng Sin Low 5ad3043fac * minor typo fix 2007-01-12 09:29:20 +00:00
Carlos Ruiz b59f7cc1cc Rebranding on build.xml 2006-12-19 04:50:12 +00:00
Carlos Ruiz 367d905dba to include 2pack required libraries 2006-12-14 06:35:17 +00:00
vpj-cd 0429dfc79f move branch adempire311 to trunk 2006-11-17 03:14:25 +00:00