RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-19 Thread Simon Steiner
Hi,

On java 6 mvn clean install -DskipTests I get:
Error transferring file: java.lang.RuntimeException: Could not generate DH 
keypair

We could use same solution as pdfbox:
https://issues.apache.org/jira/browse/PDFBOX-2870
https://issues.apache.org/jira/browse/INFRA-10298

Thanks

-Original Message-
From: Glenn Adams [mailto:gl...@skynav.com] 
Sent: 15 March 2016 15:14
To: FOP Developers 
Cc: XML Graphics Project 
Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner 
wrote:

> Hi,
>
> We should remove any ant targets that shouldn’t be used. Have we 
> configured mvn so we can create a release, gpg signing and checksums.
>

release, dist, nightly-build targets changed to NO-OPs with message to console


>
> Thanks
>
> -Original Message-
> From: Glenn Adams [mailto:gl...@skynav.com]
> Sent: 15 March 2016 06:27
> To: FOP Developers 
> Cc: XML Graphics Project 
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
> On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner 
>  >
> wrote:
>
> > Hi,
> >
> >
> >
> > If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and 
> > fop-2.2.0-SNAPSHOT-src.zip
> >
> >
> >
> > Is missing fop shellscript and other files in root.
> >
> > Java files are missing from src zip.
> >
>
> I expect the next (and subsequent) releases will be created with 
> maven, not ant, so I think this is not a problem. Does anyone have a 
> problem with this?
>
>
> >
> >
> > Thanks
> >
> >
> >
> > *From:* gl...@skynav.com [mailto:gl...@skynav.com] *On Behalf Of 
> > *Glenn Adams
> > *Sent:* 13 March 2016 03:14
> > *To:* FOP Developers ; XML Graphics 
> > Project 
> > *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
> >
> >
> >
> > I would like to start a vote on merging from 
> > xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by 
> > Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
> >
> >
> >
> > [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> >
> > [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> >
> >
> >
> > The following run without error (on my platform) using both JDK 1.6 
> > and
> > 1.7:
> >
> >- ant -f fop/build.xml clean all checkstyle findbugs
> >- mvn clean install checkstyle:check findbugs:check -U
> >
> > I am using the following tool versions (with JDK 1.6 enabled):
> >
> >
> >
> > bash-3.2$ mvn -v
> >
> > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> > 2014-12-14T10:29:23-07:00)
> >
> > Maven home: /opt/local/share/java/maven32
> >
> > Java version: 1.6.0_65, vendor: Apple Inc.
> >
> > Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> >
> > Default locale: en_US, platform encoding: MacRoman
> >
> > OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> >
> >
> >
> > bash-3.2$ ant -version
> >
> > Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> >
> > A Jenkins build project is running (without error) at [3], wherein 
> > both checkstyle and findbugs analyses are enabled by default.
> >
> > [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> >
> > Notes:
> >
> >1. the ant build is run from the fop subdirectory of [1];
> >2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
> >fop-transcoder-allinone) have been verified for content;
> >3. source code is now distributed between fop-util, fop-events, and
> >fop-core modules; this was needed to eliminate a circular dependency
> >between fop and the generation of event infrastructure; i expect some
> >further fine-tuning to occur here over time;
> >
> >
> >
>
>



Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-19 Thread Glenn Adams
Voting was a bit thin, but there were no objections. Therefore, I will
proceed with the merge.

On Sat, Mar 12, 2016 at 8:13 PM, Glenn Adams  wrote:

> I would like to start a vote on merging from xmlgraphics/fop/branches/maven
> [1] to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a
> response will be interpreted as +0.
>
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>
> The following run without error (on my platform) using both JDK 1.6 and
> 1.7:
>
>- ant -f fop/build.xml clean all checkstyle findbugs
>- mvn clean install checkstyle:check findbugs:check -U
>
> I am using the following tool versions (with JDK 1.6 enabled):
>
> bash-3.2$ mvn -v
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
> Maven home: /opt/local/share/java/maven32
> Java version: 1.6.0_65, vendor: Apple Inc.
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>
> bash-3.2$ ant -version
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>
> A Jenkins build project is running (without error) at [3], wherein both
> checkstyle and findbugs analyses are enabled by default.
>
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>
> Notes:
>
>
>1. the ant build is run from the fop subdirectory of [1];
>2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
>fop-transcoder-allinone) have been verified for content;
>3. source code is now distributed between fop-util, fop-events, and
>fop-core modules; this was needed to eliminate a circular dependency
>between fop and the generation of event infrastructure; i expect some
>further fine-tuning to occur here over time;
>
>
>


RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-18 Thread Simon Steiner
Hi,

If I do any basic hello world fo and compare mvn fop with ant fop, we have some 
differences.
Eg   /Encoding /WinAnsiEncoding, version changed and svg glyphs changed

Cd fop
mvn clean install -DskipTests
cd fop
cp target/fop-svn-trunk.jar build/fop.jar

Cd fop/fop
ant clean package

 fop/fop.sh test.fo out.pdf

Thanks

-Original Message-
From: Glenn Adams [mailto:gl...@skynav.com] 
Sent: 17 March 2016 12:08
To: XML Graphics Project 
Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

