You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2006/03/17 03:10:58 UTC

[jira] Created: (GERONIMO-1748) Site migration to Maven 2

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/velocity-dev@jakarta.apache.org/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


[jira] Commented: (GERONIMO-1748) Site migration to Maven 2

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1748?page=comments#action_12422572 ] 
            
Jason Dillon commented on GERONIMO-1748:
----------------------------------------

Why does the site build need m2?

This is not directly related to the m2 conversation for the project.  I recommend closing this issue w/will not fix.

If we want to change the site to build w/m2 that is unrelated to the main build with m2 so open a new issue (not a sub task).

> 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/velocity-dev@jakarta.apache.org/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

        

[jira] Closed: (GERONIMO-1748) Site migration to Maven 2

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1748?page=all ]

John Sisson closed GERONIMO-1748.
---------------------------------

    Fix Version/s:     (was: 1.2)
       Resolution: Duplicate
         Assignee: John Sisson

I seem to remember Jacek saying (a while ago..) we should replace the ant code with maven and this could be done as part of the m2 migration work.  Anyway, it looks like we should wait until velocity 1.5 is released as we are currently running from a 1.5 development build to get around some bugs.

Closing this JIRA and have created GERONIMO-2226 .

John

> 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
>         Assigned To: John Sisson
>            Priority: Minor
>
> 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/velocity-dev@jakarta.apache.org/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

        

Re: [jira] Commented: (GERONIMO-1748) Site migration to Maven 2

Posted by John Sisson <jr...@gmail.com>.
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/velocity-dev@jakarta.apache.org/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
>>     
>
>   


[jira] Commented: (GERONIMO-1748) Site migration to Maven 2

Posted by "Jason Dillon (JIRA)" <de...@geronimo.apache.org>.
    [ 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/velocity-dev@jakarta.apache.org/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