you said you were behind a proxy, perhaps the jars didn't download
from ibiblio, have you tried this ?

If you are behind a proxy you can add the following properties to your
build.properties:

maven.proxy.host = PROXY-HOST
maven.proxy.port = PROXY-PORT
maven.proxy.username = PROXY-USER
maven.proxy.password = PROXY-PASSWORD 

It looks like you are missing the file aopalliance.jar .

--b


On Thu, 18 Nov 2004 16:51:15 +0800, Peng Wang <[EMAIL PROTECTED]> wrote:
> Ben,
> 
> I followed your advice, but got the following error. It seems lack of
> some jars in build path, but spring and other stuff are in my local
> repository:
> 
> C:\work\acegisecurity\core\src\main\java\net\sf\acegisecurity\intercept\method\a
> opalliance\MethodDefinitionSourceAdvisor.java:78: an enclosing instance that 
> con
> tains 
> net.sf.acegisecurity.intercept.method.aopalliance.MethodDefinitionSourceAd
> visor.InternalMethodInvocation is required
>         MethodInvocation methodInvocation = new InternalMethodInvocation(m);
>                                             ^
> C:\work\acegisecurity\core\src\main\java\net\sf\acegisecurity\intercept\method\a
> opalliance\MethodDefinitionSourceAdvisor.java:80: package this does not exist
>         return 
> (this.transactionAttributeSource.getAttributes(methodInvocation)
> != null);
>                 ^
> C:\work\acegisecurity\core\src\main\java\net\sf\acegisecurity\intercept\method\M
> ethodDefinitionSourceEditor.java:57: cannot resolve symbol
> symbol  : class PropertiesEditor
> location: class 
> net.sf.acegisecurity.intercept.method.MethodDefinitionSourceEdit
> or
>             PropertiesEditor propertiesEditor = new PropertiesEditor();
>             ^
> C:\work\acegisecurity\core\src\main\java\net\sf\acegisecurity\intercept\method\M
> ethodDefinitionSourceEditor.java:57: cannot resolve symbol
> symbol  : class PropertiesEditor
> location: class 
> net.sf.acegisecurity.intercept.method.MethodDefinitionSourceEdit
> or
>             PropertiesEditor propertiesEditor = new PropertiesEditor();
>                                                     ^
> 100 errors
> 
> BUILD FAILED
> File...... C:\Documents and 
> Settings\pwang\.maven\cache\maven-multiproject-plugi
> n-1.3.1\plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents and 
> Settin
> gs\pwang\.maven\cache\maven-java-plugin-1.4\plugin.jelly:53:48: <ant:javac> 
> Comp
> ile failed; see the compiler error output for details.
> Total time: 13 seconds
> Finished at: Thu Nov 18 16:34:12 GMT+08:00 2004
> 
> 
> 
> 
> On Thu, 18 Nov 2004 07:35:05 +1100, Ben Alex <[EMAIL PROTECTED]> wrote:
> > Patrick Burleson wrote:
> >
> > >Peng,
> > >
> > >What sort of error did you receive? Can you send it along? Also, what
> > >version of Maven to do you have installed?
> > >
> > >
> > Hi Peng
> >
> > This will probably work for you:
> >
> > cd $ACEGISECURITY_ROOT (wherever that is on your system)
> > maven multiproject:install (this will put the JARs into your Maven local
> > repository when they're built)
> > cd samples/contacts
> > maven war  (see the samples/contacts/target subdirectory for your
> > acegi-security-sample-contacts-filter.war, which you can try out)
> >
> > If this doesn't work, please send to the list any errors you've received
> > and we'll be more than happy to help.
> >
> > Best regards
> > Ben
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: InterSystems CACHE
> > FREE OODBMS DOWNLOAD - A multidimensional database that combines
> > robust object and relational technologies, making it a perfect match
> > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> > _______________________________________________
> > Acegisecurity-developer mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> >
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Acegisecurity-developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> 


-- 
http://www.revoltingdigits.com
https://jestate.dev.java.net


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to