Re: Netbeans and Kubernetes

2018-09-20 Thread Carl Mosca
We tend to do much more with OpenShift than k8s directly but I think you'll
find the Fabric8 Docker maven plugin very helpful if you're not already
using it.  https://dmp.fabric8.io/

This mavenized Docker build approach works nicely with NetBeans in my
opinion.  You'll find some cool stuff there for k8s as well.

Carl

On Thu, Sep 20, 2018 at 12:55 PM Greenberg, Gary  wrote:

> I am starting a new project where I will have to work with Kubernetes.
> I am quite a noob with container orchestration and would like to ask for
> an advise.
> I haven’t found anything related to Kubernetes on Netbeans web site but
> maybe I have missed it.
> Does anyone worked with Kubernetes in NB community?
> I am primarily interested in generating YAML and using kubernetes-client
> Java API.
>
> Any input is appreciated.
>
>
>
> Gary Greenberg
>
> Staff Software Engineer
>
> Data Product Development
>
> ggree...@visa.com
>
> Mobile: (650)269-7902
>
>
>
> [image:
> /Users/nkavumpu/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_749324139]
>
>
>


-- 
Carl J. Mosca


Netbeans and Kubernetes

2018-09-20 Thread Greenberg, Gary
I am starting a new project where I will have to work with Kubernetes.
I am quite a noob with container orchestration and would like to ask for an 
advise.
I haven't found anything related to Kubernetes on Netbeans web site but maybe I 
have missed it.
Does anyone worked with Kubernetes in NB community?
I am primarily interested in generating YAML and using kubernetes-client Java 
API.
Any input is appreciated.

Gary Greenberg
Staff Software Engineer
Data Product Development
ggree...@visa.com
Mobile: (650)269-7902

[/Users/nkavumpu/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_749324139]



Re: [IDE Problem] , looking for a little help

2018-09-20 Thread Bob Senkewicz

All,

Thanks for the help. I had installed the Java EE Base from the 8.2 
repository but for some reason it did not 'Activate'. Once I activated 
it from the Plugin manager everything went through just fine.


Thanks again!

Bob

On 9/20/2018 11:46 AM, John McDonnell wrote:

Hi Bob,

What type of project are you working on?

From a quick google, I came across:
http://netbeans-org.1045718.n5.nabble.com/Problem-failed-to-create-task-or-type-nbdeploy-td5721833.html
https://coderanch.com/t/454174/ide/module-deployed

These read to me like your doing something Java EE related?

If so, you should ensure that you have installed the Java EE related 
libraries from the 8.2 plugin repository - Have a look at this blog 
post to setup your local NetBeans to point to the 8.2 plugin repo:

https://blogs.apache.org/netbeans/entry/what-s-happened-to-my

Hope this helps

John

On Thu, 20 Sep 2018 at 15:46, Bob Senkewicz > wrote:


All,

I will first apologize for the simplicity of my issue, I am brand
new to using NetBeans and Java.

I have downloaded and installed the latest version of NetBeans.
Here is the build info from the About page :

*Product Version:* Apache NetBeans IDE 9.0 (Build
incubator-netbeans-release-334-on-20180708)

*Updates:* NetBeans IDE is updated to version NetBeans 8.2 Patch 2


*Java:* 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13

*Runtime:* Java(TM) SE Runtime Environment 10.0.2+13

*System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US
(nb)

*User directory:* C:\Users\nostr\AppData\Roaming\NetBeans\9.0

*Cache directory:* C:\Users\nostr\AppData\Local\NetBeans\Cache\9.0


I am running in to a very basic problem trying to build any
application. I get the following error and do not know how to
correct it.


C:\Users\nostr\Documents\NetBeansProjects\testApp\nbproject\build-impl.xml:1045:
Problem: failed to create task or type nbdeploy
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have
taken place.
BUILD FAILED (total time: 0 seconds)

Any assistance from the community is GREATLY appreciated!

Thanks,

Bob Senkewicz



Re: [IDE Problem] , looking for a little help

2018-09-20 Thread John McDonnell
Hi Bob,

What type of project are you working on?

>From a quick google, I came across:
http://netbeans-org.1045718.n5.nabble.com/Problem-failed-to-create-task-or-type-nbdeploy-td5721833.html
https://coderanch.com/t/454174/ide/module-deployed

These read to me like your doing something Java EE related?

