Commit Graph

10 Commits

Author SHA1 Message Date
hieplq d7808da56a IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
a mavent project convert from plugin have flow default rule
   1. maven project prefer setting JRE to Execution environment, so .classpath is updated
   2. java class compliment to target/classes/, so build.propertie is updated
   3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created

extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431

   it happend on bundle use non-standard java package
      org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
      org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs

   on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
   so change to warning method make it consitent with other
      org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq b6d9886732 IDEMPIERE-3531:standard lib folder
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
hieplq fe3a5c58ee IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-10 22:45:34 +07:00
Heng Sin Low 4a94fcd0f5 IDEMPIERE-92 Implement Selenium testing framework. Update selenium library to version 2.35.0 to support latest firrefox and chrome. 2013-10-02 12:27:48 +08:00
Heng Sin Low 38b904b269 IDEMPIERE-92 Implement Selenium testing framework. Added phantomjs (phantomjs.org) support. 2013-05-26 10:02:58 +08:00
Heng Sin Low 8a4b77af9f IDEMPIERE-92 Implement Selenium testing framework. Upgrade to selenium 2.31.0 to support Firefox 18 and Firefox 19. 2013-03-05 21:11:43 +08:00
Heng Sin Low 4ff1981554 IDEMPIERE-206 Integrate fitnesse with iDempiere. Fixed deployment issue. 2012-12-18 11:05:58 +08:00
Heng Sin Low 60f3a3898e IDEMPIERE-92 - Integrate Selenium. Implemented selenium and fitnesse integration using FitLibrary and FitLibraryWeb. Added FitLibrary and FitLibraryWeb documentation to fitnesse root. Added 2 example fitnesse test for zk. 2012-12-13 03:35:08 +08:00
Heng Sin Low 748ed726b4 IDEMPIERE-92 - Integrate Selenium. Moved project 'idempiere.zk.selenium' 2012-12-13 02:00:09 +08:00
Heng Sin Low 39cf26d40c IDEMPIERE-206 Integrate fitnesse with iDempiere 2012-11-27 16:29:04 +08:00