Hi all,
Good news, I am able to build Apache NetBeans from sources, including PHP,
however, I had to set the following on line 29, i.e., in
cluster.config.basic.list:
${clusters.config.php.list}
That is because 'php.project' depends on various modules in 'webcommon',
e.g., on 'org.netbeans.modules.web.clientproject.api':
https://github.com/apache/incubator-netbeans/blob/master/php/php.project/nbproject/project.xml
The above means that in order to release the 'php' cluster as part of
Apache NetBeans 10 in November, we MUST also release the 'webcommon' (i.e.,
the JavaScript tooling).
A very cool thing is that in the latest builds, the nb-javac library is
requested to be optionally installed only at the time that the first Java
SE project is created, thanks jtulach and others who worked on this
integration.
Gj
On Tue, Sep 11, 2018 at 2:08 PM, Geertjan Wielenga <
[email protected]> wrote:
> https://issues.apache.org/jira/browse/NETBEANS-1233
>
> Great Junichi that you are working on new features, but somebody has to
> also add PHP to the build, e.g., for "ant build; ant tryme".
>
> Gj
>
>
> On Tue, Sep 11, 2018 at 2:13 AM, Junichi Yamamoto <[email protected]>
> wrote:
>
>> Hi,
>>
>> I'm working on implementing "Flexible Heredoc and Nowdoc Syntaxes" of
>> PHP 7.3[1].
>> I would like to include this, too because maybe PHP 7.3 will be
>> released in December[2]. I'm going to finish it by September 24th
>> although I cannot promise anything.
>> Two features were already merged[3].
>>
>> BTW, new features are here[4] since NetBeans 8.2. If there is
>> something missing, I'll add there later.
>>
>> [1] https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes
>> [2] https://wiki.php.net/todo/php73
>> [3] https://github.com/apache/incubator-netbeans/pull/840
>> [4] https://cwiki.apache.org/confluence/display/NETBEANS/Upcomin
>> g+with+2nd+Code+Donation
>>
>> Thanks,
>> Junichi
>> On Tue, Sep 11, 2018 at 4:44 AM Geertjan Wielenga
>> <[email protected]> wrote:
>> >
>> > Hi all,
>> >
>> > Assuming a specific focus on JDK 11 + PHP to define Apache NetBeans 10,
>> how
>> > ready are we right now for that abd what remains to be done?
>> >
>> > Junichi in particular, what is your feeling about this?
>> >
>> > Thanks,
>> >
>> > Gj
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>
>