Re: Best Netbeans Book

2018-05-04 Thread Geertjan Wielenga
Note that the Apress book you referenced is very old and out of date. The
book on leanpub.com hasn't been updated in a while but is very complete and
there’s not much I think needs to be changed.

Gj

On Friday, May 4, 2018, Luke Shannon  wrote:

> Thanks!
>
> On Fri, May 4, 2018 at 9:53 AM, Geertjan Wielenga <
> geertjan.wiele...@googlemail.com> wrote:
>
>> Thanks!
>>
>> Gj
>>
>>
>> On Friday, May 4, 2018, Hermien Pellissier  wrote:
>>
>>> There is a small typo in the link - it should have been:
>>> https://leanpub.com/nbp4beginners
>>>
>>> ~ Hermien
>>>
>>> On Fri, May 4, 2018 at 3:48 PM, Thomas Kellerer  wrote:
>>>
 Geertjan Wielenga schrieb am 04.05.2018 um 15:47:
 > leanpub.com/nbp4beginnera 

 That results in:

 > I'm sorry, but that book does not exist.

>>>
>


Re: Best Netbeans Book

2018-05-04 Thread Geertjan Wielenga
leanpub.com/nbp4beginnera

Gj

On Friday, May 4, 2018, Luke Shannon  wrote:

> Looking to build a desktop application. Its been a long while since I
> played with Netbeans, but I have great memories of working with it :-)
>
> This book looks good:
> https://www.apress.com/gp/book/9781430224174
>
> Any other resources I should be aware of to get rolling again?
>


Best Netbeans Book

2018-05-04 Thread Luke Shannon
Looking to build a desktop application. Its been a long while since I
played with Netbeans, but I have great memories of working with it :-)

This book looks good:
https://www.apress.com/gp/book/9781430224174

Any other resources I should be aware of to get rolling again?


Re: Build Error

2018-05-04 Thread Emilian Bold
A full stacktrace would help.

Not sure why you are bumping into this as the project build well on many other 
systems so it must be JDK / Ant related too.

Seems to be issue https://netbeans.org/bugzilla/show_bug.cgi?id=251566

--emi

‐‐‐ Original Message ‐‐‐

On 4 May 2018 12:45 PM, Alessandro Cipriani  
wrote:

> Dear List :),
> 
> i'm trying to build netbeans from source, but i'm getting this build error. 
> I've just tried some web's solution without any success. Could you help me?
> 
> thank's
> 
> some system data
> 
> -   java.version=1.8.0_171, ant.version=Apache Ant(TM) version 1.10.3 
> compiled on March 24 2018
> -   xubuntu os 18.04
> -   error:
> 
> xjc-init:
> 
> model-gen:
> 
> [echo] java.version=1.8.0_171, ant.version=Apache Ant(TM) version 1.10.3 
> compiled on March 24 2018
> 
> [xjc] 
> /home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb
>  is not found and thus excluded from the dependency check
> 
> [xjc] Compiling 
> file:/home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/SaasServices.xsd
> 
> [xjc] Writing output to 
> /home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/src
> 
> [nbmerge] Failed to build target: all-websvc.saas.api
> 
> BUILD FAILED
> 
> 
> /home/alessandro/Documenti/gitrepo/incubator-netbeans/nbbuild/build.xml:486: 
> The following error occurred while executing this line:
> 
> 
> /home/alessandro/Documenti/gitrepo/incubator-netbeans/nbbuild/build.xml:481: 
> The following error occurred while executing this line:
> 
> 
> /home/alessandro/Documenti/gitrepo/incubator-netbeans/nbbuild/build.xml:528: 
> The following error occurred while executing this line:
> 
> 
> /home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/build.xml:50:
>  java.lang.IllegalArgumentException: Illegal pattern character 'g'
> 
> at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:826)
> 
> a
> 
> --
> 
> Alessandro Cipriani alecipri...@ymail.com
> 
> 
> --
> 
> 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


-
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



Build Error

2018-05-04 Thread Alessandro Cipriani
Dear List :),

i'm trying to build netbeans from source, but i'm getting this build error. 
I've just tried some web's solution without any success. Could you help me?

thank's

some system data

- java.version=1.8.0_171, ant.version=Apache Ant(TM) version 1.10.3 compiled on 
March 24 2018 
- xubuntu os 18.04

- error:
xjc-init:

model-gen:
 [echo] java.version=1.8.0_171, ant.version=Apache Ant(TM) version 1.10.3 
compiled on March 24 2018
  [xjc] 
/home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/jaxb
 is not found and thus excluded from the dependency check
  [xjc] Compiling 
file:/home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/SaasServices.xsd
  [xjc] Writing output to 
/home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/src
  [nbmerge] Failed to build target: all-websvc.saas.api

BUILD FAILED
/home/alessandro/Documenti/gitrepo/incubator-netbeans/nbbuild/build.xml:486: 
The following error occurred while executing this line:
/home/alessandro/Documenti/gitrepo/incubator-netbeans/nbbuild/build.xml:481: 
The following error occurred while executing this line:
/home/alessandro/Documenti/gitrepo/incubator-netbeans/nbbuild/build.xml:528: 
The following error occurred while executing this line:
/home/alessandro/Documenti/gitrepo/incubator-netbeans/websvc.saas.api/build.xml:50:
 java.lang.IllegalArgumentException: Illegal pattern character 'g'
at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:826)
a

-- 
Alessandro Cipriani 

-
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