Re: Gathering project list

2006-04-26 Thread dviel
Selon Alexandre Poitras <[EMAIL PROTECTED]>: > Do you know what zip file it complains about? Because really I have no > idea at the moment. > > On 4/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I'm trying to gather in the parent projet all the child modules like in > Ma

Gathering project list

2006-04-26 Thread dviel
Hi all, I'm trying to gather in the parent projet all the child modules like in Maven 1.X. I'm using maven-site-plugin 20-SNAPSHOT. But I've the following problem. Can someone helps me ? : [INFO] [site:site] [WARNING] No URL defined for the project - decoration links will not be resolved

RE: Support for Multi-project Web Sites

2006-04-25 Thread dviel
I confirm this information, https://svn.apache.org is down. Damien Viel Selon Vijay Shanker <[EMAIL PROTECTED]>: > Ryan, > > Looks like https://svn.apache.org is not working right now. Or may be , I am > working from home so unable to access from here. > > Thanks for the link. > > Vijay >

RE: [M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread dviel
This link may help you : http://www.jroller.com/comments/dunpanic/Weblog/maven_test_test_classpath_proble m Damien Viel Selon "Roy, Anthony" <[EMAIL PROTECTED]>: > Thanks - that worked a treat. One other thing - *why* does it work in a > forked JVM and not in the same one Maven is running in? >

Re: [M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread dviel
Hi, Try to set this property in your project.properties file. maven.junit.fork=yes Damien Viel Selon "Roy, Anthony" <[EMAIL PROTECTED]>: > Hi all, > > I have added logging using log4j to a new project, and cannot get the > unit tests working properly. Maven doesn't seem to be able to find the