blob: 9a654514cc6afee037fc60dd6607902dc7c16c36 [file] [log] [blame]
# Copyright 2006 The Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License
README for 1.1-286-COMPATIBILITY branch of Pluto
This branch holds the development source code that will become the
JSR-286 (Portlet 2.0) reference implementation. It is anticipated that
this source code will be eventually merged into the SVN trunk to
become Pluto 2.0.
To build a binary distribution with Pluto installed in Tomcat 5.5,
make sure you have Ant 1.6+ and Maven 2.0.4+ installed and run
the dist-build.xml Ant script with the command line:
ant -f dist-build.xml
Upon successful completion of the build, the distribution will be found in the
target/dist directory.
The Ant build uses Maven to build the distribution. Details are found in the
comments on the top of dist-build.xml.