Re: [ANN] Maven Overview Plugin version 1.6 released.

2009-07-08 Thread Hubert Iwaniuk
Hi Thorsten,

Central contains now 1.6.
I'll update documentation (wiki).

Thanks,
   Hubert.


On Wed, Jul 8, 2009 at 12:46 PM, Thorsten Heit  wrote:

>
> Hi,
>
> where can I find the plugin? Central only contains the outdated version 1.3
> which doesn't work on my machine (NoClassDefFoundError:
> edu/uci/ics/jung/graph/decorators/VertexStringer), and the repository site
> mentioned in the wiki contains only older releases (1.3 and 1.4)...
>
>
> Regards
>
> Thorsten
>
>
> Hubert Iwaniuk-2 wrote:
> >
> > Maven Overview Plugin version 1.6 has been released.
> >
> > http://code.google.com/p/maven-overview-plugin/
> >
> > Maven Overview Plugin graphs your Maven dependencies. You can use it
> > in plugin or report mode to generate just graph or integrate with site
> > generated by Maven respectively.
> >
> > This release improves visualization:
> > http://code.google.com/p/maven-overview-plugin/issues/detail?id=16
> >
> > You can now configure to show
> > versions<
> http://maven-overview-plugin.googlecode.com/svn/site/overview-mojo.html#showVersion
> >on
> > generated graph, please refer to MOP documentation at
> > http://maven-overview-plugin.googlecode.com/svn/site/overview-mojo.html
> >
> > Questions and user stories are welcome at:
> > http://groups.google.com/group/maven-overview-plugin-discuss
> >
> > MOP
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/-ANN--Maven-Overview-Plugin-version-1.6-released.-tp24382551p24389238.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


[ANN] Maven Overview Plugin version 1.6 released.

2009-07-07 Thread Hubert Iwaniuk
Maven Overview Plugin version 1.6 has been released.

http://code.google.com/p/maven-overview-plugin/

Maven Overview Plugin graphs your Maven dependencies. You can use it
in plugin or report mode to generate just graph or integrate with site
generated by Maven respectively.

This release improves visualization:
http://code.google.com/p/maven-overview-plugin/issues/detail?id=16

You can now configure to show
versionson
generated graph, please refer to MOP documentation at
http://maven-overview-plugin.googlecode.com/svn/site/overview-mojo.html

Questions and user stories are welcome at:
http://groups.google.com/group/maven-overview-plugin-discuss

MOP


Maven Overview Plugin version 1.4 has been released

2009-04-08 Thread Hubert Iwaniuk
Maven Overview Plugin version 1.4 has been released.

http://code.google.com/p/maven-overview-plugin/

Maven Overview Plugin graphs your Maven dependencies. You can use it
in plugin or report mode to generate just graph or integrate with site
generated by Maven respectively.

This release improves filtering:
http://code.google.com/p/maven-overview-plugin/issues/list?can=1&q=la...

You can now filter by max depth, scope and general artifact
properties, please refer to MOP documentation at
http://maven-overview-plugin.googlecode.com/svn/site/overview-mojo.html

Any questions are welcome at:
http://groups.google.com/group/maven-overview-plugin-discuss

MOP


Re: Archetype create v. generate

2009-01-29 Thread Hubert Iwaniuk
Hi Dave,create is deprecate, generate is a way to go.
If you want it not interactive, read:
http://maven.apache.org/plugins/maven-archetype-plugin/examples/generate-batch.html

HTH,
   Hubert.

On Tue, Jan 27, 2009 at 9:03 PM, Dave Newton  wrote:

