On Wed, Apr 27, 2011 at 23:34, Andreas Hahn <ahahn(a)gmx.net> wrote:
Finally it seems I built the platform
https://docs.google.com/leaf?id=0B05JH-hYx5XIMjliMGRhOGYtYzMxMi00NmY4LTk5YT…
But it doesn't look like a regular build in Eclipse - lots of error flags:
https://docs.google.com/leaf?id=0B05JH-hYx5XIMmZkNzRiNDItZjA0Zi00NzYxLTgzNj…
maybe it has to do that m2eclipse builds aren't fully supported ?
https://docs.google.com/leaf?id=0B05JH-hYx5XINjQxYmM3NDUtMzdlZC00ZWExLTgxMz…
I'm not sure if its necessary to further investigate in a 'clean' build
or if its ok just ignore the errors ?
Do you really need to build with M2Eclipse ? I find using console to
do plain mvn install a lot easier unless you are on Windows maybe. IMO
the point of using M2Eclipse is to be integrated into Eclipse, I never
need to build a project when using M2Eclipse since Eclipse give me the
java error and I can run unit tests directly from Eclipse too, I even
have checkstyle thanks to eclipse-cs. I just run the plain maven
sometimes before committing a big modification to validate a bunch of
projects (I never open the whole platform into Eclipse, only what I'm
really working on otherwise it's very slow).
thanks
Andreas
Am 26.04.2011 10:49, schrieb Thomas Mortagne:
On Tue, Apr 26, 2011 at 10:23, Andreas
Hahn<ahahn(a)gmx.net> wrote:
Ha I
know, XEM artifact ids has just been refactored and
xwiki-debug-eclipse has not been updated accordingly. Fixing that
right now.
Also make sure you have XWiki repository as Sergiu suggested.
Hi Thomas& Sergiu,
seems I can build xwiki-enterprise.
However when trying to build the xwiki-platform I'm getting 'random' errors.
Currently it seems that the Captcha won't build.
That's my maven console output:
https://docs.google.com/document/d/1oRkrg5QuWYyjEnidkuwZk1DcVe95N5vI0p_e2eN…
[ERROR] error: error reading
/home/lucid64/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar;
error in opening zip file
[ERROR] error: error reading
/home/lucid64/.m2/repository/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar;
error in opening zip file
Looks like you have some corrupted files in your local repository,
maybe a network issue when downloading it or something. You should try
to open them yourself to see if that's really the case and if it is
then try to delete then so that maven re-download them.
thanks
Andreas
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
--
Thomas Mortagne