You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paulo Silveira <pa...@gmail.com> on 2010/08/30 20:41:47 UTC

tomcat 7 pom listing wrong ECJ dependency?

Hello

While embedding tomcat 7, maven/ivy cant find this dependency:
org.eclipse.jdt#ecj;3.6.

It seems the correct artifact would be
org.eclipse.jdt.core.compiler:ecj:3.6 (an extra core.compiler).

I ve seen that I am not the only one:
http://copperykeenclaws.wordpress.com/2010/08/19/embedding-tomcat-7/

Is this correct?

Thanks
--
Paulo Silveira
Caelum | Ensino e Inovação
www.caelum.com.br
www.arquiteturajava.com.br

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


Re: tomcat 7 pom listing wrong ECJ dependency?

Posted by Mark Thomas <ma...@apache.org>.
On 30/08/2010 19:41, Paulo Silveira wrote:
> Hello
> 
> While embedding tomcat 7, maven/ivy cant find this dependency:
> org.eclipse.jdt#ecj;3.6.
> 
> It seems the correct artifact would be
> org.eclipse.jdt.core.compiler:ecj:3.6 (an extra core.compiler).
> 
> I ve seen that I am not the only one:
> http://copperykeenclaws.wordpress.com/2010/08/19/embedding-tomcat-7/
> 
> Is this correct?

Yep. Already fixed in svn and will be in 7.0.3 onwards. Until then
you'll need to fix it manually.

Mark



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