This problem is apparently caused by a higher security level for SSL on 
repository.apache.com that is normally handled by JDK 1.6 (unlimited security), 
which turns out to not really by unlimited. See [1] as pointed out by Simon.

[1] https://issues.apache.org/jira/browse/INFRA-10298

I fixed this on my local machine by installing bouncy castle as described in 
[2], except I used:

Here are the steps I took using Java 1.6.0_65-b14-462 on Mac OSC 10.7.5
> 1) Download these jars:
> bcprov-jdk15on-152.jar
> <https://www.bouncycastle.org/download/bcprov-jdk15on-152.jar>
> bcprov-ext-jdk15on-152.jar
> <https://www.bouncycastle.org/download/bcprov-ext-jdk15on-152.jar>2) 
> move these jars to $JAVA_HOME/lib/ext
> 3) edit $JAVA_HOME/lib/security/java.security as follows:
> security.provider.1=org.bouncycastle.jce.provider.BouncyCastleProvider
>

For this last line, you may have to tweak the order. I used security.provider.3.

[2]
http://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception



On Thu, Mar 17, 2016 at 5:15 AM, Chris Bowditch 
wrote:

> Sorry been a bit busy, but I get the following error on fresh checkout 
> and running install:
>
> Could not transfer artifact
> org.apache.xmlgraphics:fop-util:pom:2.2.0-SNAPSHOT from/to 
> apache.snapshots.https (
> https://repository.apache.org/content/repositories/snapshots):
> java.lang.RuntimeException: Could not generate DH keypair: Prime size 
> must be multiple of 64, and can only range from 512 to 1024 
> (inclusive) -> [Help 1]
>
> Simon mentioned I need to change to Java 7 to resolve, but we have not 
> yet agreed to upgrade the minimum version.
>
> On 16/03/2016 17:03, Glenn Adams wrote:
>
>> Voting was a bit thin, but there were no objections. Therefore, I 
>> will proceed with the merge.
>>
>> On Sat, Mar 12, 2016 at 8:13 PM, Glenn Adams  wrote:
>>
>> I would like to start a vote on merging from
>>> xmlgraphics/fop/branches/maven
>>> [1] to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of 
>>> a response will be interpreted as +0.
>>>
>>> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
>>> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>>>
>>> The following run without error (on my platform) using both JDK 1.6 
>>> and
>>> 1.7:
>>>
>>> - ant -f fop/build.xml clean all checkstyle findbugs
>>> - mvn clean install checkstyle:check findbugs:check -U
>>>
>>> I am using the following tool versions (with JDK 1.6 enabled):
>>>
>>> bash-3.2$ mvn -v
>>> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
>>> 2014-12-14T10:29:23-07:00)
>>> Maven home: /opt/local/share/java/maven32 Java version: 1.6.0_65, 
>>> vendor: Apple Inc.
>>> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>>> Default locale: en_US, platform encoding: MacRoman OS name: "mac os 
>>> x", version: "10.11.3", arch: "x86_64", family: "mac"
>>>
>>> bash-3.2$ ant -version
>>> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>>>
>>> A Jenkins build project is running (without error) at [3], wherein 
>>> both checkstyle and findbugs analyses are enabled by default.
>>>
>>> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>>>
>>> Notes:
>>>
>>>
>>> 1. the ant build is run from the fop subdirectory of [1];
>>> 2. all build artifacts (fop, fop-sandbox, fop-servlet, 
>>> fop-transcoder,
>>> fop-transcoder-allinone) have been verified for content;
>>> 3. source code is now distributed between fop-util, fop-events, and
>>> fop-core modules; this was needed to eliminate a circular dependency
>>> between fop and the generation of event infrastructure; i expect some
>>> further fine-tuning to occur here over time;
>>>
>>>
>>>
>>>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@xmlgraphics.apache.org
> For additional commands, e-mail: general-h...@xmlgraphics.apache.org
>
>



RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Simon Steiner
Hi,

+1

Thanks

-Original Message-
From: Glenn Adams [mailto:gl...@skynav.com] 
Sent: 15 March 2016 15:03
To: XML Graphics Project 
Cc: FOP Developers 
Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

On Tue, Mar 15, 2016 at 8:40 AM, Simon Steiner 
wrote:

> Hi,
>
>
>
> Is there any point keeping the build.xml as its going to be a pain to 
> maintain both.
>

I had indicated the following back on Feb 22:

Note that once maven is configured and running successfully, it is my
> intention to drop ant build support; though this is subject to 
> discussion and agreement by the PMC. However, for a while at least, we 
> should be able to maintain both build processes.


It is not my intent to maintain both for any more than a short period during 
the transition to maven, and the reason to keep it at all is just to ease the 
transition process until everything stabilizes.


