RE: [aspectwerkz-dev] annotations and running AW from idea
"Jonas Boner" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a good idea. But I don't see how AW could detect that it want to run the annotations compilation. There might not be any annotations since it is all xml def based or there might be in certain libs (which has been compile) but not in others (which there should be in) etc. The only safe choice would be to run it at each startup (if the src dir has been specified). /Jonas > -----Original Message----- > From: christoph sturm [mailto:chrisml-Ws/[email protected]] > Sent: Thursday, June 24, 2004 2:08 PM > To: [email protected] > Subject: [aspectwerkz-dev] annotations and running AW from idea > > 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? > > The absolute killer feature would be to pass the source > directory to aspectwerkz, and if aspectwerkz doesnt find > annotations in the class files at start up, it creates them > automatically at startup. That would result in a really > smooth developing experience. I'm not saying that it isnt > smooth right now, but that would be even smoother ;) > > regards > chris > > >