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.xml.transform.TransformerFactory cannot be found javax.xml.transform.TransformerFactoryConfigurationError: Provider for javax.xml.transform.TransformerFactory cannot be found at javax.xml.transform.TransformerFactory.newInstance(Unknown Source) at net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverter.<init>(WebXmlToAcegiSecurityConverter.java:52) at net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests.testFileConversion(WebXmlToAcegiSecurityConverterTests.java:32) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79) at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110) at com.werken.werkz.Goal.fire(Goal.java:639) at com.werken.werkz.Goal.attain(Goal.java:575) at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) at com.werken.werkz.Goal.attain(Goal.java:573) at com.werken.werkz.Goal.attainPrecursors(Goal.java:488) at com.werken.werkz.Goal.attain(Goal.java:573) at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:671) at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) at org.apache.maven.cli.App.doMain(App.java:488) at org.apache.maven.cli.App.main(App.java:1239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) On 7/6/05, Greg Akins <[EMAIL PROTECTED]> wrote: > 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 get a > stack trace for the failure. > > --- Paulo Neves <[EMAIL PROTECTED]> wrote: > > > 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.StringSplitUtilsTests > > [junit] Tests run: 6, Failures: 0, Errors: 0, > > Time elapsed: 0,015 sec > > [junit] Running > > > net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests > > [junit] Tests run: 1, Failures: 0, Errors: 1, > > Time elapsed: 0,031 sec > > [junit] [ERROR] TEST > > > net.sf.acegisecurity.util.WebXmlToAcegiSecurityConverterTests > > FAILED > > [junit] Running > > > net.sf.acegisecurity.vote.AbstractAccessDecisionManagerTests > > [junit] Tests run: 9, Failures: 0, Errors: 0, > > Time elapsed: 0,032 sec > > [junit] Running > > net.sf.acegisecurity.vote.AffirmativeBasedTests > > [junit] Tests run: 6, Failures: 0, Errors: 0, > > Time elapsed: 0,141 sec > > [junit] Running > > net.sf.acegisecurity.vote.BasicAclEntryVoterTests > > > > > > what could be? I try from diferent computers with > > diferent jvm (1.4.2 > > and 1.5 ) and > > always have this error. > > > > Thanks, > > Paulo > > > > > > > > On 7/5/05, March, Andres <[EMAIL PROTECTED]> > > wrote: > > > Attached patch to > > > > > > http://opensource.atlassian.com/projects/spring/browse/SEC-32 > > > > > > > -----Original Message----- > > > > From: > > [EMAIL PROTECTED] > > > > > > > [mailto:[EMAIL PROTECTED] > > On Behalf > > > Of > > > > March, Andres > > > > Sent: Tuesday, July 05, 2005 10:05 AM > > > > To: > > acegisecurity-developer@lists.sourceforge.net > > > > Subject: RE: [Acegisecurity-developer] ACL > > interfaces > > > > > > > > Will do. > > > > > > > > > -----Original Message----- > > > > > From: > > [EMAIL PROTECTED] > > > > > > > > [mailto:[EMAIL PROTECTED] > > On > > > Behalf > > > > Of > > > > > Ben Alex > > > > > Sent: Friday, July 01, 2005 6:24 PM > > > > > To: > > acegisecurity-developer@lists.sourceforge.net > > > > > Subject: Re: [Acegisecurity-developer] ACL > > interfaces > > > > > > > > > > March, Andres wrote: > > > > > > > > > > > Thanks to the acegi team, my ACL > > implementation is relatively > > > > simple. > > > > > > But I have been struggling a little finding > > the proper extension > > > > > > points. The basic implementations are great > > but I have them hard > > > to > > > > > > extend. In particular, the > > BasicAclEntryAfterInvocationProvider > > > > > > requires the use of the > > AbstractBasicAclEntry, so it can call > > > > > > isPermitted(). I am wondering why this > > method cannot be part of > > > an > > > > > > interface (maybe BasicAclEntry). For > > various reasons, some of > > > them > > > > > > hibernate-related, I need to have my own > > implementation of > > > > > > BasicAclEntry. Does this make sense? > > > > > > > > > > > > > > > > > > > > > > I can't see any problem with this at first > > glance, but would need to > > > > > take a closer look. Could you please add it to > > JIRA? > > > > > > > > > > Thanks > > > > > Ben > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > SF.Net email is sponsored by: Discover Easy > > Linux Migration > > > Strategies > > > > > from IBM. Find simple to follow Roadmaps, > > straightforward articles, > > > > > informative Webcasts and more! Get everything > > you need to get up to > > > > > speed, fast. > > > http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > > > > > _______________________________________________ > > > > > Home: http://acegisecurity.sourceforge.net > > > > > Acegisecurity-developer mailing list > > > > > Acegisecurity-developer@lists.sourceforge.net > > > > > > > > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF.Net email is sponsored by: Discover Easy > > Linux Migration Strategies > > > > from IBM. Find simple to follow Roadmaps, > > straightforward articles, > > > > informative Webcasts and more! Get everything > > you need to get up to > > > > speed, fast. > > http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick > > > > _______________________________________________ > > > > Home: http://acegisecurity.sourceforge.net > > > > Acegisecurity-developer mailing list > > > > Acegisecurity-developer@lists.sourceforge.net > > > > > > > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux > > Migration Strategies > > > from IBM. Find simple to follow Roadmaps, > > straightforward articles, > > > informative Webcasts and more! Get everything you > > need to get up to > > > speed, fast. > > http://ads.osdn.com/?ad_idt77&alloc_id492&opclick > > > _______________________________________________ > > > Home: http://acegisecurity.sourceforge.net > > > Acegisecurity-developer mailing list > > > Acegisecurity-developer@lists.sourceforge.net > > > > > > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux > > Migration Strategies > > from IBM. Find simple to follow Roadmaps, > > straightforward articles, > > informative Webcasts and more! Get everything you > > need to get up to > > speed, fast. > > http://ads.osdn.com/?ad_idt77&alloc_id492&op=click > > _______________________________________________ > > Home: http://acegisecurity.sourceforge.net > > Acegisecurity-developer mailing list > > Acegisecurity-developer@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Home: http://acegisecurity.sourceforge.net > Acegisecurity-developer mailing list > Acegisecurity-developer@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Home: http://acegisecurity.sourceforge.net Acegisecurity-developer mailing list Acegisecurity-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer