DO NOT REPLY [Bug 49350] New: [PATCH] Mistake in AFPResourceLevel#equals method

2010-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49350

   Summary: [PATCH] Mistake in AFPResourceLevel#equals method
   Product: Fop
   Version: 1.0dev
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: P2
 Component: general
AssignedTo: fop-dev@xmlgraphics.apache.org
ReportedBy: julien.a...@gmail.com


Created an attachment (id=25489)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25489)
The proposed patch

Their is a small mistake in AFPResourceLevel#equals method, which renders the
equals method incorrect:

The level field is compared to itself (level == level)
and not to the other object field (level == rl.level)
-> The level is always equals to itself.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


FOP Trunk

2010-05-27 Thread Eric Douglas
Hi,
I downloaded the FOP Trunk using the svn checkout, then tried to create
a project and import it into Eclipse and compile it, and got all sorts
of errors.  Am I missing something?
First it said it was missing classes.  I selected edit build path and
added external jars ant.jar and junit-4.8.2.jar I found and downloaded
seperately.  That fixed a lot of the errors.  It's still saying it can't
find classes from javax.media.jai.*, org.apache.fop.fonts.base14.*, and
org.apache.fop.fonts.CodePointMapping, and it lists errors in XML files
and the properties.dtd file (which starts a 

Re: FOP Trunk

2010-05-27 Thread Venkat Reddy

Hi, Are you in Windows environment?

Eric Douglas wrote:


Hi,
I downloaded the FOP Trunk using the svn checkout, then tried to 
create a project and import it into Eclipse and compile it, and got 
all sorts of errors.  Am I missing something?


First it said it was missing classes.  I selected edit build path and 
added external jars ant.jar and junit-4.8.2.jar I found and downloaded 
seperately.  That fixed a lot of the errors.  It's still saying it 
can't find classes from javax.media.jai.*, 
org.apache.fop.fonts.base14.*, and 
org.apache.fop.fonts.CodePointMapping, and it lists errors in XML 
files and the properties.dtd file (which starts a never closes it).






RE: FOP Trunk

2010-05-27 Thread Eric Douglas
yes 

-Original Message-
From: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com] 
Sent: Thursday, May 27, 2010 9:28 AM
To: fop-dev@xmlgraphics.apache.org
Subject: Re: FOP Trunk

Hi, Are you in Windows environment?

Eric Douglas wrote:
>
> Hi,
> I downloaded the FOP Trunk using the svn checkout, then tried to 
> create a project and import it into Eclipse and compile it, and got 
> all sorts of errors.  Am I missing something?
>
> First it said it was missing classes.  I selected edit build path and 
> added external jars ant.jar and junit-4.8.2.jar I found and downloaded

> seperately.  That fixed a lot of the errors.  It's still saying it 
> can't find classes from javax.media.jai.*, 
> org.apache.fop.fonts.base14.*, and 
> org.apache.fop.fonts.CodePointMapping, and it lists errors in XML 
> files and the properties.dtd file (which starts a  never closes it).
>



Re: FOP Trunk

2010-05-27 Thread Venkat Reddy

Hi Eric,

It is working for me, just downloaded the FOPTrunk source code. I am 
able to run compile ant target successfully, and the classes were 
generated in build folder.
I am in windows environment, don't have an idea why you were unable to 
compile the project?


Venkat.

Eric Douglas wrote:


Hi,
I downloaded the FOP Trunk using the svn checkout, then tried to 
create a project and import it into Eclipse and compile it, and got 
all sorts of errors.  Am I missing something?


First it said it was missing classes.  I selected edit build path and 
added external jars ant.jar and junit-4.8.2.jar I found and downloaded 
seperately.  That fixed a lot of the errors.  It's still saying it 
can't find classes from javax.media.jai.*, 
org.apache.fop.fonts.base14.*, and 
org.apache.fop.fonts.CodePointMapping, and it lists errors in XML 
files and the properties.dtd file (which starts a never closes it).






AW: FOP Trunk

2010-05-27 Thread Georg Datterl
Hi Eric,

Some classes are built on the fly during the ant build process. A simple 
compile of the existing classes in Eclipse can't find them. Some external jars 
are missing because of licensing constraints, AFAIK.

Regards,

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de


-Ursprüngliche Nachricht-
Von: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com]
Gesendet: Donnerstag, 27. Mai 2010 15:40
An: fop-dev@xmlgraphics.apache.org
Betreff: Re: FOP Trunk

