Re: Re: web2 plugins for G v2.0 using tomcat

2007-05-18 Thread Viet Hung Nguyen
Donald, Where are the configuration names specified in the plugins? I cannot find them. -Viet - - Donald wrote: The plugins need to be updated and

Re: web2 plugins for G v2.0 using tomcat

2007-05-18 Thread Donald Woods
They are supplied and discovered at build time by the org.apache.geronimo.plugins.car-maven-plugin, which I can't find where its used in this contribution. In fact, this code doesn't look like a true Geronimo Plugin, given the filenames of *.car.zip and the fact that they are being

web2 plugins for G v2.0

2007-05-17 Thread Viet Hung Nguyen
Has anyone come across problems trying to build the following the donated plugins found at: https://issues.apache.org/jira/browse/GERONIMO-2966 I tried to build using ant with: ant -buildfile ajax-libs-install-build.xml but the connection was refused. I tried going into the /src folder and

Re: web2 plugins for G v2.0

2007-05-17 Thread Prasad Kashyap
Viet, I just tried the ant -buildfile ajax-libs-install-build.xml and it worked fine for me. Cheers Prasad On 5/17/07, Viet Hung Nguyen [EMAIL PROTECTED] wrote: Has anyone come across problems trying to build the following the donated plugins found at:

Re: Re: web2 plugins for G v2.0

2007-05-17 Thread Viet Hung Nguyen
Prasad, You are right. I just got through too. I don't know what was happening before. Thanks, Viet -Original Message- From: Prasad Kashyap [EMAIL PROTECTED] To: dev@geronimo.apache.org, [EMAIL PROTECTED] Date: Thu, 17 May 2007 12:05:52 -0400 Subject: Re: web2 plugins for G v2.0 Viet

web2 plugins for G v2.0 using tomcat

2007-05-17 Thread Viet Hung Nguyen
I am working on the following JIRA. https://issues.apache.org/jira/browse/GERONIMO-2966 When I try to install the plugins with: ./install.sh /cygdrive/c/g/geronimo-tomcat6-jee5-2.00-SNAPSHOT username password I get the following error: Installation FAILED: Required configuration

Re: web2 plugins for G v2.0 using tomcat

2007-05-17 Thread Donald Woods
The plugins need to be updated and rebuilt for Geronimo 2.0, as the configuration names have changed. For example, the Tomcat config is currently called - org.apache.geronimo.configs/tomcat6/2.0-SNAPSHOT/car -Donald Viet Hung Nguyen wrote: I am working on the following JIRA.