Re: [Geotools-devel] 2.3.0 Release status

2006-09-22 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > I have tried a couple of things now. > > 1. using java 1.5 > 2. commenting out all teh custom geotools javadoc sutff. > > Neither have worked, I get the same error. The only thing that does work > is taking epsg-hsql out of the build. So, its suggest that custom tag

Re: [Geotools-devel] 2.3.0 Release status

2006-09-22 Thread Justin Deoliveira
I have tried a couple of things now. 1. using java 1.5 2. commenting out all teh custom geotools javadoc sutff. Neither have worked, I get the same error. The only thing that does work is taking epsg-hsql out of the build. -Justin On Fri, September 22, 2006 8:47 am, Martin Desruisseaux wrote: >

Re: [Geotools-devel] 2.3.0 Release status

2006-09-22 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > Hi Martin, I will try this workaround. However I am not sure the pain is > worth it just to have the ability to use java 1.5 javadoc tags. > > I would vote for removing the 1.5 dependency, anyone else? Actually I'm not sure that this is the cause - unknown tag should

Re: [Geotools-devel] 2.3.0 Release status

2006-09-22 Thread Justin Deoliveira
Hi Martin, I will try this workaround. However I am not sure the pain is worth it just to have the ability to use java 1.5 javadoc tags. I would vote for removing the 1.5 dependency, anyone else? -Justin On Thu, September 21, 2006 5:48 pm, Martin Desruisseaux wrote: > Justin Deoliveira a écrit :

Re: [Geotools-devel] 2.3.0 Release status

2006-09-21 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > So for now release is blocked, I will have to dig deeper for this one. I > believe martin has setup the javadoc stuff for site, perhaps he can > help. I included the last few lines of the maven output before the crash, > > > /home/jdeolive/devel/geotools/2.3.x/target

[Geotools-devel] 2.3.0 Release status

2006-09-17 Thread Justin Deoliveira
Hi all, It seems that maven is dead set on preventing me from releasing. First problem was with the jalopy plugin, then with the clover plugin, and the current problem is with the javadoc generation. So for now release is blocked, I will have to dig deeper for this one. I believe martin has setup