Re: Maven indexing

2023-04-06 Thread Tim de Vries
Yeah, so did I. They can use tecreations.ca/DependencyViewer, if they can sort a package. I dunno, it's pretty hard. I'm not educated. -- Just had to sort it out. There may be 'code shadowing', with multiple versions of a specific artifact, but that could be programmatically removed by the

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: 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

Re: Maven indexing

2023-03-11 Thread Michael Bien
https://github.com/apache/netbeans/pull/5655 On 11.03.23 22:05, Glenn Holmer wrote: On 3/11/23 14:43, Michael Bien wrote: We could however, potentially tell maven-indexer to use a sub folder of tmp and clean that folder on IOException - just to be sure - as second fallback. i'll take a look,

Re: Maven indexing

2023-03-11 Thread Glenn Holmer
On 3/11/23 14:43, Michael Bien wrote: > We could however, potentially tell maven-indexer to use a sub folder of > tmp and clean that folder on IOException - just to be sure - as second > fallback. > > i'll take a look, Thanks! -- Glenn Holmer (Linux registered user #16682) "After the vintage

Re: Maven indexing

2023-03-11 Thread Michael Bien
On 11.03.23 17:29, Glenn Holmer wrote: On 3/9/23 23:52, Michael Bien wrote: Hi Glenn, the index is downloaded to tmp in compressed form and then imported into a lucene index which should be in the netbeans cache folder (about 1.9GB). The cache location can be changed via the regular

Re: Maven indexing

2023-03-11 Thread Glenn Holmer
On 3/9/23 23:52, Michael Bien wrote: > Hi Glenn, > > the index is downloaded to tmp in compressed form and then imported into > a lucene index which should be in the netbeans cache folder (about 1.9GB). > > The cache location can be changed via the regular > netbeans_default_cachedir property

Re: Maven indexing

2023-03-09 Thread Michael Bien
Hi Glenn, the index is downloaded to tmp in compressed form and then imported into a lucene index which should be in the netbeans cache folder (about 1.9GB). The cache location can be changed via the regular netbeans_default_cachedir property (netbeans.conf or CLI flag). All temp files

Re: Maven indexing

2023-03-09 Thread Claudia Pastor Ramirez
Hello Glenn, We are having this same discussion on the Netbeans Github forum, if you want to participate and see possible solutions: https://github.com/apache/netbeans/discussions/5614 Regards, On Thu, 9 Mar 2023 at 14:03, Glenn Holmer wrote: > I keep a relatively small OS partition

Maven indexing

2023-03-09 Thread Glenn Holmer
I keep a relatively small OS partition (typically around 24G) and put everything else on other partitions. Unfortunately, this means that when NetBeans decides to download the entire Maven index, I lose about 5-6G, often exhausting the free space on my OS partition. And of course if it fails, it