[EMAIL PROTECTED] wrote:
cmlenz      2003/01/15 04:43:01

  Added:       anttasks/src/java/org/apache/cactus/ant
                        CheckSitemapTask.java
  Log:
  Simplish task that checks the documentation sitemap for invalid links.
  Currently, it only checks local resources.
Thinking about the proposed directory reorganization, and the current anttasks-module eventually going away in the not-so-distant future, I now think it would be cleaner to put this task in the documentation module, because it is only used there:

jakarta-cactus/
documentation/
src/
java/
org.apache.cactus.documentation.CheckSitemapTask
or maybe
org.apache.cactus.tools.CheckSitemapTask
(to have a general package name that can be used for build-time utility classes like this)

The task would get built by the documentation build file, and also used there. Javadocs etc are not needed, so it'd be simply a matter of <javac>. A big benefit is that the current dependancy of documentation on anttasks would be eliminated, and thus gump descriptor and master build file be simplified.

What do you think?

--
Christopher Lenz
/=/ cmlenz at gmx.de


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to