Re: m2/eclipse/wtp configuration + tapestry

2006-10-23 Thread Daniel Serodio
Borut Bolčina wrote: I have, but I also had such error message. I don't know the solution from the top of my head, but it works now, as I am doing the development with WTP1.5, Tapestry4, libcopy and Subversion. What was it??? Outdated Subclipse plugin. HTH, Daniel Serodio 2006/9/5,

Re: m2/eclipse/wtp configuration + tapestry

2006-09-05 Thread Sebastien Pennec
Hello, Let me bring this topic up, since it appears that it doesn't do the trick if the project is managed with a VC like svn. By following the instructions, the sync by libcopy doesn't work, because of an error message saying: Errors during build. Errors running builder LibCopy builder

Re: m2/eclipse/wtp configuration + tapestry

2006-09-05 Thread Borut Bolčina
I have, but I also had such error message. I don't know the solution from the top of my head, but it works now, as I am doing the development with WTP1.5, Tapestry4, libcopy and Subversion. What was it??? 2006/9/5, Sebastien Pennec [EMAIL PROTECTED]: Hello, Let me bring this topic up,

Re: m2/eclipse/wtp configuration + tapestry

2006-09-05 Thread Sebastien Pennec
Borut, I am using WTP1.5, too. Struts instead of Tapestry, but I don't think it has any implications on the problem. If you find the solution again, let me know :) Thanks, Sébastien Borut Bolc(ina a écrit : I have, but I also had such error message. I don't know the solution from the top

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Kev D'Arcy
Borut That seems to have done the trick! Thanks for the tips! Kev Borut Bolčina wrote: Hello Kev, I configured Eclipse 3.2, WTP 1.5 and Maven 2.0.4 to play in the same band. Here is how I prepared my environment for developing Tapestry web applications: 1. Create new Dynamic Web

Re: Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Stefan Magnus Landrø
Could you send a copy your pom. It would be nice to go the other way around (mvn eclipse:eclipse etc). Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED] 03.08.2006 12:33 Vennligst send svar til Maven Users List users@maven.apache.org Til Maven Users List users@maven.apache.org cc Emne Re: m2/eclipse

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Kev D'Arcy
@maven.apache.org Til Maven Users List users@maven.apache.org cc Emne Re: m2/eclipse/wtp configuration + tapestry Borut That seems to have done the trick! Thanks for the tips! Kev Borut Bolčina wrote: Hello Kev, I configured Eclipse 3.2, WTP 1.5 and Maven 2.0.4 to play in the same

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Marcel Schutte
Borut, I followed these steps, but at nr. 5 when I select 'LibCopy properties' I get an error 'Property page Creation Problems' with reason 'Plugin-in libcopy was unable to load class libcopy.properties.LibCopyPropertyPage'. I'm using eclipse 3.2 with WTP 1.5. Does anyone have any clues?

Re: Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Stefan Magnus Landrø
Re: m2/eclipse/wtp configuration + tapestry Borut That seems to have done the trick! Thanks for the tips! Kev Borut Bolčina wrote: Hello Kev, I configured Eclipse 3.2, WTP 1.5 and Maven 2.0.4 to play in the same band. Here is how I prepared my environment

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Borut Bolčina
Look in the .project files and see if you have buildCommand namelibcopy.libcopyBuilder/name arguments /arguments /buildCommand and naturelibcopy.libcopyNature/nature Then look in Eclipse error log (Help/About/Configuration Details/View Error Log) -

Re: Re: m2/eclipse/wtp configuration

2006-08-02 Thread Kev D'Arcy
Stefan, Still no joy, the JSF libraries still aren't being picked up by the tomcat runtime: SEVERE: Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener

Re: Re: Re: m2/eclipse/wtp configuration

2006-08-02 Thread Stefan Magnus Landrø
Hi, it should not be necessary to put the jars in the lib folder. maven should handle it automatically. what happens if you try a mvn package? do the dependencies end up in the web-inf\lib folder then? Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED] skrev 02.08.2006 15:25:53: Stefan, Still no

Re: m2/eclipse/wtp configuration + tapestry

2006-08-02 Thread Borut Bolčina
Hello Kev, I configured Eclipse 3.2, WTP 1.5 and Maven 2.0.4 to play in the same band. Here is how I prepared my environment for developing Tapestry web applications: 1. Create new Dynamic Web project with Eclipse. Enter src/main/webapp for Content Directory. Enter src/main/java for

Re: m2/eclipse/wtp configuration

2006-08-01 Thread Stefan Magnus Landrø
the classpath files should be generated automatically by the maven-eclipse plugin. Have you added a setting for wtp support in your pom? (see eclipse plugin for details) stefan Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED] skrev 31.07.2006 18:59:09: Hi, I'm trying to set-up a dynamic web project

Re: Re: m2/eclipse/wtp configuration

2006-08-01 Thread Kev D'Arcy
Stefan, The classpath does have the Maven2 Dependencies in it, but it's just not picking them up at runtime. I attached the 3 config files Kev ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=src/main/java/ classpathentry kind=src path=src/test/java/

Re: Re: m2/eclipse/wtp configuration

2006-08-01 Thread Kev D'Arcy
Stefan, The classpath does have the Maven2 Dependencies in it, but it's just not picking them up at runtime. I attached the 3 config files Kev ?xml version=1.0 encoding=UTF-8? classpath classpathentry kind=src path=src/main/java/ classpathentry kind=src path=src/test/java/

m2/eclipse/wtp configuration

2006-07-31 Thread Kev D'Arcy
Hi, I'm trying to set-up a dynamic web project in eclipse 3.2 using wtp 1.5 and maven. I have everything in my project compiling correctly but the runtime classpath is missing all the dependencies that are defined in my pom.xml. Do they need to be defined in the .classpath file as well as in the