Re: FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

2010-08-18 Thread Simon Pepping
You can find maven bundles at
http://people.apache.org/~spepping/commons-1_4/xmlgraphics-commons-1.4-bundle.jar
and http://people.apache.org/~spepping/fop-1_0/fop-1.0-bundle.jar. If
you open the jar files as zip files, you will find pom.xml. For your
convenience I extracted them as
http://people.apache.org/~spepping/commons-1_4/pom.xml and
http://people.apache.org/~spepping/fop-1_0/pom.xml.

Simon

On Mon, Aug 16, 2010 at 11:08:23PM -0700, user7474 wrote:
 Ognjen Blagojevic-5 wrote:
  
  On 23.7.2010 12:19, Simon Pepping wrote:
  We could install 1.0 manually to local repo, but it would be much easier 
  to have it in Maven Central.
  
 
 I have added fop 1.0 to our local maven repository.
 Because of the fact that there is no pom.xml I have written one,
 is the following correct, especially the dependencies?
 
 project
   modelVersion4.0.0/modelVersion
   groupIdorg.apache.xmlgraphics/groupId
   artifactIdfop/artifactId
   version1.0/version
   urlhttp://xmlgraphics.apache.org/fop//url
   description
 
Apache FOP (Formatting Objects Processor) is the world's first print
 formatter driven by XSL formatting objects (XSL-FO)
and the world's first output independent formatter.
 
It is a Java application that reads a formatting object (FO) tree and
 renders the resulting pages to a specified output.
Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG,
 SVG, XML (area tree representation), Print, AWT and TXT.
The primary output target is PDF.
   /description
   inceptionYear2010/inceptionYear
   mailingLists
   mailingList
 nameFOP Users List/name
 subscribefop-users-subscr...@xmlgraphics.apache.org/subscribe
 
 unsubscribefop-users-unsubscr...@xmlgraphics.apache.org/unsubscribe
 

 archivehttp://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users//archive
   /mailingList
   mailingList
 nameFOP Developer List/name
 subscribefop-dev-subscr...@xmlgraphics.apache.org/subscribe
 unsubscribefop-dev-unsubscr...@xmlgraphics.apache.org/unsubscribe

 archivehttp://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev//archive
 
/mailingList
   mailingList
 nameFOP Commit List/name
 subscribefop-commits-subscr...@xmlgraphics.apache.org/subscribe
 
 unsubscribefop-commits-unsubscr...@xmlgraphics.apache.org/unsubscribe

 archivehttp://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits//archive
   /mailingList
 
   /mailingLists
   licenses
   license
   nameThe Apache Software License, Version 2.0/name
   urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
   distributionrepo/distribution
   /license
 
   /licenses
   scm
   
 connectionscm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/connection
   
 developerConnectionscm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/developerConnection
   
 urlhttp://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/?root=Apache-SVN/url
   /scm
   organization
 
nameApache Software Foundation/name
urlhttp://www.apache.org//url
   /organization
 
   dependencies
   !-- XML Graphics --
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 
 artifactIdxmlgraphics-commons/artifactId
 version1.4/version
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdbatik-svg-dom/artifactId
 
 version1.7/version
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdbatik-bridge/artifactId
 version1.7/version
 
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdbatik-awt-util/artifactId
 version1.7/version
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdbatik-gvt/artifactId
 version1.7/version
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 
 artifactIdbatik-transcoder/artifactId
 version1.7/version
 exclusions
   exclusion
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdfop/artifactId
   /exclusion
 
 /exclusions
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdbatik-extension/artifactId
 version1.7/version
   /dependency
 
   dependency
 groupIdorg.apache.xmlgraphics/groupId
 artifactIdbatik-ext/artifactId
 version1.7/version
   /dependency
 
   !-- other dependencies --
 
   dependency
 groupIdcommons-logging/groupId
 artifactIdcommons-logging/artifactId
 version1.0.4/version
   /dependency
 
   dependency
 groupIdcommons-io/groupId
 
 artifactIdcommons-io/artifactId

Re: FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

2010-08-17 Thread user7474
  groupIdxalan/groupId
  artifactIdxalan/artifactId
  version2.7.0/version

  scopeprovided/scope
/dependency

  /dependencies
/project


-- 
View this message in context: 
http://old.nabble.com/The-Apache-Software-Foundation-Announces-Apache-FOP-Version-1.0-tp29228778p29449221.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

2010-08-12 Thread Ognjen Blagojevic

On 23.7.2010 12:19, Simon Pepping wrote:

On Fri, Jul 23, 2010 at 11:18:01AM +0200, Sergiu Dumitriu wrote:

And when will 1.0 be available on the central maven repo?


At this moment maven is outside the scope of the available FOP team
members. I have requested help.


Any news regarding this issue?

