Re: Q: reflection in java/project
Tomas Zezula <[email protected]> Fri, 20 Jun 2003 13:34:18 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Svatopluk Dedic wrote: > Jan Pokorsky wrote: > >> Hi Svato, >> >> there remains some reflections because the overall split of the java >> module has not been finished yet. At the moment we have separated >> just the java project implementation. > > > I was curious about how the separation of java/project, core java and > (I assume intended) java/compiler modules will be done: > IMHO java/compiler naturally depends on java/project (since it > accessess the java project model in order to compile), but > java/project defines the build target concept :-\ Hi Svato, the split should follow the api split. So the next, and I hope the last, change is to move the classpath implementation partially into the java/classpath module (the project independent classes) and into java/project (the project dependent classes). For the execution and compilation packages there are no plans yet. Probably they are going to stay where they are. Tomas > > > Have you got some outline of the separation already ? > > Thanks, > -Svata > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- /** * @author Tomas Zezula * @see http://www.netbeans.org * */