Re: Maven dependencies for fop 1.1

2013-12-27 Thread Gonzalo Vasquez
Hahaha...nice one ;) Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (RD) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www.altiuzreports.com El 26-12-2013, a las

Re: Maven dependencies for fop 1.1

2013-12-26 Thread Carlos
Hi, Was this change commited? I'm using this dependecy: dependency groupIdorg.apache.xmlgraphics/groupId artifactIdfop/artifactId version1.1/version /dependency But still find the same problem: The following artifacts could not be resolved:

Re: Maven dependencies for fop 1.1

2013-12-26 Thread Glenn Adams
We don't retroactively change release images. As Chris stated in his previous email the avalon dependency will be fixed in the next release. On Thu, Dec 26, 2013 at 9:52 AM, Carlos cper...@gmail.com wrote: Hi, Was this change commited? I'm using this dependecy: dependency

Re: Maven dependencies for fop 1.1

2013-12-26 Thread Gonzalo Vasquez
Thanks Glenn, Is there an estimated date for the next release? Regards, Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (RD) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl

Re: Maven dependencies for fop 1.1

2013-12-26 Thread Clay Leeds
It'll be released on Tuesday. The trick is determining which Tuesday Sorry! Couldn't resist... Being an Apache and open source project, release schedules can be hard to find. IOW, no, there's no estimated release date. Cheers! Clay -- My religion is simple. My religion is kindness. - HH

Re: Maven dependencies for fop 1.1

2012-12-04 Thread Chris Bowditch
Thanks for the suggestion Stephen. I have changed the POM template so that the avalon dependency will be fixed in the next release. Committed in revision 1416937 Thanks, Chris On 02/12/2012 21:29, Stephen More wrote: avalon 4.2.0 artifact is already loaded in repo, it just has a different

Re: Maven dependencies for fop 1.1

2012-12-02 Thread Glenn Adams
I rolled it back to 4.2.0 because that is the version of avalon-framework-api that is included in the lib directory of fop's binary distribution (for both fop 1.0 and fop 1.1). I think the correct fix is either to add the 4.2.0 artifact to maven repo or to update the binary copy of that artifact

Re: Maven dependencies for fop 1.1

2012-12-02 Thread Stephen More
avalon 4.2.0 artifact is already loaded in repo, it just has a different group id. Changing fop-1.1.pom from: dependency groupIdorg.apache.avalon.framework/groupId artifactIdavalon-framework-api/artifactId version4.2.0/version /dependency dependency