We could install 1.0 manually to local repo, but it would be much easier 
to have it in Maven Central.


Regards,
Ognjen


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: The Apache Software Foundation Announces Apache FOP Version 1.0

2010-07-23 Thread Sergiu Dumitriu

On 07/22/2010 09:26 AM, Simon Pepping wrote:

On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:

Hi there,

when i select the Version 1.0-Tab on
http://xmlgraphics.apache.org/fop/ it still shows
Apache FOP Trunk (Development code) and there is no download-link
to the new version.

is this the right behaviour?


Indeed, it is. The download link is in the Home tab, second link under
About.


And when will 1.0 be available on the central maven repo?

--
Sergiu Dumitriu
http://purl.org/net/sergiu/

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



FOP 1.0 in the maven repository [was: Re: The Apache Software Foundation Announces Apache FOP Version 1.0]

2010-07-23 Thread Simon Pepping
On Fri, Jul 23, 2010 at 11:18:01AM +0200, Sergiu Dumitriu wrote:
 And when will 1.0 be available on the central maven repo?

At this moment maven is outside the scope of the available FOP team
members. I have requested help.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: The Apache Software Foundation Announces Apache FOP Version 1.0

2010-07-22 Thread Simon Pepping
On Thu, Jul 22, 2010 at 08:19:13AM +0200, Michael Seeberger wrote:
 Hi there,
 
 when i select the Version 1.0-Tab on
 http://xmlgraphics.apache.org/fop/ it still shows
 Apache FOP Trunk (Development code) and there is no download-link
 to the new version.
 
 is this the right behaviour?

Indeed, it is. The download link is in the Home tab, second link under
About.

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.eu

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



The Apache Software Foundation Announces Apache FOP Version 1.0

2010-07-21 Thread Simon Pepping
Redesigned, Stable Version of Pioneering XSL Formatting Objects
Processor Rounds Out Apache XML Software Stack

FOREST HILL, Md., July 21 -- The Apache Software Foundation (ASF) -
the all-volunteer developers, stewards, and incubators of nearly 150
Open Source projects and initiatives - today announced the Version 1.0
release of Apache FOP, the Open Source XSL Formatting Objects
Processor.

An Apache project since 1999, FOP is one of the industry's first print
formatters driven by W3C-standard XSL Formatting Objects created to
display, convert, and print to formats such as PDF, PostScript, SVG,
RTF, and XML. In addition, FOP is among the most commonly-used
output-independent formatters.

The Apache FOP code base has grown over the past decade under the
guidance of a Project Management Committee (PMC) who oversee its
day-to-day activities and community development.

FOP v.1.0 provides a good subset of the W3C XSL-FO 1.0/1.1
specification. Its stable, 1.0 designation provides added recognition
as the productive tool it has been for years, said Jeremias Marki,
member of the Apache XML Graphics Project Management Committee. Its
redesign and improved features in the layout engine makes it an even
better experience for the many developers and users who produce
millions of pages each year.

Apache FOP is in use at Accenture, Airbus, Australia Post, BNP
Paribas, Capgemini, Credit Suisse, CSC, Denic, European Patent Office,
FedEx, Ford, HP, IBM, IntelliData, Marriot International, Morgan
Stanley, Polaris, Siemens, Swiss Federal Institute of Intellectual
Property, Tecra, US Army, US House of Representatives, and Wyona,
among many others. In addition, FOP is the default implementation
bundled in XML editors such as XSLfast, Oxygen, and XMLSpy.

Thunderhead relies on open standards, and FOP is at the heart of our
innovative NOW platform. We are proud to have been able to play a part
in its development, said Glen Manchester, CEO of Thunderhead. As
long-time supporters of FOP, our congratulations go to the whole FOP
team at Apache on reaching the Version 1.0 milestone.

The release of FOP v.1.0 completes a free XML software stack,
comprising: Apache Xerces, Apache Xalan, and Apache FOP. The ability
to insert graphics into one's print output is possible using Apache
Batik. The Apache XML stack makes transforming and formatting XML data
(for example DocBook XML) a viable option for individual and start-up
users without business cash flow.

Some 'overnight successes' take ten years or more, said James
Governor, Analyst and Founder of RedMonk. Apache FOP seems to be one
of them.

The training wheels are long gone, said Apache XML Graphics PMC
Chair Simon Pepping. FOP's popularity is undisputed; FOP is used from
an individual developer's pet project to large-scale document
production. FOP is not yet 'feature complete', and work on it is
continuing. We hope this important step forward will motivate skilled
developers to jump in and help us make Apache FOP even better.

Availability

FOP v.1.0 is released under the Apache Software License
v2.0. Downloads, documentation, and related resources are available at
http://xmlgraphics.apache.org/fop/.

-- 
Simon Pepping
home page: http://www.leverkruid.eu

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org