You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Ognjen Blagojevic <og...@gmail.com> on 2010/08/12 09:49:46 UTC

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

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-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


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

Posted by Simon Pepping <sp...@leverkruid.eu>.
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>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>org.apache.xmlgraphics</groupId>
>   <artifactId>fop</artifactId>
>   <version>1.0</version>
>   <url>http://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>
>   <inceptionYear>2010</inceptionYear>
>   <mailingLists>
> 	<mailingList>
> 	  <name>FOP Users List</name>
> 	  <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
> 	  <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>
> 
> 	 
> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
> 	</mailingList>
> 	<mailingList>
> 	  <name>FOP Developer List</name>
> 	  <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
> 	  <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
> 	 
> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>
> 
> 	 </mailingList>
> 	<mailingList>
> 	  <name>FOP Commit List</name>
> 	  <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
> 	  <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
> 	 
> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
> 	</mailingList>
> 
> 	</mailingLists>
> 	<licenses>
> 		<license>
> 		<name>The Apache Software License, Version 2.0</name>
> 		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> 		<distribution>repo</distribution>
> 		</license>
> 
> 	</licenses>
>   <scm>
>   
> <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
>   
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
>   
> <url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
>   </scm>
>   <organization>
> 
>    <name>Apache Software Foundation</name>
>    <url>http://www.apache.org/</url>
>   </organization>
> 
>   <dependencies>
> 	<!-- XML Graphics -->
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 
> 	  <artifactId>xmlgraphics-commons</artifactId>
> 	  <version>1.4</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-svg-dom</artifactId>
> 
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-bridge</artifactId>
> 	  <version>1.7</version>
> 
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-awt-util</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-gvt</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 
> 	  <artifactId>batik-transcoder</artifactId>
> 	  <version>1.7</version>
> 	  <exclusions>
> 		<exclusion>
> 		  <groupId>org.apache.xmlgraphics</groupId>
> 		  <artifactId>fop</artifactId>
> 		</exclusion>
> 
> 	  </exclusions>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-extension</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.xmlgraphics</groupId>
> 	  <artifactId>batik-ext</artifactId>
> 	  <version>1.7</version>
> 	</dependency>
> 
> 	<!-- other dependencies -->
> 
> 	<dependency>
> 	  <groupId>commons-logging</groupId>
> 	  <artifactId>commons-logging</artifactId>
> 	  <version>1.0.4</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>commons-io</groupId>
> 
> 	  <artifactId>commons-io</artifactId>
> 	  <version>1.3.1</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>org.apache.avalon.framework</groupId>
> 	  <artifactId>avalon-framework-api</artifactId>
> 
> 	  <version>4.3.1</version>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>javax.servlet</groupId>
> 	  <artifactId>servlet-api</artifactId>
> 	  <version>2.2</version>
> 
> 	  <scope>provided</scope>
> 	</dependency>
> 
> 	<dependency>
> 	  <groupId>xalan</groupId>
> 	  <artifactId>xalan</artifactId>
> 	  <version>2.7.0</version>
> 
> 	  <scope>provided</scope>
> 	</dependency>
> 
>   </dependencies>
> </project>

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

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


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

Posted by user7474 <fi...@googlemail.com>.

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>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop</artifactId>
  <version>1.0</version>
  <url>http://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>
  <inceptionYear>2010</inceptionYear>
  <mailingLists>
	<mailingList>
	  <name>FOP Users List</name>
	  <subscribe>fop-users-subscribe@xmlgraphics.apache.org</subscribe>
	  <unsubscribe>fop-users-unsubscribe@xmlgraphics.apache.org</unsubscribe>

	 
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/</archive>
	</mailingList>
	<mailingList>
	  <name>FOP Developer List</name>
	  <subscribe>fop-dev-subscribe@xmlgraphics.apache.org</subscribe>
	  <unsubscribe>fop-dev-unsubscribe@xmlgraphics.apache.org</unsubscribe>
	 
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/</archive>

	 </mailingList>
	<mailingList>
	  <name>FOP Commit List</name>
	  <subscribe>fop-commits-subscribe@xmlgraphics.apache.org</subscribe>
	  <unsubscribe>fop-commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
	 
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-commits/</archive>
	</mailingList>

	</mailingLists>
	<licenses>
		<license>
		<name>The Apache Software License, Version 2.0</name>
		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		<distribution>repo</distribution>
		</license>

	</licenses>
  <scm>
  
<connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</connection>
  
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk</developerConnection>
  
<url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/trunk/?root=Apache-SVN</url>
  </scm>
  <organization>

   <name>Apache Software Foundation</name>
   <url>http://www.apache.org/</url>
  </organization>

  <dependencies>
	<!-- XML Graphics -->
	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>

	  <artifactId>xmlgraphics-commons</artifactId>
	  <version>1.4</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-svg-dom</artifactId>

	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-bridge</artifactId>
	  <version>1.7</version>

	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-awt-util</artifactId>
	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-gvt</artifactId>
	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>

	  <artifactId>batik-transcoder</artifactId>
	  <version>1.7</version>
	  <exclusions>
		<exclusion>
		  <groupId>org.apache.xmlgraphics</groupId>
		  <artifactId>fop</artifactId>
		</exclusion>

	  </exclusions>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-extension</artifactId>
	  <version>1.7</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.xmlgraphics</groupId>
	  <artifactId>batik-ext</artifactId>
	  <version>1.7</version>
	</dependency>

	<!-- other dependencies -->

	<dependency>
	  <groupId>commons-logging</groupId>
	  <artifactId>commons-logging</artifactId>
	  <version>1.0.4</version>
	</dependency>

	<dependency>
	  <groupId>commons-io</groupId>

	  <artifactId>commons-io</artifactId>
	  <version>1.3.1</version>
	</dependency>

	<dependency>
	  <groupId>org.apache.avalon.framework</groupId>
	  <artifactId>avalon-framework-api</artifactId>

	  <version>4.3.1</version>
	</dependency>

	<dependency>
	  <groupId>javax.servlet</groupId>
	  <artifactId>servlet-api</artifactId>
	  <version>2.2</version>

	  <scope>provided</scope>
	</dependency>

	<dependency>
	  <groupId>xalan</groupId>
	  <artifactId>xalan</artifactId>
	  <version>2.7.0</version>

	  <scope>provided</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-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org