>
>
>
> Thanks
>
>
>
> From: Glenn Adams [mailto:gl...@skynav.com]
> Sent: 15 March 2016 14:23
> To: FOP Developers 
> Cc: XML Graphics Project 
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
>
>
>
>
>
>
> On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner 
> mailto:simonsteiner1...@gmail.com> > wrote:
>
> Hi,
>
> We should remove any ant targets that shouldn’t be used.
>
>
>
> agreed
>
>
>
> Have we configured mvn so we can create a release, gpg signing and 
> checksums.
>
>
>
> haven't done this yet for xgc or batik; plan to do so for next release 
> for all projects, which I will take responsibility to do; would like 
> to do next release soon after things stabilize post-maven transition;
>
>
>
>
> Thanks
>
> -Original Message-
> From: Glenn Adams [mailto:gl...@skynav.com <mailto:gl...@skynav.com> ]
> Sent: 15 March 2016 06:27
> To: FOP Developers  fop-dev@xmlgraphics.apache.org> >
> Cc: XML Graphics Project  gene...@xmlgraphics.apache.org> >
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
> On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner 
> mailto:simonsteiner1...@gmail.com> >
> wrote:
>
> > Hi,
> >
> >
> >
> > If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and 
> > fop-2.2.0-SNAPSHOT-src.zip
> >
> >
> >
> > Is missing fop shellscript and other files in root.
> >
> > Java files are missing from src zip.
> >
>
> I expect the next (and subsequent) releases will be created with 
> maven, not ant, so I think this is not a problem. Does anyone have a 
> problem with this?
>
>
> >
> >
> > Thanks
> >
> >
> >
> > *From:* gl...@skynav.com <mailto:gl...@skynav.com>  [mailto:
> gl...@skynav.com <mailto:gl...@skynav.com> ] *On Behalf Of
> > *Glenn Adams
> > *Sent:* 13 March 2016 03:14
> > *To:* FOP Developers  fop-dev@xmlgraphics.apache.org> >; XML Graphics
> > Project  gene...@xmlgraphics.apache.org> >
> > *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
> >
> >
> >
> > I would like to start a vote on merging from 
> > xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by 
> > Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
> >
> >
> >
> > [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> >
> > [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> >
> >
> >
> > The following run without error (on my platform) using both JDK 1.6 
> > and
> > 1.7:
> >
> >- ant -f fop/build.xml clean all checkstyle findbugs
> >- mvn clean install checkstyle:check findbugs:check -U
> >
> > I am using the following tool versions (with JDK 1.6 enabled):
> >
> >
> >
> > bash-3.2$ mvn -v
> >
> > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> > 2014-12-14T10:29:23-07:00)
> >
> > Maven home: /opt/local/share/java/maven32
> >
> > Java version: 1.6.0_65, vendor: Apple Inc.
> >
> > Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> >
> > Default locale: en_US, platform encoding: MacRoman
> >
> > OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> >
> >
> >
> > bash-3.2$ ant -version
> >
> > Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> >
> > A Jenkins build project is running (without error) at [3], wherein 
> > both checkstyle and findbugs analyses are enabled by default.
> >
> > [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> >
> > Notes:
> >
> >1. the ant build is run from the fop subdirectory of [1];
> >2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
> >fop-transcoder-allinone) have been verified for content;
> >3. source code is now distributed between fop-util, fop-events, 
> > and
>
> >fop-core modules; this was needed to eliminate a circular dependency
> >between fop and the generation of event infrastructure; i expect some
> >further fine-tuning to occur here over time;
> >
> >
> >
>
>
>
>



Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Glenn Adams
On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner 
wrote:

> Hi,
>
> We should remove any ant targets that shouldn’t be used. Have we
> configured mvn so we can create a release, gpg signing and checksums.
>

release, dist, nightly-build targets changed to NO-OPs with message to
console


>
> Thanks
>
> -Original Message-
> From: Glenn Adams [mailto:gl...@skynav.com]
> Sent: 15 March 2016 06:27
> To: FOP Developers 
> Cc: XML Graphics Project 
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
> On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner  >
> wrote:
>
> > Hi,
> >
> >
> >
> > If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and
> > fop-2.2.0-SNAPSHOT-src.zip
> >
> >
> >
> > Is missing fop shellscript and other files in root.
> >
> > Java files are missing from src zip.
> >
>
> I expect the next (and subsequent) releases will be created with maven,
> not ant, so I think this is not a problem. Does anyone have a problem with
> this?
>
>
> >
> >
> > Thanks
> >
> >
> >
> > *From:* gl...@skynav.com [mailto:gl...@skynav.com] *On Behalf Of
> > *Glenn Adams
> > *Sent:* 13 March 2016 03:14
> > *To:* FOP Developers ; XML Graphics
> > Project 
> > *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
> >
> >
> >
> > I would like to start a vote on merging from
> > xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by
> > Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
> >
> >
> >
> > [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> >
> > [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> >
> >
> >
> > The following run without error (on my platform) using both JDK 1.6
> > and
> > 1.7:
> >
> >- ant -f fop/build.xml clean all checkstyle findbugs
> >- mvn clean install checkstyle:check findbugs:check -U
> >
> > I am using the following tool versions (with JDK 1.6 enabled):
> >
> >
> >
> > bash-3.2$ mvn -v
> >
> > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> > 2014-12-14T10:29:23-07:00)
> >
> > Maven home: /opt/local/share/java/maven32
> >
> > Java version: 1.6.0_65, vendor: Apple Inc.
> >
> > Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> >
> > Default locale: en_US, platform encoding: MacRoman
> >
> > OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> >
> >
> >
> > bash-3.2$ ant -version
> >
> > Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> >
> > A Jenkins build project is running (without error) at [3], wherein
> > both checkstyle and findbugs analyses are enabled by default.
> >
> > [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> >
> > Notes:
> >
> >1. the ant build is run from the fop subdirectory of [1];
> >2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
> >fop-transcoder-allinone) have been verified for content;
> >3. source code is now distributed between fop-util, fop-events, and
> >fop-core modules; this was needed to eliminate a circular dependency
> >between fop and the generation of event infrastructure; i expect some
> >further fine-tuning to occur here over time;
> >
> >
> >
>
>


Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Glenn Adams
On Tue, Mar 15, 2016 at 8:40 AM, Simon Steiner 
wrote:

> Hi,
>
>
>
> Is there any point keeping the build.xml as its going to be a pain to
> maintain both.
>

I had indicated the following back on Feb 22:

Note that once maven is configured and running successfully, it is my
> intention to drop ant build support; though this is subject to discussion
> and agreement by the PMC. However, for a while at least, we should be able
> to maintain both build processes.


It is not my intent to maintain both for any more than a short period
during the transition to maven, and the reason to keep it at all is just to
ease the transition process until everything stabilizes.


>
>
>
> Thanks
>
>
>
> From: Glenn Adams [mailto:gl...@skynav.com]
> Sent: 15 March 2016 14:23
> To: FOP Developers 
> Cc: XML Graphics Project 
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
>
>
>
>
>
>
> On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner  <mailto:simonsteiner1...@gmail.com> > wrote:
>
> Hi,
>
> We should remove any ant targets that shouldn’t be used.
>
>
>
> agreed
>
>
>
> Have we configured mvn so we can create a release, gpg signing and
> checksums.
>
>
>
> haven't done this yet for xgc or batik; plan to do so for next release for
> all projects, which I will take responsibility to do; would like to do next
> release soon after things stabilize post-maven transition;
>
>
>
>
> Thanks
>
> -Original Message-
> From: Glenn Adams [mailto:gl...@skynav.com <mailto:gl...@skynav.com> ]
> Sent: 15 March 2016 06:27
> To: FOP Developers  fop-dev@xmlgraphics.apache.org> >
> Cc: XML Graphics Project  gene...@xmlgraphics.apache.org> >
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
> On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner  <mailto:simonsteiner1...@gmail.com> >
> wrote:
>
> > Hi,
> >
> >
> >
> > If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and
> > fop-2.2.0-SNAPSHOT-src.zip
> >
> >
> >
> > Is missing fop shellscript and other files in root.
> >
> > Java files are missing from src zip.
> >
>
> I expect the next (and subsequent) releases will be created with maven,
> not ant, so I think this is not a problem. Does anyone have a problem with
> this?
>
>
> >
> >
> > Thanks
> >
> >
> >
> > *From:* gl...@skynav.com <mailto:gl...@skynav.com>  [mailto:
> gl...@skynav.com <mailto:gl...@skynav.com> ] *On Behalf Of
> > *Glenn Adams
> > *Sent:* 13 March 2016 03:14
> > *To:* FOP Developers  fop-dev@xmlgraphics.apache.org> >; XML Graphics
> > Project  gene...@xmlgraphics.apache.org> >
> > *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
> >
> >
> >
> > I would like to start a vote on merging from
> > xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by
> > Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
> >
> >
> >
> > [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> >
> > [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> >
> >
> >
> > The following run without error (on my platform) using both JDK 1.6
> > and
> > 1.7:
> >
> >- ant -f fop/build.xml clean all checkstyle findbugs
> >- mvn clean install checkstyle:check findbugs:check -U
> >
> > I am using the following tool versions (with JDK 1.6 enabled):
> >
> >
> >
> > bash-3.2$ mvn -v
> >
> > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> > 2014-12-14T10:29:23-07:00)
> >
> > Maven home: /opt/local/share/java/maven32
> >
> > Java version: 1.6.0_65, vendor: Apple Inc.
> >
> > Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> >
> > Default locale: en_US, platform encoding: MacRoman
> >
> > OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> >
> >
> >
> > bash-3.2$ ant -version
> >
> > Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> >
> > A Jenkins build project is running (without error) at [3], wherein
> > both checkstyle and findbugs analyses are enabled by default.
> >
> > [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> >
> > Notes:
> >
> >1. the ant build is run from the fop subdirectory of [1];
> >2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
> >fop-transcoder-allinone) have been verified for content;
> >3. source code is now distributed between fop-util, fop-events, and
>
> >fop-core modules; this was needed to eliminate a circular dependency
> >between fop and the generation of event infrastructure; i expect some
> >further fine-tuning to occur here over time;
> >
> >
> >
>
>
>
>


RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Simon Steiner
Hi,

 

Is there any point keeping the build.xml as its going to be a pain to maintain 
both. 

 

Thanks

 

From: Glenn Adams [mailto:gl...@skynav.com] 
Sent: 15 March 2016 14:23
To: FOP Developers 
Cc: XML Graphics Project 
Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

 

 

 

On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner mailto:simonsteiner1...@gmail.com> > wrote:

Hi,

We should remove any ant targets that shouldn’t be used.

 

agreed

 

Have we configured mvn so we can create a release, gpg signing and checksums.

 

haven't done this yet for xgc or batik; plan to do so for next release for all 
projects, which I will take responsibility to do; would like to do next release 
soon after things stabilize post-maven transition;

 


Thanks

-Original Message-
From: Glenn Adams [mailto:gl...@skynav.com <mailto:gl...@skynav.com> ]
Sent: 15 March 2016 06:27
To: FOP Developers mailto:fop-dev@xmlgraphics.apache.org> >
Cc: XML Graphics Project mailto:gene...@xmlgraphics.apache.org> >
Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner mailto:simonsteiner1...@gmail.com> >
wrote:

> Hi,
>
>
>
> If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and
> fop-2.2.0-SNAPSHOT-src.zip
>
>
>
> Is missing fop shellscript and other files in root.
>
> Java files are missing from src zip.
>

I expect the next (and subsequent) releases will be created with maven, not 
ant, so I think this is not a problem. Does anyone have a problem with this?


>
>
> Thanks
>
>
>
> *From:* gl...@skynav.com <mailto:gl...@skynav.com>  [mailto:gl...@skynav.com 
> <mailto:gl...@skynav.com> ] *On Behalf Of
> *Glenn Adams
> *Sent:* 13 March 2016 03:14
> *To:* FOP Developers  <mailto:fop-dev@xmlgraphics.apache.org> >; XML Graphics
> Project  <mailto:gene...@xmlgraphics.apache.org> >
> *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
>
>
> I would like to start a vote on merging from
> xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by
> Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
>
>
>
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
>
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>
>
>
> The following run without error (on my platform) using both JDK 1.6
> and
> 1.7:
>
>- ant -f fop/build.xml clean all checkstyle findbugs
>- mvn clean install checkstyle:check findbugs:check -U
>
> I am using the following tool versions (with JDK 1.6 enabled):
>
>
>
> bash-3.2$ mvn -v
>
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
>
> Maven home: /opt/local/share/java/maven32
>
> Java version: 1.6.0_65, vendor: Apple Inc.
>
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>
> Default locale: en_US, platform encoding: MacRoman
>
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>
>
>
> bash-3.2$ ant -version
>
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>
> A Jenkins build project is running (without error) at [3], wherein
> both checkstyle and findbugs analyses are enabled by default.
>
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>
> Notes:
>
>1. the ant build is run from the fop subdirectory of [1];
>2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
>fop-transcoder-allinone) have been verified for content;
>3. source code is now distributed between fop-util, fop-events, and

>fop-core modules; this was needed to eliminate a circular dependency
>between fop and the generation of event infrastructure; i expect some
>further fine-tuning to occur here over time;
>
>
>

 



Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Glenn Adams
On Tue, Mar 15, 2016 at 3:11 AM, Simon Steiner 
wrote:

> Hi,
>
> We should remove any ant targets that shouldn’t be used.


agreed


> Have we configured mvn so we can create a release, gpg signing and
> checksums.
>

haven't done this yet for xgc or batik; plan to do so for next release for
all projects, which I will take responsibility to do; would like to do next
release soon after things stabilize post-maven transition;


>
> Thanks
>
> -Original Message-
> From: Glenn Adams [mailto:gl...@skynav.com]
> Sent: 15 March 2016 06:27
> To: FOP Developers 
> Cc: XML Graphics Project 
> Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
> On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner  >
> wrote:
>
> > Hi,
> >
> >
> >
> > If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and
> > fop-2.2.0-SNAPSHOT-src.zip
> >
> >
> >
> > Is missing fop shellscript and other files in root.
> >
> > Java files are missing from src zip.
> >
>
> I expect the next (and subsequent) releases will be created with maven,
> not ant, so I think this is not a problem. Does anyone have a problem with
> this?
>
>
> >
> >
> > Thanks
> >
> >
> >
> > *From:* gl...@skynav.com [mailto:gl...@skynav.com] *On Behalf Of
> > *Glenn Adams
> > *Sent:* 13 March 2016 03:14
> > *To:* FOP Developers ; XML Graphics
> > Project 
> > *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
> >
> >
> >
> > I would like to start a vote on merging from
> > xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by
> > Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
> >
> >
> >
> > [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> >
> > [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> >
> >
> >
> > The following run without error (on my platform) using both JDK 1.6
> > and
> > 1.7:
> >
> >- ant -f fop/build.xml clean all checkstyle findbugs
> >- mvn clean install checkstyle:check findbugs:check -U
> >
> > I am using the following tool versions (with JDK 1.6 enabled):
> >
> >
> >
> > bash-3.2$ mvn -v
> >
> > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> > 2014-12-14T10:29:23-07:00)
> >
> > Maven home: /opt/local/share/java/maven32
> >
> > Java version: 1.6.0_65, vendor: Apple Inc.
> >
> > Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> >
> > Default locale: en_US, platform encoding: MacRoman
> >
> > OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> >
> >
> >
> > bash-3.2$ ant -version
> >
> > Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> >
> > A Jenkins build project is running (without error) at [3], wherein
> > both checkstyle and findbugs analyses are enabled by default.
> >
> > [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> >
> > Notes:
> >
> >1. the ant build is run from the fop subdirectory of [1];
> >2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
> >fop-transcoder-allinone) have been verified for content;
> >3. source code is now distributed between fop-util, fop-events, and
> >fop-core modules; this was needed to eliminate a circular dependency
> >between fop and the generation of event infrastructure; i expect some
> >further fine-tuning to occur here over time;
> >
> >
> >
>
>


RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Simon Steiner
Hi,

We should remove any ant targets that shouldn’t be used. Have we configured mvn 
so we can create a release, gpg signing and checksums.

Thanks

-Original Message-
From: Glenn Adams [mailto:gl...@skynav.com] 
Sent: 15 March 2016 06:27
To: FOP Developers 
Cc: XML Graphics Project 
Subject: Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner 
wrote:

> Hi,
>
>
>
> If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and 
> fop-2.2.0-SNAPSHOT-src.zip
>
>
>
> Is missing fop shellscript and other files in root.
>
> Java files are missing from src zip.
>

I expect the next (and subsequent) releases will be created with maven, not 
ant, so I think this is not a problem. Does anyone have a problem with this?


>
>
> Thanks
>
>
>
> *From:* gl...@skynav.com [mailto:gl...@skynav.com] *On Behalf Of 
> *Glenn Adams
> *Sent:* 13 March 2016 03:14
> *To:* FOP Developers ; XML Graphics 
> Project 
> *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
>
>
> I would like to start a vote on merging from 
> xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by 
> Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
>
>
>
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
>
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>
>
>
> The following run without error (on my platform) using both JDK 1.6 
> and
> 1.7:
>
>- ant -f fop/build.xml clean all checkstyle findbugs
>- mvn clean install checkstyle:check findbugs:check -U
>
> I am using the following tool versions (with JDK 1.6 enabled):
>
>
>
> bash-3.2$ mvn -v
>
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
>
> Maven home: /opt/local/share/java/maven32
>
> Java version: 1.6.0_65, vendor: Apple Inc.
>
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>
> Default locale: en_US, platform encoding: MacRoman
>
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>
>
>
> bash-3.2$ ant -version
>
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>
> A Jenkins build project is running (without error) at [3], wherein 
> both checkstyle and findbugs analyses are enabled by default.
>
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>
> Notes:
>
>1. the ant build is run from the fop subdirectory of [1];
>2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
>fop-transcoder-allinone) have been verified for content;
>3. source code is now distributed between fop-util, fop-events, and
>fop-core modules; this was needed to eliminate a circular dependency
>between fop and the generation of event infrastructure; i expect some
>further fine-tuning to occur here over time;
>
>
>



Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-15 Thread Pascal Sancho
Hi,

+1

2016-03-13 4:13 GMT+01:00 Glenn Adams :
> I would like to start a vote on merging from xmlgraphics/fop/branches/maven
> [1] to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a
> response will be interpreted as +0.
>
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>
> The following run without error (on my platform) using both JDK 1.6 and 1.7:
>
> ant -f fop/build.xml clean all checkstyle findbugs
> mvn clean install checkstyle:check findbugs:check -U
>
> I am using the following tool versions (with JDK 1.6 enabled):
>
> bash-3.2$ mvn -v
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
> Maven home: /opt/local/share/java/maven32
> Java version: 1.6.0_65, vendor: Apple Inc.
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>
> bash-3.2$ ant -version
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>
> A Jenkins build project is running (without error) at [3], wherein both
> checkstyle and findbugs analyses are enabled by default.
>
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>
> Notes:
>
> the ant build is run from the fop subdirectory of [1];
> all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
> fop-transcoder-allinone) have been verified for content;
> source code is now distributed between fop-util, fop-events, and fop-core
> modules; this was needed to eliminate a circular dependency between fop and
> the generation of event infrastructure; i expect some further fine-tuning to
> occur here over time;
>
>



-- 
pascal


Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-14 Thread Glenn Adams
On Mon, Mar 14, 2016 at 3:03 AM, Simon Steiner 
wrote:

> Hi,
>
>
>
> If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and
> fop-2.2.0-SNAPSHOT-src.zip
>
>
>
> Is missing fop shellscript and other files in root.
>
> Java files are missing from src zip.
>

I expect the next (and subsequent) releases will be created with maven, not
ant, so I think this is not a problem. Does anyone have a problem with this?


>
>
> Thanks
>
>
>
> *From:* gl...@skynav.com [mailto:gl...@skynav.com] *On Behalf Of *Glenn
> Adams
> *Sent:* 13 March 2016 03:14
> *To:* FOP Developers ; XML Graphics
> Project 
> *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
>
>
> I would like to start a vote on merging
> from xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by
> Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
>
>
>
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
>
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>
>
>
> The following run without error (on my platform) using both JDK 1.6 and
> 1.7:
>
>- ant -f fop/build.xml clean all checkstyle findbugs
>- mvn clean install checkstyle:check findbugs:check -U
>
> I am using the following tool versions (with JDK 1.6 enabled):
>
>
>
> bash-3.2$ mvn -v
>
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
>
> Maven home: /opt/local/share/java/maven32
>
> Java version: 1.6.0_65, vendor: Apple Inc.
>
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>
> Default locale: en_US, platform encoding: MacRoman
>
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>
>
>
> bash-3.2$ ant -version
>
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>
> A Jenkins build project is running (without error) at [3], wherein both
> checkstyle and findbugs analyses are enabled by default.
>
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>
> Notes:
>
>1. the ant build is run from the fop subdirectory of [1];
>2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
>fop-transcoder-allinone) have been verified for content;
>3. source code is now distributed between fop-util, fop-events, and
>fop-core modules; this was needed to eliminate a circular dependency
>between fop and the generation of event infrastructure; i expect some
>further fine-tuning to occur here over time;
>
>
>


Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-14 Thread Glenn Adams
On Mon, Mar 14, 2016 at 3:21 AM, Simon Steiner 
wrote:

