Changes between Initial Version and Version 13 of Ticket #18880


Ignore:
Timestamp:
2020-03-08T21:54:39+01:00 (6 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18880

    • Property Keywords netbeans added
    • Property Milestone20.03
    • Property Cc bastiK added
    • Property Summary update/improve Developers Guide Compiling using NetbeansFix Netbeans configuration and update/improve Developers Guide Compiling using Netbeans
  • Ticket #18880 – Description

    initial v13  
    11So far I compiled only with ant. To check out the advantages of an IDE I choose Netbeans and followed wiki:/DevelopersGuide/Compiling#CompilingusingNetbeans
    22It is outdated after r16006. Changing subdirectory `netbeans/` to subdirectory `ide/netbeans/` and updating the screenshot is no big deal.
     3**edit: fixed**
    34However there are the following problems:
    45
    56After opening the netbeans project it did not find several jar files and folders. I selected the files manually however the folders test-unit, test-performance, test-functional and core-src are not available.
    67
    7 [[Image(netbeans2.png)]]
     8[[Image(netbeans2.png,20)]]
     9
     10**edit: fixed**
    811
    912Compiling does not work:
     
    1114
    1215It seems it tries to find the josm build.xml in /ide, not in the root. Regression of r16006 or which additional steps are required for compiling?
     16
     17**edit: fixed**, but new error, see comment:5