Re: build fop-1.0dev in java IDE

2005-06-07 Thread Glen Mazza
Happy to hear that. Glen Kevin wrote: >Hi Glen, >Now I'm using Eclipse, and it works well. > >- Original Message - >From: Glen Mazza [mailto:[EMAIL PROTECTED] >Sent: 2005年6月6日 22:14 >To: fop-dev@xmlgraphics.apache.org >Subject: Re: build fop-1.0dev in

Re: build fop-1.0dev in java IDE

2005-06-06 Thread Kevin
Hi Glen, Now I'm using Eclipse, and it works well. - Original Message - From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: 2005年6月6日 22:14 To: fop-dev@xmlgraphics.apache.org Subject: Re: build fop-1.0dev in java IDE Kevin should make sure he's using the Ant build script to buil

Re: build fop-1.0dev in java IDE

2005-06-06 Thread Glen Mazza
rlier.) Glen - Original Message - From: "Jeremias Maerki" <[EMAIL PROTECTED]> To: Sent: Monday, June 06, 2005 6:12 AM Subject: Re: build fop-1.0dev in java IDE > Hi Kevin > > You didn't say what your problem is, but I suspect you're missing the > sourc

Re: build fop-1.0dev in java IDE

2005-06-06 Thread Jeremias Maerki
On 06.06.2005 13:02:29 Kevin wrote: > Hi, > I do the code generating indeed. And all files in build/gensrc are: > |-build > |-gensrc > |-org >|-apache > |-fop >|-fonts > |-CodePointMapping.java > |-base14 >|-Courier.java >|-CourierBold.

Re: build fop-1.0dev in java IDE

2005-06-06 Thread Kevin
Hi, I do the code generating indeed. And all files in build/gensrc are: |-build |-gensrc |-org |-apache |-fop |-fonts |-CodePointMapping.java |-base14 |-Courier.java |-CourierBold.java |-CourierBoldOblique.java |-Courie

Re: build fop-1.0dev in java IDE

2005-06-06 Thread Jeremias Maerki
Hi Kevin You didn't say what your problem is, but I suspect you're missing the sources that are generated during the build. You need to run "ant codegen" which generates the missing sources in the directory: build/gensrc If you add this directory to the source directories you should be a lot clo