Does the continuous build work?
Hi, Jeremi told me that I may have introduced an error in my refactorings. I'm sure this is possible even though my local build says "build successful" because the tests are all failing. That said, I've also noticed that the continuous build has also said "build successful". Thus I'm questioning whether the continuous build is actually failing in case of a build error. Jeremi says that if you run a xwiki built from the trunk it won't display any page because of an issue with web.xml. Is that not tested in the automated build? Thanks -Vincent
On 5/23/05, Vincent Massol <[email protected]> wrote:
Hi,
Jeremi told me that I may have introduced an error in my refactorings. I'm sure this is possible even though my local build says "build successful" because the tests are all failing.
That said, I've also noticed that the continuous build has also said "build successful". Thus I'm questioning whether the continuous build is actually failing in case of a build error.
Jeremi says that if you run a xwiki built from the trunk it won't display any page because of an issue with web.xml. Is that not tested in the automated build?
I have made a mistake. I use the ide to lauch xwiki instead of using ant. that's why it's not working. Jeremi -- http://www.sport42.net - http://fr.runnerslifestyle.com Développeur http://www.xwiki.org Tel : 06.84.50.33.49 skype: jeremi23
-----Original Message----- From: jeremi joslin [mailto:[email protected]] Sent: lundi 23 mai 2005 12:22 To: [email protected] Subject: Re: [xwiki-dev] Does the continuous build work?
[snip]
I have made a mistake. I use the ide to lauch xwiki instead of using ant. that's why it's not working.
Yes, sorry about that, I hadn't modified the IDE project files (Eclipse and IntelliJ). I've just tried to modify the Eclipse .classpath file but I haven't tried it. You need to change: * src/main --> src/main/java * src/web --> src/main/web * src/web*.xml --> src/main/web*.xml Thanks -Vincent
On 5/23/05, Vincent Massol <[email protected]> wrote:
-----Original Message----- From: jeremi joslin [mailto:[email protected]] Sent: lundi 23 mai 2005 12:22 To: [email protected] Subject: Re: [xwiki-dev] Does the continuous build work?
[snip]
I have made a mistake. I use the ide to lauch xwiki instead of using ant. that's why it's not working.
Yes, sorry about that, I hadn't modified the IDE project files (Eclipse and IntelliJ). I've just tried to modify the Eclipse .classpath file but I haven't tried it.
I have fixed intelliJ's conf files. Jérémi -- http://www.sport42.net - http://fr.runnerslifestyle.com Développeur http://www.xwiki.org Tel : 06.84.50.33.49 skype: jeremi23
Currently the continious build is not setup for failing on tests.. The reason is that we still have issues with the authentication in the cactus tests as well as issues with the LDAP tests. I hardcoded a change in MyFormAuthentication to make it consider the server as localhost. It seemed to work for a while and it fails again. Concerning the LDAP tests I think it is due to the server config.. There is something wrong there. Ludovic Vincent Massol a écrit :
Hi,
Jeremi told me that I may have introduced an error in my refactorings. I'm sure this is possible even though my local build says "build successful" because the tests are all failing.
That said, I've also noticed that the continuous build has also said "build successful". Thus I'm questioning whether the continuous build is actually failing in case of a build error.
Jeremi says that if you run a xwiki built from the trunk it won't display any page because of an issue with web.xml. Is that not tested in the automated build?
Thanks -Vincent
------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
Sure, I understand that some tests are failing but why have the same strategy for all tests? I think the only tests that should not fail the build are the one that do not currently work... All the others should fail the build, no? -Vincent
-----Original Message----- From: Ludovic Dubost [mailto:[email protected]] Sent: lundi 23 mai 2005 12:59 To: [email protected] Subject: Re: [xwiki-dev] Does the continuous build work?
Currently the continious build is not setup for failing on tests.. The reason is that we still have issues with the authentication in the cactus tests as well as issues with the LDAP tests.
I hardcoded a change in MyFormAuthentication to make it consider the server as localhost. It seemed to work for a while and it fails again. Concerning the LDAP tests I think it is due to the server config.. There is something wrong there.
Ludovic
[snip] _________________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com
participants (3)
-
jeremi joslin -
Ludovic Dubost -
Vincent Massol