It is not merely sufficient to have the artifacts you need in your
project available in the repo. You must also add <dependencies> in
your pom.xml file for each of the artifacts so they are brought in at
compile-time and available in the classpath.

Looking at the messages below, it seems like you need to add a
dependency on acegi and one on commons-lang. Use www.mvnrepository.com
to find the proper <dependency> tag for your artifacts, and try
building your project again.

Wayne

On Sun, May 18, 2008 at 10:49 AM, NinaBinde <[EMAIL PROTECTED]> wrote:
>

> C:\Dev\psi\src\main\java\com\puffy\psi\model\article\AuthenticationProcessingFilterEntryPoint.java:[6,25]
> package org.acegisecurity does not exist
>
> C:\Dev\psi\src\main\java\com\puffy\psi\model\article\AuthenticationProcessingFilterEntryPoint.java:[7,31]
> package org.apache.commons.lang does not exist
>
> C:\Dev\psi\src\main\java\com\puffy\psi\model\article\AuthenticationProcessingFilterEntryPoint.java:[15,89]
> package org.acegisecurity.ui.webapp does not exist
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to