svn commit: r572010 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 08:54:43 2007 New Revision: 572010 URL: http://svn.apache.org/viewvc?rev=572010view=rev Log: o just expanding rm to reactorManager so there's some idea as to what it is Modified:

svn commit: r572020 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution: DefaultMavenExecutionRequest.java MavenExecutionRequest.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 09:37:49 2007 New Revision: 572020 URL: http://svn.apache.org/viewvc?rev=572020view=rev Log: MNG-3177: capture the presence of a project in the execution request Modified:

svn commit: r572023 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/execution/MavenSession.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 09:43:20 2007 New Revision: 572023 URL: http://svn.apache.org/viewvc?rev=572023view=rev Log: o get the information about whether a project is present from the request as per MNG-3177 Modified:

svn commit: r572029 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven: DefaultMaven.java Maven.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 09:51:03 2007 New Revision: 572029 URL: http://svn.apache.org/viewvc?rev=572029view=rev Log: MNG-3176 Adding a method to create the reactor manager as I want to use it for execution as well as the buildWithDependencies method. Modified:

svn commit: r572041 - /maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 10:25:01 2007 New Revision: 572041 URL: http://svn.apache.org/viewvc?rev=572041view=rev Log: o remove redundancy Modified: maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java Modified:

svn commit: r572151 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/it0020/src/main/scripts/org/apache/maven/it0020/

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 13:58:08 2007 New Revision: 572151 URL: http://svn.apache.org/viewvc?rev=572151view=rev Log: MNG-2397: The plugins must be installed first before they are executed, and clean is built in so we have to make sure the target/ directory is created in the

svn commit: r572180 - in /maven/components/trunk: maven-embedder/src/main/java/org/apache/maven/cli/ maven-embedder/src/main/java/org/apache/maven/embedder/ maven-embedder/src/test/java/org/apache/mav

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 15:48:43 2007 New Revision: 572180 URL: http://svn.apache.org/viewvc?rev=572180view=rev Log: MNG-2935: make sure build tanks if the settings are bad (user and global) Modified:

svn commit: r572189 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 16:20:59 2007 New Revision: 572189 URL: http://svn.apache.org/viewvc?rev=572189view=rev Log: o turn on envar testing for 2.1 Modified:

svn commit: r572207 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/MavenProject.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 17:54:19 2007 New Revision: 572207 URL: http://svn.apache.org/viewvc?rev=572207view=rev Log: MNG-2871: improve handling for EJB artifacts so that the build will work correctly without having to install the attached client JAR. This should be handled generally

svn commit: r572208 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/MavenIT0120EjbClientDependency.java resources/it0120-ejbClientDep

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 17:54:42 2007 New Revision: 572208 URL: http://svn.apache.org/viewvc?rev=572208view=rev Log: MNG-2871: corresponding fix to the IT Modified:

svn commit: r572209 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java

2007-09-02 Thread brett
Author: brett Date: Sun Sep 2 18:26:44 2007 New Revision: 572209 URL: http://svn.apache.org/viewvc?rev=572209view=rev Log: comment out chronicaly failing test Modified:

svn commit: r572210 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/DefaultMaven.java maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 18:39:28 2007 New Revision: 572210 URL: http://svn.apache.org/viewvc?rev=572210view=rev Log: MNG-2398: the lifecycle executor exception wasn't being propagated properly. Modified:

svn commit: r572211 - /maven/components/trunk/maven-lifecycle/src/main/java/org/apache/maven/embedder/

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 18:41:46 2007 New Revision: 572211 URL: http://svn.apache.org/viewvc?rev=572211view=rev Log: o wrong directory created Removed: maven/components/trunk/maven-lifecycle/src/main/java/org/apache/maven/embedder/

svn commit: r572212 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java

2007-09-02 Thread brett
Author: brett Date: Sun Sep 2 18:43:12 2007 New Revision: 572212 URL: http://svn.apache.org/viewvc?rev=572212view=rev Log: commenting out until it is reliable Modified:

svn commit: r572213 - /maven/components/trunk/maven-embedder/pom.xml

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 19:25:41 2007 New Revision: 572213 URL: http://svn.apache.org/viewvc?rev=572213view=rev Log: o use ${pom.version} and not just ${version} Modified: maven/components/trunk/maven-embedder/pom.xml Modified: maven/components/trunk/maven-embedder/pom.xml URL:

svn commit: r572214 - in /maven/components/trunk: maven-core/src/main/java/org/apache/maven/ maven-core/src/main/java/org/apache/maven/lifecycle/ maven-embedder/src/main/java/org/apache/maven/cli/

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 19:35:05 2007 New Revision: 572214 URL: http://svn.apache.org/viewvc?rev=572214view=rev Log: o adding a validation method to the lifecycle executor so that I can tell users what is wrong before actually trying to execute the lifecycle. Trying to do this

svn commit: r572222 - /maven/plugins/branches/maven-eclipse-plugin-MECLIPSE-213/

2007-09-02 Thread brianf
Author: brianf Date: Sun Sep 2 19:56:22 2007 New Revision: 57 URL: http://svn.apache.org/viewvc?rev=57view=rev Log: made a copy Added: maven/plugins/branches/maven-eclipse-plugin-MECLIPSE-213/ - copied from r572221, maven/plugins/trunk/maven-eclipse-plugin/

svn commit: r572223 [2/2] - in /maven/plugins/branches/maven-eclipse-plugin-MECLIPSE-213/src: main/java/org/apache/maven/plugin/eclipse/ main/java/org/apache/maven/plugin/eclipse/writers/ main/java/or

2007-09-02 Thread brianf
Added: maven/plugins/branches/maven-eclipse-plugin-MECLIPSE-213/src/test/resources/projects/project-34/multymodule-1/src/main/java/DummyClass.txt URL:

svn commit: r572229 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven: lifecycle/DefaultLifecycleExecutor.java plugin/PluginParameterExpressionEvaluator.java

2007-09-02 Thread jvanzyl
Author: jvanzyl Date: Sun Sep 2 20:56:31 2007 New Revision: 572229 URL: http://svn.apache.org/viewvc?rev=572229view=rev Log: MNG-1922: Making sure that CLI properties are processed first o fixing IT0039 Modified: