OK -- In the base directory I do a
mvn and that works fine and then the second step fails... mvn -Prun [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Shindig Project [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.pom 1K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin-parent/2.0.1/maven-plugin-parent-2.0.1 . pom 7K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar 11K downloaded [INFO] [site:attach-descriptor] [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO] [source:jar {execution: attach-sources}] [INFO] [install:install] [INFO] Installing C:\z01shindig\pom.xml to C:\Documents and Settings\Administrator\.m2\repository\org\apache\shindig\shi ndig-project\1-SNAPSHOT\shindig-project-1-SNAPSHOT.pom Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom 1K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom 11K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom 1K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom 2K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.po m 1K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2 . 0.1.pom 1K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom 765b downloaded Downloading: http://repo1.maven.org/maven2/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.pom 149b downloaded Downloading: http://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.pom 764b downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom 643b downloaded Downloading: http://repo1.maven.org/maven2/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar 8K downloaded Downloading: http://repo1.maven.org/maven2/ant/ant/1.6.5/ant-1.6.5.jar 1009K downloaded [INFO] [antrun:run {execution: pack-demo-clean}] [INFO] Executing tasks [echo] Running Server of Type full, use -DrunType=full|social|gadgets to change type [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error executing ant tasks Embedded error: Execute failed: java.io.IOException: CreateProcess: mvn jetty:run -DrunType=full error=2 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18 seconds [INFO] Finished at: Fri Apr 25 16:25:49 MDT 2008 [INFO] Final Memory: 10M/19M [INFO] ------------------------------------------------------------------------ On Fri, Apr 25, 2008 at 4:08 PM, Ian Boston <[EMAIL PROTECTED]> wrote: > I think reorganize-poms4.patch should be the current patch. > > Can you give it a go, > > Thanks > Ian > > > > > On 25 Apr 2008, at 23:04, Michael Angerman wrote: > > OK, I found your notes... >> >> After you update the patch file, let me know and then I will >> start over and do the whole thing... >> >> Once I run the patch on the trunk then I will do this... >> >> In the top level (base) directory.... >> >> mvn >> >> and then >> >> mvn -Prun >> >> And at this point the Jetty Server should be up and running.... >> >> On Fri, Apr 25, 2008 at 3:50 PM, Michael Angerman <[EMAIL PROTECTED]> >> wrote: >> >> We are making progress here... >>> >>> The first thing I do is blow away my Maven repository (just to be sure we >>> are starting with a clean slate) >>> >>> Then I do a clean code checkout... >>> >>> Then I ran the >>> >>> reorganize-poms4.patch and that worked fine -- no failures... >>> >>> I am now in the base directory and I run >>> >>> mvn >>> >>> And that works -- >>> >>> Then, at this point I try to run >>> >>> mvn jetty:run >>> >>> and it can't find jetty... >>> >>> Do I have the correct reorganize-poms4.patch file... >>> >>> It shows (71kb) and when I put my mouse over the file it shows a >>> timestamp >>> of... >>> >>> 01:21PM >>> >>> Just to be brutally clear... >>> >>> Can you send the line by line instructions of how to build and run one >>> more >>> time, >>> assuming that the patch works fine and I have the correct patch file... >>> >>> >>> >>> >>> >>> >>> On Fri, Apr 25, 2008 at 3:17 PM, Ian Boston <[EMAIL PROTECTED]> wrote: >>> >>> only the reorganize patch, >>>> >>>> I based my patch on the ideas build-cleanup.patch, but effectively >>>> replaced it. >>>> >>>> sorry, I don't have editing rights on the jira, buried in the long list >>>> of >>>> comments there is an indication. >>>> Ian >>>> >>>> >>>> >>>> >>>> On 25 Apr 2008, at 22:02, Michael Angerman wrote: >>>> >>>> Ian, >>>> >>>>> >>>>> I am going to do some testing on a WINDOWS platform... >>>>> >>>>> I am going to do a clean checkout of the trunk and then try and run >>>>> your >>>>> patches... >>>>> >>>>> I tried running a couple of minutes ago and they don't BOTH seem to >>>>> work... >>>>> >>>>> reorganize-poms4.patch goes fine without problems but the >>>>> >>>>> build-cleanup.patch fails in certain spots... >>>>> >>>>> Am I only supposed to run reorganize or both of them and in what >>>>> order... >>>>> >>>>> Thanks, >>>>> Michael >>>>> >>>>> On Fri, Apr 25, 2008 at 2:21 PM, Ian Boston (JIRA) <[EMAIL PROTECTED]> >>>>> wrote: >>>>> >>>>> >>>>> [ >>>>>> https://issues.apache.org/jira/browse/SHINDIG-207 >>>>>> ?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] >>>>>> >>>>>> Ian Boston updated SHINDIG-207: >>>>>> ------------------------------- >>>>>> >>>>>> Attachment: reorganize-poms4.patch >>>>>> >>>>>> Updated patch to include jetty version >>>>>> >>>>>> Also changed defaultGoal to install from package. >>>>>> >>>>>> There will be some emails following this post (or perhapse before, >>>>>> depending on how cleaver jira is) >>>>>> >>>>>> simplify dependencies, document how to get eclipse working >>>>>> >>>>>>> ---------------------------------------------------------- >>>>>>> >>>>>>> Key: SHINDIG-207 >>>>>>> URL: https://issues.apache.org/jira/browse/SHINDIG-207 >>>>>>> Project: Shindig >>>>>>> Issue Type: Bug >>>>>>> Reporter: Brian Eaton >>>>>>> Attachments: build-cleanup.patch, reorganize-poms4.patch >>>>>>> >>>>>>> >>>>>>> Got a patch for this. >>>>>>> >>>>>>> >>>>>> -- >>>>>> This message is automatically generated by JIRA. >>>>>> - >>>>>> You can reply to this email to add a comment to the issue online. >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>> >