If so, you should ensure that you have installed the Java EE related
libraries from the 8.2 plugin repository - Have a look at this blog post to
setup your local NetBeans to point to the 8.2 plugin repo:
https://blogs.apache.org/netbeans/entry/what-s-happened-to-my

Hope this helps

John

On Thu, 20 Sep 2018 at 15:46, Bob Senkewicz  wrote:

> All,
>
> I will first apologize for the simplicity of my issue, I am brand new to
> using NetBeans and Java.
>
> I have downloaded and installed the latest version of NetBeans. Here is
> the build info from the About page :
>
> *Product Version:* Apache NetBeans IDE 9.0 (Build
> incubator-netbeans-release-334-on-20180708)
>
> *Updates:* NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> 
>
> *Java:* 10.0.2; Java HotSpot(TM) 64-Bit Server VM 10.0.2+13
>
> *Runtime:* Java(TM) SE Runtime Environment 10.0.2+13
>
> *System:* Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>
> *User directory:* C:\Users\nostr\AppData\Roaming\NetBeans\9.0
>
> *Cache directory:* C:\Users\nostr\AppData\Local\NetBeans\Cache\9.0
>
>
> I am running in to a very basic problem trying to build any application. I
> get the following error and do not know how to correct it.
>
> C:\Users\nostr\Documents\NetBeansProjects\testApp\nbproject\build-impl.xml:1045:
> Problem: failed to create task or type nbdeploy
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any / declarations have taken
> place.
> BUILD FAILED (total time: 0 seconds)
>
> Any assistance from the community is GREATLY appreciated!
>
> Thanks,
> Bob Senkewicz
>


Re: Question about Java Code Help.

2018-09-20 Thread Thomas Kellerer
A Z schrieb am 20.09.2018 um 11:45:
> To who it concerns,
> 
> Previously there was a Netbeans Java code help forum.
> I have learned recently that users@netbeans.apache.org
> is not the place for such questions.

No, even the old NetBeans forum never was a "Java" forum. 

A lot of people were kind enough to answer pure Java questions nevertheless. 

I stopped reading the NetBeans forum when the number of Java coding questions 
exceeded the number of pure NetBeans questions. 
I even was attacked by some posters when I reminded them of the nature of the 
forum.

Currently Stackoverflow is probably the most popular place to ask Java coding 
questions. 

Oracle used to host a Java forum on their technology network, but that seems to 
be gone as well.

Thomas


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Question about Java Code Help

2018-09-20 Thread A Z
'There never was a Java Code help forum with the Netbeans project'.

-Ah, yes, there was.  There used to be a sub forum
for it, until the Apache Netbeans project
auspice began, at which point it and the old web page
and help forum area ended, and was just torn down and deleted.

-Is there an Apache Netbeans place that people can
go to to try and obtain some Java source coding assistance?


Re: Question about Java Code Help.

2018-09-20 Thread Geertjan Wielenga
Nope, NetBeans never had that.

Gj

On Thu, Sep 20, 2018 at 11:45 AM, A Z  wrote:

> To who it concerns,
>
> Previously there was a Netbeans Java code help forum.
> I have learned recently that users@netbeans.apache.org
> is not the place for such questions.
>
> Does Apache Netbeans have a place for code questions
> about Java programming any more?  Or in fact not,
> and are people simply advised to look more widely?
>


Question about Java Code Help.

2018-09-20 Thread A Z
To who it concerns,

Previously there was a Netbeans Java code help forum.
I have learned recently that users@netbeans.apache.org
is not the place for such questions.

Does Apache Netbeans have a place for code questions
about Java programming any more?  Or in fact not,
and are people simply advised to look more widely?


Re: Status and next virtual Apache NetBeans meeting

2018-09-20 Thread Geertjan Wielenga
Every part of NetBeans is a plugin, i.e., it is modular all the way down.
The PHP cluster of NetBeans will continue as always to be maintained and
developed by those who want to do that, i.e., you could be included and
everything is here:

https://github.com/apache/incubator-netbeans/tree/master/php

Current features that will be released as part of Apache NetBeans 10 are
here:

https://cwiki.apache.org/confluence/display/NETBEANS/Feature%3A+PHP

Feature requests can be filed here:

https://issues.apache.org/jira/projects/NETBEANS

Thanks,

Gj

On Thu, Sep 20, 2018 at 11:16 AM, Bo Andersen  wrote:

