Hi Chris, > -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED]] > Sent: 21 January 2003 13:23 > To: Cactus Developers List > Subject: Re: cvs commit: jakarta- > cactus/anttasks/src/java/org/apache/cactus/ant CheckSitemapTask.java > > [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
+1 > 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? +1, good idea :-) Thanks -Vincent > > -- > Christopher Lenz > /=/ cmlenz at gmx.de > > > -- > To unsubscribe, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-dev- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
