Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread Peter B. West
Xavier, Does this pom.xml simply provide access to the pre-built jars? I see nothing that seems to refer to the process of building (but that could be just my ignorance of maven.) Peter On 20/01/2010, at 10:51 PM, Xavier Le Vourch wrote: > As I'm the one who added the maven pom.xml file and t

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread Xavier Le Vourch
As I'm the one who added the maven pom.xml file and the automatic sync to the maven repositories, I'll have a look at it and update the group identifier to reflect the package name change. This should not be too difficult to implement so Maven users can also get iText 5.0. Best Regards, Xavier L

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread mkl
1T3XT info wrote: > mkl wrote: >> That wont be too big a problem. As iText changes substantially, it would >> be >> very much ok to publish the new iText artifacts using a different group >> identifier which may very well be com.itextpdf instead of the former >> com.lowagie. Additionally the main

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread 1T3XT info
mkl wrote: >> We'll update the POM if necessary, but we expect the Maven >> users to tell us what they need. > > That wont be too big a problem. As iText changes substantially, it would be > very much ok to publish the new iText artifacts using a different group > identifier which may very well be

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread mkl
Bruno, 1T3XT info wrote: > We can't have Maven update from the old versions to 5.0 > because that would break everything. > > What we need, is a new project at Maven that no longer > uses the com.lowagie packages, but the com.itextpdf packages. > > I'm not a Maven user (I've followed a course,

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread 1T3XT info
mkl wrote: > Peter, > > > Peter B. West wrote: >> Now, maybe you can tell me why there is a pom.xml file in there? > > While not being built the Maven way, iText is published in Maven > repositories for use by Maven projects. And being helpfull, the iText > developers already maintain a pom file

Re: [iText-questions] iText 5.0 documentation

2010-01-20 Thread mkl
Peter, Peter B. West wrote: > Now, maybe you can tell me why there is a pom.xml file in there? While not being built the Maven way, iText is published in Maven repositories for use by Maven projects. And being helpfull, the iText developers already maintain a pom file for the iText artifacts co

Re: [iText-questions] iText 5.0 documentation

2010-01-19 Thread Mark Storer
] > Sent: Tuesday, January 19, 2010 3:22 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] iText 5.0 documentation > > > Thanks for that Mark. Much appreciated. But then you are a > _Senior_ Software Engineer. > > Now, maybe you can tel

Re: [iText-questions] iText 5.0 documentation

2010-01-19 Thread Peter B. West
tware Engineer > Cardiff.com > > #include > typedef std::Disclaimer DisCard; > > > >> -Original Message----- >> From: Peter B. West [mailto:li...@pbw.id.au] >> Sent: Sunday, January 17, 2010 11:35 PM >> To: itext-questions@lists.sourceforge.net

Re: [iText-questions] iText 5.0 documentation

2010-01-19 Thread Mark Storer
ude typedef std::Disclaimer DisCard; > -Original Message- > From: Peter B. West [mailto:li...@pbw.id.au] > Sent: Sunday, January 17, 2010 11:35 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] iText 5.0 documentation > > > > Ar

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Peter B. West
Are there any instructions for setting up iText to build with Eclipse? 1T3XT info wrote: > > Peter B. West wrote: >> No, I meant have you been able to build iText using NB 6.8. > > What is so terribly different about NB 6.8 that makes it impossible to > build a jar? In Eclipse, it's done in s

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread 1T3XT info
Peter B. West wrote: > Thanks Zlatni. > > No, I meant have you been able to build iText using NB 6.8. What is so terribly different about NB 6.8 that makes it impossible to build a jar? In Eclipse, it's done in seconds. Maybe you should ask the people at NB. -- This answer is provided by 1T3XT

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Peter B. West
Thanks Zlatni. No, I meant have you been able to build iText using NB 6.8. Peter Zlatni wrote: > > Hello Peter, > > if you mean how to add itext jar in netbeans and be able to build pdf with > it, it is pretty easy. Right click on your project -> properties, then in > categories select libra

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Zlatni
Hello Peter, if you mean how to add itext jar in netbeans and be able to build pdf with it, it is pretty easy. Right click on your project -> properties, then in categories select libraries, then add jar/folder, and find your itext.jar. Hope this answers your question... Adis Peter B. West

Re: [iText-questions] iText 5.0 documentation

2010-01-17 Thread Peter B. West
Hi Zlatni, How have you set up iText under NetBeans 6.8? Are you able to build? Peter Zlatni wrote: > > Hello, > i have made my first steps in itext and i must say that it is great! I > have some java experience and I'm using netbeans 6.8. My question is, > where can i download how can I int

Re: [iText-questions] iText 5.0 documentation

2010-01-07 Thread Mike Marchywka
> From: > To: iText-questions@lists.sourceforge.net > Date: Thu, 7 Jan 2010 09:27:26 + > Subject: [iText-questions] iText 5.0 documentation > > That doesn't help me either. As I do not 'use' java in the way t

[iText-questions] iText 5.0 documentation

2010-01-07 Thread John Renfrew
nuary 2010 06:22 To: Post all your questions about iText here Subject: Re: [iText-questions] iText 5.0 documentation Zlatni wrote: > I really don't know how to make documentation from jar You don't make the documentation from a jar with class files, but from the java files in the tar.

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread 1T3XT info
Zlatni wrote: > I really don't know how to make documentation from jar You don't make the documentation from a jar with class files, but from the java files in the tar.gz file or from the SVN repository. As soon as you have the source and the build.xml (that comes with the source), you only need

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread Zlatni
Mark Storer autonomy.com> writes: > > I don't believe there's a single file where you can download the JavaDocs for iText. However, you can > generate them yourself without too much trouble with SVN & ANT. IIRC, there's a javadoc target in the ant files. > > And in looking for the name of tha

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread Mark Storer
tware Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Message- > From: Zlatni [mailto:hodza.a...@gmail.com] > Sent: Wednesday, January 06, 2010 8:52 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText 5.0 documenta

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread 1T3XT info
Zlatni wrote: > Hello, > i have made my first steps in itext and i must say that it is great! I have > some java experience and I'm using netbeans 6.8. My question is, where can i > download how can I integrate iText documentation in netbeans? I have found > documentation on http://api.itextpdf.com

[iText-questions] iText 5.0 documentation

2010-01-06 Thread Zlatni
Hello, i have made my first steps in itext and i must say that it is great! I have some java experience and I'm using netbeans 6.8. My question is, where can i download how can I integrate iText documentation in netbeans? I have found documentation on http://api.itextpdf.com/ but cant find any lin