Hi Eric,

It is working for me, just downloaded the FOPTrunk source code. I am
able to run compile ant target successfully, and the classes were
generated in build folder.
I am in windows environment, don't have an idea why you were unable to
compile the project?

Venkat.

Eric Douglas wrote:
>
> Hi,
> I downloaded the FOP Trunk using the svn checkout, then tried to
> create a project and import it into Eclipse and compile it, and got
> all sorts of errors.  Am I missing something?
>
> First it said it was missing classes.  I selected edit build path and
> added external jars ant.jar and junit-4.8.2.jar I found and downloaded
> seperately.  That fixed a lot of the errors.  It's still saying it
> can't find classes from javax.media.jai.*,
> org.apache.fop.fonts.base14.*, and
> org.apache.fop.fonts.CodePointMapping, and it lists errors in XML
> files and the properties.dtd file (which starts a  never closes it).
>



Re: FOP Trunk

2010-05-27 Thread Yannick Majoros

Le 5/27/2010 3:39 PM, Venkat Reddy a écrit :

Hi Eric,

It is working for me, just downloaded the FOPTrunk source code. I am 
able to run compile ant target successfully, and the classes were 
generated in build folder.
I am in windows environment, don't have an idea why you were unable to 
compile the project?



Hi,

Same problem for me: downloaded fop sources (not from svn), had to 
decompile bits (fonts) to get it working. It's strange to have to 
decompile an open source project to get it to work ;-)


 Yannick
<>

RE: FOP Trunk

2010-05-27 Thread Eric Douglas
I can understand about not being able to compile due to missing jars from other 
sources if their license says they can't be included in this download.  That's 
not a problem as long as I can find them.  Though I still can't find a jar to 
fix the javax.media.jai references, I'm more concerned with the missing 
org.apache.fop.fonts classes.  Please tell me more about this "built on the 
fly".  After getting all the files into a folder using the svn checkout 
command, I went into Eclipse and selected File > New > Java Project, then 
"Create project from existing source" and just selected that folder.  Selecting 
Next and Finish, leaving any options as default, I then tried the Build 
Project.  How would I set up the special build requirements to make the "on the 
fly" classes?


-Original Message-
From: Georg Datterl [mailto:georg.datt...@geneon.de] 
Sent: Thursday, May 27, 2010 9:44 AM
To: fop-dev@xmlgraphics.apache.org
Subject: AW: FOP Trunk

Hi Eric,

Some classes are built on the fly during the ant build process. A simple 
compile of the existing classes in Eclipse can't find them. Some external jars 
are missing because of licensing constraints, AFAIK.

Regards,

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de


-Ursprüngliche Nachricht-
Von: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com]
Gesendet: Donnerstag, 27. Mai 2010 15:40
An: fop-dev@xmlgraphics.apache.org
Betreff: Re: FOP Trunk

Hi Eric,

It is working for me, just downloaded the FOPTrunk source code. I am able to 
run compile ant target successfully, and the classes were generated in build 
folder.
I am in windows environment, don't have an idea why you were unable to compile 
the project?

Venkat.

Eric Douglas wrote:
>
> Hi,
> I downloaded the FOP Trunk using the svn checkout, then tried to 
> create a project and import it into Eclipse and compile it, and got 
> all sorts of errors.  Am I missing something?
>
> First it said it was missing classes.  I selected edit build path and 
> added external jars ant.jar and junit-4.8.2.jar I found and downloaded 
> seperately.  That fixed a lot of the errors.  It's still saying it 
> can't find classes from javax.media.jai.*, 
> org.apache.fop.fonts.base14.*, and 
> org.apache.fop.fonts.CodePointMapping, and it lists errors in XML 
> files and the properties.dtd file (which starts a  never closes it).
>



AW: FOP Trunk

2010-05-27 Thread Georg Datterl
Hi Eric,

There's a build.xml that came with your sources. I ran that through ant and the 
necessary classes were generated. The reason behind that I don't know.

javax.media.jai is Java Advanced Imaging. Look for jai_core.jar and 
jai_codec.jar from Sun (now Oracle).

Regards,

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de


-Ursprüngliche Nachricht-
Von: Eric Douglas [mailto:edoug...@blockhouse.com]
Gesendet: Donnerstag, 27. Mai 2010 15:55
An: fop-dev@xmlgraphics.apache.org
Betreff: RE: FOP Trunk

