Changes between Initial Version and Version 13 of Ticket #18880
- Timestamp:
- 2020-03-08T21:54:39+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18880
- Property Keywords netbeans added
- Property Milestone → 20.03
- Property Cc added
- Property Summary update/improve Developers Guide Compiling using Netbeans → Fix Netbeans configuration and update/improve Developers Guide Compiling using Netbeans
-
Ticket #18880 – Description
initial v13 1 1 So far I compiled only with ant. To check out the advantages of an IDE I choose Netbeans and followed wiki:/DevelopersGuide/Compiling#CompilingusingNetbeans 2 2 It is outdated after r16006. Changing subdirectory `netbeans/` to subdirectory `ide/netbeans/` and updating the screenshot is no big deal. 3 **edit: fixed** 3 4 However there are the following problems: 4 5 5 6 After 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. 6 7 7 [[Image(netbeans2.png)]] 8 [[Image(netbeans2.png,20)]] 9 10 **edit: fixed** 8 11 9 12 Compiling does not work: … … 11 14 12 15 It 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


