Re: Netbeans IDE - See the compiled code from Java class like Eclipse IDE

2020-04-11 Thread Emilian Bold
Normally if you have a Maven project you can go to the dependency, right-click it, then tell it to download the sources. After the sources are automatically downloaded by the IDE, jumping into that class will show you the source code. --emi On Sun, Apr 12, 2020 at 6:22 AM Lucas Sampaio wrote:

RE: Project's pom.xml contains invalid xml content. Please fix the file before proceeding.

2020-04-11 Thread Eirik Bakke
> XML namespaces look like urls by convention, but are not meant to actually be > treated as urls and resolved. Exactly this. I was plenty confused about this the first time I learned about XML namespaces... Just consider them opaque identifiers, to match the namespace in the schema character-

Re: Git status difference between build and command line

2020-04-11 Thread George Brooks
IDE log shows "org.eclipse.jgit [5.5.0 5.5.0.201909110433-r]", so I assume my situation matches. George On Sat, Apr 11, 2020 at 1:27 AM Peter Hull wrote: > Hi George, > I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005 > Can you see if that matches up to your situation? >

Re: Git status difference between build and command line

2020-04-11 Thread Peter Hull
Hi George, I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005 Can you see if that matches up to your situation? Pete On Thu, 9 Apr 2020 at 16:24, George Brooks wrote: > > A PHP project in Netbeans 11.1 shows git status as "- nothing to commit, > working directory clean". Aft