]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoSet java.awt.headless to avoid dock icon in tests using images
Leif Åstrand [Sun, 5 Aug 2012 09:48:34 +0000 (12:48 +0300)]
Set java.awt.headless to avoid dock icon in tests using images

12 years agoMake clean-all purge gwt-unitCache
Leif Åstrand [Sun, 5 Aug 2012 08:31:48 +0000 (11:31 +0300)]
Make clean-all purge gwt-unitCache

12 years agoAdd shorthand for avoiding null-checks with ResourceReference (#9211)
Leif Åstrand [Fri, 3 Aug 2012 14:02:56 +0000 (17:02 +0300)]
Add shorthand for avoiding null-checks with ResourceReference (#9211)

12 years agoSupport getting translated urls in javascript (#9209)
Leif Åstrand [Fri, 3 Aug 2012 13:26:51 +0000 (16:26 +0300)]
Support getting translated urls in javascript (#9209)

12 years agoMerge remote-tracking branch 'origin/6.8'
Leif Åstrand [Fri, 3 Aug 2012 11:24:33 +0000 (14:24 +0300)]
Merge remote-tracking branch 'origin/6.8'

+ add @Override

Conflicts:
src/com/vaadin/terminal/gwt/client/Util.java
src/com/vaadin/terminal/gwt/client/ui/VOverlay.java
src/com/vaadin/terminal/gwt/client/ui/menubar/VMenuBar.java
src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java
src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/ui/LoginForm.java
src/com/vaadin/ui/Table.java
tests/test.xml

12 years agoMake LoginForm work inside iframes (#8144)
Leif Åstrand [Fri, 3 Aug 2012 10:35:51 +0000 (10:35 +0000)]
Make LoginForm work inside iframes (#8144)

Automatic test case included but not enabled because it does not currently work with IE6-8

svn changeset:24053/svn branch:6.8

12 years agoEnsure notification notifies VOverlay about its position (#6219, #8399)
Artur Signell [Fri, 3 Aug 2012 07:50:53 +0000 (07:50 +0000)]
Ensure notification notifies VOverlay about its position (#6219, #8399)

svn changeset:24050/svn branch:6.8

12 years agoRenamed method to better reflect what it does (#6219, #8399)
Artur Signell [Fri, 3 Aug 2012 07:50:47 +0000 (07:50 +0000)]
Renamed method to better reflect what it does (#6219, #8399)

svn changeset:24049/svn branch:6.8

12 years agoFix for overlays in opera with no shadow (#6219, #8399)
Artur Signell [Fri, 3 Aug 2012 07:50:42 +0000 (07:50 +0000)]
Fix for overlays in opera with no shadow (#6219, #8399)

svn changeset:24048/svn branch:6.8

12 years agoTest using Chrome 21 (#9202)
Artur Signell [Fri, 3 Aug 2012 07:50:35 +0000 (07:50 +0000)]
Test using Chrome 21 (#9202)

svn changeset:24047/svn branch:6.8

12 years agoDon't warn when same connector resource is used in multiple tabs (#9205)
Leif Åstrand [Fri, 3 Aug 2012 07:26:09 +0000 (10:26 +0300)]
Don't warn when same connector resource is used in multiple tabs (#9205)

12 years agoMake connector implement Paintable just to get rid of warnings (#8688)
Leif Åstrand [Fri, 3 Aug 2012 06:32:44 +0000 (09:32 +0300)]
Make connector implement Paintable just to get rid of warnings (#8688)

Without this fix, warnings about getting Vaadin 6 style updates will be
logged when using CustomLayout.

12 years agoAdded iframe to all overlays to avoid PDF and applet z-index problems (#6219, #8399)
Artur Signell [Thu, 2 Aug 2012 12:59:09 +0000 (12:59 +0000)]
Added iframe to all overlays to avoid PDF and applet z-index problems (#6219, #8399)

svn changeset:24046/svn branch:6.8

12 years agoClear selectionRangeStart if the key map has been cleared (#8584, #8736)
Leif Åstrand [Thu, 2 Aug 2012 12:11:08 +0000 (12:11 +0000)]
Clear selectionRangeStart if the key map has been cleared (#8584, #8736)

svn changeset:24045/svn branch:6.8

12 years agoRemember previous row height to maintain table size when all rows are removed (#9132)
Leif Åstrand [Wed, 1 Aug 2012 12:20:21 +0000 (12:20 +0000)]
Remember previous row height to maintain table size when all rows are removed (#9132)

svn changeset:24041/svn branch:6.8

12 years agoUpgrade build.xml for Java 1.6
Leif Åstrand [Tue, 31 Jul 2012 13:28:26 +0000 (16:28 +0300)]
Upgrade build.xml for Java 1.6

12 years agoEnsure GWT is compiled before compiling a single widgetset
Leif Åstrand [Tue, 31 Jul 2012 12:16:57 +0000 (15:16 +0300)]
Ensure GWT is compiled before compiling a single widgetset

12 years agoRemoved duplicated code (#9189)
Artur Signell [Tue, 31 Jul 2012 10:47:09 +0000 (10:47 +0000)]
Removed duplicated code (#9189)

svn changeset:24039/svn branch:6.8

12 years agoCorrectly decode maps and arrays with "" as the last value (#9188)
Artur Signell [Tue, 31 Jul 2012 10:43:20 +0000 (10:43 +0000)]
Correctly decode maps and arrays with "" as the last value (#9188)

svn changeset:24038/svn branch:6.8

12 years agoLog variables also when the paintable cannot be found (#9189)
Artur Signell [Tue, 31 Jul 2012 10:43:06 +0000 (10:43 +0000)]
Log variables also when the paintable cannot be found (#9189)

svn changeset:24037/svn branch:6.8

12 years agoRemove unwanted auto-generated stub (#8574)
Leif Åstrand [Tue, 31 Jul 2012 09:05:03 +0000 (12:05 +0300)]
Remove unwanted auto-generated stub (#8574)

12 years agoMerge remote-tracking branch 'origin/6.8'
Leif Åstrand [Tue, 31 Jul 2012 09:00:44 +0000 (12:00 +0300)]
Merge remote-tracking branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java
tests/testbench/com/vaadin/tests/components/popupview/PopupViewClickShortcut.java
tests/testbench/com/vaadin/tests/containers/sqlcontainer/CheckboxUpdateProblem.java

12 years agoMove common code to AbstractDeploymentConfiguration (#8574)
Leif Åstrand [Tue, 31 Jul 2012 08:50:29 +0000 (11:50 +0300)]
Move common code to AbstractDeploymentConfiguration (#8574)

12 years agoUse constants for magic strings and add / to end of UIDL url (#9168)
Leif Åstrand [Tue, 31 Jul 2012 08:41:10 +0000 (11:41 +0300)]
Use constants for magic strings and add / to end of UIDL url (#9168)

12 years agoAvoid int parse error in VSplitPanel and clean up the code (#9154)
Leif Åstrand [Mon, 30 Jul 2012 13:21:45 +0000 (13:21 +0000)]
Avoid int parse error in VSplitPanel and clean up the code (#9154)

svn changeset:24034/svn branch:6.8

12 years agoImproved code readability based on review (#8109)
Leif Åstrand [Mon, 30 Jul 2012 10:31:26 +0000 (10:31 +0000)]
Improved code readability based on review (#8109)

svn changeset:24033/svn branch:6.8

12 years agoDon't make changes directly to the visible itemids collection (#8109, #8787)
Leif Åstrand [Mon, 30 Jul 2012 09:12:37 +0000 (09:12 +0000)]
Don't make changes directly to the visible itemids collection (#8109, #8787)

svn changeset:24032/svn branch:6.8

12 years agoExplicitly delegate keyboard events from the PopupView popup to the relevant shortcut...
Johannes Dahlström [Fri, 27 Jul 2012 14:39:23 +0000 (14:39 +0000)]
Explicitly delegate keyboard events from the PopupView popup to the relevant shortcut action handler (#8193)

svn changeset:24031/svn branch:6.8

12 years agoPreserve selection order for multi select value (#8109, #8787)
Leif Åstrand [Fri, 27 Jul 2012 14:00:39 +0000 (14:00 +0000)]
Preserve selection order for multi select value (#8109, #8787)

svn changeset:24030/svn branch:6.8

12 years agoFixed TooltipInWindow test after moving (#9172)
Johannes Dahlström [Fri, 27 Jul 2012 11:48:59 +0000 (14:48 +0300)]
Fixed TooltipInWindow test after moving (#9172)

12 years agoMove classes common to client and server to com.vaadin.shared.* (#8934)
Leif Åstrand [Fri, 27 Jul 2012 11:36:23 +0000 (14:36 +0300)]
Move classes common to client and server to com.vaadin.shared.* (#8934)

12 years agoMoved window tooltip test from components/ to components/window/ (#9172)
Johannes Dahlström [Fri, 27 Jul 2012 11:12:07 +0000 (14:12 +0300)]
Moved window tooltip test from components/ to components/window/ (#9172)

12 years agoRevert root cleanup changes - this commit was not supposed to go to master
Johannes Dahlström [Thu, 26 Jul 2012 14:08:10 +0000 (17:08 +0300)]
Revert root cleanup changes - this commit was not supposed to go to master

This reverts commit 25f664f993a1eb936cb516f1b748773b9b4d5239.

12 years agoImprove server-side error when serializing wildcard types (#8862)
Leif Åstrand [Fri, 27 Jul 2012 10:08:04 +0000 (13:08 +0300)]
Improve server-side error when serializing wildcard types (#8862)

12 years ago#9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual) test...
Henri Sara [Fri, 27 Jul 2012 10:01:38 +0000 (10:01 +0000)]
#9155 Add refresh() to SQLContainer.removeContainerFilter(), one more (manual) test for SQLContainer and refactoring another test.

svn changeset:24029/svn branch:6.8

12 years agoFix portlet code that was disabled before Root.open was restored
Leif Åstrand [Mon, 23 Jul 2012 12:38:35 +0000 (15:38 +0300)]
Fix portlet code that was disabled before Root.open was restored

12 years agoFix typo
Leif Åstrand [Thu, 26 Jul 2012 13:19:36 +0000 (16:19 +0300)]
Fix typo

12 years agoSupport connector resources in portlets (#9059)
Leif Åstrand [Thu, 26 Jul 2012 12:18:35 +0000 (15:18 +0300)]
Support connector resources in portlets (#9059)

12 years agoRefactor Portlet URL handling based on Servlet URLs (#9168)
Leif Åstrand [Thu, 26 Jul 2012 12:03:28 +0000 (15:03 +0300)]
Refactor Portlet URL handling based on Servlet URLs (#9168)

12 years agoRemove check for header not sent since svn revision [11874] (#9168)
Leif Åstrand [Wed, 25 Jul 2012 11:26:45 +0000 (14:26 +0300)]
Remove check for header not sent since svn revision [11874] (#9168)

12 years agoActually we still need the VOverlay special case for situations where an overlay...
Johannes Dahlström [Thu, 26 Jul 2012 13:08:05 +0000 (16:08 +0300)]
Actually we still need the VOverlay special case for situations where an overlay does not have a corresponding connector (eg. submenus) (#9172)

12 years agoFix tooltips in VOverlay/PopupPanel widgets; remove unneeded special case from Util...
Johannes Dahlström [Thu, 26 Jul 2012 11:55:46 +0000 (14:55 +0300)]
Fix tooltips in VOverlay/PopupPanel widgets; remove unneeded special case from Util.getConnectorForElement() (#9172)

12 years agoUpdate test to work with Vaadin 7
Leif Åstrand [Thu, 26 Jul 2012 11:54:24 +0000 (14:54 +0300)]
Update test to work with Vaadin 7

12 years agoMerge remote branch 'origin/6.8'
Leif Åstrand [Thu, 26 Jul 2012 11:53:59 +0000 (14:53 +0300)]
Merge remote branch 'origin/6.8'

Conflicts:
src/com/vaadin/terminal/gwt/server/CommunicationManager.java

12 years agoA better patch and test for #7036
Johannes Dahlström [Thu, 26 Jul 2012 09:57:12 +0000 (09:57 +0000)]
A better patch and test for #7036

svn changeset:24027/svn branch:6.8

12 years agoReverted #7036 patch, will write a better one
Johannes Dahlström [Thu, 26 Jul 2012 08:51:23 +0000 (08:51 +0000)]
Reverted #7036 patch, will write a better one

svn changeset:24026/svn branch:6.8

12 years agoDon't throw UnsupportedOperationException in Label.toString (#9175)
Leif Åstrand [Thu, 26 Jul 2012 07:37:06 +0000 (10:37 +0300)]
Don't throw UnsupportedOperationException in Label.toString (#9175)

12 years agoTest case for #9172
Leif Åstrand [Thu, 26 Jul 2012 06:48:27 +0000 (09:48 +0300)]
Test case for #9172

12 years agoAdd missing Java 6 @Override annotations
Leif Åstrand [Wed, 25 Jul 2012 14:00:47 +0000 (17:00 +0300)]
Add missing Java 6 @Override annotations

12 years agoMove null check before using variable
Leif Åstrand [Wed, 25 Jul 2012 13:59:52 +0000 (16:59 +0300)]
Move null check before using variable

12 years agoFix typo preventing StreamVariable cleanup (#9171)
Leif Åstrand [Wed, 25 Jul 2012 12:43:44 +0000 (12:43 +0000)]
Fix typo preventing StreamVariable cleanup (#9171)

svn changeset:24025/svn branch:6.8

12 years agoMake a read-only RichTextArea scrollable (#7036)
Johannes Dahlström [Wed, 25 Jul 2012 11:08:36 +0000 (11:08 +0000)]
Make a read-only RichTextArea scrollable (#7036)

svn changeset:24024/svn branch:6.8

12 years ago#9148 SQLContainer extensible null value support using custom StatementHelper classes
Henri Sara [Wed, 25 Jul 2012 10:15:39 +0000 (10:15 +0000)]
#9148 SQLContainer extensible null value support using custom StatementHelper classes

svn changeset:24023/svn branch:6.8

12 years agoSupport using pre-compiled GWT JARs in build with use.precompiled.gwt .
Henri Sara [Wed, 25 Jul 2012 09:32:51 +0000 (12:32 +0300)]
Support using pre-compiled GWT JARs in build with use.precompiled.gwt .

If the option is specified, gwt.lib.dir should point to a directory
containing the required GWT JARs.

12 years agoFail build SerializerMapGenerator finds unserializable class (#8711)
Leif Åstrand [Wed, 25 Jul 2012 08:17:36 +0000 (11:17 +0300)]
Fail build SerializerMapGenerator finds unserializable class (#8711)

This behavior is enabled by setting the system property
vFailIfNotSerializable to true. The default is still to just log a
warning but still continue compiling.

12 years agoTweak tests to cope with changed component paths
Leif Åstrand [Wed, 25 Jul 2012 07:29:51 +0000 (10:29 +0300)]
Tweak tests to cope with changed component paths

12 years agoTweak test scripts to work better with chrome
Leif Åstrand [Tue, 24 Jul 2012 13:36:58 +0000 (16:36 +0300)]
Tweak test scripts to work better with chrome

12 years agoExtend Root instead of Application
Johannes Dahlström [Tue, 24 Jul 2012 13:45:35 +0000 (16:45 +0300)]
Extend Root instead of Application

12 years agoMerge remote-tracking branch 'origin/master'
Johannes Dahlström [Tue, 24 Jul 2012 12:07:03 +0000 (15:07 +0300)]
Merge remote-tracking branch 'origin/master'

12 years agoMerge branch '6.8'
Johannes Dahlström [Tue, 24 Jul 2012 12:04:49 +0000 (15:04 +0300)]
Merge branch '6.8'

Conflicts:
WebContent/VAADIN/themes/base/treetable/treetable.css
WebContent/release-notes.html
src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java
src/com/vaadin/terminal/gwt/client/ui/textfield/VTextField.java

12 years agoFix copy/paste error in teamcity integration
Leif Åstrand [Tue, 24 Jul 2012 12:00:31 +0000 (15:00 +0300)]
Fix copy/paste error in teamcity integration

12 years agoAdjust merge check to work more nicely with team city
Leif Åstrand [Tue, 24 Jul 2012 11:56:25 +0000 (14:56 +0300)]
Adjust merge check to work more nicely with team city

12 years agoFixed a typo
Johannes Dahlström [Mon, 23 Jul 2012 08:49:00 +0000 (11:49 +0300)]
Fixed a typo

12 years agoRestore portlet application to reduce problems with event ordering
Leif Åstrand [Tue, 24 Jul 2012 10:47:56 +0000 (13:47 +0300)]
Restore portlet application to reduce problems with event ordering

This reverts commit 8725ab419ad084ff5d04987406054333947d3232

12 years agoRevert "Change testing portlet parameter to use root instead of application"
Leif Åstrand [Tue, 24 Jul 2012 10:45:41 +0000 (13:45 +0300)]
Revert "Change testing portlet parameter to use root instead of application"

This reverts commit e566200882075e7b51d0fb0ab067cb5d14ac785a.

12 years agoAdd script for automatically checking for unmerged commits
Leif Åstrand [Tue, 24 Jul 2012 08:38:23 +0000 (11:38 +0300)]
Add script for automatically checking for unmerged commits

12 years agoTest exo and gatein with compatible browser supporting expectDialog
Leif Åstrand [Tue, 24 Jul 2012 07:15:51 +0000 (10:15 +0300)]
Test exo and gatein with compatible browser supporting expectDialog

12 years agoMake testing portlet display its UI
Leif Åstrand [Tue, 24 Jul 2012 06:46:48 +0000 (09:46 +0300)]
Make testing portlet display its UI

12 years agoUpdate some testbench selectors
Leif Åstrand [Mon, 23 Jul 2012 13:19:33 +0000 (16:19 +0300)]
Update some testbench selectors

12 years agoChange testing portlet parameter to use root instead of application
Leif Åstrand [Mon, 23 Jul 2012 13:19:12 +0000 (16:19 +0300)]
Change testing portlet parameter to use root instead of application

12 years agoAdd Java 6 @Override annotations to all methods from interfaces
Leif Åstrand [Mon, 23 Jul 2012 12:23:43 +0000 (15:23 +0300)]
Add Java 6 @Override annotations to all methods from interfaces

12 years agoMerge branch 'debug-console'
Johannes Dahlström [Fri, 20 Jul 2012 15:45:36 +0000 (18:45 +0300)]
Merge branch 'debug-console'

12 years agoRefactored shared state printing to its own SimpleTree subclass: now recursively...
Johannes Dahlström [Fri, 20 Jul 2012 14:48:59 +0000 (17:48 +0300)]
Refactored shared state printing to its own SimpleTree subclass: now recursively prints arrays and objects in the JSON. Also supports highlighting (#8422)

12 years agoFix a typo
Johannes Dahlström [Fri, 20 Jul 2012 15:02:36 +0000 (15:02 +0000)]
Fix a typo

svn changeset:24019/svn branch:6.8

12 years agoRefactored shared state printing to its own SimpleTree subclass: now recursively...
Johannes Dahlström [Fri, 20 Jul 2012 14:48:59 +0000 (17:48 +0300)]
Refactored shared state printing to its own SimpleTree subclass: now recursively prints arrays and objects in the JSON.

12 years ago#8291, #7666 fix Table NegativeArraySizeException when table size reduced by filter...
Henri Sara [Fri, 20 Jul 2012 14:46:33 +0000 (14:46 +0000)]
#8291, #7666 fix Table NegativeArraySizeException when table size reduced by filter or otherwise, related test application

svn changeset:24018/svn branch:6.8

12 years agoInitial support for showing state changes in the debug console (#8422)
Johannes Dahlström [Wed, 18 Jul 2012 15:41:14 +0000 (18:41 +0300)]
Initial support for showing state changes in the debug console (#8422)

12 years agoInitial commit for root cleanup support (#7893)
Johannes Dahlström [Wed, 18 Jul 2012 13:39:36 +0000 (16:39 +0300)]
Initial commit for root cleanup support (#7893)

12 years ago#8230 #8917 Fix input prompt leaking to the field value in TextField and TextArea
Henri Sara [Wed, 11 Jul 2012 09:25:04 +0000 (09:25 +0000)]
#8230 #8917 Fix input prompt leaking to the field value in TextField and TextArea

svn changeset:24011/svn branch:6.8

12 years agoRelease Notes for Vaadin 6.8.1.
Marko Grönroos [Wed, 11 Jul 2012 07:24:49 +0000 (07:24 +0000)]
Release Notes for Vaadin 6.8.1.

svn changeset:24010/svn branch:6.8

12 years agoFix CRLF -> LF
Johannes Dahlström [Tue, 10 Jul 2012 11:52:53 +0000 (11:52 +0000)]
Fix CRLF -> LF

svn changeset:24008/svn branch:6.8

12 years agoOops, remove redundant code causing a compile error
Johannes Dahlström [Tue, 10 Jul 2012 10:02:50 +0000 (10:02 +0000)]
Oops, remove redundant code causing a compile error

svn changeset:24005/svn branch:6.8

12 years ago#7387 bugfix: ensure non-negative width
Johannes Dahlström [Mon, 9 Jul 2012 15:47:51 +0000 (15:47 +0000)]
#7387 bugfix: ensure non-negative width

svn changeset:24004/svn branch:6.8

12 years agoTest for #9064
Johannes Dahlström [Mon, 9 Jul 2012 14:38:16 +0000 (14:38 +0000)]
Test for #9064

svn changeset:24003/svn branch:6.8

12 years ago#9064 Render checkboxes in a Table as display: inline-block like TreeTable already...
Johannes Dahlström [Mon, 9 Jul 2012 14:15:53 +0000 (14:15 +0000)]
#9064 Render checkboxes in a Table as display: inline-block like TreeTable already does

svn changeset:24002/svn branch:6.8

12 years agoRevert #8193 patch because of regressions
Johannes Dahlström [Mon, 9 Jul 2012 12:32:17 +0000 (12:32 +0000)]
Revert #8193 patch because of regressions

svn changeset:24000/svn branch:6.8

12 years agoEmpty TreeTable rows collapse after #7387 fix, give them some content to prevent...
Johannes Dahlström [Mon, 9 Jul 2012 11:06:31 +0000 (11:06 +0000)]
Empty TreeTable rows collapse after #7387 fix, give them some content to prevent this

svn changeset:23998/svn branch:6.8

12 years agoTB test for #7387
Johannes Dahlström [Mon, 9 Jul 2012 11:02:15 +0000 (11:02 +0000)]
TB test for #7387

svn changeset:23996/svn branch:6.8

12 years ago#7387 Render block elements in TreeTable hierarchy column correctly: draw the expand...
Johannes Dahlström [Mon, 9 Jul 2012 10:13:27 +0000 (10:13 +0000)]
#7387 Render block elements in TreeTable hierarchy column correctly: draw the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent".

svn changeset:23994/svn branch:6.8

12 years agoAdd test for JavaScript component fundamentals (#8888)
Leif Åstrand [Thu, 5 Jul 2012 12:10:02 +0000 (15:10 +0300)]
Add test for JavaScript component fundamentals (#8888)

12 years agoExplicit test for attaching extensions (#6690)
Leif Åstrand [Thu, 5 Jul 2012 11:12:18 +0000 (14:12 +0300)]
Explicit test for attaching extensions (#6690)

12 years agoMake findTypesWithExistingSerializers check for right signature (#9106)
Leif Åstrand [Thu, 5 Jul 2012 09:13:21 +0000 (12:13 +0300)]
Make findTypesWithExistingSerializers check for right signature (#9106)

12 years agoCorrect typos in AbstractCommunicationManager
Henri Sara [Wed, 4 Jul 2012 07:00:16 +0000 (10:00 +0300)]
Correct typos in AbstractCommunicationManager

12 years agoRemove debug output
Leif Åstrand [Tue, 3 Jul 2012 13:55:55 +0000 (16:55 +0300)]
Remove debug output

12 years agoRun JavaScript RPC with this pointing to the connector wrapper (#9096)
Leif Åstrand [Tue, 3 Jul 2012 10:27:47 +0000 (13:27 +0300)]
Run JavaScript RPC with this pointing to the connector wrapper (#9096)

12 years agoAdd gwt.lib.dir for using prebuilt gwt jar files not in lib dir
Leif Åstrand [Tue, 3 Jul 2012 08:57:59 +0000 (11:57 +0300)]
Add gwt.lib.dir for using prebuilt gwt jar files not in lib dir

12 years agoCode for some alpha3 mini tutorials
Leif Åstrand [Tue, 3 Jul 2012 08:23:59 +0000 (11:23 +0300)]
Code for some alpha3 mini tutorials

12 years agoMerge remote-tracking branch 'origin/master'
Henri Sara [Tue, 3 Jul 2012 07:37:03 +0000 (10:37 +0300)]
Merge remote-tracking branch 'origin/master'

12 years agoUpdate Ivy configuration and build script for integrated GWT.
Henri Sara [Tue, 3 Jul 2012 07:36:14 +0000 (10:36 +0300)]
Update Ivy configuration and build script for integrated GWT.

For ease of development, GWT "trunk" and "tools" are assumed to be
checked out in a directory parallel to the project directory. Otherwise,
the variable gwt.root can be used to give the location of trunk.

Add Ivy dependencies for servlet API and libraries needed to compile
tests (Jetty, Apache Commons) - these were previously used from GWT
JARs.

12 years agoAdd test script for the serializers
Leif Åstrand [Tue, 3 Jul 2012 07:31:18 +0000 (10:31 +0300)]
Add test script for the serializers