Ok, the issue was that I had a clover jar in my anthome/lib dir and the
xwiki build does a little bit too much of automagic... ;-)
It auto-discovers clover and uses it but the tests do not run with clover
on...
I think we should not auto-discover clover but rather have a target or a
property to use it when required.
Only a few tests are failing now. The LDAP one seems to be blocking (it's
been stuck there for several minutes - I hope it'll timeout).
Thanks
-Vincent
> -----Original Message-----
> From: Vincent Massol [mailto:vincent@massol.net]
> Sent: dimanche 29 mai 2005 21:07
> To: 'xwiki-dev(a)objectweb.org'
> Subject: RE: [xwiki-dev] [build] Test not better than before...
>
>
>
> > -----Original Message-----
> > From: Ludovic Dubost [mailto:ludovic@xwiki.com]
> > Sent: dimanche 29 mai 2005 21:02
> > To: xwiki-dev(a)objectweb.org
> > Subject: Re: [xwiki-dev] [build] Test not better than before...
> >
> >
> > Do you have some info in the test reports files about the failure..
>
> I had already sent those files but I have sent them again to Luis. Here
> they are for everyone's benefit.
>
> Thanks
> -Vincent
_____________________________________________________________________________
D�couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vid�os !
Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com
---------- Forwarded message ----------
From: Luis Arias <kaaloo(a)gmail.com>
Date: May 29, 2005 9:14 PM
Subject: Re: [xwiki-dev] [build] Test not better than before...
To: Vincent Massol <vincent(a)massol.net>
I detected a difference with my environment, it seems to be that you
have clover in the classpath somewhere (clover.available property is
set). There might be an issue with different versions of the clover
jars in ant and in the xwiki build. I don't think this has anything
to do with hsqldb.
On 5/29/05, Vincent Massol <vincent(a)massol.net> wrote:
> Hi LUis,
>
> I don't think they've changed from the last time I sent them which is why I
> am wondering whether HSQL is turned on in the build. Here they are.
>
--
Luis Arias
http://www.xwiki.comhttp://www.innover-entreprendre.net
+33 6 14 20 87 93 mobile
--
Luis Arias
http://www.xwiki.comhttp://www.innover-entreprendre.net
+33 6 14 20 87 93 mobile
Hi,
Just ran "ant test" and they're still failing as before. I thought that HSQL
db was now the default and that it was all set up automatically.
I've attached my console output.
Thanks
-Vincent
Hi there,
As agreed a week ago, I'm about to commit a new src/main/resources directory
containing all resources files (i.e. non java files). These were previously
located in src/main/java.
I'll be committing in a few hours... Shout if you have a problem with this.
The only difference will be the need to update the IDE project files as
they'll need to include the new src/main/resources dir as a classpath dir.
Thanks
-Vincent
_____________________________________________________________________________
D�couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vid�os !
Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com
It seems the build.xml file is always excluding all XWikiPerl*.java files
from the compilation. Thus my question: are they useful? Can we remove them
or move them to some other contrib. area?
Thanks
-Vincent
_____________________________________________________________________________
D�couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vid�os !
Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Hi there,
Is there a backup of the xwiki web sites opened on xwiki.com done every day?
Even if there, is there a possibility to do a full extract so that I could
store it on my local machine and then reimport it later on if something goes
bad?
Thanks
-Vincent
_____________________________________________________________________________
D�couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vid�os !
Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Hi Luis,
> -----Original Message-----
> From: Luis Arias [mailto:kaaloo@users.forge.objectweb.org]
> Sent: lundi 23 mai 2005 22:19
> To: xwiki-commits(a)objectweb.org
> Subject: [xwiki-commits] r564 - in xwiki/trunk: . lib
[snip]
> <include name="**/*.cfg" />
> <include name="**/*.txt" />
> <include name="META-INF/services/com.*" />
> + <exclude name="web/**" />
> + <exclude name="perl/**" />
> + <exclude name="${main.src.dir}/web.xml" />
> </patternset>
[snip]
> + <!--
> + <copy todir="${build.dir}/web/WEB-INF/perl">
> + <fileset includes="**"
> + dir="${perl.main.src.dir}" />
> + </copy>
> + -->
> +
I had removed these lines and it seems you've added them again. Is it a
mistake?
I'm curious to find out what is wrong in our SVN. Normally this should have
been managed properly by your SVN client.
Thanks
-Vincent