Site migration to Maven 2
-------------------------
Key: GERONIMO-1748
URL: http://issues.apache.org/jira/browse/GERONIMO-1748
Project: Geronimo
Type: Sub-task
Components: website
Versions: 1.2
Reporter: John Sisson
Priority: Minor
Fix For: 1.2
Currently the Geronimo site is build using Ant.
The Ant build has been recently updated to use Velocity to 1.5-dev (I built
from svn rev 386004) to fix issue where generated html files have inconsistent
line endings when building the site on Windows ( see
http://www.mail-archive.com/[email protected]/msg11613.html )
See http://svn.apache.org/viewcvs?rev=386059&view=rev
A conversion to Maven 2 needs to use a version of velocity that has this fix.
You can test whether the version of velocity has the fix by:
* running touch * in cygwin in the geronimo\site\xdocs directory
* build the site
* attempt to check in the generated site files under geronimo\site\docs - if
you don't get any errors about inconsistent line endings then you are using the
fixed version of velocity.
For a list of dependencies required by velocity see the doco at
http://svn.apache.org/repos/asf/jakarta/velocity/engine/trunk/xdocs/jar-dependencies.xml
. FYI, the current Ant build loads the jars in the geronimo\site\lib dir onto
the classpath.
I don't know if velocity's project.xml file is up to date as they aren't doing
builds with maven yet AFAIK..
http://svn.apache.org/repos/asf/jakarta/velocity/engine/trunk/project.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira