Re: [appfuse-user] Why can't I create the Appfuse?

2010-04-24 Thread liu Ivan
try appfuse Version 2.0.2,not archetypeVersion=2.1.0-M1. -- 冲浪板 my blog:冲浪板 my site:my Keji Technology

Re: [appfuse-user] Error when generating eclipse project

2010-04-24 Thread liu Ivan
You is using Maven in offline mode?because maven's repository is null,C:\.m2\repository is empty 2010/4/24 Matt Raible > Reverting to the 2.5.1 version of the Eclipse plugin will solve this. > > On Apr 23, 2010, at 2:48 AM, Sudhir N wrote: > > I just created a new Spring MVC project with JPA wit

Re: [appfuse-user] Error when generating eclipse project

2010-04-24 Thread Matt Raible
Your local Maven repo will be in c:\Documents and Settings\username>\.m2 by default on Windows. On Apr 24, 2010, at 6:43 AM, liu Ivan wrote: You is using Maven in offline mode?because maven's repository is null,C:\.m2\repository is empty 2010/4/24 Matt Raible Reverting to the 2.5.1 version

[appfuse-user] ./catalina.sh: 375: /usr: Permission denied

2010-04-24 Thread Babu
Hi all, When i start tomcat ,am getting the below error ./catalina.sh: 375: /usr: Permission denied I have changed the file directory permission to tomcat home.Still am getting the same error.. Any ideas about this issue...? Thanks Babu -- View this message in context: http://appfuse.547863

[appfuse-user] How to point maven(.M2) repository to lib folder

2010-04-24 Thread Babu
Hi, How can i point my WEB-INF/lib folder instead of .m2 repository for jar files . Thanks Babu -- View this message in context: http://appfuse.547863.n4.nabble.com/How-to-point-maven-M2-repository-to-lib-folder-tp2063575p2063575.html Sent from the AppFuse - User mailing list archive at Nabble

Re: [appfuse-user] How to point maven(.M2) repository to lib folder

2010-04-24 Thread Matt Raible
Why would you want to do this? Your best best is to install JAR files in your local repository or into a repository manager like Nexus. http://nexus.sonatype.org/ On Sat, Apr 24, 2010 at 8:21 AM, Babu wrote: > > Hi, > > How can i point my WEB-INF/lib folder instead of .m2 repository for jar > f

[appfuse-user] RE: Admin drop down disappears in firefox

2010-04-24 Thread Dave T
Yes it does, it kinda works sometimes but not others. In IE its 100% stable. wondering if its a FireFox bug version 3.6.3. Thanks for the reply Date: Fri, 23 Apr 2010 10:17:52 -0800 From: [email protected] To: [email protected] Subject: Re: Admin drop down disap

Re: [appfuse-user] RE: Admin drop down disappears in firefox

2010-04-24 Thread Matt Raible
I think it might be a CSS issue. You might try modifying the menu CSS (adding red borders and such) to see where the issue is happening. It might be that the mouseover is only set on the words rather than the entire box. On Sat, Apr 24, 2010 at 9:20 AM, Dave T wrote: > Yes it does, it kinda work