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

ant validate only validates single page #182

Open
stalsma opened this issue Oct 13, 2014 · 1 comment
Open

ant validate only validates single page #182

stalsma opened this issue Oct 13, 2014 · 1 comment

Comments

@stalsma
Copy link

stalsma commented Oct 13, 2014

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

@roblarsen
Copy link
Member

Actually, it was only ever intended to validate the root page.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants