Re: deployment to include jars

2007-08-13 Thread Jacob Mouka
I'm using wolips 3.3.4153, with eclipse 3.3.0. Sorry about these newbie questions, I'm fairly new to wolips (but now webobjects/eclipse). Where is the wolips list? On 10-Aug-07, at 3:14 PM, Guido Neitzer wrote: On 10.08.2007, at 12:01, Jacob Mouka wrote: What am I missing? Where should

Re: deployment to include jars [SOLVED... I suppose]

2007-08-13 Thread Jacob Mouka
Hi all I guess I figured out how to include the jars in the app.woa deploy, but I'm wondering if this is the standard practice. I edited my build.xml to include my jars (in the build.woa target, at bottom): lib dir=lib include

Re: deployment to include jars [SOLVED... I suppose]

2007-08-13 Thread Chuck Hill
There are a few permutations of this, but that is essentially how it has been done. If you use the Wonder project layout, this is pre- configured to include all jars in the Libraries/ directory. WOLips (in its origin as WOProject) was very Ant based and there are still some things that

Re: deployment to include jars

2007-08-10 Thread Guido Neitzer
On 10.08.2007, at 12:01, Jacob Mouka wrote: What am I missing? Where should the jars go? Which version of WOLips are you using? And, this should go to the WOLips list. cug ___ Do not post admin requests to the list. They will be ignored.

deployment to include jars

2007-08-10 Thread Jacob Mouka
Hi list, sorry for rehashing this old topic, but I could use some help. When I deploy my app (using the ant build) it can't seem to find the jars that are included in the project. I've managed to get them copied into the deployment *.woa folder (using the resources.include.patternset), but