Commit Graph

19 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 78adb47b4b Fixed classpath to depends only on plugin dependency. Modify build file for osgi deployment 2010-07-13 16:00:42 +08:00
Heng Sin Low d73f9089a8 * Switch to Eclipse Gemini Web 1.1.0.M02
* Converted serverApps and webStore to OSGi war bundle
* Now both webui and webstore OSGi war bundle can be launch from eclipse, next to be converted is the admin and adempiere server monitor web application.
2010-07-09 18:05:59 +08:00
joergviola c539b46b06 App Server support for base
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 20:52:56 +00:00
joergviola 0798948086 Merged trunk 11345 to 11658 into branches/osgi/approach2 2010-03-14 14:38:00 +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
Carlos Ruiz 2ea263b989 Implement Validator for beforeSaveProperties - ID: 2373679
Joined build of base and looks
2008-12-08 16:32:44 +00:00
Heng Sin Low c18adcdb76 * Fixed a build failure under Linux 2008-11-14 17:42:16 +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
teo_sarca 278828997b BF [ 1742968 ] Document Attachment error with Version 2739
http://sourceforge.net/tracker/index.php?func=detail&aid=1742968&group_id=176962&atid=879332
2007-06-25 17:15:16 +00:00
wght d459a0e6bc Corrected a missing argument and added single quotes on D. 2007-05-25 20:07:20 +00:00
wght 9d5aecf4ca Fixed arg value to Generate Model to have single quotes around it. 2007-05-25 19:33:23 +00:00
wght bb5cdbdd1c Added a GenerateModel ant target. It doesn't hurt the build process at all
so didn't think I needed approval.  It is just a nice/easy way to invoke GenerateModel.
2007-05-25 19:18:25 +00:00
deathmeat 2dea68b86d tools/lib/servlet.jar not existing, changed classpath to reference servlet-api.jar instead 2007-05-10 11:48:47 +00:00
Heng Sin Low 7bc2413742 * remove dbport, print and interface project reference 2007-05-10 04:16:00 +00:00
Carlos Ruiz 39c44b6373 Implemented FR [ 1696228 ] ModelValidator for BeforePost and AfterPost
Moved lots of sources and packages to base as discussed in forums
2007-05-09 11:08:52 +00:00
mjudd 677c3e59f0 Change to UTF8 Encodings to remove encoding warnings from the build process 2006-12-29 13:20:57 +00:00
vpj-cd 70fef6c478 move branch adempire311 to trunk 2006-11-17 03:05:26 +00:00