Bug 49881 - [PATCH] add maven build support
Summary: [PATCH] add maven build support
Status: CLOSED LATER
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: trunk
Hardware: All All
: P2 enhancement
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 06:41 UTC by Glenn Adams
Modified: 2012-04-30 00:25 UTC (History)
0 users



Attachments
Patch to add maven build support. (8.03 KB, patch)
2010-09-04 06:42 UTC, Glenn Adams
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Glenn Adams 2010-09-04 06:41:11 UTC
This patch adds support for building with maven 2.2.X or later. I have tested it with the current version (2.2.1) on a JDK 1.6 platform.

There are no direct dependencies on JDK 1.4 or 1.5 features, but I have not verified yet.

The patch creates a new top-level directory 'maven' in the FOP trunk directory. See the file README-MAVEN.txt there for configuration and usage information.

Once downloaded to your home directory, this patch may be applied as follows:

cd ${FOP}/trunk
gzcat ~/patch-maven-build.diff.gz | patch -p0
svn add maven

Note that only the core fop.jar artifact is built at this time. In particular, the fop-transcoder and fop-sandbox jar artifacts are not yet built.

This patch has been verified against repository version 992575.

Regards,
Glenn
Comment 1 Glenn Adams 2010-09-04 06:42:53 UTC
Created attachment 25986 [details]
Patch to add maven build support.

This patch has been verified against repository version 992575.
Comment 2 Glenn Adams 2012-04-06 23:40:03 UTC
lack of consensus for committing patch; reconsider this addition in the future
Comment 3 Glenn Adams 2012-04-30 00:25:04 UTC
batch transition resolved+later to closed+later; if you have new information or a patch that addresses the issue, you may reopen