Hi
I had a deploy button when I was running ant. Now that I've moved my
project to Maven there is no deploy button. Am I doing something wrong?
Regards
Wayne
Hi Gary,
Here is my experience in a similar situation.
I have developed many applications on server side and desktop/swing.
The day I started developing browser-based web applications, I tried
several different options.
Of course I started with NetBeans as I am a long time NetBeans user. And I
trie
Greetings,
Try Tools -> Plugins -> Installed and then click on "Show details" . Look for
Maven in the list and click the green check to make it go grey. If you
loaded gradle support, you should turn that off as well.
I couldn't live without maven library resolution, so I don't know if this w
I have about 2 dozen total projects, all of which are ant projects and
mostly old. I only have 5 projects open at this time and that is fairly
common. the others are either dormant or very stable.
I did start a very simple "hello world" sort of maven project a few
months ago when I thought I w
Does suggestion here work for you?
https://issues.apache.org/jira/browse/NETBEANS-2320
Eric
On Thu, Nov 18, 2021 at 3:32 PM Dragan Bjedov
wrote:
> Hello,
>
> I have a project which contains build.gradle and pom.xml. Netbeans by
> default detects this project as Gradle one. Is there a possibil
Was the project created as a Maven project? Is so it may start up as such
and may check on dependency updates to repositories.
Maybe as simple as recreate as Ant project and move source and ant files
over.
On Thu, Nov 18, 2021 at 4:24 PM Bayless Kirtley wrote:
> I added Maven to my Netbeans 12
I haven't played with d3js, but it does look promising.
Here's a link with graphs that can be moved around:
https://observablehq.com/collection/@d3/d3-drag
Just click on an example, and play with the results.
As far as acyclic directed graphs with d3js:
https://github.com/erikbrinkman/d3-dag
I'm guessing React or Angular. My understanding is that you would have to
get the NetBeans TypeScript plugin or else move VS Code or something like
that...
Al
On Thu, Nov 18, 2021 at 5:56 PM Greenberg, Gary
wrote:
> Sorry for out of topic question, but I really don’t know where else I can
> ask
Gary,
Many years ago I used a javascript library called D3 to
create various bar charts and graphs of tabular data.
Users were able to hover over artifacts in the graphs and charts
to get more details, or click on various artifacts to drill down
to other charts or the raw tabular data.
I was quit
Sorry for out of topic question, but I really don't know where else I can ask
it.
I did try to search on the internet but did not come up with anything useful.
I am specializing on the back-end development but right now I do need a
suggestion for the front end.
The user interface for the web appl
I added Maven to my Netbeans 12.0 on Linux on advice that I needed to
have it. That turned out to be untrue. Ant serves my needs perfectly so
I will be staying with it. Meanwhile Maven seems to be the culprit that
slows down Netbeans startup. Before Maven it would start from scratch
very quickl
Hello,
I have a project which contains build.gradle and pom.xml. Netbeans by
default detects this project as Gradle one. Is there a possibility to tell
NetBeans how to open a project?
In my case as Maven project.
Thanks in advance
--
MSc Dragan Bjedov
On Thu, 18 Nov 2021 at 20:13, Neil C Smith wrote:
>
> On Thu, 18 Nov 2021 at 19:56, Jerome Lelasseux wrote:
> > The FlatLaf module was already a dependency.
>
> You might need to make sure you have both FlatLaf modules as
> dependencies. At some point I added the non-API one in to fix
> somethin
On Thu, 18 Nov 2021 at 19:56, Jerome Lelasseux wrote:
> The FlatLaf module was already a dependency.
You might need to make sure you have both FlatLaf modules as
dependencies. At some point I added the non-API one in to fix
something, but I can't remember if this was it. If you're using the
Ant
So the Macs have the JRE but not JavaFX? Is the separation of JavaFX an
issue? Is it one of several issues?
Al
On Thu, Nov 18, 2021 at 10:58 AM Emilian Bold
wrote:
> It's not terribly hard. I don't know the app store but for notarization I
> ended up with a script that did the required steps si
Thank you Neil.
I removed the 2nd line and L&F is installed OK. But the Options ribbon remains
white. The FlatLaf module was already a dependency.
FYI I submitted an issue on the FlatLaf GitHub as well.
Le lundi 15 novembre 2021, 23:43:23 UTC+1, Neil C Smith
a écrit :
On Mon, 1
Solved by downloading a new copy of tomee microprofile. Maybe there was a misterious property/config that was somehow interfering with the netbeans deploy module.
Sent: Thursday, November 18, 2021 at 4:43 PM
From: "Santino Nervetti"
To: "Som Lima"
Cc: users@netbeans.apache.org
Subject: Re: [
It's not terribly hard. I don't know the app store but for notarization I
ended up with a script that did the required steps sign and it blessed the
DMG. Creating the DMG with some included JRE (say, from Azul Zulu) is also
trivial.
--emi
joi, 18 nov. 2021, 17:06 Chris Olsen a scris:
> Hello, E
Hello, Everyone --
I am a seriously amateur JavaFX programmer and have written a freeware
statistical package for high school teachers of Advanced Placement Statistics.
I have no trouble packaging my program for the PC, but commonly teachers run
afoul of the Mac Gatekeeper when trying to ins
There a couple of suggestion found at link below including putting it in
the pom file with tomee plug-in which should mean your project will work
in both IDEs.
https://stackoverflow.com/questions/60932960/tomeemicroprofile-unsatisfiedresolutionexception/64437680#64437680
On Thu, 18 Nov 2021, 14:
Ok. My last post ! I found the solution. You have to put it in the pom file of
the module using implementation dependency :
org.apache.netbeans.utilities
nbm-maven-plugin
true
Maybe put -J-Dtomee.mp.scan=all in the netbeans.config file in the place
where the other arguments are found there, the file is in your NetBeans
installation directory in the etc folder.
Gj
On Thu, Nov 18, 2021 at 3:25 PM Santino Nervetti
wrote:
> Hi everyone!
>
> I'm trying to setup a simple j
Hi everyone!
I'm trying to setup a simple jakarta rs project on netbeans using apache tomee microprofile as application server (apache-tomee-microprofile-9.0.0-M7).
I have trouble starting the project because of errors like these:
18-Nov-2021 09:27:47.270 SEVERE [http-nio-8080-exec-6] org.
On Wed, 17 Nov 2021 at 15:51, Hans Grimmelshausen wrote:
> So now we Ubuntu/Debian Linux users just need to ensure that actually all of
> the following three apt-packages are installed, in order to use NB 12.5 's
> Ctrl+SPACE Javadoc support also with OpenJDK 17 (and previous OpenJDK
> versions)
I don’t know if it helps but when i put the following in my pom.xml :
org.apache.netbeans.utilities
nbm-maven-plugin
true
warn
eu.mbda.ccm.testmodu
Another source seems to mean that the moduleDependencies tag shall be in a
module.xml file :
https://dev.platform.netbeans.narkive.com/Dbfw7dYk/module-dependency-has-friend-dependency
But this file was not created at module creation…so maybe it was available only
on previous versions ?
De : Ey
-For what I am doing, I need to have an Ant Project.
1. My little module is getting put inside , which is not the
package of my Main method. Netbeans is telling me twice:
module JavaApplication
{
requires java.base;
}
C:\Users\User\Documents\NetBeansProjects\JavaApplication1\src\JavaApplica
The result is the same for java 8, (tested), 9, 10,11,12,13,14,15,16, and
17. And for java 18 too.
If you want control over rounding and formatting, then use formatting
like String.format("%2.2f",0.1f*0.1f).
Or, as Robert Walker suggested if you want exact results use int or long,
or BigDecimal.
Hi,
What do you mean by Dependency Management ?
De : Bradley Willcott
Envoyé : mercredi 17 novembre 2021 05:02
À : Eymeric VIEUILLE ; Netbeans mailing list
(users@netbeans.apache.org)
Objet : [EXTERNAL] Re: Implementation dependency in a maven module
Hi,
Do you have Dependency Management in y
Hi,
Sorry for the response delay.
Probably it is the nbm-maven-plugin version. As a consequence, i tried the
following :
org.apache.netbeans.utilities
nbm-maven-plugin
true
warn
Dear AZ,
You do not state whether this is a maven or an ant project.
Assuming it is a maven project (which is advisable), than your files should
be in the folder
in C:\Users\User\Documents\NetBeansProjects\JavaApplication1\src*\main\java*
\Java1
This conforms to the default setup of a maven projec
31 matches
Mail list logo