Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-31 Thread Ralph Schaer
The bundle got accepted. ecj 4.2.1 is now available from the maven central
repository.

Ralph

On Sat, Jan 26, 2013 at 7:42 AM, Ralph Schaer ralphsch...@gmail.com wrote:

 I started the process of uploading the ecj 4.2.1 artefacts to the maven
 central repository.
 I followed the description from Ian.
 http://ianbrandt.com/2011/10/10/ecj-3-7-1-published-to-maven-central/

 According to this documentation

 https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository
 the process is in the last stage My Bundle is Uploaded. What Next?.
 So I have to wait for the sonatype people and see if they approve the
 bundle.

 The files are in this staging repository:
 https://oss.sonatype.org/content/repositories/central_bundles-274/

 Ralph


 On Mon, Jan 21, 2013 at 11:33 AM, Ralph Schaer ralphsch...@gmail.comwrote:

 You find the ecj jar on this site:
 http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/

 Section:
 JDT Core Batch Compiler


 Ralph

 On Mon, Jan 21, 2013 at 11:23 AM, Supun Malinga sup...@wso2.com wrote:

 Hi Guys,

 Where can I find the ecj  4.2.1 jar?, except from the tomcat
 distribution.

 thank you.


 On Fri, Jan 11, 2013 at 1:47 PM, Konstantin Kolinko
 knst.koli...@gmail.comwrote:

  2013/1/11 Ralph Schaer ralphsch...@gmail.com:
   Hi
  
   Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
   of tomcat-embed-jasper still points to version 3.7.2 of ecj.
   Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
   It's unfortunately not possible to override this, because I haven't
 found
   the 4.2.1 artifact in the central repository.
  
 
  1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35
  has already been tagged several hours ago.
 
  2. Absence of ecj 4.2.1 in central repository is not a stopper. It
  happened before and is expected to happen in the future. You can
  install it locally.
 
  http://markmail.org/message/xyw3bv2flmbhsdt4
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745
 
  3. I personally would recommend to go with 4.2.1.
 
  It is known that Eclipse 3.7.2 fails to compile the current Tomcat
  trunk sources (the compiler crashes), 4.2.1 works fine.
 
  There was report by Jess Holle on a crash with 4.2.1, but what causes
  the crash is unknown and I have not observed anything like that.
  http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m
 
  Anyway, if you are in doubt, you may try to run precompilation for
  your JSPs with JspC just to make sure that everything compiles nicely.
  (I do not suggest to actually use the compiled classes. I mean just to
  run a compilation to check that they are compilable).
 
  4. The bump of ecj version included a change in one of java classes.
 
  @Override is a compile-time annotation. You should still be able to
  run with 3.7.2.
  http://svn.apache.org/viewvc?view=revisionrevision=1411587
 
  Best regards,
  Konstantin Kolinko
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 


 --
 Supun Malinga






Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-31 Thread Olivier Lamy
Huge Thanks for you effort on that !!

2013/1/31 Ralph Schaer ralphsch...@gmail.com:
 The bundle got accepted. ecj 4.2.1 is now available from the maven central
 repository.

 Ralph

 On Sat, Jan 26, 2013 at 7:42 AM, Ralph Schaer ralphsch...@gmail.com wrote:

 I started the process of uploading the ecj 4.2.1 artefacts to the maven
 central repository.
 I followed the description from Ian.
 http://ianbrandt.com/2011/10/10/ecj-3-7-1-published-to-maven-central/

 According to this documentation

 https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository
 the process is in the last stage My Bundle is Uploaded. What Next?.
 So I have to wait for the sonatype people and see if they approve the
 bundle.

 The files are in this staging repository:
 https://oss.sonatype.org/content/repositories/central_bundles-274/

 Ralph


 On Mon, Jan 21, 2013 at 11:33 AM, Ralph Schaer ralphsch...@gmail.comwrote:

 You find the ecj jar on this site:
 http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/

 Section:
 JDT Core Batch Compiler


 Ralph

 On Mon, Jan 21, 2013 at 11:23 AM, Supun Malinga sup...@wso2.com wrote:

 Hi Guys,

 Where can I find the ecj  4.2.1 jar?, except from the tomcat
 distribution.

 thank you.


 On Fri, Jan 11, 2013 at 1:47 PM, Konstantin Kolinko
 knst.koli...@gmail.comwrote:

  2013/1/11 Ralph Schaer ralphsch...@gmail.com:
   Hi
  
   Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
   of tomcat-embed-jasper still points to version 3.7.2 of ecj.
   Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
   It's unfortunately not possible to override this, because I haven't
 found
   the 4.2.1 artifact in the central repository.
  
 
  1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35
  has already been tagged several hours ago.
 
  2. Absence of ecj 4.2.1 in central repository is not a stopper. It
  happened before and is expected to happen in the future. You can
  install it locally.
 
  http://markmail.org/message/xyw3bv2flmbhsdt4
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745
 
  3. I personally would recommend to go with 4.2.1.
 
  It is known that Eclipse 3.7.2 fails to compile the current Tomcat
  trunk sources (the compiler crashes), 4.2.1 works fine.
 
  There was report by Jess Holle on a crash with 4.2.1, but what causes
  the crash is unknown and I have not observed anything like that.
  http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m
 
  Anyway, if you are in doubt, you may try to run precompilation for
  your JSPs with JspC just to make sure that everything compiles nicely.
  (I do not suggest to actually use the compiled classes. I mean just to
  run a compilation to check that they are compilable).
 
  4. The bump of ecj version included a change in one of java classes.
 
  @Override is a compile-time annotation. You should still be able to
  run with 3.7.2.
  http://svn.apache.org/viewvc?view=revisionrevision=1411587
 
  Best regards,
  Konstantin Kolinko
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 


 --
 Supun Malinga







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

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



Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-25 Thread Ralph Schaer
I started the process of uploading the ecj 4.2.1 artefacts to the maven
central repository.
I followed the description from Ian.
http://ianbrandt.com/2011/10/10/ecj-3-7-1-published-to-maven-central/