> Hi,
>
>
>
> Ant checkstyle says:
>
> [checkstyle] Running Checkstyle 5.6 on 1895 files
>
>
>
> Trunk says:
>
> [checkstyle] Running Checkstyle 5.6 on 1938 files
>

fixed


>
>
> Thanks
>
>
>
> *From:* gl...@skynav.com [mailto:gl...@skynav.com] *On Behalf Of *Glenn
> Adams
> *Sent:* 13 March 2016 03:14
> *To:* FOP Developers ; XML Graphics
> Project 
> *Subject:* [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk
>
>
>
> I would like to start a vote on merging
> from xmlgraphics/fop/branches/maven [1] to trunk [2]. Please respond by
> Wednesday, 03/16, 1700Z. Lack of a response will be interpreted as +0.
>
>
>
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
>
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
>
>
>
> The following run without error (on my platform) using both JDK 1.6 and
> 1.7:
>
>- ant -f fop/build.xml clean all checkstyle findbugs
>- mvn clean install checkstyle:check findbugs:check -U
>
> I am using the following tool versions (with JDK 1.6 enabled):
>
>
>
> bash-3.2$ mvn -v
>
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
>
> Maven home: /opt/local/share/java/maven32
>
> Java version: 1.6.0_65, vendor: Apple Inc.
>
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>
> Default locale: en_US, platform encoding: MacRoman
>
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>
>
>
> bash-3.2$ ant -version
>
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
>
> A Jenkins build project is running (without error) at [3], wherein both
> checkstyle and findbugs analyses are enabled by default.
>
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
>
> Notes:
>
>1. the ant build is run from the fop subdirectory of [1];
>2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
>fop-transcoder-allinone) have been verified for content;
>3. source code is now distributed between fop-util, fop-events, and
>fop-core modules; this was needed to eliminate a circular dependency
>between fop and the generation of event infrastructure; i expect some
>further fine-tuning to occur here over time;
>
>
>


RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-14 Thread Simon Steiner
Hi,

 

Ant checkstyle says:

[checkstyle] Running Checkstyle 5.6 on 1895 files

 

Trunk says:

[checkstyle] Running Checkstyle 5.6 on 1938 files

 

Thanks

 

From: gl...@skynav.com [mailto:gl...@skynav.com] On Behalf Of Glenn Adams
Sent: 13 March 2016 03:14
To: FOP Developers ; XML Graphics Project 

Subject: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

 

I would like to start a vote on merging from xmlgraphics/fop/branches/maven [1] 
to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a response 
will be interpreted as +0.

 

[1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/

[2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/

 

The following run without error (on my platform) using both JDK 1.6 and 1.7:

*   ant -f fop/build.xml clean all checkstyle findbugs
*   mvn clean install checkstyle:check findbugs:check -U

I am using the following tool versions (with JDK 1.6 enabled):

 

bash-3.2$ mvn -v

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 
2014-12-14T10:29:23-07:00)

Maven home: /opt/local/share/java/maven32

Java version: 1.6.0_65, vendor: Apple Inc.

Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Default locale: en_US, platform encoding: MacRoman

OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"

 

bash-3.2$ ant -version

Apache Ant(TM) version 1.9.6 compiled on June 29 2015

A Jenkins build project is running (without error) at [3], wherein both 
checkstyle and findbugs analyses are enabled by default.

[3] https://builds.apache.org/job/xmlgraphics-fop-maven/

Notes:

1.  the ant build is run from the fop subdirectory of [1];
2.  all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder, 
fop-transcoder-allinone) have been verified for content;
3.  source code is now distributed between fop-util, fop-events, and 
fop-core modules; this was needed to eliminate a circular dependency between 
fop and the generation of event infrastructure; i expect some further 
fine-tuning to occur here over time;

 