> How will the PHP plugin be maintained in the future, I hope Netbanes will
> be early adapters og the new features in PHP. And I hope the design of the
> plugin is easy to maintain. I am looking forward to PHP 7.4 where this
> hopefully will be part of:
>
> https://wiki.php.net/rfc/typed_properties_v2
>
> Do you have any plans for the plugin parts of Netbeans? I am not into all
> of this, but could Netbeans benefit from the open source projects used by
> other IDEs?
>
> E.g.:
>
> https://github.com/felixfbecker/php-language-server
>
> https://github.com/JetBrains/phpstorm-stubs
>
>
> --
> *Fra:* Geertjan Wielenga 
> *Sendt:* 17. september 2018 21:37
> *Til:* us...@netbeans.incubator.apache.org
> *Emne:* Status and next virtual Apache NetBeans meeting
>
> Hi all,
>
> We're in the middle of a number of different activities at the moment.
>
> 1. A major achievement of the past month has been that we have finalized
> the GitHub repo and now the structure is more manageable and more
> organized, with modules in folders representing their clusters:
>
> https://github.com/apache/incubator-netbeans
>
> 2. Based on our proposed roadmap, we're nearing feature freeze for Apache
> NetBeans 10:
>
> https://cwiki.apache.org/confluence/display/NETBEANS/
> Apache+NetBeans+Release+Roadmap
>
> 3. For the above release, our main priorities are JDK 11 and PHP. Both
> seem to be in good shape. The Rat report looks pretty good, though it would
> be great if the remaining items could be resolved:
>
> https://builds.apache.org/job/incubator-netbeans-linux/625/
> artifact/nbbuild/build/rat-report.txt
>
> 4. Based on our proposed roadmap, NetCAT should begin and proceed
> throughout October.
>
> 5. There's also a separate process whereby the donated domains, e.g.,
> netbeans.org, now belong to Apache and Apache is working on rerouting
> them and taking control of those domains. All of that was discussed here:
>
> https://blogs.apache.org/netbeans/entry/audio-of-virtual-apache-netbeans2
>
> 6. I propose that we don't have our planned meeting for tomorrow, as
> scheduled...
>
> https://doodle.com/poll/xueimbynzam7sri7
>
> ...but that instead we assess the need for that meeting as needed, i.e.,
> probably at the end of the month or the beginning of next month.
>
> Thanks for all the work everyone and feedback and comments are welcome of
> course.
>
> Gj
>
>


Sv: Status and next virtual Apache NetBeans meeting

2018-09-20 Thread Bo Andersen
How will the PHP plugin be maintained in the future, I hope Netbanes will be 
early adapters og the new features in PHP. And I hope the design of the plugin 
is easy to maintain. I am looking forward to PHP 7.4 where this hopefully will 
be part of:

https://wiki.php.net/rfc/typed_properties_v2

Do you have any plans for the plugin parts of Netbeans? I am not into all of 
this, but could Netbeans benefit from the open source projects used by other 
IDEs?

E.g.:

https://github.com/felixfbecker/php-language-server

https://github.com/JetBrains/phpstorm-stubs



Fra: Geertjan Wielenga 
Sendt: 17. september 2018 21:37
Til: us...@netbeans.incubator.apache.org
Emne: Status and next virtual Apache NetBeans meeting

Hi all,

We're in the middle of a number of different activities at the moment.

1. A major achievement of the past month has been that we have finalized the 
GitHub repo and now the structure is more manageable and more organized, with 
modules in folders representing their clusters:

https://github.com/apache/incubator-netbeans

2. Based on our proposed roadmap, we're nearing feature freeze for Apache 
NetBeans 10:

https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+Roadmap

3. For the above release, our main priorities are JDK 11 and PHP. Both seem to 
be in good shape. The Rat report looks pretty good, though it would be great if 
the remaining items could be resolved:

https://builds.apache.org/job/incubator-netbeans-linux/625/artifact/nbbuild/build/rat-report.txt

4. Based on our proposed roadmap, NetCAT should begin and proceed throughout 
October.

5. There's also a separate process whereby the donated domains, e.g., 
netbeans.org, now belong to Apache and Apache is working 
on rerouting them and taking control of those domains. All of that was 
discussed here:

https://blogs.apache.org/netbeans/entry/audio-of-virtual-apache-netbeans2

6. I propose that we don't have our planned meeting for tomorrow, as 
scheduled...

https://doodle.com/poll/xueimbynzam7sri7

...but that instead we assess the need for that meeting as needed, i.e., 
probably at the end of the month or the beginning of next month.

Thanks for all the work everyone and feedback and comments are welcome of 
course.

Gj