Re: [mevenide-user] Toplogging not found

"Milos Kleint" <[email protected]> Fri, 8 Feb 2008 15:27:36 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.user
Message-ID <[email protected]>
On Feb 6, 2008 10:12 AM, andy law (RI) <[email protected]> wrote:
> >
> > On Feb 6, 2008 9:49 AM, andy law (RI)
> > <[email protected]> wrote:
> > > Thanks - it seems to work with 2.3.1 as you suggested.
> > >
> > > On a whim, I just tried the newly-announced 2.4.1 version.
> > The problem
> > > persists in that version so its back to 2.3.1 for me for now.
> >
> > hmm.. and you have the 3.0.10 version of maven support
> > installed, right?
>
>
> No. I am an idiot :o} Sorry.
>
> I was focussed on your 2.3.1 suggestion last night. Then, first thing
> this morning and top of the users-3+t1Dttqs2kyzMRdD/[email protected] RSS feed was an
> ANNOUNCE of surefire 2.4.1 which claims a fix to 121. If I had stopped
> to read all of your previous email then I would have realised that you
> already knew that 2.4.1 didn't work with the current mevenide.
>
> So, how would I go about getting 3.0.10? I presume that isn't a pom
> configuration since it is embedded in the IDE.

nope. It's the actual mevenide codebase.
The new (3.0.10) modules will appear on the update site soon (in a
matter of hours/days). Check your IDE's Plugins dialog once in a
while.

Milos

