Commit Graph

71 Commits

Author SHA1 Message Date
hieplq ee66699d4a
IDEMPIERE-5909:use jdbc library as bundle (#2092)
* IDEMPIERE-5909:use jdbc library as bundle

* IDEMPIERE-5909:use jdbc library as bundle (version up)

* IDEMPIERE-5909:use jdbc library as bundle (update target id as CarlosRuiz suggest)
2023-11-08 12:12:35 +01:00
hengsin 55760215a4
IDEMPIERE-5448 2023 June Platform Update (#2021)
- minor oomph fix for jdk version.
2023-09-22 17:07:27 +08:00
hengsin 9c7713fa8d
IDEMPIERE-5448 2023 June Platform Update (#1531)
* IDEMPIERE-5448 Can't launch unit test with Eclipse 2022-09

- upgrade to tycho 3.1.0-SNAPSHOT
- set maven compiler source and target level to 11
- upgrade to junit 5.9.1

* IDEMPIERE-5448 Can't launch unit test with Eclipse 2022-09

- Change tycho version to 3.0.3

* IDEMPIERE-5448 2023 June Platform Update

* IDEMPIERE-5448 2023 June Platform Update

- Explicitly set target, source and release level to JavaSE 11

* IDEMPIERE-5448 2023 June Platform Update

- Use 3.0.5-SNAPSHOT to fix stack overflow error.

* IDEMPIERE-5448 2023 June Platform Update

- Change source, target and release level to JDK 17
- Update target platform name to idempiere-230620

* IDEMPIERE-5448 2023 June Platform Update

- Fix LogFactory ClassNotFound exception with Eclipse 2023-06
2023-06-21 13:44:18 +02:00
hengsin 74b038436b
IDEMPIERE-5655 Add setup file for Oomph Import (#1761) 2023-03-30 14:17:03 +02:00
hengsin 2bba622b82
IDEMPIERE-4719 Create Oomph project setup model (#681)
* IDEMPIERE-4719 Create Oomph project setup model
- Fixed mvn_verify.launch JRE configuration
- Move oomph setup profiles to https://github.com/hengsin/idempiere-oomph/
2021-05-11 07:25:29 +08:00
hengsin 9d6500672d
IDEMPIERE-4719 Create Oomph project setup model (#610)
* IDEMPIERE-4719 Create Oomph project setup model

add oomph setup files and mvn verify launch configuration

* IDEMPIERE-4719 Create Oomph project setup model

Fix project setup model.
2021-03-05 10:45:14 +01:00
hengsin b0a1841dde
IDEMPIERE-4719 Create Oomph project setup model (#609)
add oomph setup files and mvn verify launch configuration
2021-03-04 21:58:33 +08:00
Heng Sin Low 60e68612e8 Remove obsolete build script 2010-11-08 10:20:15 +08:00
Heng Sin Low 822e567898 migrate oracle and postgresql provider to be equinox extension based. 2010-08-23 19:27:28 +08:00
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 b5c573d380 * make it buildable after checkout. 2010-07-20 13:17:25 +08:00
Heng Sin Low f8ed9faa3c added jasper report webapp and tomcat config build target. 2010-07-15 03:01:18 +08:00
Heng Sin Low 9574a82506 modify build for osgi base deployment. 2010-07-13 16:15:31 +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 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 e8c554fb89 Failure in tools plugin build: ECS not available!
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-05-06 14:37:24 +00:00
joergviola 6bb6bd0e1a use standard deployment for OSGi
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 21:08:43 +00:00
trifonnt 6f46c586bd Code cleanup and Typo fixes.
Co-effort by Felix and Trifon.
2009-10-09 14:32:01 +00:00
Carlos Ruiz 5ffe986824 Steps to release 3.5.4a 2009-09-15 01:19:47 +00:00
Carlos Ruiz 4f0dbe926a Preparing release 3.5.3a 2008-12-21 07:43:56 +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
bmovaqar d289faef76 [Bugs-1818607] Build and Run scripts fail on Unix if not using Bash/Ash/SH 2008-11-05 13:09:05 +00:00
trifonnt 732dea05bd PosteritaPOS integrated and enabled. 2008-10-21 17:47:21 +00:00
vpj-cd 282d9e4e5d DISABLE the build to posterita.jar, in this moment this code overwrite the original class model and can cause severe damage.
So the org/compiere/model need are delete the posterita project
2008-10-18 20:26:09 +00:00
trifonnt e0a37c9e32 integrated Web POS 1.7.3. 2008-10-18 11:49:12 +00:00
Carlos Ruiz 0122b11eb1 Preparing release 3.5.2a 2008-07-29 05:34:48 +00:00
Heng Sin Low d332037aa6 * Fix build.xml and .project 2008-07-10 06:02:55 +00:00
Carlos Ruiz 089bfcd9b5 Recommit to recover history on files modified integrating libero 2008-05-30 04:00:21 +00:00
Carlos Ruiz 3b762965b1 2008-05-30 03:50:03 +00:00
Carlos Ruiz c68297f7bb Reverting revisions 5291 & 5292 in sqlj - the way it was integrated deleted all history on the modified classes 2008-05-30 03:45:27 +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
Carlos Ruiz f7ca192e31 Preparing 3.4.0s release 2008-03-26 16:14:06 +00:00
Carlos Ruiz 5916c3a3e3 Revert revision 4757 - integrate again changes of revisions:
4434 - [ 1884762 ] FR - Make main logo and link for Home configurable
4438 - Deploy Adempiere ZK webUI by default
With the agreement of Posterita team
https://sourceforge.net/forum/message.php?msg_id=4820393
2008-03-07 00:54:09 +00:00
Carlos Ruiz 59d084daed Revert revisions 4434 and 4438
4434 - [ 1884762 ] FR - Make main logo and link for Home configurable
4438 - Deploy Adempiere ZK webUI by default
2008-02-22 04:32:26 +00:00
Carlos Ruiz e74f86cba2 Deploy Adempiere ZK webUI by default 2008-02-04 08:00:20 +00:00
Heng Sin Low bff1cb7823 * added jar target that only rebuild Adempiere distribution jar file.
* added build script that take ant target from command line parameter.
2007-12-28 02:41:10 +00:00
Carlos Ruiz d9d5c28b4e Prepare relese 3.3.1b 2007-12-05 20:18:24 +00:00
Heng Sin Low 79bcad9ed8 build fail without checking out the posterita web ui project. 2007-12-02 23:30:23 +00:00
shameem_z 119e240dc5 Adding Web UI to the build.xml 2007-11-23 13:21:08 +00:00
shameem_z fe40f68e4d chnanges for posterita (BUILD.XML) 2007-10-02 08:49:17 +00:00
Carlos Ruiz 63d151846f Preparing 3.3.0 release 2007-07-14 16:19:01 +00:00
Carlos Ruiz 4646e36a28 completing previous commit 2007-06-21 15:55:39 +00:00
Carlos Ruiz 2293e07c6e Changing heap space in compilation to avoid problem
[javac] Could not reserve enough space for object heap
Following recommendations from Sun:
"
Consider setting the maximum heap size to 1/4 the total physical memory on the server and setting the minimum to 1/2 of the maximum heap
Sun recommends that ms be set to somewhere between 1/10 and 1/4 of the mx setting.
"
2007-06-21 15:53:04 +00:00
Heng Sin Low daed345d25 [ 1717919 ] Out of memory when running Run_build.bat 2007-05-12 22:49:47 +00:00
Heng Sin Low 01e542d487 * remove dbPort and print reference 2007-05-10 03:43:02 +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
trifonnt 5ee7668131 Smal html file which helps in UNICODE encoding. 2007-05-05 21:31:08 +00:00
Carlos Ruiz 3597aa15ca Preparation for 3.2.0 release 2007-05-01 05:05:54 +00:00
Heng Sin Low 85f2b6ecf2 * [ 1673357 ] Remove use of myDevEnvTemplate script 2007-04-03 00:58:52 +00:00