Commit Graph

69 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 ef657c6cee * use -Dosgi.compatibility.bootdelegation=true to make classes from vm other than java.* visible to bundle.
* development and build changes.
2010-07-15 03:10:57 +08:00
Heng Sin Low 7ddc6c4d1f converted to osgi based deployment. remove application server config that's no longer used. 2010-07-13 16:07:13 +08:00
Heng Sin Low 5b7f513937 merge osgi branch 2010-07-05 17:00:27 +08:00
eloy_gomez 63df9c535a Restore functionality to setup windows and unix env files after setup. 2010-05-18 10:44:46 +00:00
joergviola c499e73fb1 zkwebui now deployable again in standard deployment
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-05-06 17:56:57 +00:00
joergviola 44a323ff99 Turned install into an equinox plugin providing an eclipse application
Modified build script to deploy the equinox container

https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 20:59:00 +00:00
tspc c075bb8a36 Reverting revision 12059
Run_setup failing on new installations as discussed here:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3681803/index/page/1

Tony

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2037042
2010-04-20 12:09:38 +00:00
trifonnt f14bf2fbec FR [2037042] - Removes wrong license
https://sourceforge.net/tracker/index.php?func=detail&aid=2037042&group_id=176962&atid=879335
2010-04-19 08:57:36 +00:00
trifonnt 57705cb22b Patches [1700186] - Remove more references to derby/fyracle
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1700186&group_id=176962
2010-04-16 21:29:26 +00:00
trifonnt f101ae3063 Update html pages. 2010-03-26 14:48:11 +00:00
trifonnt dcafbac332 Removed not used image. 2010-03-26 10:04:36 +00:00
trifonnt f479ca2beb FR [2974430] - Remove old release.html file
https://sourceforge.net/tracker/?func=detail&aid=2974430&group_id=176962&atid=883808
2010-03-22 09:06:29 +00:00
trifonnt d75403fadd Fixed Linux installation scripts.
Thank's to Felix!
2009-09-25 09:20:17 +00:00
trifonnt ffc394b522 BF: [2832535] - Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2832535&group_id=176962
Fixed postgres value.
2009-08-12 16:21:19 +00:00
trifonnt 4cd8e42a1a FR: [2832535] Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties
https://sourceforge.net/tracker/?func=detail&aid=2832535&group_id=176962&atid=879332
2009-08-05 10:05:55 +00:00
Heng Sin Low 698ac42bc2 minor - ADEMPIERE_VERSION and ADEMPIERE_VENDOR not read from AdempiereEnv.properties 2009-05-15 04:47:37 +00:00
Carlos Ruiz 2f4172f2db Implement patches strategy for zkwebui
Remove beta status for zkwebui
2008-12-10 03:09:42 +00:00
Heng Sin Low b2f73bee73 minor - do not hide output from sign database build process. 2008-12-07 00:46:22 +00:00
mjudd 8024fe01f3 [ BF 2320232 ] - Deprecated Ant Command: deltree
https://sourceforge.net/tracker/index.php?func=detail&aid=2320232&group_id=176962&atid=879332
2008-11-21 11:21:23 +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
Heng Sin Low 126f1f06e3 [ 2042733 ] Remove non-Lan connection profile code
[ 2188252 ] Make Adempiere build using both jdk 5 and jdk 6
2008-10-24 22:29:40 +00:00
trifonnt b0d7f89e8a Ported GlassFish support from experimental to stable. 2008-10-24 09:15:53 +00:00
trifonnt b6d35e86fc PosteritaPOS integrated and enabled. 2008-10-21 15:25:07 +00:00
vpj-cd b2c9bb17e4 disable because posterita.jar overwrite core class model and can cause some issue 2008-10-18 20:45:01 +00:00
Carlos Ruiz dcec4f3aa5 Integrate libero in stable 2008-05-29 09:46:44 +00:00
Carlos Ruiz 71a32a5f67 Improve windows scripts - backup with date/time 2008-03-03 19:55:34 +00:00
Carlos Ruiz 7427acc440 Implement security mechanism for [ 1851190 ] Running outdated client can cause data corruption 2008-02-20 00:38:39 +00:00
tspc 5c448f6834 BF [ 1894729 ] RUN_ImportAdempiere, class not found SignDatabaseBuild 2008-02-16 00:03:36 +00:00
Carlos Ruiz 911d7e4f3e Implement security mechanism for [ 1851190 ] Running outdated client can cause data corruption 2008-02-13 06:24:51 +00:00
Carlos Ruiz 45508244f3 Fix [ 1883092 ] Problem redeploying modified customization or patches.jar 2008-01-30 23:46:23 +00:00
shameem_z 119e240dc5 Adding Web UI to the build.xml 2007-11-23 13:21:08 +00:00
vpj-cd 27efd9b851 [ 1823186 ] New process to setup Posterita POS when Client do not is new
http://sourceforge.net/tracker/index.php?func=detail&aid=1823186&group_id=176962&atid=928568
2007-11-06 04:52:27 +00:00
vpj-cd 532579cf82 revert revision 3261 2007-10-02 16:17:51 +00:00
shameem_z 742c8c502b Adding posterita.war to the build.xml 2007-10-02 13:53:12 +00:00
vpj-cd 41faf00ce4 Enable you can overwrite a class Adempiere core, i.e. Libero need overwrite the Doc.java, C_DocType.java, the reason is by Libero implement new functionality to account. 2007-09-25 21:18:00 +00:00
Heng Sin Low 6dce761038 * Fixed broken link.
* Branding.
2007-09-17 07:07:05 +00:00
Heng Sin Low 908b5a1bfb [ 1755255 ] 2pack should support installation of compile java file
- fixed ant build file error in previous commit.
2007-08-24 15:50:57 +00:00
Heng Sin Low cd9dce18e5 [ 1755255 ] 2pack should support installation of compile java file
- enabled deployment of jar.
2007-08-24 02:19:02 +00:00
Heng Sin Low d27f8e5790 * Improve build performance
- remove unnecessary unjar
2007-06-04 16:26:14 +00:00
Heng Sin Low 3340255de2 * minor, put back the @pause command so that user can read the error message printed on console. 2007-05-08 05:03:48 +00:00
Heng Sin Low 647c199f2d * Should install jdk first before database
- https://sourceforge.net/forum/message.php?msg_id=4301005
2007-05-08 04:56:03 +00:00
Carlos Ruiz 43a2c201f9 Revert 2055, 2056, 2057 2007-04-11 13:37:33 +00:00
Heng Sin Low 94ae3fe71f * [ 1696790 ] Classpath Issues for customization.jar and patches.jar 2007-04-10 04:08:37 +00:00
Heng Sin Low 5941d4224a * remove derby and fyracle from trunk 2007-04-09 14:10:18 +00:00
Heng Sin Low 3e9beb2dd8 * remove use of pause so that it can be use in non-attending setup script. 2007-03-16 03:43:40 +00:00
deathmeat f51ccf2c8d [ 1678773 ] Java 6 and Webstart + Jasper Reports
[ 1677457 ] JasperReports deployed to jboss
2007-03-12 08:09:30 +00:00
Carlos Ruiz 722867aec1 patches and customization jars must be signed by RUN_setup to work 2007-02-19 06:24:43 +00:00
Heng Sin Low f38ee762d3 * [ 1658530 ] Remove jPDF dependency 2007-02-15 08:06:46 +00:00
afalcone 4349f5963f Added link to wiki page for "Migration between versions" 2007-02-09 17:38:09 +00:00