I can understand about not being able to compile due to missing jars from other 
sources if their license says they can't be included in this download.  That's 
not a problem as long as I can find them.  Though I still can't find a jar to 
fix the javax.media.jai references, I'm more concerned with the missing 
org.apache.fop.fonts classes.  Please tell me more about this "built on the 
fly".  After getting all the files into a folder using the svn checkout 
command, I went into Eclipse and selected File > New > Java Project, then 
"Create project from existing source" and just selected that folder.  Selecting 
Next and Finish, leaving any options as default, I then tried the Build 
Project.  How would I set up the special build requirements to make the "on the 
fly" classes?


-Original Message-
From: Georg Datterl [mailto:georg.datt...@geneon.de]
Sent: Thursday, May 27, 2010 9:44 AM
To: fop-dev@xmlgraphics.apache.org
Subject: AW: FOP Trunk

Hi Eric,

Some classes are built on the fly during the ant build process. A simple 
compile of the existing classes in Eclipse can't find them. Some external jars 
are missing because of licensing constraints, AFAIK.

Regards,

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de


-Ursprüngliche Nachricht-
Von: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com]
Gesendet: Donnerstag, 27. Mai 2010 15:40
An: fop-dev@xmlgraphics.apache.org
Betreff: Re: FOP Trunk

Hi Eric,

It is working for me, just downloaded the FOPTrunk source code. I am able to 
run compile ant target successfully, and the classes were generated in build 
folder.
I am in windows environment, don't have an idea why you were unable to compile 
the project?

Venkat.

Eric Douglas wrote:
>
> Hi,
> I downloaded the FOP Trunk using the svn checkout, then tried to
> create a project and import it into Eclipse and compile it, and got
> all sorts of errors.  Am I missing something?
>
> First it said it was missing classes.  I selected edit build path and
> added external jars ant.jar and junit-4.8.2.jar I found and downloaded
> seperately.  That fixed a lot of the errors.  It's still saying it
> can't find classes from javax.media.jai.*,
> org.apache.fop.fonts.base14.*, and
> org.apache.fop.fonts.CodePointMapping, and it lists errors in XML
> files and the properties.dtd file (which starts a  never closes it).
>



DO NOT REPLY [Bug 49172] [PATCH] Fixed 2 mistakes in "Adding an Extension" documentation

2010-05-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49172

Venkat Reddy  changed:

   What|Removed |Added

Summary|Fixed 2 mistakes in "Adding |[PATCH] Fixed 2 mistakes in
   |an Extension" documentation |"Adding an Extension"
   ||documentation

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Re: FOP Trunk

2010-05-27 Thread Jeremias Maerki
http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide should help here.

On 27.05.2010 15:03:32 Eric Douglas wrote:
> Hi,
> I downloaded the FOP Trunk using the svn checkout, then tried to create
> a project and import it into Eclipse and compile it, and got all sorts
> of errors.  Am I missing something?
> First it said it was missing classes.  I selected edit build path and
> added external jars ant.jar and junit-4.8.2.jar I found and downloaded
> seperately.  That fixed a lot of the errors.  It's still saying it can't
> find classes from javax.media.jai.*, org.apache.fop.fonts.base14.*, and
> org.apache.fop.fonts.CodePointMapping, and it lists errors in XML files
> and the properties.dtd file (which starts a  closes it).




Jeremias Maerki



RE: FOP Trunk

2010-05-27 Thread Eric Douglas
I'm not sure what "ran that through ant" means.  That is likely the problem.
I'll try the Eclipse setup.  Thanks Jeremias for this:
http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide should help here.

I tried that link and it says I need Subclipse.  I try the link to download on 
this site:
http://subclipse.tigris.org/subclipse/changes.html
It says I need a username and password to login to their server. 

I did identify the jai jars I need.  I just don't know where to find them.  I 
tried downloading them from here:
https://jai-imageio.dev.java.net/binary-builds.html#Stable_builds
Using the link to the file jai_imageio-1_1-lib-windows-i586-jar.zip I just get 
a zip file containing one jar which contains an exe which wants to install 
tools.  Is there a place to download those 2 jars or do I find them from that 
install?


-Original Message-
From: Georg Datterl [mailto:georg.datt...@geneon.de] 
Sent: Thursday, May 27, 2010 10:02 AM
To: fop-dev@xmlgraphics.apache.org
Subject: AW: FOP Trunk

Hi Eric,

