Re: how to new Compiled Classes BT into project
Tomas Zezula <[email protected]> Tue, 20 May 2003 20:40:14 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Chris Webster wrote: > Tomas Zezula wrote: > >> Ondrej Rypacek wrote: >> >>> Hi, >>> how do I create a new Compiled Classes build target in a project? >> >> >> >> Use Java API. >> >>> I mean through UI. When I right-click on Outputs / New Build Target >>> ... - there's only JarPackager and Ant, no compiled classes. I'm >>> working in the Sample java project. >>> >>> Is this a known issue? Looks like a bug. >> >> >> >> It is not implemented yet. >> > > Will the ability to create a new CompiledClasses target always be > available in the ui, when implemented? > > Well, from the UI point of view it is a bit complicated. There must be a UI which allows user to associate the CompiledClasses (BuildTarget) with some Source Component. (Probably part of new CompiledClasses wizard). The UI spec should be extended by this, if we want to support this use case. Tomas > >