Re: Maven indexing

2023-03-14 Thread Tim de Vries
Sure. And if you'd like to bypass all that, use mine. No Offense. There are options, and we should try what works. Nowhere's near perfect, but is yours? Tim On 14/03/2023 8:43 p.m., Andreas Reichel wrote: On Tue, 2023-03-14 at 20:05 -0600, Tim de Vries wrote: You may. Submit changes.

Re: Maven indexing

2023-03-14 Thread Andreas Reichel
On Tue, 2023-03-14 at 20:05 -0600, Tim de Vries wrote: > You may. Submit changes. > t...@tecreations.ca > On 14/03/2023 7:54 p.m., Andreas Reichel wrote: > > Transparent compression with BTRFS/ZFS also helps a lot. Pardon? I gave a recommendation on how to configure the Filesystem/OS for holding

Re: Maven indexing

2023-03-14 Thread Tim de Vries
You may. Submit changes. t...@tecreations.ca On 14/03/2023 7:54 p.m., Andreas Reichel wrote: On Wed, 2023-03-15 at 02:20 +0100, Michael Bien wrote: my .m2 folder is 4GB right now and I haven't cleared it for at least 2 years. Transparent compression with BTRFS/ZFS also helps a lot. Cheers

Re: Maven indexing

2023-03-14 Thread Tim de Vries
Sorry, I Tim. I know you, like, Elon Musk. I don't. Let's bless you. Tim. #sure. , ... , tim, jack, all , ... , everyone. #Someone, # Somewhere, #chooseThem. #&& !Tim #Like, #!, #Tim O n 14/03/2023 7:51 p.m., László Kishalmi wrote: Well, it is just on my wish list. I'm nowhere near to

Re: Maven indexing

2023-03-14 Thread Andreas Reichel
On Wed, 2023-03-15 at 02:20 +0100, Michael Bien wrote: > my .m2 folder is 4GB right now and I haven't cleared it for at least > 2 > years. Transparent compression with BTRFS/ZFS also helps a lot. Cheers Andreas

Re: Maven indexing

2023-03-14 Thread Tim de Vries
You should be able to look it up? Tim On 14/03/2023 7:44 p.m., Michael Bien wrote: well I made the point before that games these days are starting to take up 40 GB and more. It should be acceptable for an IDE to use up ~6GB to maintain a cache (which is optional and can be turned off if you

Re: Maven indexing

2023-03-14 Thread László Kishalmi
Well, it is just on my wish list. I'm nowhere near to implement anything for that. Though someone might... My (ever changing) list of priorities: - Initial HCL support. - Initial Terraform code completion - Real Gradle JavaToolchain Support - Terraform Project support - NetBeans build to Gradle

Re: Maven indexing

2023-03-14 Thread Michael Bien
well I made the point before that games these days are starting to take up 40 GB and more. It should be acceptable for an IDE to use up ~6GB to maintain a cache (which is optional and can be turned off if you don't want it!). Android development for comparison will use up that space instantly

Re: Maven indexing

2023-03-14 Thread Tim de Vries
If I may inject a thought? Maybe time to invest in a DVD-RW Drive and a bigger case. If you have three drives, you can add a floppy or DVD-Writer. So, a spindle of DVD's? Tim On 2023-03-14 7:20 p.m., Michael Bien wrote: On 14.03.23 13:29, Emma Atkinson wrote: I gave up on Maven a couple of

Re: Maven indexing

2023-03-14 Thread Michael Bien
On 14.03.23 13:29, Emma Atkinson wrote: I gave up on Maven a couple of years ago for the reasons already given.  No matter what size partition I used it would be too small within a year or so.  I used to grab the dependencies I needed and switched off the Maven Index download in NB. if your

Re: Maven indexing

2023-03-14 Thread Michael Bien
On 14.03.23 18:17, Neil C Smith wrote: On Tue, 14 Mar 2023 at 17:01, László Kishalmi wrote: Also one day the Gradle plugin may be smart enough to use that Maven index for its own good. Like offering a dependency to add when you add an import statement for a class... That would be great. I

Re: Maven indexing

2023-03-14 Thread Neil C Smith
On Tue, 14 Mar 2023 at 17:01, László Kishalmi wrote: > Also one day the Gradle plugin may be smart enough to use that Maven index > for its own good. > Like offering a dependency to add when you add an import statement for a > class... That would be great. I started looking a while back at

Re: Maven indexing

2023-03-14 Thread László Kishalmi
Also one day the Gradle plugin may be smart enough to use that Maven index for its own good. Like offering a dependency to add when you add an import statement for a class... On Tue, Mar 14, 2023 at 6:28 AM Neil C Smith wrote: > On Tue, 14 Mar 2023 at 12:31, Emma Atkinson > wrote: > > Recently

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread slipbits
Hi Brad; I have installed a C++ Project. On the taskbar, "Run" has all options shaded except Run->Set Main Project. I can't compile a file, build my project, or execute my code. What I have been doing is using g++ in a bash for loop (using Cygwin on a Win7-64 platform). Is there any way to

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread Bradley Willcott
Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/C++". This will give you everything you are looking for. Brad. On 12/3/23 12:13, Robert Yu Tin-Tat wrote: When I go to the C/C++ to make a C/C++ program on

Re: Cannot Access C/C++ Range of Options

2023-03-14 Thread Bradley Willcott
Hi Robert. Goto: Tools/Plugins/Settings:  Activate -> Netbeans 8.2 Plugin Portal Then goto "Available Plugins" tab, and install: "C/C++". This will give you everything you are looking for. Brad. On 12/3/23 12:13, Robert Yu Tin-Tat wrote: When I go to the C/C++ to make a C/C++ program on

Re: Maven indexing

2023-03-14 Thread Neil C Smith
On Tue, 14 Mar 2023 at 12:31, Emma Atkinson wrote: > Recently (couple of years) I started using the Maven repository again but > through Gradle. Gradle does not load and decompress the whole index. Gradle > loads solely the dependencies (artifact : group : version) specified in the >

Re: Maven indexing

2023-03-14 Thread Emma Atkinson
I gave up on Maven a couple of years ago for the reasons already given. No matter what size partition I used it would be too small within a year or so. I used to grab the dependencies I needed and switched off the Maven Index download in NB. Recently (couple of years) I started using the Maven