There's a build.xml that came with your sources. I ran that through ant and the 
necessary classes were generated. The reason behind that I don't know.

javax.media.jai is Java Advanced Imaging. Look for jai_core.jar and 
jai_codec.jar from Sun (now Oracle).

Regards,

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de


-Ursprüngliche Nachricht-
Von: Eric Douglas [mailto:edoug...@blockhouse.com]
Gesendet: Donnerstag, 27. Mai 2010 15:55
An: fop-dev@xmlgraphics.apache.org
Betreff: RE: FOP Trunk

I can understand about not being able to compile due to missing jars from other 
sources if their license says they can't be included in this download.  That's 
not a problem as long as I can find them.  Though I still can't find a jar to 
fix the javax.media.jai references, I'm more concerned with the missing 
org.apache.fop.fonts classes.  Please tell me more about this "built on the 
fly".  After getting all the files into a folder using the svn checkout 
command, I went into Eclipse and selected File > New > Java Project, then 
"Create project from existing source" and just selected that folder.  Selecting 
Next and Finish, leaving any options as default, I then tried the Build 
Project.  How would I set up the special build requirements to make the "on the 
fly" classes?


-Original Message-
From: Georg Datterl [mailto:georg.datt...@geneon.de]
Sent: Thursday, May 27, 2010 9:44 AM
To: fop-dev@xmlgraphics.apache.org
Subject: AW: FOP Trunk

Hi Eric,

Some classes are built on the fly during the ant build process. A simple 
compile of the existing classes in Eclipse can't find them. Some external jars 
are missing because of licensing constraints, AFAIK.

Regards,

Georg Datterl

-- Kontakt --

Georg Datterl

Geneon media solutions gmbh
Gutenstetter Straße 8a
90449 Nürnberg

HRB Nürnberg: 17193
Geschäftsführer: Yong-Harry Steiert

Tel.: 0911/36 78 88 - 26
Fax: 0911/36 78 88 - 20

www.geneon.de

Weitere Mitglieder der Willmy MediaGroup:

IRS Integrated Realization Services GmbH:www.irs-nbg.de
Willmy PrintMedia GmbH:www.willmy.de
Willmy Consult & Content GmbH: www.willmycc.de


-Ursprüngliche Nachricht-
Von: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com]
Gesendet: Donnerstag, 27. Mai 2010 15:40
An: fop-dev@xmlgraphics.apache.org
Betreff: Re: FOP Trunk

Hi Eric,

It is working for me, just downloaded the FOPTrunk source code. I am able to 
run compile ant target successfully, and the classes were generated in build 
folder.
I am in windows environment, don't have an idea why you were unable to compile 
the project?

Venkat.

Eric Douglas wrote:
>
> Hi,
> I downloaded the FOP Trunk using the svn checkout, then tried to 
> create a project and import it into Eclipse and compile it, and got 
> all sorts of errors.  Am I missing something?
>
> First it said it was missing classes.  I selected edit build path and 
> added external jars ant.jar and junit-4.8.2.jar I found and downloaded 
> seperately.  That fixed a lot of the errors.  It's still saying it 
> can't find classes from javax.media.jai.*, 
> org.apache.fop.fonts.base14.*, and 
> org.apache.fop.fonts.CodePointMapping, and it lists errors in XML 
> files and the properties.dtd file (which starts a  never closes it).
>



Re: FOP Trunk

2010-05-27 Thread Jeremias Maerki
On 27.05.2010 16:36:53 Eric Douglas wrote:
> I'm not sure what "ran that through ant" means.  That is likely the problem.

Apache Ant is our build tool used to compile FOP. http://ant.apache.org
See also: http://xmlgraphics.apache.org/fop/trunk/compiling.html

> I'll try the Eclipse setup.  Thanks Jeremias for this:
> http://wiki.apache.org/xmlgraphics-fop/FOPIDESetupGuide should help here.
> 
> I tried that link and it says I need Subclipse.  I try the link to download 
> on this site:
> http://subclipse.tigris.org/subclipse/changes.html
> It says I need a username and password to login to their server. 

Just use http://subclipse.tigris.org/update_1.6.x as Eclipse Update Site
to install the Subclipse plug-in. No login required.

But you can also skip Subclipse and set up your Eclipse project from
another FOP working copy made with some other SVN client. Using
Subclipse is just one way to do it.

