My mistake. Portal is dependent upon forms. That dependency was
introduced when the portal tools were committed. However, I don't
believe cron is required.
Ralph
Giacomo Pati wrote:
Ralph Goers wrote:
I'm confused by this as I use the portal without forms or cron just
fine. Are these samples dependencies? If so, we need a better way
of documenting this.
Hmm.. Actually I cannot get the portal block compile without the form
and cron blocks included. Can you?
I use a local.build.properties file with these settings changed:
exclude.webapp.documentation=true
exclude.webapp.javadocs=true
exclude.webapp.samples=true
exclude.webapp.test-suite=true
exclude.deprecated=true
exclude.documentation=true
exclude.javadocs=true
Giacomo