Wendy Smoak wrote:
> Is it compile or something else?
provided
Jorg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Sat, 2005-11-12 at 10:49 -0700, Wendy Smoak wrote:
> On 11/12/05, Stephen Duncan <[EMAIL PROTECTED]> wrote:
>
> > I believe you must do true rather than just
>
> Thank you!
>
> Now, what's the correct way to keep the servlet API .jar files out of
> my webapp? They're not optional for the de
On 11/12/05, Stephen Duncan <[EMAIL PROTECTED]> wrote:
> I believe you must do true rather than just
Thank you!
Now, what's the correct way to keep the servlet API .jar files out of
my webapp? They're not optional for the dependencies that need them
(Struts Core for example) but they should no
I believe you must do true rather than just
-Stephen
On 11/12/05, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> I'm trying to fix the Commons Chain pom, which has a dependency on MyFaces:
>
> myfaces
> myfaces-jsf-api
> 1.0.8-beta
>
>
> I'm creating a 'Struts Blank' archet
I'm trying to fix the Commons Chain pom, which has a dependency on MyFaces:
myfaces
myfaces-jsf-api
1.0.8-beta
I'm creating a 'Struts Blank' archetype, so the process is
1. mvn install my archetype
2. mvn archetype:create a new project
3. mvn install the new project and