History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BDP-102
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Kirill Kalishev
Reporter: Gibson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
BuildDesk

Support RMI stub creation in IPR runner

Created: 01 Sep 06 14:40   Updated: 23 Nov 06 19:30
Component/s: None
Affects Version/s: None
Fix Version/s: Agra Release (4111)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 1,574


 Description  « Hide
I have a Java module that is set up to perform RMI stub generation.
However the build agent doesn't appear to generate my stubs, so if any of my classes aren't RMI-able then I get a green light when my system is in a bad state
See also TW-734

 All   Comments   Work Log   Change History      Sort Order:
Gibson - 23 Oct 06 17:15
See also BDP-101

Gibson - 23 Nov 06 19:30
When this is implemented I will need to pass parameters to the RMI compiler (specifically -Xnew). If you're using ant I will also need to be able to fork rmic from the ant process. (See http://issues.apache.org/bugzilla/show_bug.cgi?id=38732 for the why.)