>
> If it's too painful then I'm sticking with 3.0.9 and surefire 2.3.1.
>
>
> Later,
>
> Andy
>
> -------------
> Yada, yada, yada...
>
> Roslin Institute is a company limited by guarantee, registered in
> Scotland (registered number SC157100) and a Scottish Charity (registered
> number SC023592). Our registered office is at Roslin, Midlothian, EH25
> 9PS. VAT registration number 847380013.
>
> The information contained in this e-mail (including any attachments) is
> confidential and is intended for the use of the addressee only.   The
> opinions expressed within this e-mail (including any attachments) are
> the opinions of the sender and do not necessarily constitute those of
> Roslin Institute (Edinburgh) ("the Institute") unless specifically
> stated by a sender who is duly authorised to do so on behalf of the
> Institute.
>
>
>
> >
> > Milos
> > >
> > > Later,
> > >
> > > Andy
> > >
> > > -------------
> > > Yada, yada, yada...
> > >
> > > Roslin Institute is a company limited by guarantee, registered in
> > > Scotland (registered number SC157100) and a Scottish Charity
> > > (registered number SC023592). Our registered office is at Roslin,
> > > Midlothian, EH25 9PS. VAT registration number 847380013.
> > >
> > > The information contained in this e-mail (including any
> > attachments) is
> > > confidential and is intended for the use of the addressee
> > only.   The
> > > opinions expressed within this e-mail (including any
> > attachments) are
> > > the opinions of the sender and do not necessarily
> > constitute those of
> > > Roslin Institute (Edinburgh) ("the Institute") unless specifically
> > > stated by a sender who is duly authorised to do so on behalf of the
> > > Institute.
> > >
> > >
> > > > -----Original Message-----
> > > > From: Milos Kleint [mailto:[email protected]]
> > >
> > > > Sent: 06 February 2008 07:21
> > > > To: [email protected]
> > > > Subject: Re: [mevenide-user] Toplogging not found
> > > >
> > > > yup. in pom.xml,
> > > >
> > > > you add something like
> > > > <build>
> > > >    <pluginManagement>
> > > >          <plugins>
> > > >               <plugin>
> > > >                     <artifactId>maven-surefire-plugin</artifactId>
> > > >                     <version>2.3.1</version> ...
> > > >
> > > > Milos
> > > >
> > > > On Feb 5, 2008 8:36 PM, andy law (RI) <[email protected]>
> > > > wrote:
> > > > > Forgive my naivety, how do I configure which surefire
> > > > plugin runs (I
> > > > > presume in the project pom?).
> > > > >
> > > > > Later,
> > > > >
> > > > > Andy
> > > > >
> > > > > -------------
> > > > > Yada, yada, yada...
> > > > >
> > > > > Roslin Institute is a company limited by guarantee,
> > registered in
> > > > > Scotland (registered number SC157100) and a Scottish Charity
> > > > > (registered number SC023592). Our registered office is
> > at Roslin,
> > > > > Midlothian, EH25 9PS. VAT registration number 847380013.
> > > > >
> > > > > The information contained in this e-mail (including any
> > > > attachments) is
> > > > > confidential and is intended for the use of the addressee
> > > > only.   The
> > > > > opinions expressed within this e-mail (including any
> > > > attachments) are
> > > > > the opinions of the sender and do not necessarily
> > > > constitute those of
> > > > > Roslin Institute (Edinburgh) ("the Institute") unless
> > specifically
> > > > > stated by a sender who is duly authorised to do so on behalf of
> > > > > the Institute.
> > > > >
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Milos Kleint [mailto:[email protected]]
> > > > > > Sent: 05 February 2008 17:56
> > > > > > To: [email protected]
> > > > > > Subject: Re: [mevenide-user] Toplogging not found
> > > > > >
> > > > > > Yes, it sounds like related to issue SUREFIRE-121.
> > > > > > using surefire-plugin version 2.3.x should be fine. Using
> > > > > > 2.4.1 with mevenide 3.0.10 should also work fine.
> > > > > >
> > > > > > the different to your other machine could be either that
> > > > the other
> > > > > > machine is using different version of surefire.
> > > > > >
> > > > > > Milos
> > > > > >
> > > > > > On Feb 5, 2008 4:33 PM, andy law (RI)
> > <[email protected]>
> > > > > > wrote:
> > > > > > > Milos,
> > > > > > >
> > > > > > > I just installed netbeans6 on mac OS X 10.5.1 and added
> > > > the maven
> > > > > > > plugin. Now one of my core projects dies because it
> > can't find
> > > > > > > org.netbeans.core.TopLogging. I presume this is the
> > > > > > SUREFIRE-121 issue.
> > > > > > > Is there a work-around or am I stuffed?
> > > > > > >
> > > > > > > Weirdly, my other means of using netbeans (identical
> > > > version with
> > > > > > > maven
> > > > > > > 3.0.9 running on linux and displaying on my mac via X)
> > > > has no such
> > > > > > > problems. Any idea what the differences are?
> > > > > > >
> > > > > > > Later,
> > > > > > >
> > > > > > > Andy
> > > > > > >
> > > > > > > -------------
> > > > > > > Yada, yada, yada...
> > > > > > >
> > > > > > > Roslin Institute is a company limited by guarantee,
> > > > registered in
> > > > > > > Scotland (registered number SC157100) and a
> > Scottish Charity
> > > > > > > (registered number SC023592). Our registered office is
> > > > at Roslin,
> > > > > > > Midlothian, EH25 9PS. VAT registration number 847380013.
> > > > > > >
> > > > > > > The information contained in this e-mail (including any
> > > > > > attachments) is
> > > > > > > confidential and is intended for the use of the addressee
> > > > > > only.   The
> > > > > > > opinions expressed within this e-mail (including any
> > > > > > attachments) are
> > > > > > > the opinions of the sender and do not necessarily
> > > > > > constitute those of
> > > > > > > Roslin Institute (Edinburgh) ("the Institute") unless
> > > > specifically
> > > > > > > stated by a sender who is duly authorised to do so
> > on behalf
> > > > > > > of the Institute.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> > --------------------------------------------------------------------
> > > > > > -
> > > > > > > To unsubscribe from this list, please visit:
> > > > > > >
> > > > > > >     http://xircles.codehaus.org/manage_email
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > >
> > --------------------------------------------------------------------
> > > > > > - To unsubscribe from this list, please visit:
> > > > > >
> > > > > >     http://xircles.codehaus.org/manage_email
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > --------------------------------------------------------------------
> > > > -
> > > > > To unsubscribe from this list, please visit:
> > > > >
> > > > >     http://xircles.codehaus.org/manage_email
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > --------------------------------------------------------------------
> > > > - To unsubscribe from this list, please visit:
> > > >
> > > >     http://xircles.codehaus.org/manage_email
> > > >
> > > >
> > > >
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe from this list, please visit:
> > >
> > >     http://xircles.codehaus.org/manage_email
> > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
>
> > To unsubscribe from this list, please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email