Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

ant validate only validates single page #182

@stalsma

Description

@stalsma

Is it intentional that the validate routine is hard coded to a single file specified in #file.root.page# ?
<!-- Validate target, run separately --> <target name="validate"> <apply dir="${dir.source}/" executable="java" parallel="false"> <fileset dir="./${dir.source}/"> <include name="${file.root.page}"/> </fileset>
Should it instead loop over all the files specified in file.pages? Or is the intent to simply call it multiple times as a separate ant-call, e.g.
ant validate -Dfile.root.page=index2.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions