Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Maria Odea Ching
Np Dan ;-) Dan Tran wrote: oh mine, how could I miss this? shame on me Thanks Maria On 9/22/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger?

Re: Favorate ways to browse the Repositories

2007-09-22 Thread Wendy Smoak
On 9/21/07, siegfried <[EMAIL PROTECTED]> wrote: > I did a quick google seach for "maven repositories" and found > http://www.mvnrepository.com/ . Do folks prefer this over the maven plugin > for eclipse? Are there yet other ways to browse the repositories? I generally use Google with site:repo1.

Re: Q4E - Maven 2 Plugin - Installation Issues

2007-09-22 Thread Kalle Korhonen
Q4E only works on Eclipse 3.3. Kalle On 9/22/07, Andrew Leer <[EMAIL PROTECTED]> wrote: > > I'm trying to install the Q4E - Maven 2 Plugin in my Eclipse 3.2.2 > > When I try to install it from the update site > (http://q4e.googlecode.com/svn/trunk/updatesite/) > I get the following error: > >

Q4E - Maven 2 Plugin - Installation Issues

2007-09-22 Thread Andrew Leer
I'm trying to install the Q4E - Maven 2 Plugin in my Eclipse 3.2.2 When I try to install it from the update site (http://q4e.googlecode.com/svn/trunk/updatesite/) I get the following error: "Q for Eclipse (0.2.1.200709150155) requires plug-in "org.eclipse.core.databinding"." What plugin do

Re: eclipse:make-artifacts error

2007-09-22 Thread Dmitri Pissarenko
Hello! Thanks for your answers! I removed duplicate plug-ins/features from eclipse (i. e. those with same version, but different build dates) and now it works. Best regards Dmitri Pissarenko -- http://www.xing.com/profile/Dmitri_Pissarenko http://dapissarenko.blogspot.com/ ---

[ANNOUNCE] Archiva 1.0 Beta 2 Released

2007-09-22 Thread Maria Odea Ching
Hi Everyone, The Maven Archiva team is pleased to announce the release of Archiva 1.0 Beta 2. Archiva is a build artifact repository manager for use with build tools such as Maven, Continuum and Ant. It has features like repository search and browse, securing repositories, identifying unknown art

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Dan Tran
oh mine, how could I miss this? shame on me Thanks Maria On 9/22/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: > Have you tried setting the logOutput to false? :) > > -Deng > > Dan Tran wrote: > > is there a way to configure the plugin to turn off the logger? > > > > Thanks > > > > -

Re: eclipse:make-artifacts error

2007-09-22 Thread Tom Huybrechts
Check if there are two copies of xerces in your Eclipse directory and remove one. On 9/22/07, Dmitri Pissarenko <[EMAIL PROTECTED]> wrote: > Hello! > > I want to create an ecilpse RCP plug-in and I want that it is built > with Maven from the beginning. > > So now I'm setting up the directory stru

Re: eclipse:make-artifacts error

2007-09-22 Thread Wayne Fay
Can you try specifying a xerces dependency yourself, in your own pom, with a specific version (try [1.2.3] style version declaration), to perhaps help Maven figure out what to do here? I've never seen this error myself, so I don't know if this will help, but its a thought. Wayne On 9/22/07, Dmit

eclipse:make-artifacts error

2007-09-22 Thread Dmitri Pissarenko
Hello! I want to create an ecilpse RCP plug-in and I want that it is built with Maven from the beginning. So now I'm setting up the directory structure for this plugin. I'm using the tutorial at http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin When I execute mvn eclipse:make-artifact

Re: FW: Favorate ways to browse the Repositories

2007-09-22 Thread Wayne Fay
Yes, repo1 is the main Maven repo. I also use the web interface, and occasionally mvnrepository.com. I've never had a need for anything more, personally. I'd imagine the junit 4.4 release will be made available in the repo when someone from the junit team submits it. If this is a priority for you,

Re: attached tests dependency error

2007-09-22 Thread zalym
Hi Tim, totally out of scope, but i am curious. what is this type identifier for in dependency? and why is it resolved as period in the artifact? Saleem Tim Kettler wrote: > > zalym schrieb: >> I followed the attached tests guide to create a dependency to my core >> tests. >> The first par

Re: FW: Favorate ways to browse the Repositories

2007-09-22 Thread ben short
I use this URL http://repo1.maven.org/maven2/ to look for artifacts. I think that its the master repository but am not entirely sure. On 9/22/07, siegfried <[EMAIL PROTECTED]> wrote: > Apparently the site was down when I tried to post to the list the first time > so I'm trying again. I apologize i

FW: Favorate ways to browse the Repositories

2007-09-22 Thread siegfried
Apparently the site was down when I tried to post to the list the first time so I'm trying again. I apologize if this appears twice! (1) I was using the eclipse plugin (I think it is the Q plugin - I have yet to try out the other plug in) because it was the only way I knew to browse the reposit

Re: Turn off selenium-maven-plugin's logger

2007-09-22 Thread Maria Odea Ching
Have you tried setting the logOutput to false? :) -Deng Dan Tran wrote: is there a way to configure the plugin to turn off the logger? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Custom phases for ant tasks with antrun? (was RE: How to run maven goals from Eclipse?)

2007-09-22 Thread Tim Kettler
Hi, siegfried schrieb: Thanks Alex! I've been reading http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes .html and it looks like I can execute some ant tasks as part of a life cycle phase. So now when I type "mvn test" it not only executes my one test case, it also ex

Re: Parent POM clean issue

2007-09-22 Thread Maria Odea Ching
Hi Kyle, Try putting your plugin config in the of your child POM. Don't forget to specify the maven-clean-plugin in the of you parent POM as well. Please see http://maven.apache.org/pom.html#Build (Plugins and Plugin Management sections) for the explanation :-) HTH, Deng Kyle.Bober wrot

Custom phases for ant tasks with antrun? (was RE: How to run maven goals from Eclipse?)

2007-09-22 Thread siegfried
Thanks Alex! I've been reading http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes .html and it looks like I can execute some ant tasks as part of a life cycle phase. So now when I type "mvn test" it not only executes my one test case, it also executes the echo commands i