I think I've fixed these problems.
Running mvn clean install -Pwith-assembly results in at least a jetty
server that seems to work for me.
I think we need a license and NOTICE file at the top level project
per recent legal-discuss threads. I'm not at all sure the license
and notice files in the existing projects are correct.
thanks
david jencks
On Mar 7, 2008, at 8:27 AM, Kevan Miller wrote:
The following files in roller/trunk are missing src license headers:
!????? ./roller-jetty-commands
!????? ./roller-tomcat-commands
!????? ./roller-jetty/src/main/resources/config/planet-
custom.properties
!????? ./roller-jetty/src/main/resources/config/roller-
custom.properties
!????? ./roller-jetty/src/main/resources/config/roller-custom.vm
!????? ./roller-themes/src/main/resources/themes/basic/_day.vm
!????? ./roller-themes/src/main/resources/themes/basic/basic-
custom.css
!????? ./roller-themes/src/main/resources/themes/basic/permalink.vm
!????? ./roller-themes/src/main/resources/themes/basic/
searchresults.vm
!????? ./roller-themes/src/main/resources/themes/basic/sidebar.vm
!????? ./roller-themes/src/main/resources/themes/basic/theme.xml
!????? ./roller-themes/src/main/resources/themes/basic/weblog.vm
!????? ./roller-themes/src/main/resources/themes/glike/_day.vm
!????? ./roller-themes/src/main/resources/themes/glike/glike-
custom.css
!????? ./roller-themes/src/main/resources/themes/glike/permalink.vm
!????? ./roller-themes/src/main/resources/themes/glike/
searchresults.vm
!????? ./roller-themes/src/main/resources/themes/glike/sidebar.vm
!????? ./roller-themes/src/main/resources/themes/glike/slask.txt
!????? ./roller-themes/src/main/resources/themes/glike/theme.xml
!????? ./roller-themes/src/main/resources/themes/glike/weblog.vm
!????? ./roller-themes/src/main/resources/themes/glike/ricoAjax/
prototype.js
!????? ./roller-themes/src/main/resources/themes/glike/ricoAjax/
readme.rico
!????? ./roller-tomcat/src/main/resources/config/planet-
custom.properties
!????? ./roller-tomcat/src/main/resources/config/roller-
custom.properties
!????? ./roller-tomcat/src/main/resources/config/roller-custom.vm
!????? ./roller-weblogger-geronimo/pom.xml
Looks like most of them should have a license header. One exception
is roller-themes/src/main/resources/themes/glike/ricoAjax/
prototype.js which would be covered by the following license and
should include in the LICENSE file:
Copyright (c) 2005 Sam Stephenson
Permission is hereby granted, free of charge, to any person
obtaining a copy
of this software and associated documentation files (the
"Software"), to deal
in the Software without restriction, including without limitation
the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/
or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE
SOFTWARE.
I haven't verified binaries, yet. I'm not able to build roller due
to some missing dependencies:
1) apache-xalan:serializer:jar:j_2.7.0
2) oswego-concurrent:concurrent:jar:1.3.4
Think I'm following the README instructions. Am I missing something?
--kevan