I'm thinking the following:
- Netbeans + FlexBeans
- Maven + FlexMojos
However:
- FlexBeans just doesn't compare with FlexBuilder
- Not sure FlexMojos supports Flex 4
How do you guys manage to develop Flex apps on Ubuntu?
I personally prefer Netbeans ... |
Since I updated to maven 3 my netbeans 6.9.1 environement, I get this message at each build :
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model ...
|
Setting up a new standalone app and want to use log4j. Am using Maven on Netbeans (6.5), and was able to add the log4j jar/dependency, but it can't seem ... |
Why do I get the following Exception when running the program within a jar bundle, but not getting this Exception when executing it within netbeans?
com.sun.jersey.api.client.ClientHandlerException: A message body reader ... |
I have a Maven Project Built in Netbeans 6.9... I want to export .html files other then .class files alone. I want to simply copy them, but I am not sure ... |
I am using Netbeans 7. When I create a new Maven EJB module, it gave me error
cd F:\NetBeansProjects; "JAVA_HOME=C:\\Program Files\\Java\\j2sdk1.4.2_19" "\"C:\\Program Files\\NetBeans 7.0\\java\\maven\\bin\\mvn.bat\"" -DarchetypeVersion=1.3 -Darchetype.interactive=false -DgroupId=com.mycompany -DarchetypeArtifactId=ejb-javaee6 -DarchetypeRepository=http://repo1.maven.org/maven2/ -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.codehaus.mojo.archetypes -Dbasedir=F:\\NetBeansProjects ...
|
I am writing a simple web service on java, that should read an xml file and generate a string for result. I am, however, at loss as to:
a) where should xml ... |
|
Applications built on top of the NetBeans platform have a <myappdir>/etc/<myapp>.conf file determining, among other things, application JVM parameters. Historically, this file was a part of the NetBeans IDE installation (as ... |
I have a Maven NetBeans Module Project (in a Netbeans Module Suite) which depends on the org.netbeans.api:org-openide-util artifact. If I set the version of dependency to RELEASE70 it gives the following ... |
I am creating JavaFX 2.0 application using NetBeans 7.0.1. When I create project in standard way everything works fine. Unfortunately ;) I need Maven project...
I didn't found JavaFX 2.0 in Maven ... |
I'm trying to add a couple of Maven2 repositories using the NetBeans nightly for 2009-05-13 (although I've verified 6.7beta and 6.5.x and the problem is also there). The repository URLs I ... |
I just downloaded Netbeans 6.7 and was excited to enjoy Maven integration and Wicket as a plugin. However, it turned down that the Wicket plugin was not compatible with Netbeans 6.7. ... |
I like Netbeans 6.7 support for Maven, but why is it not possible to specify main class for jar archive? When I set main class in project properties, pom.xml isn't updated, ... |
I would file a bug/feature request, but the site is timing out right now.... http://www.netbeans.org/community/issues.html I'll try again later I guess.... arrrrgggg! --Brent [url=http://www.netbeans.org/community/issues.html][/url] On Sat, Jul 18, 2009 at 1:09 ... |
Hi, I develop my projects using Maven and I'm wondering if Sun will be doing first class Java EE 6 support with Maven in NetBeans 6.8? Thanks, Ryan |
Hi, at the moment i am working on a GUI Project based on Swing and the Swing Application Framework but i struggle with the following Problem. My Project is build with ... |
more or less should be wrapped in the maven.j2ee module in hg.n.o/main WebFrameWorkProvider class or something.. but a lot of other classes cooperating there. what exactly are you looking for? Milos ... |
Hi, can anyone tell me how I can change an existing maven module ("jar") to JavaFX type? I tried to change the Java Platform (Project properties - Build - Compile) to ... |
19. maven noob forums.netbeans.orgHi , I am new to Netbeans and Maven. I have a directory with pre-existing java files and a maven.xml file. I don't understand how to pull this as a project ... |
View previous topic :: View next topic Author Message Fabrizio Giudici Posted via mailing list. Posted: Sat Oct 03, 2009 12:13 pm Post subject: Maven with ... |
I'm using the nbm maven plugin to generate a maven-styled update center for a platform application. org.codehaus.mojo nbm-maven-plugin updatesite package autoupdate catalog.xml forceten-update-center::default::svn:https://svn.kenai.com/svn/forceten~update-center ... |
Posted: Wed Oct 07, 2009 11:42 pm Post subject: Maven problem I don't know whether it's related with the nbm plugin - I think it could be possible ... |
Is the class org.openide.util.test.MockLookup available in the Maven repo? NetBeans seems unable to find it, so I presume isn't there. Confirmed? -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. ... |
Hello, i'm using a maven 2 project, everything is working except the auto complete xml function.... In my xml files i'm using something like xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> but the auto complete functionnality ... |
It would not be since it is not a part of the org.openide.util module's binary artifacts, only its test source tree. Currently there are a number of test utilities of this ... |
Hello! I need to create a Web service using NetBeans but integrating it with Maven2. I tried creating a maven project for some archetypes, but after creating it, Netbeans will not ... |
Posted: Tue Oct 20, 2009 11:12 am Post subject: Problem running individual test case via maven Hi, I have created a maven based tellurium project using their provided ... |
Hi everyone, Iam currently using maven 221 as external maven with netbeans 671. But when I try to launch a maven action (goal) from the ide right click the maven process ... |
All: We just upgraded from Maven1 1.0.2 to Maven2 2.2.1 and from NetBeans 5.5 to NetBeans 6.7. With our previous setup we could specify NetBeans 5.5 actions in the Maven1 1.0.2 ... |
kcavanaugh Joined: 25 Sep 2008 Posts: 4 Posted: Fri Nov 27, 2009 9:35 pm Post subject: How does maven work in 6.7.1? I'm trying to create a simple ... |
Hi. I'm really struggling with maven_opts. I'm running netbeans 6.7.1 on two computers one with win7 and one with vista. I spent ages to figure out how to set maven_opts, most ... |
Hi, I'm developing a Groovy application which has a Maven dependency. I've created a Maven project and added Groovy script. I've added the dependency to my POM and it downloads ok ... |
Hi. I have a problem with netbeans 6.8 Maven webapp. It seems that the 6.8 version is saving the 'Relative URL' in the nbactions.xml, but it does not start the application ... |
Hi, I am a Netbeans Newbie and running netbeans 6.8 on windows 7 and jdk 1.6.017 When trying to run a new empty Project created by the new Project "Maven netbeans ... |
|
Is there any way to specify an arbitrary settings.xml file for a maven project? I'm looking for behaviour similar to the "mvn -s" command from within NetBeans. Alternatively, is there a ... |
I'm trying to set up a project that uses JBoss5 as it's app server. The project is brand new, created by Netbeans via the wizard. The project is a Maven archetype ... |
Hello, anybody knows if filtering is supported when specifying use of a custom etc file in a netbeans application platform when using maven nbm-maven-plugin ? I need to replace some values ... |
Hello, For college I'm working on a lejos project (firmware replacement for the lego NXT robot) in netbeans. I'm using the lejos plugin so that I can upload to the robbot's ... |
Posted: Tue Mar 16, 2010 9:50 am Post subject: EJB development with Maven, making it easier and more fool proof. Hello Relating to this issue : https://glassfish.dev.java.net/issues/show_bug.cgi?id=11642 I ... |
Under MacOSX I solve this by putting the *.dylib and *.jnilib files into ~/Library/Java/Extensions. That way I didn't have to set up java.library.path. Obviously this won't work for other platforms though, ... |
I have an existing (abstract) WSDL file which works fine if I create a new project | Jave EE | EJB Module and then choose New | Web Service from WSDL. ... |
Hi, abstract WSDL's aren't supported in Maven projects. You have either to use WSDL containing binding or create web service from WSDL in ant EJB module and then use generated WSDL ... |
Posted: Tue Mar 23, 2010 4:07 pm Post subject: Re: Problem generating WebService from WSDL using Maven and NB 6.8 Thanks Jaroslav, the tip about taking the generated ... |
what sort of usage example? it's just the usual maven stuff. in the element of the nbm-maven-plugin, add the appropriate parameter and point to the file that you have somewhere ... |
Hi, I am writing an NetBeans platform based application. I firstly gave a try to the Maven archetype but I noticed that the development is quite slow because each time I ... |
Hi there, I'm using NB6.8 to develop Java SE applications. I'm using the build in maven feature to build and deploy those applications. This worked great so far. But now I'm ... |
Hi, I have read "Using the Annotation Processors Support in the NetBeans IDE" at http://netbeans.org/kb/docs/java/annotations.html?utm_source=netbeans&utm_campaign=welcomepage wich is very interesting. I can reproduce it with a classic project, as in this tutorial. ... |
arittner Joined: 10 Jun 2009 Posts: 115 Posted: Mon Jun 07, 2010 12:28 pm Post subject: Very strange maven problem Hi! I change all my platform projects to ... |
Hi: I'm working in a desktop project with swing application framework, and designing the UI using Matisse, but I found a problem when refactoring to separete in several independent JPanels. It ... |
Okay - this bug is either completely unique to my computer alone or else no one else on the internet has brought it up. I have NetBeans IDE 6.9 and I ... |
Posted: Fri Jul 02, 2010 4:08 pm Post subject: netbeans and maven Hello all, I've been very frustrated by the maven support in netbeans. Quite simply, I don't ... |
Netbeans 6.9@Kubuntu 9.10, really we're using only https. I've successfully configured https connector for 8443 port, and firefox browser. But I can't find how to change default url from http://localhost:8084 to ... |
Not sure if I understand you right, but there is no importing of maven projects needed in NB maven support - NB supports maven projects natively and you just open your ... |
Hi - Sorry - platform newbie... I'm using Netbeans 6.9, when I create a Netbeans Platform Application and go to New->Window, I get the window position options of output, rightSlidingSide, properties, ... |
Hi! I've a base RCP application with many core modules (sXbase). It's a core platform for our CRM application. The application is a maven based project. This application project is my ... |
Hi i was wondering how to do that, so far i'm only able to build (mvn clean install) and launch it with the executable generated, but what if i want to ... |
Posted: Thu Aug 05, 2010 1:50 pm Post subject: Kaspersky kills Netbeans when running Maven Our Network Admins control Kaspersky Antivirus Installations on all our windows desktops. I ... |
I am running netbeans 6.9.1, and have created a new Maven RCP Application. I then create a new Maven Netbeans Module, lets call it Test. When I add the following to Test's pom.xml plugins section it will not run. Code: org.apache.maven.plugins ... |
|
Hi, I use the new maven 3. Marvelous product. But with netbeans 6.9.1 : - When I run my appli, and when an exception occur, I can't clic on stacktrace to go to the line. (with maven 2 I can). - I read some warnings like : [WARNING] Some problems were encountered while building the effective model for [my project] [WARNING] ... |
I use a portable Netbeans profile since I work on many different machines (this is not under my control). However an issue that I'm having is that my maven installation and maven repo, which exist portable on a drive, constantly change Windows drive letters. Everytime I go to a new machine I have startup Netbeans, goto Tools > Options > Wait ... |
|
I downloaded ... svn://samskivert.com/viztool/trunk ... and opened this project in Netbeans 6.9.1. When I tried to build the project, I got a message that said No Apache Maven installation was found on your computer. As a fallback, an embedded instance will be used for building. However, the embedded version is not a stable release and errors and incompatibilities in the build ... |
|
Hi all, I build an application on top of Netbeans Platform with Maven and I've attempted to add the javahelp to my modules, following Emilian Bold's article (http://www.netbeans.org/community/magazine/html/04/maven.html). However, I still have issues with it. I have added the following lines to the parent POM : org.codehaus.mojo nbm-maven-plugin 3.0-SNAPSHOT true javax.help search 2.0 ... And ... |
Hi everyone and I hope you had a great 2011 beginning celebration. I have a question about Maven. I know this is isn't the right place to ask for help about maven but I was reading this list for a long time and I know there are some of you with a lot of experience. I'm developing programs for a long ... |
Hi and sorry about that. I guess I was wrong. Maven takes care of my CLASSPATH so that I can find the dependencies .jar files at run time. I made a simple test with two projects, setting one as a dependency of the other and run beautifully. Sorry again. Next time I'll do my testing before jumping to the mail and ... |
Hello! I'm using Netbeans Platform with bundles. By default, Netbeans uses Felix as OSGi container. Felix libs are located in platform/modules/ext dir. Also, I'm using maven to build dist. I'm interesting, can I use Equinox instead of Felix when I run my application? I saw an example in Netbeans, but it uses ant to build project and I don't understand exactly, ... |
|
Hi, as I understand it, NetBeans will ignore Maven's setting and default to $HOME/.m2 to search for files. This can cause problems since the IDE can't find jars from other projects that are built and installed using Maven so I've left my defaulting to $HOME, which on Windows is "Documents and Settings" Is there any way I can tell ... |
Why is building/debugging, etc. so slow in NB 6.9.1? I have a simple maven project, created by NB, versus an existing project. When I click on the Build icon, it's a solid 15s before the build actually starts, and NB consumes 120% CPU. This is a modern iMac 4 core with 4G of free RAM. And if I mistakenly click the ... |
I got this error after trying to create the project with maven 2.2.1: Scanning for projects... Searching repository for plugin with prefix: 'archetype'. ------------------------------------------------------------------------ BUILD FAILURE ------------------------------------------------------------------------ Required goal not found: archetype:generate in org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7 ------------------------------------------------------------------------ For more information, run Maven with the -e switch ------------------------------------------------------------------------ Total time: < 1 second Finished at: Tue Apr 26 10:15:02 AST 2011 Final Memory: 1M/30M ... |
|
HTTP Status 500 - type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: PWC1392: Error instantiating servlet class com.mycompany.mavenhellowebclient.HelloClient root cause com.sun.enterprise.container.common.spi.util.InjectionException: Error creating managed object for class com.mycompany.mavenhellowebclient.HelloClient root cause com.sun.enterprise.container.common.spi.util.InjectionException: Exception attempting to inject Env-Prop: com.mycompany.mavenhellowebclient.HelloClient/helloService@Field-Injectable Resource. Class name = com.mycompany.mavenhellowebclient.HelloClient Field name=helloService@java.lang.String@@@ into class com.mycompany.mavenhellowebclient.HelloClient root cause ... |
Hi Folks, I'm close to getting automatic test deployment and debug of maven JNLP happening. I have a deployment project which runs an ANT task to copy all the dependent JNLP's and file to my test host. Now I just want to debug it. I created a custom action called WebStart debug with the following params: Execute Goals: process-classes org.codehaus.mojo:exec-maven-plugin:1.2:exec Set-properties: ... |
|
I have a Maven-based EAR project (created via New Project > Maven > Enterprise Application) that I deploy to GlassFish 3.1. I'm not using 3.1.1 because the latest stable JRebel is currently incompatible with it. In NetBeans 7.0, the Compile on Save project-level setting did just that - saving triggered a compile. This allowed JRebel to do it's thing. In NetBeans ... |
|
Egreg87 Joined: 28 Sep 2011 Posts: 2 Posted: Wed Sep 28, 2011 7:50 pm Post subject: HELP!! with Maven plug in Hello, I am new to programming, so I'm struggling with a problem that may be fairly simple? I have created an application in Netbeans, and it runs almost to completion until I get this error: "Failed to ... |
Egreg87 Joined: 28 Sep 2011 Posts: 2 Posted: Wed Sep 28, 2011 7:52 pm Post subject: HELP!! with Maven plug in Hello, I am new to programming, so I'm struggling with a problem that may be fairly simple? I have created an application in Netbeans, and it runs almost to completion until I get this error: "Failed to ... |
Hi all, I use Netbeasn 7.0.1. When I create a new pom, copy a pom from the web, or create a pom using an archetype, when I try to build it Netbeans always gives the error: --- Unknown lifecycle phase "MAVEN_OPTS". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. --- I do have: ... |
Hi all, When I build a maven (bundled) project with Netbeans 7 I see in the netbeans output window: --- Tasks: [MAVEN_OPTS, mx=1500M] Unknown lifecycle phase "MAVEN_OPTS" --- I have in my .profile: export MAVEN_OPTS="-Xms256m -Xmx512m" I looks like Netbeans itself sets MAVEN_OPTS to something invalid and I can not change it. Does anybody know how to change this? Thanks! |
Hello, I have moved a maven3 based NB6.9 App to a NB7.0.1. I created it using the maven wizard (creating 3 maven modules for the app). I recently checked out a fresh svn update of the sources - which have been developed and commited using NB6.9 - moved the deps to RELEASE70 and then realized, that there is no "run" button ... |
Hi i make a java app based in maven. Its a Desktop app. I dont know how the actions can be costumized in netbeans. Its my first maven based project, so i wanted to know how the action can put my library into a lib folder and how my app could be installed in other folder. I would like to do ... |
My NetBeans is newly installed and I am using maven 3.0.3 My project is a multi-module maven project. The interface and implementation class are belonging to different maven sub module. I found that when I choose "Go to Source" to jump to interface class from the implementation class, the interface class will become READ ONLY. There is no issue at all ... |
Hi, I'm using NB 7.0.1 which is fully up to date but I seem to be suffering from this bug http://netbeans.org/bugzilla/show_bug.cgi?id=195026. It doesn't matter what I set the context path to the application always deploys to a path made up from various bits of information in the pom. Is there any work around for this? Annoyingly it was working fine until ... |
Hello, I'm a little new to Maven, and people who usually support me in using it don't use Netbeans. I'm using Netbeans 7.0.1 and a slight modification of Maven 3.0.3 (pointed by: Tools->Options->Misc->Maven->Maven Home). During last days, our project team started to use Maven properties in POM files. Maven builds projects just fine, but Netbeans IDE shows many errors. I think ... |
Hello, I'm a little new to Maven, and people who usually support me in using it don't use Netbeans. I'm using Netbeans 7.0.1 and a slight modification of Maven 3.0.3 (pointed by: Tools->Options->Misc->Maven->Maven Home). During last days, our project team started to use Maven properties in POM files. Maven builds projects just fine, but Netbeans IDE shows many errors. I think ... |
|
org.apache.maven.plugins maven-ear-plugin 2.4.2 6 ... |
Hi. I have set MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m" in my shell, which I need to compile my large project with maven2. If I start NetBeans from the shell it honors MAVEN_OPTS and my project compiles like it should within the IDE. However, if I start NetBeans by just double clicking it I get java.lang.OutOfMemoryError: Java heap space when compiling. I have tried adding ... |
|
Hello, I'm given a folder that contains :- javaupload (folder) -> src (folder) -> b (windows batch file) -> maven.xml -> project.properties -> project.xml -> sing (windows batch file) Under the src folder, contains the following folders :- -> conf -> java -> resources -> test Separately, I have a dependencies folder. In the folder, there are :- -> commons-collections-3.2.jar -> ... |