Porting my Nb 8.0.2 RCP, apache ANT for Maven #4468
Replies: 2 comments
-
I don't see an issue at present in NetBeans from this, although there may be - moving to discussions for now. |
Beta Was this translation helpful? Give feedback.
-
My problem was because of com.jidesoft dependencies importing directly in each module doing repetition, so I created a pom.xml directory of type nbm and put the jide dependencies there, and where I imported the jar , I started to import my new nbm project
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apache NetBeans version
Apache NetBeans latest daily build
What happened
Hello, I have a legacy application using netbeans RCP platform in IDE 8.0.2, which is built by ANT, and I am migrating to Maven. I followed these steps: https://netbeans.apache.org/tutorials/80/nbm-maven-commandline.html,
using NBM version 4.1, org.codehaus.mojo org.apache.netbeans.utilities gives an internal error in NB 8.0.2. I used the same dependencies that the RCP platform uses in the 802 version, they can be found here
http://netbeans.apidesign.org/maven2/org/netbeans/api/org-openide-awt/ . org-openide-* 802.
the Build with mvn clean install is a success, the application also runs on the default project of using mvn nbm:run-platform
but if I add my modules, the maven build is successful and using the same dependencies as when it was ANT the error in org-openide-*
ERROR:
I'm not migrating in version just changing build from ANT to Maven and using the same libs, but UIDefaults.getUI() fails on the same components.
here is a similar error but for macOS user
https://bz.apache.org/netbeans/show_bug.cgi?id=182507
would need a light, with Build ANT the same java8 version works
``
How to reproduce
No response
Did this work correctly in an earlier version?
Apache NetBeans 12.3 or earlier
Operating System
Windows 64bits
JDK
1.8.0_281
Apache NetBeans packaging
Apache NetBeans platform
Anything else
No response
Are you willing to submit a pull request?
Yes
Code of Conduct
Yes
Beta Was this translation helpful? Give feedback.
All reactions