Re: Issues while generating multiple files in an wizard
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4gQHV=c=j2Nv-G3VQfh0bbGxhE76waqxR6dECmseqGhOw@mail.gmail.com> |
Hej Frank, what was the solution - in short? What I see is, that you use InstantiatingIterator and within 'instantiate' two files are created from templates. That were the important steps/'magic'? I like to update http://wiki.netbeans.org/NetBeansDeveloperFAQ with your solution. With kind regards, markiewb 2016-01-29 19:18 GMT+01:00 user0815 <[email protected]>: > I finally found a solution for my problem by crawling through the Netbeans > source code. > > Just in case somebody is interested in my solution: > > > https://github.com/fafischer/te2m.de-netbeans/commit/bc4d7fbcddf4c92c8f95ea4a9703323d42f769da#diff-1f64b7e3c286fedfffda419ea7abd34c > > --> method getTemplateByNameAndFolder(...) > > BTW.: I just saw, my first post related to the multiple template issue is > from 2011 *eg*. > > > > >