You must specify a "type" parameter (-Dtype={something}) from the following: all, layout,
all-layouts, channel, all-channels, all-permissions, all-memberships, group, all-groups, user,
all-users.
You must specify a "type" parameter (-Dtype={something}) from the following: layout, channel,
group, user.
You must specify a "sysid" parameter (-Dsysid={something}). The value will be a valid username
(user or layout), fname (channel), or name (group).
Deleting '${destDir}'
HSQL is not running
${jvm.err.out}
WARNING: This task may change or destroy data and should be run with care in production environments.
Task aborted by user.
The "all" Ant task is no longer supported. Run 'mvn clean compile' for the same result.
The "compile" Ant task is no longer supported. Run 'mvn compile' for the same result.
The "compiletests" Ant task is no longer supported. Run 'mvn test-compile' for the same result.
The "deploy" Ant task is no longer supported. Run 'ant deploy-war' for the same result.
The "dist" Ant task is no longer supported. Run 'mvn package site' for a similar result.
The "javadoc" Ant task is no longer supported. Run 'mvn javadoc:javadoc' for the same result.
The "runtests" Ant task is no longer supported. Run 'mvn test' for the same result.
The "pubchan" Ant task is no longer supported. Use 'ant crn-import' to publish channel entity XML files.
File: build.properties.sample
#
# Modify this file to suit your environment.
# The values of these properties will
# override the values of properties of the
# same name in the build.xml file.
#
# Use forward slashes for path names even if
# you are in a Windows environment!
#
#-------------------- File and Directory Names ------------------------
##### Replace server.home with the location of Tomcat 6 on your machine #####
# path to tomcat binaries
server.home=@server.home@
# path to tomcat servlet container (defaults to same directory as the tomcat binaries)
server.base=${server.home}
# path to webapps directory (defaults to /webapps under the tomcat path)
server.webapps=${server.base}/webapps
# If the mvn executable isn't on your path you can set the location here or set it on your path.
#maven.home=
######## Deployment Configuration ##########
# The following apply to deployPortletApp, deploy-war, and deploy-ear targets
# Should the deployment tools extract the WARs when copying them into the servlet container
extractWars=true
# Should the existing webapp be removed before deploying the new webapp
removeExisting=true
# The following applies to the clean and deploy-ear targets.
# Should the shared library location have all existing files removed when clean is run.
# NOTE: Tomcat 6.0 does not include any libraries in shared/lib by default so as long as
# all required libraries are declared in the uportal-ear it is ok to set this to true.
cleanShared=false
# Prompt the user before running ant tasks that could modify the database
prodPrompt=false