The attributes tests worked after I installed the common-attributes plugin. Unfortunately, the command specified on the version of the "Building with maven" page incorrectly lists the groupId as common-attributes-plugin - the groupId should be common-attributes. The other arguments to maven are correct.
Once I did that, the build went through perfectly.
To summarize, here are the changes I had to make to get 0.8.3 working:
1. In $ACEGISECURITY/project.xml change the version from 1.2-RC2 to 1.2 for the artifactId spring
2. In $ACEGISECURITY/samples/attributes/project.xml changed the version from 1.0 to 1.0.2 for artifactId xjavadoc
3. Install the common-attributes-plugin using the following command:
maven plugin:download
-DgroupId=commons-attributes
-DartifactId=commons-attributes-plugin
-Dversion=2.1This seems to have been fixed on the version of the page available on the site at http://acegisecurity.sourceforge.net/building.html
Hope this helps.
Vijay Varadan
On 10/20/05, Luke Taylor <[EMAIL PROTECTED]> wrote:
Vijay Varadan wrote:
> Thanks for the info about the maven option and ibiblio - I was looking in
> the directory pointed to by Google search which seems to be the wrong place
> to look.
>
> I'm intertested in building the last known good release. There is a small
> group of us that is looking to develop ACEGI for the .NET platform - so I
> figured we'd start from a LKG release.
>
> Changing the xjavadoc version in the project.xml file to 1.0.2 allowed the
> build to proceed. The sample.attributes.Bank jUnit tests are failing. I'll
> post more details if I can't figure it out myself.
>
> Thanks once again for the valuable pointers.
>
You're welcome.
The attributes tests are failing in the main build too - I'm not sure
what the situation is there.
http://acegisecurity.sourceforge.net/multiproject/acegi-security-sample-attributes/junit-report.html
--
Luke Taylor. Monkey Machine Ltd.
PGP Key ID: 0x57E9523C http://www.monkeymachine.ltd.uk
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
