Re: Javac task skips inner classes

2004-01-23 Thread Doug Lochart
Not knowing how your development procedure is laid out I can only comment on how I do it. First off I separate code as best I can into cohesive projects being very careful about cross project dependencies. Thus I don't have to compile everything all the time unless I am doing a release. When I wan

RE: Javac task skips inner classes

2004-01-23 Thread Dominique Devienne
> -Original Message- > From: Clifton C. Craig [mailto:[EMAIL PROTECTED] > > I have an issue where I run over a .java file with an inner > class and the inner class is not generated. My build process involves a > lot of Java comppiles and I'm not sure exactly where things get out of > step