Re: Fwd: maven3 embedder

2010-08-10 Thread Olivier Lamy
2010/8/10 Benjamin Bentmann : > Steffen Stundzig wrote: > >>     // [1] >>     MavenCli cli = new MavenCli(); >>     cli.doMain(new String[] { "package" }, workingDir.getAbsolutePath(), >>         System.out, System.err); >> >> [...] >> As result of [1] running as local java program, i got: >> [ERR

Re: Fwd: maven3 embedder

2010-08-10 Thread Benjamin Bentmann
Steffen Stundzig wrote: // [1] MavenCli cli = new MavenCli(); cli.doMain(new String[] { "package" }, workingDir.getAbsolutePath(), System.out, System.err); [...] As result of [1] running as local java program, i got: [ERROR] Error executing Maven. [ERROR] Cycle detected

Re: Fwd: maven3 embedder

2010-08-10 Thread Steffen Stundzig
thanks for the http tip to brian an nicolas Am 10.08.10 19:07, schrieb nicolas de loof: > just use the HPPT (not "S") url > http://svn.sonatype.org/spice/trunk/maven-performance-tests/src/test/java/org/apache/maven/performance/tests/p001/P001EmbedderTest.java > > 2010/8/10 Steffen Stundzig > >>

Re: Fwd: maven3 embedder

2010-08-10 Thread nicolas de loof
just use the HPPT (not "S") url http://svn.sonatype.org/spice/trunk/maven-performance-tests/src/test/java/org/apache/maven/performance/tests/p001/P001EmbedderTest.java 2010/8/10 Steffen Stundzig > hi, > > thanks igor. For the second I need a login. Do you have a guest account > or something else

Re: Fwd: maven3 embedder

2010-08-10 Thread Brian Fox
use http instead of https On Tue, Aug 10, 2010 at 1:04 PM, Steffen Stundzig wrote: > hi, > > thanks igor. For the second I need a login. Do you have a guest account > or something else? > > regards > > Am 10.08.10 18:46, schrieb Igor Fedorenko: >> You may want to check how we do this in m2eclipse

Re: Fwd: maven3 embedder

2010-08-10 Thread Steffen Stundzig
hi, thanks igor. For the second I need a login. Do you have a guest account or something else? regards Am 10.08.10 18:46, schrieb Igor Fedorenko: > You may want to check how we do this in m2eclipse [1] or during maven > performance regression tests [2]. > > > [1] > http://github.com/sonatype/m

Re: Fwd: maven3 embedder

2010-08-10 Thread Igor Fedorenko
You may want to check how we do this in m2eclipse [1] or during maven performance regression tests [2]. [1] http://github.com/sonatype/m2eclipse-core/blob/master/org.maven.ide.eclipse/src/org/maven/ide/eclipse/internal/embedder/MavenImpl.java [2] https://svn.sonatype.org/spice/trunk/maven-perfor

Fwd: maven3 embedder

2010-08-10 Thread Steffen Stundzig
Hi folks, sorry for the spam. I'm also posted on users. Whats the correct list for such plugin developer questions? --- I've tried the whole day on how can i embedd a call for a maven goal into my java src. I'm working with maven-3.0-beta-1. Here are my sample snippets which the appropriate err