https://issues.apache.org/bugzilla/show_bug.cgi?id=46326
--- Comment #2 from John Ballment <[email protected]> 2009-03-04 18:37:42 PST --- Created an attachment (id=23332) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23332) org.apache.tools.ant.taskdefs.optional.starteam.StarTeamTask.java A minor change to the StarTeamTask was required when as I overrode the OpenView method in the StarTeamCheckout class. The OpenView method stated that it saved a copy of the server object but there were no public or protected setter for this object, just the public getter. I've added a protected setter so that objects that inherit from StarTeamTask can update the reference to the server object which is required as part of the OpenView method. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
