Re: classes in WEB-INF

2005-05-24 Thread Nouguier Olivier
Hi all, Just to add a little tips on any process and eclipse. If: 1: tomcat is running within eclipse ( sysdeo plugin ) 2: java src were sync with classes when tomcat started 3: eclipse is in debug perpertive then Src changes are immediatly visible without restarting tomcat, as long as object

Re: classes in WEB-INF

2005-05-18 Thread Geert Josten
s@cocoon.apache.org Subject: Re: classes in WEB-INF Date: Wed, 18 May 2005 20:04:56 +0200 By the way, I think it is easiest to create an ant task that creates a jar out of your classes and copies it to the WEB-INF/lib directory. I am currently doing so, without the need for plugins for eclipse... Cheers

Re: classes in WEB-INF

2005-05-18 Thread Fab Psycho
gt; Reply-To: users@cocoon.apache.org To: users@cocoon.apache.org Subject: Re: classes in WEB-INF Date: Wed, 18 May 2005 20:04:56 +0200 By the way, I think it is easiest to create an ant task that creates a jar out of your classes and copies it to the WEB-INF/lib directory. I am currently doing so, without t

Re: classes in WEB-INF

2005-05-18 Thread Geert Josten
By the way, I think it is easiest to create an ant task that creates a jar out of your classes and copies it to the WEB-INF/lib directory. I am currently doing so, without the need for plugins for eclipse... Cheers Geert Josten wrote: Hi Fab, I recall having seen some feature in either cocoon.xc

AW: classes in WEB-INF

2005-05-18 Thread Messing, Elad
ache.org Betreff: Re: classes in WEB-INF Hi Fab, I recall having seen some feature in either cocoon.xconf or web.xml to add paths to the class path... Cheers, Geert Fab Psycho wrote: > Hi, > >I'm using eclipse to build my classes and it generates classes in > myprojet/WEB-I

Re: classes in WEB-INF

2005-05-18 Thread Geert Josten
Hi Fab, I recall having seen some feature in either cocoon.xconf or web.xml to add paths to the class path... Cheers, Geert Fab Psycho wrote: Hi, I'm using eclipse to build my classes and it generates classes in myprojet/WEB-INF/classes/org/ Problem is cocoon is waiting for classes to be

classes in WEB-INF

2005-05-17 Thread Fab Psycho
Hi, I'm using eclipse to build my classes and it generates classes in myprojet/WEB-INF/classes/org/ Problem is cocoon is waiting for classes to be in webapp/WEB-INF/classes/org/ Can I add a directive to my application sitemap to look in application web-inf ? Sorry if it's a little OT