Re: What Project should I use if I have existing source?

2021-03-09 Thread Mark A. Flacy
I would then wonder how that existing project was being built. Depending upon how you wanted to move forward, you could move the source into the directory structure that both maven and gradle expect or you could hand- write the build.xml file that ant would use. -- Mark A. Flacy mfl...@verizon.

Re: What Project should I use if I have existing source?

2021-03-05 Thread Neil C Smith
On Fri, 5 Mar 2021 at 15:35, Eric Bresie wrote: > Silly flavor of that, but what if there is an existing project without Ant or > any applicable build (maven or gradle) yet? If you don't want Ant, then I guess create an empty project and copy sources in is the way? Of course, depends if you wan

Re: What Project should I use if I have existing source?

2021-03-05 Thread Eric Bresie
Silly flavor of that, but what if there is an existing project without Ant or any applicable build (maven or gradle) yet? Eric Bresie ebre...@gmail.com On Mon, Mar 1, 2021 at 6:52 PM Mark A. Flacy wrote: > Greetings, > > For gradle or maven projects, you just open the directory as a project. >

Re: What Project should I use if I have existing source?

2021-03-01 Thread Mark A. Flacy
Greetings, For gradle or maven projects, you just open the directory as a project. Netbeans will notice the pom.xml or the build.gradle file and act accordingly. I assume that works with ant as well, but I haven't used ant in years. -- Mark A. Flacy mfl...@verizon.net On Monday, March 1, 20

Re: What Project should I use if I have existing source?

2021-03-01 Thread Lisa Ruby
Hi Tom, Kind of sounds like this isn't what you need, but if you worked with your source in an older version of Netbeans and want to move it to Netbeans 12.2, you can export the project from the old version of Netbeans and then import it into 12.2. The export and import options are under the File

Re: What Project should I use if I have existing source?

2021-03-01 Thread Thomas Wolf
Never mind - I was stupidly not seeing it right at the “java with Ant” level - I only looked at the subfolders :-( Sorry about wasting people’s time. tom On Mar 1, 2021 at 6:28:28 PM, Thomas Wolf wrote: > Hi, > I guess I haven’t tried to create a project in a long time. Today, I had > the ne

What Project should I use if I have existing source?

2021-03-01 Thread Thomas Wolf
Hi, I guess I haven’t tried to create a project in a long time. Today, I had the need to, but an option that has always been available in the past (NB 8?) - “Java application with existing source” doesn’t seem to exist in 12.2. Is there an equivalent in ant, gradle, or maven projects? I saw an