FYI, closed this JIRA and created GERONIMO-2226.
John
Jason Dillon (JIRA) wrote:
[ http://issues.apache.org/jira/browse/GERONIMO-1748?page=comments#action_12423146 ]
Jason Dillon commented on GERONIMO-1748:
----------------------------------------
Why... how is this related to 1.2... why does this need to use m2?
Site migration to Maven 2
-------------------------
Key: GERONIMO-1748
URL: http://issues.apache.org/jira/browse/GERONIMO-1748
Project: Geronimo
Issue Type: Sub-task
Security Level: public(Regular issues)
Components: website
Affects 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