Re: [appfuse-user] How to run AppFuse web app on Jetty in IDEA

2007-04-21 Thread swordfish
It doesn't work yet. The problem insists. when I tried to run jetty:run-war under web POM in IDEA, I got this error in the "Maven-2 Build Output" window: --- C:\Program Files\Java\jdk1.5.0_11\bin\java.exe -classpath -Dclassworlds.conf=

Re: [appfuse-user] How to run AppFuse web app on Jetty in IDEA

2007-04-20 Thread swordfish
Yes, that's exactly what I want. Please kindly give me the details. Thanks millions in advance! Will Berger wrote: > > I assume you are doing this to debug your appfuse app inside IDEA. If so, > there is an easier way to do enable debugging in IDEA. Let me know if > interested and ill give

[appfuse-user] How to run AppFuse web app on Jetty in IDEA

2007-04-20 Thread swordfish
I've created a new modular tapestry+ibatis project (2.0-m5-SNAPSHOT) and issued mvn idea:idea command to make IDEA projects...I've excluded those errors in web.xml...I've downloaded & installed Maven-Reloaded & Maven2-Integration...However, when I tried to run jetty:run-war under web POM in IDEA,

Re: [appfuse-user] web.xml errors in IDEA

2007-04-20 Thread swordfish
Yes, it helps. Thanks Matt! mraible wrote: > > I had this same question, so I added it as a FAQ: > > http://appfuse.org/display/APF/FAQ#FAQ-ideacompiling > > How do I tell IDEA to ignore deployment descriptors when compiling? > > Right-click on the file in the messages window and choose "E

[appfuse-user] web.xml errors in IDEA

2007-04-20 Thread swordfish
I've created a new modular tapestry+ibatis project (2.0-m5-SNAPSHOT) and issued mvn idea:idea command to make IDEA projects. Everything looks fine, except some errors in the web.xml when I tried to build it and run it on Jetty. IDEA complains "Cannot resolve symbol error.jsp", ...

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-18 Thread swordfish
Oops, here is a newer version: Maven 2.x Integration for Eclipse (http://m2eclipse.codehaus.org) swordfish wrote: > > Hi Matt, do you think the Maven Eclipse Plugin > (http://maven.apache.org/maven-1.x/plugins/eclipse/) is useful for > developing an AppFuse application in E

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-18 Thread swordfish
Oops, here is a newer version: Maven 2.x Integration for Eclipse (http://m2eclipse.codehaus.org) swordfish wrote: > > Hi Matt, do you think the Maven Eclipse Plugin > (http://maven.apache.org/maven-1.x/plugins/eclipse/) is useful for > developing an AppFuse application in E

Re: [appfuse-user] Eclipse Appfuse project errors

2007-04-18 Thread swordfish
Hi Matt, do you think the Maven Eclipse Plugin (http://maven.apache.org/maven-1.x/plugins/eclipse/) is useful for developing an AppFuse application in Eclipse 3.2.2? mraible wrote: > > If you're using a basic archetype, no - you shouldn't delete them. > Instead, I'd try importing the project, o

Re: [appfuse-user] terracotta integration?

2007-04-17 Thread swordfish
Hey guys, do you have chance to try the FREE IBM WASCE (WebSphere Application Server Community Edition) (http://www-306.ibm.com/software/webservers/appserv/community/) based on Apache Geronimo application server framework? It contains a full stack of proven open-source middle-ware technologies, s

Re: [appfuse-user] iBatis for AppFuse 2.0 M5 appfuse-modular-tapestry doesn't work.

2007-04-14 Thread swordfish
mraible wrote: > > Run "mvn install -N" from the top level to solve this issue. > > Matt > Cool! It works now. Thanks Matt! -- View this message in context: http://www.nabble.com/iBatis-for-AppFuse-2.0-M5-appfuse-modular-tapestry-doesn%27t-work.-tf3572323s2369.html#a9990786 Sent from the A

Re: [appfuse-user] iBatis for AppFuse 2.0 M5 appfuse-modular-tapestry doesn't work.

2007-04-13 Thread swordfish
mraible wrote: > > Did you run "mvn clean" after modifying your pom.xml files? I had to > do that to make everything work. You'll also want to run "mvn > install" on core before you try anything with "web". > > Matt > OK, I run "mvn clean" under root, then run "mvn install" under core, then

Re: [appfuse-user] iBatis for AppFuse 2.0 M5 appfuse-modular-tapestry doesn't work.

2007-04-13 Thread swordfish
mraible wrote: > > Can you post your pom.xml? Does it have > ibatis in the root pom.xml? > > Matt > Yes, I have followed the Using iBatis instruction exactly. Here is the winzip file contains 3 pom.xml for root, web, and core... http://www.nabble.com/file/7861/pom.zip pom.zip -- View th

[appfuse-user] iBatis for AppFuse 2.0 M5 appfuse-modular-tapestry doesn't work.

2007-04-13 Thread swordfish
I have created a new AppFuse 2.0 M5 generated appfuse-modular-tapestry project MyTapestryApp, and followed the instructions in Using iBatis (http://www.appfuse.org/display/APF/Using+iBATIS)...Then I run mvn integration-test under MyTapestryApp/. Both core & web tests can be finished successfully.