hieplq
31ad04d7ef
IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project
2018-02-18 23:41:09 +07:00
hieplq
9482f02dec
IDEMPIERE-3531:add maven tycho configuration
2018-02-10 16:42:06 +07:00
hieplq
b8caaa1549
IDEMPIERE-3531:some plugin don't include class on output maven when export
...
"bin.includes = ." is mandatory for maven build
2018-02-11 00:37:05 +07:00
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
8895154d8d
IDEMPIERE-3531:remove facets and main output to jar
...
refine IDEMPIERE-3510
2018-01-30 14:44:05 +07:00
Carlos Ruiz
d63062d0d0
New version
2017-10-31 23:12:29 +01:00
Carlos Ruiz
3d985bd0ed
change references to new version
2016-10-30 20:30:07 +01:00
hieplq
116cde1e96
IDEMPIERE-3136:all stuff relate library of idempiere
...
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq
d4512dc40d
IDEMPIERE-3136:all stuff relate library of idempiere
...
setting classpath of jre to workspace default jre. other some time we encounter bellow error with project have faceted like org.adempiere.base
Access restriction: The constructor 'Some class' is not API (restriction on required library '/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar') Some class.java
2016-07-07 10:47:36 +07:00
hieplq
234df35c24
IDEMPIERE-3136:all stuff relate library of idempiere
...
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:50 +07:00
hieplq
4ae72bb050
IDEMPIERE-3136:all stuff relate library of idempiere
...
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
Carlos Ruiz
6a8183effa
Update product version to 3.1.0
2015-10-30 21:18:07 -05:00
Heng Sin Low
816e27a8e2
IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info.
2014-10-16 14:34:12 +08:00
Heng Sin Low
0b2fbe27ae
IDEMPIERE-2245 Platform Upgrade for r3.
2014-10-13 11:05:19 +08:00
Heng Sin Low
bb6607d553
IDEMPIERE-1561 Update product version to 2.0.0.
2013-11-21 14:32:17 +08: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
8d9a2ba66f
IDEMPIERE-1223 Use ClassName as Name of OSGi component.
2013-07-31 16:30:15 +08:00
Heng Sin Low
98150a1dea
IDEMPIERE-1124 ZkSuite.ProductionTest is broken. Fixed lookup fixture. Fixed production test script.
2013-07-01 16:45:41 +08:00
Deepak Pansheriya
d79d418a25
IDEMPIERE-92 Adding capability to have testing for file upload panel
2013-06-14 11:54:07 +05:30
Heng Sin Low
ccc7c1e6e3
IDEMPIERE-92 Implement Selenium testing framework. Added default screen size for phantomjs driver. Added "screen shot" and "maximize window" commands to aids debugging of selenium test script.
2013-06-11 23:52:07 +08:00
Deepak Pansheriya
aa251fba97
IDEMPIERE-92 Fixing bug related to braces in window name
2013-05-30 19:14:18 +05:30
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
7107061336
IDEMPIERE-92 Implement Selenium testing framework. Fixed "org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Element is no longer attached to the DOM"
2013-05-03 14:30:59 +08:00
Heng Sin Low
eba3553ec0
IDEMPIERE-92 Implement Selenium testing framework. Fixed "org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Element is no longer attached to the DOM"
2013-04-26 16:27:27 +08:00
Heng Sin Low
c62b9e0002
IDEMPIERE-92 Implement Selenium testing framework. Fixed open window fixture.
2013-04-10 17:00:55 +08:00
Heng Sin Low
0292ea8629
IDEMPIERE-92 Implement Selenium testing framework. Fixed checkbox support.
2013-04-10 12:44:16 +08:00
Heng Sin Low
02e8b95c9c
IDEMPIERE-92 Implement Selenium testing framework. Added context click support. Improvement to AdempiereIdGenerator for better determination of _zk_locator. Modify LogEventInterceptor to help the writing of fitnesse selenium script.
2013-03-22 15:55:04 +08:00
Heng Sin Low
ac0d909eac
IDEMPIERE-92 Implement Selenium testing framework. Fixed _zk_locator for id with space. Added execution of arbitrary zk widget command support to zk fixture.
2013-02-14 21:03:53 +08:00
Heng Sin Low
92dc282c1c
IDEMPIERE-529 Search on empty table doesn't allow to close the window. Fitnesse test.
2013-02-05 23:01:41 +08:00
Heng Sin Low
d3d9079c43
IDEMPIERE-443 Lookup not working until you click somewhere else. Fixed selenium fitnesse fixture broken by the lookup menu event handling change.
2013-01-18 15:27:07 +08:00
Heng Sin Low
f0806d82ab
IDEMPIERE-92 Implement Selenium testing framework. Handle single quote in zk selector.
2013-01-14 14:30:36 +08:00
Heng Sin Low
093bf34f9c
IDEMPIERE-92 Implement Selenium testing framework. Added _zk_locator dom attribute to further ease the use of zk selector for the writing of selenium script. Fixed issue with id after a component have change parent.
2013-01-11 18:11:28 +08:00
Heng Sin Low
095c72be64
IDEMPIERE-92 Implement Selenium testing framework. Fixed combobox issue after the 6.5.1 upgrade.
2013-01-11 13:24:07 +08:00
Richard Morales
d0c6f4127a
IDEMPIERE-455 Discover and fix FindBugs problems / Eclipse warning -> suppress unchecked
2012-12-20 15:47:59 -05:00
Heng Sin Low
d442f2c04d
IDEMPIERE-92 - Integrate Selenium. Make more class test ready. Added test case for IDEMPIERE-520.
2012-12-19 16:23:33 +08:00
Heng Sin Low
6b1f26159e
IDEMPIERE-92 - Integrate Selenium. Use widget name and instance name for uuid generation when id is not set. Change WEditor to use the common instanceName widget attribute.
2012-12-17 11:50:14 +08:00
Heng Sin Low
a43e609451
IDEMPIERE-92 - Integrate Selenium. Make more class test ready.
2012-12-14 16:48:09 +08:00
Heng Sin Low
09664e3b37
IDEMPIERE-92 - Integrate Selenium. Improve support for Combobox. Reorganize and reformat test suite for zk. Added test case for the missing field translation tab bug. Added support for selection of tab.
2012-12-13 17:22:56 +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