-----Original Message-----
From: jeremi joslin [mailto:jeremi23@gmail.com]
Sent: lundi 23 mai 2005 12:22
To: xwiki-dev(a)objectweb.org
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