Marius Dumitru Florea wrote:
Hi Vincent,
vmassol (SVN) wrote:
Author: vmassol
Date: 2009-01-10 20:34:28 +0100 (Sat, 10 Jan 2009)
New Revision: 15295
Modified:
platform/web/trunk/wysiwyg/pom.xml
Log:
Removing what seems to be unneeded stuff...
On what basis?.. Both gwt-dev and
gwt-dev-libs are needed, first
because
they contain the GWT compiler and second because they are required by
the hosted browser when running and debugging the WYSIWYG in hosted
mode. Then gwt-dev-libs needs to be unpacked. Have you tried to build
the WYSIWYG with a fresh m2 repo after this change?
Fresh repo build passes, I
deleted all the gwt-dev related entries
in the repo
and ran it. The hosted mode run will not work any longer since it
needs some
libraries unpacked from the zip (that is debug + tests, if we ran
any).
Since we don't do any hosted mode runs at build time, it's arguable
if we need
this setup in the pom in the default profile or not, but since debug
is needed
quite often and all debug related files and setups are committed,
I'd say we
keep this one too, and use maven magic to remove it from the default
build.