brett, can you point me to the code which you rollbacked? I'd like to
include the rollback into my copy of the embedder artifact I have and
that I plan to include with the next version of mevenide/netbeans?

Thanks..

Milos

On 3/11/06, Brett Porter <[EMAIL PROTECTED]> wrote:
> If this is on 2.1-SNAPSHOT, I know exactly what it is. I rolled that fix
> back from 2.0.3 because of this, but left it on trunk to improve it (the
> JIRA is still open).
>
> - Brett
>
> - Brett
>
> Jason van Zyl wrote:
> > Milos Kleint wrote:
> >> Hello,
> >>
> >> i've been playing with jason's embedder-refactor branch lately for use
> >> in mevenide. It seems to work fine generally, the few issues I found I
> >> reported. There's one possible performance issue that I haven't figure
> >> out.
> >>
> >> It took me a while to figure out how to setup the embedder to build my
> >> projects. once it was done I noticed that a project (multiproject)
> >> that used to build in < 1 minute with 2.0.1 on command line, takes now
> >> 15 minutes with the embedder.
> >
> > Have you tried with 2.0.2 or with the 2.0.3 RC that John posted? I just
> > want to know if it's something I did in the embedder or something that's
> > in the core. I would imagine it's in the core because the embedder is a
> > just a wrapper basically.
> >
> > If you get the same problem on the command line with the 2.0.3 RC then
> > we'll have to go hunting.
> >
> >> The reason was way too many failed server connections looking for some
> >> artifacts..
> >> a random excerpt:
> >> [WARN]Unable to get resource
> >> org.apache.maven.plugins:maven-plugin-plugin:pom:2.0.1-SNAPSHOT from
> >> repository netbeans (http://208.44.201.216:18080/maven)
> >> [WARN]Unable to get resource
> >> org.apache.maven.plugins:maven-resources-plugin:pom:2.2-SNAPSHOT from
> >> repository netbeans (http://208.44.201.216:18080/maven)
> >>
> >> (the id of the artifact is not there by default I added it for
> >> debugging purposes)
> >>
> >> These messages did repeatedly occur for a single pom-repository pair
> >> during one build.
> >> I did manage to take the build under 5 minutes by enabling the plugin
> >> registry (which is to be on by default anyway)
> >> But the tool kept on contacting the servers for snapshot poms. The
> >> only workaround I found was to mark all my repositories/plugin
> >> repositories as snapshot/enabled=false.
> >>
> >> it might  be possible that this is a problem with my configuration of
> >> the embedder, but I didn't notice anything to be different from the
> >> MavenCLI stuff..
> >>
> >> Any pointers appreciated.
> >>
> >> Milos
> >>
> >> ---------------------------------------------------------------------
> >> 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]
> >
>
> ---------------------------------------------------------------------
> 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