|
From: Javier O'H. <j....@ti...> - 2001-11-18 22:02:42
|
On Sunday 18 November 2001 19:19, Matthew K. Williams wrote: > I've got a dia class diagram which presently contains 3 classes, and > shows the fully qualified path (ie, nested packages) for them. > > dia2code creates the first class just fine, and them fills up the HD on > the second one. > > here's the command line I'm using: > > dia2code -t java bouncingbet.java I forgot to scan the next element of the list :-(. Dia2Code gets caught in an infinite loop while generating java code and the imported class has a package hierarchy deeper than 1. You can find the patch attached here. Thanks for pointing it out. Regards, Xav |