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