You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pe...@apache.org on 2012/04/07 10:20:45 UTC

svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Author: pero
Date: Sat Apr  7 08:20:45 2012
New Revision: 1310693

URL: http://svn.apache.org/viewvc?rev=1310693&view=rev
Log:
update to ecj 3.7.2

Modified:
    tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom?rev=1310693&r1=1310692&r2=1310693&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom (original)
+++ tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom Sat Apr  7 08:20:45 2012
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.eclipse.jdt.core.compiler</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.7</version>
+      <version>3.7.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310693&r1=1310692&r2=1310693&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr  7 08:20:45 2012
@@ -64,6 +64,13 @@
       </add>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 7.0.27 (markt)" rtext="released 2012-04-05">
   <subsection name="Catalina">



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


Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.

Olivier Lamy <ol...@apache.org> wrote:

>2012/4/7 Mark Thomas <ma...@apache.org>:
>> On 07/04/2012 14:02, Olivier Lamy wrote:
>>> So as those poms are pushed to central repo I would prefer revert
>those.
>>> We won't be able to use those poms in the maven plugin by example
>and
>>> that will fail too people using this artifact.
>>
>> The poms are kept in sync with the versions that Tomcat ships with.
>The
>> ECJ version used is often not present in the Maven repo. Folks that
>care
>> about this are free to upload it (as they have done before).
>
>Sure but prepare to answer on users complains :-)

We have done things this way since the very first 7.0.x release and so far we have seen very few complaints. Maybe 1 or 2 in 18 months. As I have said before, folks are free to petition Eclipse to upload it or to upload it themselves. There is also the option to work around it locally.

Mark

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


Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Posted by Olivier Lamy <ol...@apache.org>.
2012/4/7 Mark Thomas <ma...@apache.org>:
> On 07/04/2012 14:02, Olivier Lamy wrote:
>> So as those poms are pushed to central repo I would prefer revert those.
>> We won't be able to use those poms in the maven plugin by example and
>> that will fail too people using this artifact.
>
> The poms are kept in sync with the versions that Tomcat ships with. The
> ECJ version used is often not present in the Maven repo. Folks that care
> about this are free to upload it (as they have done before).

Sure but prepare to answer on users complains :-)

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



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

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


Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Posted by Mark Thomas <ma...@apache.org>.
On 07/04/2012 14:02, Olivier Lamy wrote:
> So as those poms are pushed to central repo I would prefer revert those.
> We won't be able to use those poms in the maven plugin by example and
> that will fail too people using this artifact.

The poms are kept in sync with the versions that Tomcat ships with. The
ECJ version used is often not present in the Maven repo. Folks that care
about this are free to upload it (as they have done before).

Mark

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


Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Posted by Olivier Lamy <ol...@apache.org>.
So as those poms are pushed to central repo I would prefer revert those.
We won't be able to use those poms in the maven plugin by example and
that will fail too people using this artifact.

2012/4/7 Peter Roßbach <pr...@objektpark.de>:
> I know,
>
> but this is the current tomcat used ecj version
>
> # ----- Eclipse JDT, version 3.2 or later -----
> jdt.version=3.7.2
> jdt.release=R-3.7.2-201202080800
> jdt.home=${base.path}/ecj-${jdt.version}
> jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
> # The download will be moved to the archive area eventually. We are taking care of that in advance.
> jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar
> jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar
>
> Peter
>
> Am 07.04.2012 um 14:09 schrieb Olivier Lamy:
>
>> Hello,
>>
>> 3.7.2 ?
>>
>> I cannot see the version here
>> http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/
>>
>>
>>
>> 2012/4/7  <pe...@apache.org>:
>>> Author: pero
>>> Date: Sat Apr  7 08:20:45 2012
>>> New Revision: 1310693
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1310693&view=rev
>>> Log:
>>> update to ecj 3.7.2
>>>
>>> Modified:
>>>    tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
>>>    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>>>
>>> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
>>> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom?rev=1310693&r1=1310692&r2=1310693&view=diff
>>> ==============================================================================
>>> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom (original)
>>> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom Sat Apr  7 08:20:45 2012
>>> @@ -49,7 +49,7 @@
>>>     <dependency>
>>>       <groupId>org.eclipse.jdt.core.compiler</groupId>
>>>       <artifactId>ecj</artifactId>
>>> -      <version>3.7</version>
>>> +      <version>3.7.2</version>
>>>     </dependency>
>>>     <dependency>
>>>       <groupId>org.apache.tomcat</groupId>
>>>
>>> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>>> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310693&r1=1310692&r2=1310693&view=diff
>>> ==============================================================================
>>> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
>>> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr  7 08:20:45 2012
>>> @@ -64,6 +64,13 @@
>>>       </add>
>>>     </changelog>
>>>   </subsection>
>>> +  <subsection name="Other">
>>> +    <changelog>
>>> +      <update>
>>> +        Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
>>> +      </update>
>>> +    </changelog>
>>> +  </subsection>
>>>  </section>
>>>  <section name="Tomcat 7.0.27 (markt)" rtext="released 2012-04-05">
>>>   <subsection name="Catalina">
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>>
>>
>>
>>
>> --
>> Olivier Lamy
>> Talend: http://coders.talend.com
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>



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

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


Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Posted by Peter Roßbach <pr...@objektpark.de>.
I know,

