Ahh... but you can use it... just add these lines under the warpath dependency and it should work (but you will have to comment it each time you wish to do a mvn clean, 'cause the jar isn't there yet :)

       <dependency>
           <groupId>org.appfuse</groupId>
           <artifactId>appfuse-${web.framework}</artifactId>
           <version>${appfuse.version}</version>
           <scope>system</scope>
<systemPath>${basedir}/target/warpath/appfuse-${web.framework}-${appfuse.version}.warpath.jar</systemPath>
       </dependency>

David M.

Matt Raible wrote:
This is a known issue with NetBeans and unfortunately we don't have a
solution. The good news is AppFuse works fine with IDEA and Eclipse.
In the future, we plan on creating a full-source version that doesn't
use the warpath plugin - hence there won't be these problems.  In the
meantime, you might look at AppFuse Light which shouldn't have these
issues.

http://appfuse-light.dev.java.net

Matt

On 4/27/07, Paul_King <[EMAIL PROTECTED]> wrote:

I'm using Netbeans with the Mevenide 2.0 module to look at the struts2
tutorial. Netbeans can't seem to find any of the org.appfuse classes when I open the PersonAction source. Is there some special trick to help Netbeans
locate the appropriate jar?

paul

--
View this message in context: http://www.nabble.com/finding-appfuse-tutorial-classes-in-netbeans-tf3660136s2369.html#a10227323
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to