I have been using the warpath plugin within Netbeans for quite some time now. It is saving my neck as I have 6 different projects that all compile into each other.
With the current Netbeans, it is limited to plugins under 2.0.6. I have to compile using an external maven. I have been having to switch my compilation targets from "jar" to "war" and back to have the classpaths work correctly. I decided to try something. I downloaded the Netbeans Beta. I imported the 3.1 nightly snapshot of mevenide and got everything installed correctly. I am using the 2.0.2-SNAPSHOT of warpath. Things seem ok. When I try to use the internal Netbeans maven compiler, it now gives the error of not being able to find my war targets. The error message is at the bottom. When I compile externally it still works as it used to. I have to keep changing the jar to war and back. Is there any idea why this may be happening? Anything that I can do to improve the situation? 1) com.jmjmedia.sp:jmjdev-psplatform:warpath:3.0-SNAPSHOT [ERROR] [ERROR] Try downloading the file manually from the project website. [ERROR] [ERROR] Then, install it using the command: [ERROR] mvn install:install-file -DgroupId=com.jmjmedia.sp -DartifactId=jmjdev-psplatform -Dversion=3.0-SNAPSHOT -Dpackaging=warpath -Dfile=/path/to/file [ERROR] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [ERROR] mvn deploy:deploy-file -DgroupId=com.jmjmedia.sp -DartifactId=jmjdev-psplatform -Dversion=3.0-SNAPSHOT -Dpackaging=warpath -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) com.jmjmedia.jobbank.usa:jobbank-usa:war:3.0-SNAPSHOT [ERROR] 2) com.jmjmedia.jobbank:jobbank-core:warpath:3.0-SNAPSHOT [ERROR] 3) com.jmjmedia.sp:jmjdev-psplatform:warpath:3.0-SNAPSHOT [ERROR] -- View this message in context: http://www.nabble.com/warpath-plugin-and-mevenide-futures-tp16112045s2369p16112045.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
