Hi Laszlo,
I always use the same project type (Java with existing source), so Netbeans
lets me specify the directories containing the source. In this case, this
was a brand new git repository - i.e. a completely empty one. All I had
added to this new repository is a ’src’ directory. So, no, the
I'd try to create a new folder in your home and try to create a project
in it.
However you said that you've created the project from Java Ant from
existing source. DOes not the existing source come with some build
NetBeans might recognize?
On 12/1/21 15:22, Thomas Wolf wrote:
Hi Laszlo,
I c
Forgot to mention - I also did a ‘find . -name twolf -print’ in my $HOME
directory to see if there was another ’twolf’ directory/ somewhere - there
wasn’t.
Again, any other help is appreciated.
Tom
On Dec 1, 2021 at 6:22:20 PM, Thomas Wolf wrote:
> Hi Laszlo,
> I checked my $HOME directory and
Hi Laszlo,
I checked my $HOME directory and I don’t have nbproject/, build.xml,
pom.xml, build.gradle, or settings.gradle there. Any other files I could
look for?
Where does FileOwnerQuery get ’twolf’ from? Where is this information
stored? Does NB go through my entire filesystem looking for f
It seems you have already something in your (most probably home folder)
what NetBeans detects as a project.
We have a thing called FileOwnerQuery which shall able to say that a
folder belongs to what project. In this case we call it on
/Users/twols/spectare/satriage/src and we are expecting a
Send more details, please. The server logs for instance.
Envoyé depuis mon appareil Galaxy
Message d'origine
De : Nigel Evenden
Date : 01/12/2021 11:23 (GMT+01:00)
À : James Ostrowick
Cc : Apache Netbeans Mailing List
Objet : Re: Mysql [mysql] and Netbeans [java]
Tried b
Tried but still get the error.
Nigel
On Wed, 1 Dec 2021, 03:50 James Ostrowick, wrote:
> I’ve seen this happen before, especially on a linux machine, I usually
> just make sure that the entity has this at the top:
>
> @Entity
> *@Table(name = “accounts”)*
>
> i.e. ensure that the declaration fo