You are not logged in.
- Topics: Active | Unanswered
Announcement
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Pages: 1
#1 2022-03-24 16:07:22
- AFa1a
- Member
- Registered: 2022-03-24
- Posts: 4
JOSM Importing source code to Netbeans
After i clone code from github using netbeans clone option, my project missing many files. (jar files..)
Doesn't the project need to download those files automatically?
Offline
#2 2022-03-27 20:26:37
- AFa1a
- Member
- Registered: 2022-03-24
- Posts: 4
Re: JOSM Importing source code to Netbeans
Does anyone know how to solve this?
Offline
#3 2022-03-31 17:04:54
- SomeoneElse
- Member
- Registered: 2010-10-13
- Posts: 1,601
Re: JOSM Importing source code to Netbeans
I asked elsewhere (#josm in osm-us' Slack), and someone familiar with JOSM development replied:
"We’ve switched to Ivy for dependency management. I don’t think anyone on the core team uses Netbeans, so the configuration for it has not been updated.The person in question might want to look into Ivy in Netbeans (a quick duckduckgo search gave me IvyBeans, no clue if it is good or not)."
Offline
#4 2022-03-31 17:15:20
- GerdP
- Member
- Registered: 2015-12-18
- Posts: 1,972
Re: JOSM Importing source code to Netbeans
Not sure if you read this guide? https://josm.openstreetmap.de/wiki/DevelopersGuide
If you cannot use ivy in Netbeans you should be able to get all files with ant on the command line
ant clean dist
Offline
#5 2022-04-02 12:35:51
- AFa1a
- Member
- Registered: 2022-03-24
- Posts: 4
Re: JOSM Importing source code to Netbeans
Thank you for your help guys, it seems that importing into netbeans is not supported. It is best to download all the files and insert them manually ...
Offline
Pages: 1