Vijay, Yes, 0.8.3 tag would not apply... you are correct. The changes were made after that. However, just wanted to make sure you knew about the change to that project config.
Cheers, Mark On 10/21/05, Vijay Varadan <[EMAIL PROTECTED]> wrote: > Thanks for the link. You're partially correct - I'm using Java 1.5, but then > I'm not doing current source builds, I'm doing builds w/ sources tagged for > the 0.8.3 release. So, I do need the commons attributes plugin, since mh > sources are from 2005-07-12 or earlier and your changes were made on > 2005-09-08. > > Cheers, > Vijay Varadan > > > On 10/21/05, Mark St.Godard <[EMAIL PROTECTED]> wrote: > > > > Hi Vijay, > > > > I am pretty sure the commons attribute plugin was removed to accomodate > the Java 5 annotations samples. > > Ben mentioned that using Java 5 compiler and the commons-attributes plugin > would cause errors. > > We discussed disabling that plugin so that we could properly build the > Java 5 annotations samples. > > The commons attributes samples would be have to built by hand... > > > > see this thread: > > > > > http://www.mail-archive.com/[email protected]/msg01317.html > > > > > Cheers > > Mark > > > > > > > > On 10/21/05, Vijay Varadan <[EMAIL PROTECTED] > wrote: > > > > > > 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.1 > > > > > > This 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 > > > > > > > > > > > > > > > > ------------------------------------------------------- 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