RE: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-14 Thread Simon Steiner
Hi,

 

If I call ant release-dist fop-2.2.0-SNAPSHOT-bin.zip and 
fop-2.2.0-SNAPSHOT-src.zip

 

Is missing fop shellscript and other files in root.

Java files are missing from src zip.

 

Thanks

 

From: gl...@skynav.com [mailto:gl...@skynav.com] On Behalf Of Glenn Adams
Sent: 13 March 2016 03:14
To: FOP Developers ; XML Graphics Project 

Subject: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

 

I would like to start a vote on merging from xmlgraphics/fop/branches/maven [1] 
to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a response 
will be interpreted as +0.

 

[1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/

[2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/

 

The following run without error (on my platform) using both JDK 1.6 and 1.7:

*   ant -f fop/build.xml clean all checkstyle findbugs
*   mvn clean install checkstyle:check findbugs:check -U

I am using the following tool versions (with JDK 1.6 enabled):

 

bash-3.2$ mvn -v

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 
2014-12-14T10:29:23-07:00)

Maven home: /opt/local/share/java/maven32

Java version: 1.6.0_65, vendor: Apple Inc.

Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Default locale: en_US, platform encoding: MacRoman

OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"

 

bash-3.2$ ant -version

Apache Ant(TM) version 1.9.6 compiled on June 29 2015

A Jenkins build project is running (without error) at [3], wherein both 
checkstyle and findbugs analyses are enabled by default.

[3] https://builds.apache.org/job/xmlgraphics-fop-maven/

Notes:

1.  the ant build is run from the fop subdirectory of [1];
2.  all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder, 
fop-transcoder-allinone) have been verified for content;
3.  source code is now distributed between fop-util, fop-events, and 
fop-core modules; this was needed to eliminate a circular dependency between 
fop and the generation of event infrastructure; i expect some further 
fine-tuning to occur here over time;

 



Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-13 Thread Clay Leeds
+1 from me!

