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


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
  version1.3.1/version
/dependency

dependency
  groupIdorg.apache.avalon.framework/groupId
  artifactIdavalon-framework-api/artifactId

  version4.3.1/version
/dependency

dependency
  groupIdjavax.servlet/groupId
  artifactIdservlet-api/artifactId
  version2.2/version

  scopeprovided/scope
/dependency

dependency
  

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