> I did identify the jai jars I need.  I just don't know where to find them.  I 
> tried downloading them from here:
> https://jai-imageio.dev.java.net/binary-builds.html#Stable_builds
> Using the link to the file jai_imageio-1_1-lib-windows-i586-jar.zip I
> just get a zip file containing one jar which contains an exe which
> wants to install tools.  Is there a place to download those 2 jars or do I
> find them from that install?

I don't think so. The installation executable is there because they
install a native DLL alongside the JARs. You could install it, copy away
the two JARs and then uninstall it again. The native part is not
strictly required.

Feel free to improve the Wiki page as you see fit.

> -Original Message-
> From: Georg Datterl [mailto:georg.datt...@geneon.de] 
> Sent: Thursday, May 27, 2010 10:02 AM
> To: fop-dev@xmlgraphics.apache.org
> Subject: AW: FOP Trunk
> 
> Hi Eric,
> 
> There's a build.xml that came with your sources. I ran that through ant and 
> the necessary classes were generated. The reason behind that I don't know.
> 
> javax.media.jai is Java Advanced Imaging. Look for jai_core.jar and 
> jai_codec.jar from Sun (now Oracle).
> 
> Regards,
> 
> Georg Datterl
> 
> -- Kontakt --
> 
> Georg Datterl
> 
> Geneon media solutions gmbh
> Gutenstetter Straße 8a
> 90449 Nürnberg
> 
> HRB Nürnberg: 17193
> Geschäftsführer: Yong-Harry Steiert
> 
> Tel.: 0911/36 78 88 - 26
> Fax: 0911/36 78 88 - 20
> 
> www.geneon.de
> 
> Weitere Mitglieder der Willmy MediaGroup:
> 
> IRS Integrated Realization Services GmbH:www.irs-nbg.de
> Willmy PrintMedia GmbH:www.willmy.de
> Willmy Consult & Content GmbH: www.willmycc.de
> 
> 
> -Ursprüngliche Nachricht-
> Von: Eric Douglas [mailto:edoug...@blockhouse.com]
> Gesendet: Donnerstag, 27. Mai 2010 15:55
> An: fop-dev@xmlgraphics.apache.org
> Betreff: RE: FOP Trunk
> 
> I can understand about not being able to compile due to missing jars from 
> other sources if their license says they can't be included in this download.  
> That's not a problem as long as I can find them.  Though I still can't find a 
> jar to fix the javax.media.jai references, I'm more concerned with the 
> missing org.apache.fop.fonts classes.  Please tell me more about this "built 
> on the fly".  After getting all the files into a folder using the svn 
> checkout command, I went into Eclipse and selected File > New > Java Project, 
> then "Create project from existing source" and just selected that folder.  
> Selecting Next and Finish, leaving any options as default, I then tried the 
> Build Project.  How would I set up the special build requirements to make the 
> "on the fly" classes?
> 
> 
> -Original Message-
> From: Georg Datterl [mailto:georg.datt...@geneon.de]
> Sent: Thursday, May 27, 2010 9:44 AM
> To: fop-dev@xmlgraphics.apache.org
> Subject: AW: FOP Trunk
> 
> Hi Eric,
> 
> Some classes are built on the fly during the ant build process. A simple 
> compile of the existing classes in Eclipse can't find them. Some external 
> jars are missing because of licensing constraints, AFAIK.
> 
> Regards,
> 
> Georg Datterl
> 
> -- Kontakt --
> 
> Georg Datterl
> 
> Geneon media solutions gmbh
> Gutenstetter Straße 8a
> 90449 Nürnberg
> 
> HRB Nürnberg: 17193
> Geschäftsführer: Yong-Harry Steiert
> 
> Tel.: 0911/36 78 88 - 26
> Fax: 0911/36 78 88 - 20
> 
> www.geneon.de
> 
> Weitere Mitglieder der Willmy MediaGroup:
> 
> IRS Integrated Realization Services GmbH:www.irs-nbg.de
> Willmy PrintMedia GmbH:www.willmy.de
> Willmy Consult & Content GmbH: www.willmycc.de
> 
> 
> -Ursprüngliche Nachricht-
> Von: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com]
> Gesendet: Donnerstag, 27. Mai 2010 15:40
> An: fop-dev@xmlgraphics.apache.org
> Betreff: Re: FOP Trunk
> 
> Hi Eric,
> 
> It is working for me, just downloaded the FOPTrunk source code. I am able to 
> run compile ant target successfully, and the classes were generated in build 
> folder.
> I