Thanks a lot Wayne.
We will try to use it as soon as possible (certainly during september) and
give you our feedback.

Rémy

2007/8/27, Wayne Fay <[EMAIL PROTECTED]>:
>
> Just FYI... The code is available in the Mojo sandbox SVN and the site
> was just deployed:
> http://mojo.codehaus.org/macker-maven-plugin/
>
> Wayne
>
> On 8/20/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
> > Jeremy et al,
> >
> > I just checked in the first rough draft of macker-maven-plugin
> > v1.0.0-SNAPSHOT into Mojo sandbox.
> >
> > Please grab the source, mvn -U install site, take a look at the site
> > docs to figure out how to use/configure it, and give it a try. You can
> > use mvn macker:macker package to test it on your own project once
> > you're included the plugin in <build><plugins> and installed the
> > plugin into your local repo.
> >
> > As I said before, I appreciate your feedback.
> >
> > Wayne
> >
> > On 8/20/07, copernic Jeremy <[EMAIL PROTECTED]> wrote:
> > > Hi Wayne,
> > > That's a great news for the community!
> > > Please let us informed ASAP when your M2 Macker plugin is available on
> the
> > > Mojo sandbox, and I'll try to give you some feedback of it.
> > > regards,
> > >
> > > Jeremy
> > >
> > >
> > > On 8/17/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
> > > >
> > > > I've seen enough people asking for a M2 Macker plugin in the last
> few
> > > > months/year that I finally decided to go ahead and write one myself.
> > > > In my limited testing, it works great, but I am not really a Macker
> > > > user so I'll need some feedback from people to improve it.
> > > >
> > > > I will be submitting it to the Mojo sandbox shortly. I will post
> > > > another message when it is available -- you will need to download
> the
> > > > code and "mvn install" it on your own machine before using it, just
> > > > like all plugins in the sandbox.
> > > >
> > > > Just wanted to let you know. For now, the rules need to be stored in
> > > > an external macker-rules.xml file but I will see about allowing the
> > > > configuration directly in the pom.xml file as well.
> > > >
> > > > Wayne
> > > >
> > > > On 8/13/07, copernic Jeremy <[EMAIL PROTECTED]> wrote:
> > > > > Hi all,
> > > > >
> > > > > just to let you know some updates on my maven-macker-plugin issue:
> > > > > I was not able to use the maven-macker-plugin available on repo1
> > > > > http://repo1.maven.org/maven2/maven-plugins/maven-macker-plugin/
> > > > > In fact I found a link explaining how to use Macker with Maven 2
> through
> > > > the
> > > > > maven-antrun-plugin.
> > > > >
> http://docs.codehaus.org/display/MAVENUSER/Running+Macker+with+Maven+2
> > > > > It works fine for now but I must admit that I would prefer using a
> full
> > > > > maven-macker-plugin without any ant tasks and build.xml files.
> > > > > I think it could be great if we could define all the macker.xml's
> rules
> > > > > directly into the pom.xml of the maven project, or simply specify
> the
> > > > > location of the macker.xml file like the JettyConfig file style.
> > > > Something
> > > > > like that:
> > > > >
> > > > >   <plugin>
> > > > >                          <groupId>maven-plugins</groupId>
> > > >
> >                          <artifactId>maven-macker-plugin</artifactId>
> > > > >                          <version>0.4.2</version>
> > > > >                          <configuration>
> > > > >
> > > > > <mackerConfig>${basedir}src/test/macker.xml</mackerConfig>
> > > > >                         </configuration>
> > > > >
> > > > >
> > > > >  </plugin>
> > > > >
> > > > > or
> > > > >
> > > > >
> > > > >   <plugin>
> > > > >                          <groupId>maven-plugins</groupId>
> > > >
> >                          <artifactId>maven-macker-plugin</artifactId>
> > > > >                          <version>0.4.2</version>
> > > > >                          <configuration>
> > > > >                            <macker>
> > > > >                              <rulesets>
> > > > >                                    <ruleSet>
> > > > >                                         <accessRule>
> > > > >                                             <from>myClass</from>
> > > > >                                             <to>someJavaClass</to>
> > > > >                                        </accessRule>
> > > > >                                    </ruleSet>
> > > > >                                </ruleSets>
> > > > >
> > > > >                                  .....
> > > > >                              </macker>
> > > > >                         </configuration>
> > > > >
> > > > >
> > > > >  </plugin>
> > > > >
> > > > > Maybe someday, someone who knows well Macker and the development
> of
> > > > maven
> > > > > plugins could try release one like that?!
> > > > > Yet, the main Macker developper is aware of these issue and
> suggestions
> > > > and
> > > > > he told me that he would suggest them for a futur release so lets
> hope!
> > > > >
> > > > > regards,
> > > > >
> > > > > Jeremy
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to