You need the aopalliance.jar in your classpath.

http://sourceforge.net/projects/aopalliance/

If you're using Ant, you might considering using Maven's Ant Tasks
that allows you to read dependencies from your pom.xml.

http://maven.apache.org/ant-tasks/index.html

See any of the AppFuse Light artifacts to see how to use them.

Matt

On Sun, Dec 20, 2009 at 10:40 PM, sridhar vennela
<sridhar.venn...@gmail.com> wrote:
> Hi Matt,
>
> I am used mvn ant:ant. that converted mvn to build.xml.
>
> THanks,
>
>
> On Sun, Dec 20, 2009 at 11:13 AM, sridhar vennela
> <sridhar.venn...@gmail.com> wrote:
>>
>> Hi Matt,
>>
>> I am almost their. But this error is buging. let me know if you have any
>> suggestions or directions for me to use ANT with Latest code. I love usign
>> ANT and your Appfuse 1.9 version a lot. not able to get away from that
>> comfort...
>>
>> Thanks,
>>
>>
>> On Sun, Dec 20, 2009 at 10:54 AM, sridhar vennela
>> <sridhar.venn...@gmail.com> wrote:
>>>
>>> Hi Matt,
>>> I am using latest version. and building using ANT by coping DAO,Service
>>> and web into corresponding folders and updating jar files. DAO complies fine
>>> and getting error in service layer..
>>>
>>> Thanks
>>>
>>> On Sun, Dec 20, 2009 at 9:59 AM, Matt Raible <m...@raibledesigns.com>
>>> wrote:
>>>>
>>>> What version of AppFuse are you using? How are you building it?
>>>>
>>>> On Sat, Dec 19, 2009 at 2:42 PM, sridhar vennela
>>>> <sridhar.venn...@gmail.com> wrote:
>>>> > Hi ,
>>>> >
>>>> > Did anyone came across following error:
>>>> >
>>>> > UserSecurityAdvice.java:31: cannot access org.aopalliance.aop.Advice
>>>> >     [javac] class file for org.aopalliance.aop.Advice not found
>>>> >     [javac] public class UserSecurityAdvice implements
>>>> > MethodBeforeAdvice,
>>>> > AfterReturningAdvice {
>>>> >     [javac]        ^
>>>> >     [javac] 1 error
>>>> >
>>>> >
>>>> >
>>>> > Thanks,
>>>> > Sridhar
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
>>>> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>>>>
>>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to