> Just a ping to see if anybody had any input--I haven't had a chance to
> investigate further yet but need to commit some changes to some archetypes
> and update some documentation soon.
>
> Thanks,
> Dave
>
> Dave Newton wrote:
>
>> What's the "approved" way to create archetypes when there's an archetype
>> metadata file?
>>
>> So far it seems like I can either do archetype:create, which (so far)
>> isn't shuffling the files around from my archetype metadata file, or
>> archetype:generate, which does, but has that interactive bit I'd like to
>> avoid.
>>
>> I think I'm using Version: 2.0-alpha-4, which is actually different from
>> the one I *thought* I was using, so I'll re-visit my process and see what's
>> currently happening, but I'd still appreciate any input.
>>
>
>
> ---------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Hubert Iwaniuk


Re: Maven 2.0.9 NullpointerException when running tests

2009-01-25 Thread Hubert Iwaniuk
Try:

  junit
  junit
  4.1
  test


HTH.

On Sat, Jan 24, 2009 at 8:54 PM, Amin Mohammed-Coleman wrote:

> Hi (To Geoffrey Wiseman)
>
> You are correct it is using junit 3.8.1 jar, I'm not sure how to change
> this to 4.4. Would it be possible to get some advice on how to do this?
>
>
> Cheers
> Amin
>
>
>
> On 24 Jan 2009, at 15:51, Amin Mohammed-Coleman wrote:
>
>  Hi
>>
>> I have the following pom.xm file:
>>
>> http://maven.apache.org/POM/4.0.0"; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance";
>>xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
>> http://maven.apache.org/maven-v4_0_0.xsd";>
>>
>>
>>ami...@gmail.com
>>Amin Mohammed-Coleman
>>
>>Software Engineer 
>>
>>
>>
>>4.0.0
>>com.amin
>>app.lucene
>>jar
>>1.0-SNAPSHOT
>>app.lucene
>>http://maven.apache.org
>>
>>
>>
>>
>>
>>app.lucene
>>
>>
>>org.apache.maven.plugins
>>
>>  maven-compiler-plugin
>>
>>1.6
>>1.6
>>
>>
>>        
>>
>> 
>>
>>
>> I have junit 4 tests which all run correctly in eclipse.  However when I
>> try to run the tests in maven (mvn test) I get nullpointerexceptions (due to
>> classes not being instantiated properly.
>>
>> Any help would be appreciated.
>>
>>
>> Cheers
>> Amin
>>
>
>


-- 
Hubert Iwaniuk


[ANN] Maven Overview Plugin Version 1.2 Released

2008-07-29 Thread Hubert Iwaniuk
Maven Overview Plugin version 1.2 has been released.

This release contains fixes for inclusions/exclusions and integration test.

Usage information available here:
http://maven-overview-plugin.googlecode.com/svn/site/plugin-info.html.
Project has reached Milestone:IntegrationTests (
http://code.google.com/p/maven-overview-plugin/issues/list?can=1&q=Milestone%3AIntegrationTests
).

Please report any errors to:
http://code.google.com/p/maven-overview-plugin/issues/list.

Happy report generating :)


Re: [m2] how to use javacc?

2005-11-20 Thread Hubert Iwaniuk
Hi Allan,
Thanks for your reply.
Is there other way to use jjtree in maven, for example some ant script?

Thanks in advance,
   Hubert.

Dnia 21-11-2005, pon o godzinie 13:52 +0800, Allan Ramirez napisaƂ(a):
> Hi Hubert,
> 
> jjtree is not yet available in the javacc-maven-plugin. But it will have 
> soon.
> 
> regards,
> -allan
> 
> Hubert Iwaniuk wrote:
> 
> >Hi,
> >Please help me getting javacc jjtree generation work in maven.
> >I simply can't figureout how to set properties, so mojo will know
> >where is jjt file, and how to make code generation occure before code
> >compilation.
> >I'm new to maven at all.
> >Thanks for you help,
> >   Hubert.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m2] how to use javacc?

2005-11-20 Thread Hubert Iwaniuk
Hi,
Please help me getting javacc jjtree generation work in maven.
I simply can't figureout how to set properties, so mojo will know
where is jjt file, and how to make code generation occure before code
compilation.
I'm new to maven at all.
Thanks for you help,
   Hubert.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]