According to this documentation
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository
the process is in the last stage My Bundle is Uploaded. What Next?.
So I have to wait for the sonatype people and see if they approve the
bundle.

The files are in this staging repository:
https://oss.sonatype.org/content/repositories/central_bundles-274/

Ralph

On Mon, Jan 21, 2013 at 11:33 AM, Ralph Schaer ralphsch...@gmail.comwrote:

 You find the ecj jar on this site:
 http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/

 Section:
 JDT Core Batch Compiler


 Ralph

 On Mon, Jan 21, 2013 at 11:23 AM, Supun Malinga sup...@wso2.com wrote:

 Hi Guys,

 Where can I find the ecj  4.2.1 jar?, except from the tomcat distribution.

 thank you.


 On Fri, Jan 11, 2013 at 1:47 PM, Konstantin Kolinko
 knst.koli...@gmail.comwrote:

  2013/1/11 Ralph Schaer ralphsch...@gmail.com:
   Hi
  
   Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
   of tomcat-embed-jasper still points to version 3.7.2 of ecj.
   Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
   It's unfortunately not possible to override this, because I haven't
 found
   the 4.2.1 artifact in the central repository.
  
 
  1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35
  has already been tagged several hours ago.
 
  2. Absence of ecj 4.2.1 in central repository is not a stopper. It
  happened before and is expected to happen in the future. You can
  install it locally.
 
  http://markmail.org/message/xyw3bv2flmbhsdt4
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745
 
  3. I personally would recommend to go with 4.2.1.
 
  It is known that Eclipse 3.7.2 fails to compile the current Tomcat
  trunk sources (the compiler crashes), 4.2.1 works fine.
 
  There was report by Jess Holle on a crash with 4.2.1, but what causes
  the crash is unknown and I have not observed anything like that.
  http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m
 
  Anyway, if you are in doubt, you may try to run precompilation for
  your JSPs with JspC just to make sure that everything compiles nicely.
  (I do not suggest to actually use the compiled classes. I mean just to
  run a compilation to check that they are compilable).
 
  4. The bump of ecj version included a change in one of java classes.
 
  @Override is a compile-time annotation. You should still be able to
  run with 3.7.2.
  http://svn.apache.org/viewvc?view=revisionrevision=1411587
 
  Best regards,
  Konstantin Kolinko
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 


 --
 Supun Malinga





Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-21 Thread Supun Malinga
Hi Guys,

Where can I find the ecj  4.2.1 jar?, except from the tomcat distribution.

thank you.


On Fri, Jan 11, 2013 at 1:47 PM, Konstantin Kolinko
knst.koli...@gmail.comwrote:

 2013/1/11 Ralph Schaer ralphsch...@gmail.com:
  Hi
 
  Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
  of tomcat-embed-jasper still points to version 3.7.2 of ecj.
  Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
  It's unfortunately not possible to override this, because I haven't found
  the 4.2.1 artifact in the central repository.
 

 1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35
 has already been tagged several hours ago.

 2. Absence of ecj 4.2.1 in central repository is not a stopper. It
 happened before and is expected to happen in the future. You can
 install it locally.

 http://markmail.org/message/xyw3bv2flmbhsdt4
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745

 3. I personally would recommend to go with 4.2.1.

 It is known that Eclipse 3.7.2 fails to compile the current Tomcat
 trunk sources (the compiler crashes), 4.2.1 works fine.

 There was report by Jess Holle on a crash with 4.2.1, but what causes
 the crash is unknown and I have not observed anything like that.
 http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m

 Anyway, if you are in doubt, you may try to run precompilation for
 your JSPs with JspC just to make sure that everything compiles nicely.
 (I do not suggest to actually use the compiled classes. I mean just to
 run a compilation to check that they are compilable).

 4. The bump of ecj version included a change in one of java classes.

 @Override is a compile-time annotation. You should still be able to
 run with 3.7.2.
 http://svn.apache.org/viewvc?view=revisionrevision=1411587

 Best regards,
 Konstantin Kolinko

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