Sent from my iPhone 6s

> On Mar 12, 2016, at 7:13 PM, Glenn Adams  wrote:
> 
> I would like to start a vote on merging from xmlgraphics/fop/branches/maven 
> [1] to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a 
> response will be interpreted as +0.
> 
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> 
> The following run without error (on my platform) using both JDK 1.6 and 1.7:
> ant -f fop/build.xml clean all checkstyle findbugs
> mvn clean install checkstyle:check findbugs:check -U
> I am using the following tool versions (with JDK 1.6 enabled):
> 
> bash-3.2$ mvn -v
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 
> 2014-12-14T10:29:23-07:00)
> Maven home: /opt/local/share/java/maven32
> Java version: 1.6.0_65, vendor: Apple Inc.
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> 
> bash-3.2$ ant -version
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> A Jenkins build project is running (without error) at [3], wherein both 
> checkstyle and findbugs analyses are enabled by default.
> 
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> 
> Notes:
> 
> the ant build is run from the fop subdirectory of [1];
> all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder, 
> fop-transcoder-allinone) have been verified for content;
> source code is now distributed between fop-util, fop-events, and fop-core 
> modules; this was needed to eliminate a circular dependency between fop and 
> the generation of event infrastructure; i expect some further fine-tuning to 
> occur here over time;
> 


