Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Excerpt

August 13, 2007
Contributed by Pedro Alves, Pentaho Community Member

...

Community Build Framework

Note
titleWarning

This is a deprecated version. Please check the main page here

...

Code Block
(...)
# PCI target folder, any name or location you wish - Project will be built here

#JBOSS:
#target.server.dir=${pentaho.proj.dir}/../target-preconfiguredinstall
#TOMCAT:
target.server.dir=${pentaho.proj.dir}/../target-preconfiguredinstall-tomcat
(...)
#PCI source PCI from subversion
#JBOSS:
#source.server.dir=${pentaho.proj.dir}/../pentaho-preconfiguredinstall
#TOMCAT:
source.server.dir=${pentaho.proj.dir}/../pentaho-tomcat
(...)

#JBOSS
#dev.deploy.dir=${target.server.dir}/server/default/deploy
#TOMCAT
dev.deploy.dir=${target.server.dir}/webapps/

...