Thanks, Steve. Am also making one other change -- the ant/beehive-tools.xml file has a <build-webservices> Ant macro that is really associated with WSM.
I'm moving this into wsm/ant/beehive-wsm-tools.xml so that it's not in the set of Ant macros we actually ship with a release. Once WSM is ready for 1.0, we can decide how to package it with the WSM distribution. Doesn't seem like a big deal since we don't actually ship WSM with a final release, but if anyone disagrees, let me know. Eddie On 1/18/06, Steven Tocco <[EMAIL PROTECTED]> wrote: > Seems good to me. +1 > > -----Original Message----- > From: Eddie O'Neil [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 17, 2006 7:24 PM > To: Beehive Developers > Subject: augmenting the Ant macros -- adding a 'nocompile' flag > > All-- > > I'd like to augment the Ant macros we define in beehive-tools.xml to > add 'nocompile' flags to the targets that do annotation processing. > The reason for this is to avoid the APT problems with not reading > generated class files and to support build scenarios where we want to > chain processing of annotated Java files and then compiling in bulk. > > This change will not affect back-compat -- it's just an addition to > allow configuring a flag we're hard-coding on the <apt> call. > > Feedback welcome; I'll commit this tomorrow. > > Eddie >
