Re: [aspectwerkz-dev] annotations and running AW from idea
Barry Kaplan <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
christoph sturm wrote: > hi peeps! > > I am running aspectwerkz with -Xaspectwerkz from idea now, and i > really like it. Now i just need a good way to run the aspectC compiler > from idea to get my javadoc info into my class files. How do others do > that? > ant? or is there a possibility to run aspectc after every build > automatically? Yes you can do that. Add the build.xml in the 'Ant Build' tab. Then popup the menu on the target. You will see an action 'Execute On...'. You specify that the ant task run after every build. It will be up to you make sure the ant task exits quickly if it has nothing to do. -bk