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ø
/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 for developing Tapestry web applications

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: 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