<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Dear list,<br>
    <br>
    I hope I am posting this question in the right place; I have found a
    similar question in this mailing list's archives.<br>
    <br>
    I'm trying to build gvSIG Mini for Android, following the tutorial
    at
    <a class="moz-txt-link-freetext" href="https://confluence.prodevelop.es/display/GVMN/How+to+build+the+gvSIG+Mini+workspace+in+Eclipse">https://confluence.prodevelop.es/display/GVMN/How+to+build+the+gvSIG+Mini+workspace+in+Eclipse</a>
    .<br>
    I have installed the required software: Android SDK, Eclipse, Maven,
    and the Eclipse plugins. I have then checked out the indicated
    projects from the Subversion repository and downloaded the main
    pom.xml file. Finally, I have configured the environment and Eclipse
    for running Maven. (Well, actually, I found that the required
    M2_REPO variable was already present and seems to have the right
    value. I suppose it was set by the Eclipse Maven plugin?)<br>
    For one thing, according to the tutorial, at this point I should
    have a "gvSIG Mini lib" folder, but I see a "gvSIG Mini 1.2.0"
    instead. (I also have a "gvSIG Mini" folder, as expected.)<br>
    Then, when I try to execute the next step of the tutorial (run "<b>mvn
      clean install -DskipTests=true</b>" at the command line), I get
    the following output:<br>
    <tt><br>
      [INFO] Scanning for projects...<br>
      [ERROR] The build could not read 1 project -&gt; [Help 1]<br>
      [ERROR]<br>
      [ERROR]&nbsp;&nbsp; The project
      es.prodevelop.gvsig.mini:gvsig-mini-standard:0.3-SNAPSHOT
      (C:\Documents and Settings\Administrator\Documenti\progetti\LBS
      PRIN\sviluppo\android\pom.xml) has 3 errors<br>
      [ERROR]&nbsp;&nbsp;&nbsp;&nbsp; <font color="#cc0000">Child module C:\Documents and
        Settings\Administrator\Documenti\progetti\LBS
        PRIN\sviluppo\android\.\es.prodevelop.gvsig.mini.compat.j2se\pom.xml</font>
      of C:\Documents and Settings\Administrator\Documenti\progetti\LBS
      PRIN\sviluppo\android\pom.xml <font color="#cc0000">does not
        exist</font><br>
      [ERROR]&nbsp;&nbsp;&nbsp;&nbsp; <font color="#cc0000">Child module C:\Documents and
        Settings\Administrator\Documenti\progetti\LBS
        PRIN\sviluppo\android\.\es.prodevelop.tilerastercache\pom.xml</font>
      of C:\Documents and Settings\Administrator\Documenti\progetti\LBS
      PRIN\sviluppo\android\pom.xml <font color="#cc0000">does not
        exist</font><br>
      [ERROR]&nbsp;&nbsp;&nbsp;&nbsp; <font color="#cc0000">Child module C:\Documents and
        Settings\Administrator\Documenti\progetti\LBS
        PRIN\sviluppo\android\.\es.prodevelop.tilerastercache.wms\pom.xml</font>
      of C:\Documents and Settings\Administrator\Documenti\progetti\LBS
      PRIN\sviluppo\android\pom.xml <font color="#cc0000">does not
        exist</font><br>
      [ERROR]<br>
      [ERROR] To see the full stack trace of the errors, re-run Maven
      with the -e switch.<br>
      [ERROR] Re-run Maven using the -X switch to enable full debug
      logging.<br>
      [ERROR]<br>
      [ERROR] For more information about the errors and possible
      solutions, please read the following articles:<br>
      [ERROR] [Help 1]
<a class="moz-txt-link-freetext" href="http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException">http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException</a></tt><br>
    <br>
    I have highlighted what seems to be the main problem to me: three of
    the sub-projects are missing their pom.xml file.<br>
    <br>
    Could someone please point out to me what I'm doing wrong?<br>
    <br>
    Thank you for your help,<br>
    <br>
    Antonio Pala<br>
    <br>
  </body>
</html>