Commit Graph

14 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 1ea701cb54 Fixed classpath to depends only on plugin dependency. Modify build file for osgi deployment 2010-07-13 16:18:12 +08:00
Heng Sin Low a9cb9516ef Switch to Eclipse Gemini Web 1.1.0.M02 2010-07-09 18:02:24 +08:00
Heng Sin Low 0efa469b66 * move from jetty to tomcat 6.0.24
* update spring core bundle to version 3.0.3
* added jsp 2.1 support
* move from equinox server side bundle to spring dm bundle where applicable
* group all spring dm bundle together in one folder
* add back zkwebui build.xml
* rename launch config  adempiere_equinox_zk to adempiere_equinox_web
2010-07-08 14:14:12 +08:00
joergviola 0945a8dba2 Converted to Equinox Plugins: zkwebui
Had to move Webresources to /WebContent in order to pack bundle jar easily

https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-03-05 19:51:34 +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 aa09b414b1 https://sourceforge.net/tracker/?func=detail&aid=2788651&group_id=176962&atid=955896
- webui.war doesn't unclude metainfo/zk/lang-addon.xml ( previous fix doesn't work )
2009-05-15 18:35:15 +00:00
Heng Sin Low e222c9f8ab https://sourceforge.net/tracker/?func=detail&aid=2788651&group_id=176962&atid=955896
- webui.war doesn't unclude metainfo/zk/lang-addon.xml
2009-05-14 23:33:42 +00:00
Carlos Ruiz 2ea263b989 Implement Validator for beforeSaveProperties - ID: 2373679
Joined build of base and looks
2008-12-08 16:32:44 +00:00
Carlos Ruiz f458e37514 Revert 5676 - the change must be done on the other way 2008-07-14 20:45:57 +00:00
Carlos Ruiz 87b4655d05 Integrate build.xml changes from trunk
Delete empty lib directory
2008-07-14 20:29:49 +00:00
Heng Sin Low 077fa37ef7 * Fix build.xml and .project 2008-07-10 06:02:37 +00:00
Heng Sin Low 934e40224a Move zk web client to core 2008-07-10 02:55:34 +00:00