You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Zidarics Zoltan <za...@vili.pmmf.hu> on 2003/04/11 09:00:10 UTC

Rebuilding turbine2 from cvs

HI All,

I was try to rebuilding turbine from cvs by maven dist, but I got an error:
[ERROR] BUILD FAILED
[ERROR] File...... 
/usr/share/java/maven/plugins/maven-torque-plugin-3.0/plugin.jelly
[ERROR] Element... ant
[ERROR] Line...... 92
[ERROR] Column.... 7
[ERROR] Resource not found. For more information consult the velocity log, or 
invoke ant with the -debug flag.
 
The referenced element in plugin.jelly is:
 <goal
    name="torque:om"
    description="delegate to torque:om">
    <ant
      antfile="${torque.mavenPlugin.antFile}"
      target="om"
    />
  </goal>

I think so, I need to install ant plugin, but I am new in maven. I was try to 
read maven geting-started on jakarta, but all of maven context in 
jakarta.apache.org is 404 error.
Fortunately google saved html is working, but a little uncomfortable.

So, shortly, what do I need to install?
-- 
thx,
----------------------------------------------------
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Rebuilding turbine2 from cvs

Posted by Quinton McCombs <qm...@nequalsone.com>.
The current maven docs are at maven.apache.org.

You need to install Ant as well as Maven.

--------------------------------------------
Quinton McCombs
NequalsOne - HealthCare marketing tools
mailto:qmccombs@NequalsOne.com
http://www.NequalsOne.com 

> -----Original Message-----
> From: Zidarics Zoltan [mailto:zamek@vili.pmmf.hu] 
> Sent: Friday, April 11, 2003 2:00 AM
> To: Turbine Users List
> Subject: Rebuilding turbine2 from cvs
> 
> 
> HI All,
> 
> I was try to rebuilding turbine from cvs by maven dist, but I 
> got an error: [ERROR] BUILD FAILED [ERROR] File...... 
> /usr/share/java/maven/plugins/maven-torque-plugin-3.0/plugin.jelly
> [ERROR] Element... ant
> [ERROR] Line...... 92
> [ERROR] Column.... 7
> [ERROR] Resource not found. For more information consult the 
> velocity log, or 
> invoke ant with the -debug flag.
>  
> The referenced element in plugin.jelly is:
>  <goal
>     name="torque:om"
>     description="delegate to torque:om">
>     <ant
>       antfile="${torque.mavenPlugin.antFile}"
>       target="om"
>     />
>   </goal>
> 
> I think so, I need to install ant plugin, but I am new in 
> maven. I was try to 
> read maven geting-started on jakarta, but all of maven context in 
> jakarta.apache.org is 404 error.
> Fortunately google saved html is working, but a little uncomfortable.
> 
> So, shortly, what do I need to install?
> -- 
> thx,
> ----------------------------------------------------
> Zoltan Zidarics programmer
> PTE University Pecs, Hungary
> icq: 43288694
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: intake problems with Apache/Tomcat combination

Posted by Michael Mainguy <ma...@mich.com>.
I had a similar problem with mod_webapp in the past and I don't know
that it was every resolved.  In our case we didn't go live with the warp
connector, we used mod_jk instead. It sounds like you may have 2
problems, perhaps velocity is triggering a problem in the webapp
connector.

Is it anything like this?
http://issues.apache.org/bugzilla/show_bug.cgi?id=3509

If you have the time/inclination, I would say try a different connector
(jk?).  If it goes away, you've found your culprit, if it stays the same
or you get something worse(different), you'll have to start looking
harder at turbine.


On Fri, 2003-04-11 at 07:21, Thomas Vandahl wrote:
> Hi all,
> 
> in our application we use intake to validate the forms (TDK2.2). We
> display the intake "invalid"-messages right below the corresponding
> entry field.
> 
> The configuration uses the Apache webapp.so module. Now, if we connect
> through Apache, we sometimes get the error message cut off (last two
> letters only!). Every now and then Velocity throws a rendering exception
> out of nowhere. This only happens with a few fields and only with
> certain "invalid"-messages. When connecting to tomccat directly, the
> problem doesn't occur.
> 
> Technical data:
> - Apache 2.0.43
> - Tomcat 4.0.6
> - Turbine 2.2
> - Velocity 1.3
> - SuSE Linux 7.3
> 
> Anyone seen this behaviour before?
> 
> Your ideas are very much appreciated.
> 
> Bye, Thomas.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 
-- 
Michael Mainguy
(248)935-8507
mainguym@mich.com



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


intake problems with Apache/Tomcat combination

Posted by Thomas Vandahl <th...@hm-informatik.de>.
Hi all,

in our application we use intake to validate the forms (TDK2.2). We
display the intake "invalid"-messages right below the corresponding
entry field.

The configuration uses the Apache webapp.so module. Now, if we connect
through Apache, we sometimes get the error message cut off (last two
letters only!). Every now and then Velocity throws a rendering exception
out of nowhere. This only happens with a few fields and only with
certain "invalid"-messages. When connecting to tomccat directly, the
problem doesn't occur.

Technical data:
- Apache 2.0.43
- Tomcat 4.0.6
- Turbine 2.2
- Velocity 1.3
- SuSE Linux 7.3

Anyone seen this behaviour before?

Your ideas are very much appreciated.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org