Re: how to new Compiled Classes BT into project

Svata Dedic <[email protected]> Tue, 20 May 2003 20:55:44 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Organization CollabNet Hosting
Message-ID <[email protected]>
Tomas Zezula wrote:
> 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.

I suppose the whole template "Compiled Classes" could be masked out from 
the project template pool by a nature, if desired.

-Svata