• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1These files are examples to get you started. Since you cannot commit
2your files into CVS here, just point the scripts at your own properties
3files, similar in content to these, and run accordingly.
4
5You can also run the Ant scripts without properties files if you set
6the attributes statically in your ant script.
7
8Or, you can call the Tasks themselves within another Java class.
9RSSFeedAddEntryTask is an example of this, in that it optionally
10calls RSSFeedCreateFeedTask if no existing feed file already exists.
11RSSFeedGetPropertyTask is a wrapper for RSSFeedUpdateEntryTask, which
12also queries for an attribute value, but instead of changing it,
13simply returns it.