Giovanni Azua wrote:
hi Dennis,

Many thanks for your help!

Anyway, the html files that do get generated from xdoc files look fine
to me. Can you give me a concrete example of one file that exhibits this
problem?

e.g. the index.html file has the issue:

<http://perfectjpattern.svn.sourceforge.net/viewvc/perfectjpattern/trunk/src
/site/xdoc/index.xml?view=markup>

Which link on that page? They all look fine to me...

The only thing I recall needs local installation is JTA 1.0.1B API, that you
can download from this link and rename to jar:
<https://sdlc1a.sun.com/ECom/EComActionServlet;jsessionid=FBB957A912422239F1
014E29F5D0B517>

which options did you use for building? did you use build.sh?

No, pom.xml. I didn't want to install your project's artifacts into my local repository. So it's the project's own artifacts that are missing.



The only open point remaining would be the settings.xml, mine is below.

Best regards,
Giovanni

************************* settings.xml *********************************

<settings>
  <proxies>
  </proxies>
<servers> <server>
      <id>sourceforge.net</id>
      <username></username>
      <password></password>
      <filePermissions>775</filePermissions>
      <directoryPermissions>775</directoryPermissions>
</server> </servers>
  <mirrors>
    <mirror>
      <id>ibiblio.org</id>
      <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- United States, North Carolina -->
    </mirror>
    <mirror>
      <id>lsu.edu</id>
      <url>http://ibiblio.lsu.edu/main/pub/packages/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- United States, Louisiana -->
     </mirror>
    <mirror>
      <id>sateh.com</id>
      <url>http://maven.sateh.com/repository</url>
      <mirrorOf>central</mirrorOf>
      <!-- The Netherlands, Amsterdam -->
    </mirror>
    <mirror>
      <id>dotsrc.org</id>
      <url>http://mirrors.dotsrc.org/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- Denmark -->
    </mirror>
    <mirror>
      <id>sunsite.dk</id>
      <url>http://mirrors.sunsite.dk/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- Denmark -->
    </mirror>
    <mirror>
      <id>skynet.be</id>
      <url>http://maven2.mirrors.skynet.be/pub/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- Belgium -->
    </mirror>
    <mirror>
      <id>cica.es</id>
      <url>http://ftp.cica.es/mirrors/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- Spain, Sevilla -->
    </mirror>
    <mirror>
      <id>redv.com</id>
      <url>http://mirrors.redv.com/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- Shanghai, China -->
    </mirror>
<!-- these just point to ibiblio.org --> <mirror>
      <id>ibiblio.net</id>
      <url>http://www.ibiblio.net/pub/packages/maven2</url>
      <mirrorOf>central</mirrorOf>
      <!-- United States, North Carolina -->
    </mirror>
</mirrors> <profiles>
    <profile>
      <id>ydoc</id>
      <activation>
        <activeByDefault/>
      </activation>
      <properties>
        <ydoc.home>/opt/noarch/ydoc/3.0</ydoc.home>
      <ydoc.license>/opt/noarch/ydoc/3.0/license/ydoc.license</ydoc.license>
      </properties>
</profile> <profile>
      <id>Snapshots</id>
      <repositories>
       <repository>
         <id>People Apache repository</id>
         <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
         <snapshots>
            <enabled>true</enabled>
          </snapshots>
          <releases>
            <enabled>false</enabled>
          </releases>
       </repository>
    </repositories>
    <pluginRepositories>
       <pluginRepository>
         <id>Codehaus Snapshots</id>
         <url>http://snapshots.repository.codehaus.org/</url>
         <snapshots>
            <enabled>true</enabled>
          </snapshots>
          <releases>
            <enabled>false</enabled>
          </releases>
       </pluginRepository>
       <pluginRepository>
         <id>People Apache Plugins repository</id>
         <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
         <snapshots>
            <enabled>true</enabled>
          </snapshots>
          <releases>
            <enabled>false</enabled>
          </releases>
       </pluginRepository>
     </pluginRepositories>
    </profile>
</profiles> <activeProfiles>
    <activeProfile>ydoc</activeProfile>
    <activeProfile>Snapshots</activeProfile>
</activeProfiles> </settings>

****************************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to