2011/10/24 Henri Gomez <henri.go...@gmail.com>:
>>> So I have just commit some stuff in r 1187561.
>>> Note: Sources layout not touched.
>>> Currently only maven artifacts are build  (I will work later on distrib).
>>>
>>> to test it on the top of 
>>> https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk.
>>> Just use: mvn -f maven/pom.xml clean install.
>>> Currently some unit tests are failing (so use -DskipTests).
>>> I will try to fix that too.
>
> Tried you Maven build and it works pretty well.
>
> Do you plan to add filtering to update sources as it's done today on 
> build.xml ?
>
> @see :
>
>  <filterset id="version.filters">
>    <filter token="YEAR" value="${year}"/>
>    <filter token="VERSION" value="${version}"/>
>    <filter token="VERSION_NUMBER" value="${version.number}"/>
>    <filter token="VERSION_MAJOR" value="${version.major}"/>
>    <filter token="VERSION_MAJOR_MINOR" value="${version.major.minor}"/>
>    <filter token="VERSION_BUILT" value="${today} ${tstamp}"/>
>    <filter token="JDT_VERSION" value="${jdt.version}"/>
>  </filterset>

I have to search what it's done exactly with that. (BTW version is
defined in poms with maven).
I will try to work on that later this week.

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>



-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to