-- 
Supun Malinga


Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-21 Thread Ralph Schaer
You find the ecj jar on this site:
http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/

Section:
JDT Core Batch Compiler


Ralph

On Mon, Jan 21, 2013 at 11:23 AM, Supun Malinga sup...@wso2.com wrote:

 Hi Guys,

 Where can I find the ecj  4.2.1 jar?, except from the tomcat distribution.

 thank you.


 On Fri, Jan 11, 2013 at 1:47 PM, Konstantin Kolinko
 knst.koli...@gmail.comwrote:

  2013/1/11 Ralph Schaer ralphsch...@gmail.com:
   Hi
  
   Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
   of tomcat-embed-jasper still points to version 3.7.2 of ecj.
   Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
   It's unfortunately not possible to override this, because I haven't
 found
   the 4.2.1 artifact in the central repository.
  
 
  1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35
  has already been tagged several hours ago.
 
  2. Absence of ecj 4.2.1 in central repository is not a stopper. It
  happened before and is expected to happen in the future. You can
  install it locally.
 
  http://markmail.org/message/xyw3bv2flmbhsdt4
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745
 
  3. I personally would recommend to go with 4.2.1.
 
  It is known that Eclipse 3.7.2 fails to compile the current Tomcat
  trunk sources (the compiler crashes), 4.2.1 works fine.
 
  There was report by Jess Holle on a crash with 4.2.1, but what causes
  the crash is unknown and I have not observed anything like that.
  http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m
 
  Anyway, if you are in doubt, you may try to run precompilation for
  your JSPs with JspC just to make sure that everything compiles nicely.
  (I do not suggest to actually use the compiled classes. I mean just to
  run a compilation to check that they are compilable).
 
  4. The bump of ecj version included a change in one of java classes.
 
  @Override is a compile-time annotation. You should still be able to
  run with 3.7.2.
  http://svn.apache.org/viewvc?view=revisionrevision=1411587
 
  Best regards,
  Konstantin Kolinko
 
  -
  To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
  For additional commands, e-mail: users-h...@tomcat.apache.org
 
 


 --
 Supun Malinga



Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-11 Thread Konstantin Kolinko
2013/1/11 Ralph Schaer ralphsch...@gmail.com:
 Hi

 Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
 of tomcat-embed-jasper still points to version 3.7.2 of ecj.
 Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
 It's unfortunately not possible to override this, because I haven't found
 the 4.2.1 artifact in the central repository.


1. Thank you for reporting the issue. I fixed this in svn, but 7.0.35
has already been tagged several hours ago.

2. Absence of ecj 4.2.1 in central repository is not a stopper. It
happened before and is expected to happen in the future. You can
install it locally.

http://markmail.org/message/xyw3bv2flmbhsdt4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745

3. I personally would recommend to go with 4.2.1.

It is known that Eclipse 3.7.2 fails to compile the current Tomcat
trunk sources (the compiler crashes), 4.2.1 works fine.

There was report by Jess Holle on a crash with 4.2.1, but what causes
the crash is unknown and I have not observed anything like that.
http://tomcat.markmail.org/thread/oe5wwu3dm2zcjp4m

Anyway, if you are in doubt, you may try to run precompilation for
your JSPs with JspC just to make sure that everything compiles nicely.
(I do not suggest to actually use the compiled classes. I mean just to
run a compilation to check that they are compilable).

4. The bump of ecj version included a change in one of java classes.

@Override is a compile-time annotation. You should still be able to
run with 3.7.2.
http://svn.apache.org/viewvc?view=revisionrevision=1411587

Best regards,
Konstantin Kolinko

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



Re: Tomcat 7.0.34 and ecj 3.7.2/4.2.1

2013-01-10 Thread Jess Holle

Stick with the older ecj -- the newer one is broken.

On 1/10/2013 9:22 PM, Ralph Schaer wrote:

Hi

Tomcat 7.0.34 bumped ecj to version 4.2.1. But the pom file
of tomcat-embed-jasper still points to version 3.7.2 of ecj.
Is it safe to use ecj 3.7.2 with Tomcat 7.0.34?
It's unfortunately not possible to override this, because I haven't found
the 4.2.1 artifact in the central repository.

Ralph




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