Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-10 Thread Glenn Adams
inline On Fri, Sep 10, 2010 at 3:46 AM, Vincent Hennebert wrote: > On 09/09/10 04:39, Glenn Adams wrote: > > Ah, ok. Off hand, I see three ways to handle this, one of which you > mention: > > > > (1) deploy xmlgraphics-commons-1.5-SNAPSHOT.jar to a public maven repo > and > > update the maven/pom

Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-09 Thread Vincent Hennebert
On 09/09/10 04:39, Glenn Adams wrote: > Ah, ok. Off hand, I see three ways to handle this, one of which you mention: > > (1) deploy xmlgraphics-commons-1.5-SNAPSHOT.jar to a public maven repo and > update the maven/pom.xml to refer to this version; > (2) install xmlgraphics-commons-1.5-SNAPSHOT.ja

Re: offo in maven [was: Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support]

2010-09-09 Thread Craig Ringer
On 9/09/2010 3:00 PM, Simon Pepping wrote: I found offo in maven central: http://repo1.maven.org/maven2/net/sf/offo/fop-hyph/1.2/. I did not put it there. Hmm. That makes me officially blind. Thanks :-) Ah well, it served as a useful example of the methods. -- Craig Ringer Tech-related writ

offo in maven [was: Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support]

2010-09-09 Thread Simon Pepping
On Thu, Sep 09, 2010 at 08:07:01AM +0800, Craig Ringer wrote: > > That's how I'm dealing with the offo hyphenation files, which don't > seem to be in any convenient maven repo. I just download the jar and > push it into my local repository (~/.m2, effectively download > cache). As they don't chang

Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-08 Thread Glenn Adams
Ah, ok. Off hand, I see three ways to handle this, one of which you mention: (1) deploy xmlgraphics-commons-1.5-SNAPSHOT.jar to a public maven repo and update the maven/pom.xml to refer to this version; (2) install xmlgraphics-commons-1.5-SNAPSHOT.jar in your local maven repo and update the maven/

Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-08 Thread Craig Ringer
On 9/09/2010 1:30 AM, Simon Pepping wrote: I think I mean something different. When XGC adds something new and FOP uses that, a new XGC jar file must be used by builds. We do that by having a new jar file in /lib, typically called xmlgraphics-commons-1.5-svn.jar (which may be updated a few times

Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-08 Thread Simon Pepping
I think I mean something different. When XGC adds something new and FOP uses that, a new XGC jar file must be used by builds. We do that by having a new jar file in /lib, typically called xmlgraphics-commons-1.5-svn.jar (which may be updated a few times during development of the next release). How

Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-08 Thread Glenn Adams
If I understand you correctly, the answer is no. The file maven/pom.xml in the patch explicitly references revision 1.7 of the batik artifacts. So any use of upward revisions of those artifacts would require updating the pom.xml file to reflect use of a newer revision. At present, I worked around

Re: DO NOT REPLY [Bug 49881] [PATCH] add maven build support

2010-09-08 Thread Simon Pepping
Does this build system require us to deploy snapshots of xmlgraphics-commons and batik to the maven repository, whenever we use snapshot versions in our lib directory? We do routinely for xgc, and we may need to do so for batik if the headless problem is fixed (see https://issues.apache.org/bugzill