[Acegisecurity-developer] Acegi from CVS has failind test

2005-07-06 Thread Paulo Neves
Hi, I get acegi from cvs with maven, like page says. When I do maven jar:install I obtain a failind test log4j:WARN Please initialize the log4j system properly. [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,187 sec [junit] Running net.sf.acegisecurity.util.StringSplitUti

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-06 Thread Greg Akins
I haven't built Acegi from source, so I'm not absolutely sure on this... But a "standard" Maven build should have similar contents. So...look in the target directory ${base.dir}/target/test-reports There are .txt and .xml files for each tests. the file that corresponds to your failing test to ge

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-06 Thread Paulo Neves
Thanks Greg, Stack trace is: Testsuite: net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,031 sec Testcase: testFileConversion(net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests): Caused an ERROR Provider for javax

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-06 Thread Ben Alex
Paulo Neves wrote: testFileConversion(net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests): That test case is associated with work Luke's doing on the web.xml converter tool. Luke, would you please take a look? Thanks Ben ---

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-06 Thread Luke Taylor
I probably haven't run the test through Maven (just through IntelliJ), so it's not finding the test file it needs. I'll check it out. Ben Alex wrote: Paulo Neves wrote: testFileConversion(net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests): That test case is associated with w

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-08 Thread Paulo Neves
Hi luke, Have you see WebXmlToAcegiSecurityConverterTests test error ? I want to do some tests/modifications on ACL and I now I can't create a jar. I try to comment that test to generate acegi jar but when I try to execute contacts samples I obtain, [ERROR,[jsp],http-8080-Processor25] Servlet.s

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-08 Thread Luke Taylor
Hi Paulo, The automated build seems to be working fine now, so I think the problem should be fixed: http://acegisecurity.sourceforge.net/multiproject/acegi-security/junit-report.html If you are just interested in building the latest version you can always run with maven -Dmaven.test.skip=t

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-08 Thread Paulo Neves
Hi, with maven -Dmaven.test.skip=true I can build jar but when I try Contacts Sample with tomcat 5.0.28 or tomcat 5.5.9 I obtain this error: java.lang.IllegalArgumentException: null source java.util.EventObject.(EventObject.java:34) org.springframework.context.ApplicationEvent.

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-08 Thread Luke Taylor
This looks like a problem that has been introduced in the last few days. I'd recommend you stick to the main distribution. You can download source distributions from Sourceforge http://sourceforge.net/project/showfiles.php?group_id=104215 And also from this nightly archives: http://acegisecu

Re: [Acegisecurity-developer] Acegi from CVS has failind test

2005-07-08 Thread Luke Taylor
I've committed a fix to CVS for this. Anonymous access may lag behind but let me know if the problem persists. Luke. Paulo Neves wrote: Hi, with maven -Dmaven.test.skip=true I can build jar but when I try Contacts Sample with tomcat 5.0.28 or tomcat 5.5.9 I obtain this error: java.lang.