Hi.. Thanks for the reply, and I do appreciate the feedback, it will in my opinion result in a much better plugin :)
On 10/02/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > Yet another issue. Copyright headers need to be changed to grant > copyright to The Codehaus or The Apache Software Foundation as a team, > not individuals. Please let us know if that's a problem. > No problem at all ;) > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Sorry about late response, a lot of work lately. > > > > Some things that i believe are required before the release: > > - rename what it's called Module to Dependency as it's the name used > > all across maven, rename the class, parameters,documentation,... > > Well i thought about that, and that would be easy to change.. will do. > > - mojos run in compile and test-compile phase, which mean that > > standard java compiler may run before it, thus failing in some cases > > (I believe is when a test class extends a main class already weaved). > > Don't know if compiler can be removed from aspectj mojo or aspectj > > should be moved to plexus compiler, if not it has to run in the > > process-sources and process-test-sources phase. > > I started out trying to make a compiler extention, but there where no documentation available, and not to easy to figure out how to get it to work, and configured, so I basicly gave up. But you have a very good point. Actuallty there would not be a need of having a ordinary javac at all. the ajc compiler (build on the eclipse compiler) would do all the compiling needed. Some help here would be appreciated > > - test classes are not weaved with aspects from main folder, i'm > > looking into this > > That's one issue i have not considered.. We need to make a issue in jira for this one, so that it will not be forgotten. > > - use Default Value in mojo docs instead of putting defaults in the > > description (use "default-value" attribute in the javadoc annotation) > > Well this goes back ;) For some while ago I exprerienced (while working on another mojo) that once a propery was given a default-value it became a "final" value meaning that there was no way of setting it to another value, so I just have'nt used it since. > > > > And some questions > > > > - Weaving jars, where is the output saved? > > the dependencies that are weaved will work in much the same way as the assembly plugin. It would weave the classes in the jar and then put the output in the build target directory. Best regards /Kaare > > I think we need to think about these issues before making a 1.0 release. > > > > Regards > > > > On 2/8/06, Kaare Nilsen <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > I would like to get this out, so have gotten around to testing it Carlos ? > > > I would sure like to see if there are any errors in the > > > implementation, or if your project not building is a result of the > > > changes in the configuration. > > > > > > Of course you could just post your plugin configuration, and I can > > > convert it for you in no time.. > > > > > > > > > Best regards > > > Kaare > > > > > > On 07/02/06, Kaare Nilsen <[EMAIL PROTECTED]> wrote: > > > > and this time the entire mail (i hate touchpads ;)) > > > > > > > > You would need to see the examples at the site, I have done some > > > > changes to the way you configure the plugin. but in short the > > > > > > > > <options> > > > > <option>-showWeaveInfo</option> > > > > </options> > > > > has become > > > > <showWeaveInfo>true</showWeaveInfo> > > > > and so on. > > > > > > > > I have wanted to do so for a long time, and I wanted to get this > > > > resolved before i took it out of the sandbox and people could start to > > > > expect a stable api > > > > > > > > best regards > > > > /Kaare > > > > > > > > > > > > On 07/02/06, Kaare Nilsen <[EMAIL PROTECTED]> wrote: > > > > > You would need to see the examples at the site, I have done some > > > > > changes to the way you configure the plugin. but in short the > > > > > <options> tag in the configuration is no longer supported and all > > > > > supported compilerargs has their own properties in the plugin e.g > > > > > <option> > > > > > <option>-showWeaveInfo</option> > > > > > </opt > > > > > > > > > > On 07/02/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > > > > -1 > > > > > > > > > > > > I've tried it in a project working with an old version that now is > > > > > > not > > > > > > working anymore, so I need some time to test it. > > > > > > > > > > > > > > > > > > On 2/6/06, John Casey <[EMAIL PROTECTED]> wrote: > > > > > > > +1 > > > > > > > > > > > > > > Kaare Nilsen wrote: > > > > > > > > Hi everyone, > > > > > > > > > > > > > > > > After long time of coding, I finally have a working, and > > > > > > > > feature > > > > > > > > complete aspectj compiler plugin with good documentation and a > > > > > > > > fairly > > > > > > > > good testsuite. > > > > > > > > > > > > > > > > The plugin is already in daily use in several projects, and it > > > > > > > > would > > > > > > > > help theese projects if the plugin was available in an official > > > > > > > > repository. > > > > > > > > > > > > > > > > Based on that i would like to graduate the plugin from the > > > > > > > > sandbox and > > > > > > > > make a first official beta-1 release > > > > > > > > > > > > > > > > I'll open up the vote for 72h, then provide a summary > > > > > > > > > > > > > > > > +1 from me > > > > > > > > > > > > > > > > Best regards > > > > > > > > Kaare Nilsen > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > I could give you my word as a Spaniard. > > No good. I've known too many Spaniards. > > -- The Princess Bride > > > > > -- > I could give you my word as a Spaniard. > No good. I've known too many Spaniards. > -- The Princess Bride >