[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-dev] Query Regarding Maven Aspectj
|
- From: arun viswanath <arun.viswanath@xxxxxxxxx>
- Date: Fri, 6 Apr 2012 10:58:57 +0530
- Delivered-to: aspectj-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6XRVXKR/3v+oZWaO7rMOlU8eWxZs/85vkhzUuU5UZRE=; b=RAcY9DtNJ2YzW5LYVV4nAbeYvjz36oK+1EunoZ2G4ptrtxjh/OpnLRVB/xy70bDIL8 255p94ZliLIvFD6RdNYgIZAG88KNp4CPEMwhAJ6PD0bZlVVUEnCIm2Dvrfgg1EvaOXYQ GZJrIOlKdgoBfCZRlZljxFtZF5VS5a5ZuRsZZ0wjocKpMPqKLUBR+Gqxlux86JFe6SqX 7ghpz/ttvIOZxivhFJceNT6q0Ameu48lyw5+yAu2dS5+B0P6BwssT+V7zHirFOag0C9n WRrs84YzZZ0Z6XvIPNMknOwMSl4xm2+G9rVK0r/MahOyKEJiGrFhqD5PcW3mO3oFONnZ gUTQ==
Hi,
This is Arun. I’m using AspectJ in my project. My
project is based on Maven.
I’m able to successfully compile the .aj file and when I try
to run the testcase using maven my aspects are working fine.
But when I start executing the program from command prompt
(eg.. java <*.jar>) my aspects are not working. Is it necessary to set
any Java JVM option for my aspect to execute.
Thanks In Advance,
Arun V