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 <s...@optonline.net> 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
> <http://wiki.netbeans.org/NetBeans8.2PatchesInfo>
>
> *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 <presetdef>/<macrodef> declarations have taken
> place.
> BUILD FAILED (total time: 0 seconds)
>
> Any assistance from the community is GREATLY appreciated!
>
> Thanks,
> Bob Senkewicz
>

Reply via email to