Can someone tell me what the proper syntax is for adding multiple links in javadoc? According to the ant docs, this is possible: Create link to javadoc output at the given URL. This performs the same role as the link and linkoffline attributes. You can use either syntax (or both at once), but with the nested elements you can easily specify multiple occurrences of the arguments. I've tried multiple ways, but continually get a "Attribute "link" already appeared in this tag." error. thanks, dave
