RE: Ant or Maven (Pick one please)

2005-02-23 Thread Arnaud HERITIER
> > For the time being, we have to "bother" with Ant, because, > AFAIK, it's the only way we have to build the website right now. Can't you include it in a maven goal (in maven.xml)? Arnaud - To unsubscribe, e-mail: [EMAIL

RE: Ant or Maven (Pick one please)

2005-02-23 Thread Arnaud HERITIER
If possible you can generate the ant script with maven so you won't have to manually maintain it (It is already done like that in jakarta commons). If you want, you can commit it on SVN and ant users will able to build jars and run tests. Arnaud > -Message d'origine- > De : Hubert Raba

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
> We add also this problem with the PDF plugin that used Xalan to create the FOP > document. > We had I'm too tired :-) Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: building struts question

2004-10-20 Thread Arnaud HERITIER
Hi all, We add also this problem with the PDF plugin that used Xalan to create the FOP document. We resolved it, replacing the old "hack" and the style task ${systemScope.setProperty(... By Jelly : http://cvs.apache.org/viewcvs.cgi/maven-plugins/pdf/plugin.jelly?r1=1.21&r2=1.22&diff_format=h&

Struts + Maven + SVN

2004-10-02 Thread Arnaud HERITIER
scm|svn|http|//svn.apache.org/repos/asf/struts/trunk scm|svn|https|//my-site.org/ repos/asf/struts/trunk http://svn.apache.org/repos/asf/struts/trunk You must also add this property before to enable the changelog plugin: maven.changelog.factory = org.apache.maven.svnlib.

RE: [VOTE] Struts 1.2.4 Quality

2004-09-17 Thread Arnaud HERITIER
Based on its quality, the Struts 1.2.4 build should be classified as: [X] General Availability (GA) (from a user). I successfully tested it with several webapps. > Struts extension projects. I'm really looking forward to working 1.3.x > though, even if it requires Maven :) Don, do you have so

RE: submitting request only one time.

2004-09-13 Thread Arnaud HERITIER
You can use a token to create a transaction: http://struts.apache.org/api/org/apache/struts/action/Action.html#generat= eToken(javax.servlet.http.HttpServletRequest) Arnaud > -Message d'origine- > De=A0: jackie [mailto:[EMAIL PROTECTED] > Envoy=E9=A0: lundi 13 septembre 2004 07:07 > =C0=

Re: Preliminary 1.2.3 distribution available

2004-09-01 Thread Arnaud HERITIER
Hi Martin. Can you put the 1.2.3 in the maven repository please (http://cvs.apache.org/repository) ? Thanks. Arnaud. On Wed, 1 Sep 2004 11:53:38 -0700, Martin Cooper <[EMAIL PROTECTED]> wrote: > I've updated this to include the correct Commons Validator jar and > pick up the latest changes from