Re: [appfuse-user] Netbeans 5.5 with warpath

2007-02-14 Thread johne
This Ant to Maven2 thing has been driving me a bit nuts, but changed requirements has forced us to go this way pretty much. We now have to have the same code base produce multiple web sites now. Here is the new Jira issue: http://issues.appfuse.org/browse/APF-645 Any help would sure save me a

Re: [appfuse-user] Netbeans 5.5 with warpath

2007-02-12 Thread Michael Horwitz
Hi John, One quick trick worth trying if you are prepared to do some manual fix ups on the Netbeans setup is to add the jars under target/warpath to the project classpath. Please let me know when you have raised a Jira, and I will look into the problem. Thanks Mike. On 2/11/07, Matt Raible <[

Re: [appfuse-user] Netbeans 5.5 with warpath

2007-02-11 Thread Matt Raible
The best luck I've had is using IDEA for multi-module projects. Eclipse works pretty well too and I believe the warpath plugin works in both. However, it doesn't work in Eclipse when you're using the Maven Eclipse plugin. Here's documentation on how to setup both: http://appfuse.org/display/APF

Re: [appfuse-user] Netbeans 5.5 with warpath

2007-02-11 Thread johne
Arghthis is not happening. I am hoping I explained myself well enough here. Have people had more luck with Eclipse with multi-pom, multi-war projects? If so, I am wondering where a good site on setting up the IDE for it thatp people might have. I have not had luck Google trolling for inf

[appfuse-user] Netbeans 5.5 with warpath

2007-02-09 Thread johne
Maybe this is not the right place to write this, but I am not sure where would be better. problem: Complex project compiling correctly, but ide not picking up on war classpaths in editor. I have a complex maven build with a hierarchy of war files depending on each other. I have been using th