but this is the current tomcat used ecj version

# ----- Eclipse JDT, version 3.2 or later -----
jdt.version=3.7.2
jdt.release=R-3.7.2-201202080800
jdt.home=${base.path}/ecj-${jdt.version}
jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
# The download will be moved to the archive area eventually. We are taking care of that in advance.
jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar
jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops/${jdt.release}/ecj-${jdt.version}.jar

Peter

Am 07.04.2012 um 14:09 schrieb Olivier Lamy:

> Hello,
> 
> 3.7.2 ?
> 
> I cannot see the version here
> http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/
> 
> 
> 
> 2012/4/7  <pe...@apache.org>:
>> Author: pero
>> Date: Sat Apr  7 08:20:45 2012
>> New Revision: 1310693
>> 
>> URL: http://svn.apache.org/viewvc?rev=1310693&view=rev
>> Log:
>> update to ecj 3.7.2
>> 
>> Modified:
>>    tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
>>    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>> 
>> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
>> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom?rev=1310693&r1=1310692&r2=1310693&view=diff
>> ==============================================================================
>> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom (original)
>> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom Sat Apr  7 08:20:45 2012
>> @@ -49,7 +49,7 @@
>>     <dependency>
>>       <groupId>org.eclipse.jdt.core.compiler</groupId>
>>       <artifactId>ecj</artifactId>
>> -      <version>3.7</version>
>> +      <version>3.7.2</version>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.apache.tomcat</groupId>
>> 
>> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310693&r1=1310692&r2=1310693&view=diff
>> ==============================================================================
>> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
>> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr  7 08:20:45 2012
>> @@ -64,6 +64,13 @@
>>       </add>
>>     </changelog>
>>   </subsection>
>> +  <subsection name="Other">
>> +    <changelog>
>> +      <update>
>> +        Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
>> +      </update>
>> +    </changelog>
>> +  </subsection>
>>  </section>
>>  <section name="Tomcat 7.0.27 (markt)" rtext="released 2012-04-05">
>>   <subsection name="Catalina">
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>> 
> 
> 
> 
> -- 
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
> 
> 


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


Re: svn commit: r1310693 - in /tomcat/tc7.0.x/trunk: res/maven/tomcat-jasper.pom webapps/docs/changelog.xml

Posted by Olivier Lamy <ol...@apache.org>.
Hello,

3.7.2 ?

I cannot see the version here
http://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/



2012/4/7  <pe...@apache.org>:
> Author: pero
> Date: Sat Apr  7 08:20:45 2012
> New Revision: 1310693
>
> URL: http://svn.apache.org/viewvc?rev=1310693&view=rev
> Log:
> update to ecj 3.7.2
>
> Modified:
>    tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
>    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>
> Modified: tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom?rev=1310693&r1=1310692&r2=1310693&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom (original)
> +++ tomcat/tc7.0.x/trunk/res/maven/tomcat-jasper.pom Sat Apr  7 08:20:45 2012
> @@ -49,7 +49,7 @@
>     <dependency>
>       <groupId>org.eclipse.jdt.core.compiler</groupId>
>       <artifactId>ecj</artifactId>
> -      <version>3.7</version>
> +      <version>3.7.2</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.tomcat</groupId>
>
> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
> URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1310693&r1=1310692&r2=1310693&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
> +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Apr  7 08:20:45 2012
> @@ -64,6 +64,13 @@
>       </add>
>     </changelog>
>   </subsection>
> +  <subsection name="Other">
> +    <changelog>
> +      <update>
> +        Update to Eclipse JDT Compiler 3.7.2 at maven tomcat-japser.pom. (pero)
> +      </update>
> +    </changelog>
> +  </subsection>
>  </section>
>  <section name="Tomcat 7.0.27 (markt)" rtext="released 2012-04-05">
>   <subsection name="Catalina">
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>



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

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