Re: [VOTE] Merge from xmlgraphics/fop/branches/maven to trunk

2016-03-13 Thread Andreas Delmelle
Hi

Checked out the branch and ran the Maven install build in IDEA without issues.
Looks good on my end, so +1 from me.

Cheers

Andreas
 
> On 13 Mar 2016, at 04:13, Glenn Adams  wrote:
> 
> I would like to start a vote on merging from xmlgraphics/fop/branches/maven
> [1] to trunk [2]. Please respond by Wednesday, 03/16, 1700Z. Lack of a
> response will be interpreted as +0.
> 
> [1] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven/
> [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/
> 
> The following run without error (on my platform) using both JDK 1.6 and 1.7:
> 
>   - ant -f fop/build.xml clean all checkstyle findbugs
>   - mvn clean install checkstyle:check findbugs:check -U
> 
> I am using the following tool versions (with JDK 1.6 enabled):
> 
> bash-3.2$ mvn -v
> Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
> 2014-12-14T10:29:23-07:00)
> Maven home: /opt/local/share/java/maven32
> Java version: 1.6.0_65, vendor: Apple Inc.
> Java home: /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
> 
> bash-3.2$ ant -version
> Apache Ant(TM) version 1.9.6 compiled on June 29 2015
> 
> A Jenkins build project is running (without error) at [3], wherein both
> checkstyle and findbugs analyses are enabled by default.
> 
> [3] https://builds.apache.org/job/xmlgraphics-fop-maven/
> 
> Notes:
> 
> 
>   1. the ant build is run from the fop subdirectory of [1];
>   2. all build artifacts (fop, fop-sandbox, fop-servlet, fop-transcoder,
>   fop-transcoder-allinone) have been verified for content;
>   3. source code is now distributed between fop-util, fop-events, and
>   fop-core modules; this was needed to eliminate a circular dependency
>   between fop and the generation of event infrastructure; i expect some
>   further fine-tuning to occur here over time;