Hi Alex,

I have tried to build acegisecurity but getting
following exceptions, 

Attempting to download cas-2.0.12.jar.
32K downloaded
Attempting to download
acegi-security-0.7-SNAPSHOT.jar.
WARNING: Failed to download
acegi-security-0.7-SNAPSHOT.jar.

BUILD FAILED
File...... C:\Documents and
Settings\Administrator\.maven\cache\maven-multiproject-plugin-1.3.1
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following
unsatisfied dependency:

acegi-security-0.7-SNAPSHOT.jar (try downloading from
http://acegisecurity.sourceforge.net)

I am following instructions from
http://acegisecurity.sourceforge.net/building.html.
Also this is first time I am building acegisecurity
and I have maven 1.0.2. I have sucessfully perform
step "Checking Out from CVS" but "Building All JARs"
fails as mentioned above.

Am I missing something...


Amad

--- Ben Alex <[EMAIL PROTECTED]> wrote:

> Hi everyone
> 
> I am happy to report that Ant has now been
> officially removed from CVS 
> (along with /lib/*.jar). The Maven build is now
> performing well, and the 
> web site at http://acegisecurity.sourceforge.net has
> been expanded to 
> include Maven-specific instructions. The only
> outstanding issue is the 
> reference guide (when exported to PDF) doesn't look
> quite right. Carlos 
> is working on that one...
> 
> Now that our build system is production-ready, we
> should release 0.7.0. 
> There are lots of new features and fixes in CVS that
> I think users would 
> like. If you happen to get any free time over the
> next few days, please 
> feel free to try out the latest CVS with your
> projects. I am 
> particularly keen to ensure the Maven instructions
> are correct, and the 
> 0.7.0 refactorings haven't adversely affected
> backward compatibility. 
> There is an 0.6 to 0.7.0 upgrade document on the web
> site, and unit test 
> coverage is at 95%+. If you have any suggestions or
> issues, please email 
> the list.
> 
> And, finally...:
> 
> public class ItsThatTimeOfYear implements
> InitializingBean, 
> ApplicationContextAware {
>   private ApplicationContext context;
> 
>   public void
> setApplicationContext(ApplicationContext
> applicationContext) {
>     this.context = applicationContext;
>   }
> 
>   public void afterPropertiesSet() throws Exception
> {
>     this.context.publishEvent(new MerryChristmas());
>   }
> }
> 
> Cheers
> Ben
> 
> 
> 
>
-------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT
> Products from real users.
> Discover which products truly live up to the hype.
> Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> 



                
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to