Re: [Pdf plugin] default fop configuration link broken

2022-02-23 Thread Woonsan Ko
Thank you so much!
Now I can override some font-family attributes.

Cheers,

Woonsan

On Thu, Feb 24, 2022 at 1:42 PM Greg Chabala  wrote:
>
> I don't know where it is now, but here it is as it was in 1.11.1:
> https://github.com/apache/maven-doxia/blob/doxia-1.11.1/doxia-modules/doxia-module-fo/src/main/resources/fo-styles.xslt
>
> On Wed, Feb 23, 2022 at 9:34 PM Woonsan Ko  wrote:
>
> > Hi,
> >
> > While reading [1], I found the link broken:
> > -
> > https://github.com/apache/maven-doxia/blob/master/doxia-modules/doxia-module-fo/src/main/resources/fo-styles.xslt
> >
> > Does anyone know where to find it?
> >
> > Thanks,
> >
> > Woonsan
> >
> > [1] https://maven.apache.org/plugins/maven-pdf-plugin/usage.html
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: [Pdf plugin] default fop configuration link broken

2022-02-23 Thread Greg Chabala
I don't know where it is now, but here it is as it was in 1.11.1:
https://github.com/apache/maven-doxia/blob/doxia-1.11.1/doxia-modules/doxia-module-fo/src/main/resources/fo-styles.xslt

On Wed, Feb 23, 2022 at 9:34 PM Woonsan Ko  wrote:

> Hi,
>
> While reading [1], I found the link broken:
> -
> https://github.com/apache/maven-doxia/blob/master/doxia-modules/doxia-module-fo/src/main/resources/fo-styles.xslt
>
> Does anyone know where to find it?
>
> Thanks,
>
> Woonsan
>
> [1] https://maven.apache.org/plugins/maven-pdf-plugin/usage.html
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: PDF Plugin custom properties do not appear

2013-08-21 Thread Lukas Theussl


Hi Nikola,

Sorry it took me so long, but you wrote just when my vacation started...

I think this is a feature that was never implemented, as the docs [1] 
only mention "... System properties, Maven project properties and some 
date properties." that can be filtered, ie no custom properties.


However, given that this works fine with the site plugin I would call it 
a bug really, consider filing an issue in jira: 
http://jira.codehaus.org/browse/MPDF


cheers,
-Lukas


[1] http://maven.apache.org/plugins/maven-pdf-plugin/examples/filtering.html


Am 05.08.2013 11:29, schrieb Nikola Mishev:

Hi all,
I am trying to generate a PDF, but I face the following issue.
Although I do have properties defined in my pom.xml they are not properly
filtered in any type of content I use.

e.g. I have the property defined in pom.xml
 
My other value


If I use this property in pdf.xml it appears in the generated PDF, but if I
set it in an .apt.vm file as ${myProperty} it doesn't.
The apt file is also with .vm extension as documented on the site.
On the other hand properties as ${project.name} work fine.

Do you have an idea what am I missing?

Thanks,
Nikola




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: PDF Plugin

2011-04-15 Thread Lukas Theussl


It works here. You are probably using an incompatible plugin, eg try 
disabling the reports. If you can't get it to work, attach a small test 
project at http://jira.codehaus.org/browse/MPDF


HTH,
-Lukas


Stephen Cresswell wrote:

Has anyone got the PDF plugin working with Maven 2.2.1?

 

 org.apache.maven.plugins

 maven-site-plugin

 2.2

 



 org.apache.maven.plugins

 maven-pdf-plugin

 1.1

 

 

 pdf

 site

 

 pdf

 

 

 
${project.reporting.outputDirectory}

 

 

 

 

Results in

Caused by: java.lang.NoSuchMethodException:
org.apache.maven.doxia.sink.Sink.toString()
at java.lang.Class.getMethod(Class.java:1605)
at
org.apache.maven.plugins.pdf.PdfMojo$SinkDelegate.invoke(PdfMojo.java:1935)

Cheers,

S



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: pdf plugin broken in maven3?

2011-01-24 Thread Andrew Geery
Thanks for the link; I knew it had to be something like that.

Anyway, the new plugin did work.

Thanks
Andrew

On Mon, Jan 24, 2011 at 3:51 PM, Lukas Theussl  wrote:
>
> http://maven.apache.org/guides/development/guide-testing-development-plugins.html
>
> HTH,
> -Lukas
>
>
> Andrew Geery wrote:
>>
>> I don't see 1.2-SNAPSHOT in the main repository -- what repository
>> should I be pointing at?
>>
>> Thanks
>> Andrew
>>
>> On Fri, Jan 21, 2011 at 2:53 PM, Lukas Theussl
>>  wrote:
>>>
>>> I haven't actually tried with maven 3 but as I understand from Olivier's
>>> comments at MPDF-41, it should work apart from the reports inclusion. I
>>> have
>>> just re-deployed the current 1.2-SNAPSHOT, if you can test it, I will
>>> attempt a release next week (I was planning to release it during the Xmas
>>> holydays but Santa Claus brought me another toy...)
>>>
>>> Thanks,
>>> -Lukas
>>>
>>>
>>> Andrew Geery wrote:

 Is the PDF plugin expected to work in Maven3?  I see this bug report
 [http://jira.codehaus.org/browse/MPDF-41], but it doesn't look like
 there has been a new release [or even that the issue has been
 resolved].  Does anyone know the timing for a new release?

 Thanks
 Andrew

 # mvn -v
 Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)
 Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
 Java home: /usr/java/jdk1.6.0_20/jre
 Default locale: en_US, platform encoding: UTF-8
 OS name: "linux", version: "2.6.9-42.elsmp", arch: "i386", family:
 "unix"

 # mvn pdf:pdf
 ...
 [INFO] --- maven-pdf-plugin:1.1:pdf (default-cli) @ test ---
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 2.750s
 [INFO] Finished at: Fri Jan 21 11:58:52 EST 2011
 [INFO] Final Memory: 11M/110M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf (default-cli) on
 project test: Execution default-cli of goal
 org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf failed: An API
 incompatibility was encountered while executing
 org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf:
 java.lang.NoSuchMethodError:


 org.apache.maven.plugin.PluginManager.verifyReportPlugin(Lorg/apache/maven/model/ReportPlugin;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/execution/MavenSession;)Lorg/apache/maven/plugin/descriptor/PluginDescriptor;

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org

>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: pdf plugin broken in maven3?

2011-01-24 Thread Lukas Theussl


http://maven.apache.org/guides/development/guide-testing-development-plugins.html

HTH,
-Lukas


Andrew Geery wrote:

I don't see 1.2-SNAPSHOT in the main repository -- what repository
should I be pointing at?

Thanks
Andrew

On Fri, Jan 21, 2011 at 2:53 PM, Lukas Theussl  wrote:


I haven't actually tried with maven 3 but as I understand from Olivier's
comments at MPDF-41, it should work apart from the reports inclusion. I have
just re-deployed the current 1.2-SNAPSHOT, if you can test it, I will
attempt a release next week (I was planning to release it during the Xmas
holydays but Santa Claus brought me another toy...)

Thanks,
-Lukas


Andrew Geery wrote:


Is the PDF plugin expected to work in Maven3?  I see this bug report
[http://jira.codehaus.org/browse/MPDF-41], but it doesn't look like
there has been a new release [or even that the issue has been
resolved].  Does anyone know the timing for a new release?

Thanks
Andrew

# mvn -v
Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)
Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
Java home: /usr/java/jdk1.6.0_20/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.9-42.elsmp", arch: "i386", family: "unix"

# mvn pdf:pdf
...
[INFO] --- maven-pdf-plugin:1.1:pdf (default-cli) @ test ---
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 2.750s
[INFO] Finished at: Fri Jan 21 11:58:52 EST 2011
[INFO] Final Memory: 11M/110M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf (default-cli) on
project test: Execution default-cli of goal
org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf failed: An API
incompatibility was encountered while executing
org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf:
java.lang.NoSuchMethodError:

org.apache.maven.plugin.PluginManager.verifyReportPlugin(Lorg/apache/maven/model/ReportPlugin;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/execution/MavenSession;)Lorg/apache/maven/plugin/descriptor/PluginDescriptor;

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: pdf plugin broken in maven3?

2011-01-24 Thread Olivier Lamy
Hello,
Use this one : https://repository.apache.org/content/groups/snapshots-group/

2011/1/24 Andrew Geery :
> I don't see 1.2-SNAPSHOT in the main repository -- what repository
> should I be pointing at?
>
> Thanks
> Andrew
>
> On Fri, Jan 21, 2011 at 2:53 PM, Lukas Theussl  wrote:
>>
>> I haven't actually tried with maven 3 but as I understand from Olivier's
>> comments at MPDF-41, it should work apart from the reports inclusion. I have
>> just re-deployed the current 1.2-SNAPSHOT, if you can test it, I will
>> attempt a release next week (I was planning to release it during the Xmas
>> holydays but Santa Claus brought me another toy...)
>>
>> Thanks,
>> -Lukas
>>
>>
>> Andrew Geery wrote:
>>>
>>> Is the PDF plugin expected to work in Maven3?  I see this bug report
>>> [http://jira.codehaus.org/browse/MPDF-41], but it doesn't look like
>>> there has been a new release [or even that the issue has been
>>> resolved].  Does anyone know the timing for a new release?
>>>
>>> Thanks
>>> Andrew
>>>
>>> # mvn -v
>>> Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)
>>> Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
>>> Java home: /usr/java/jdk1.6.0_20/jre
>>> Default locale: en_US, platform encoding: UTF-8
>>> OS name: "linux", version: "2.6.9-42.elsmp", arch: "i386", family: "unix"
>>>
>>> # mvn pdf:pdf
>>> ...
>>> [INFO] --- maven-pdf-plugin:1.1:pdf (default-cli) @ test ---
>>> [INFO]
>>> 
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> 
>>> [INFO] Total time: 2.750s
>>> [INFO] Finished at: Fri Jan 21 11:58:52 EST 2011
>>> [INFO] Final Memory: 11M/110M
>>> [INFO]
>>> 
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf (default-cli) on
>>> project test: Execution default-cli of goal
>>> org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf failed: An API
>>> incompatibility was encountered while executing
>>> org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf:
>>> java.lang.NoSuchMethodError:
>>>
>>> org.apache.maven.plugin.PluginManager.verifyReportPlugin(Lorg/apache/maven/model/ReportPlugin;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/execution/MavenSession;)Lorg/apache/maven/plugin/descriptor/PluginDescriptor;
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: pdf plugin broken in maven3?

2011-01-24 Thread Andrew Geery
I don't see 1.2-SNAPSHOT in the main repository -- what repository
should I be pointing at?

Thanks
Andrew

On Fri, Jan 21, 2011 at 2:53 PM, Lukas Theussl  wrote:
>
> I haven't actually tried with maven 3 but as I understand from Olivier's
> comments at MPDF-41, it should work apart from the reports inclusion. I have
> just re-deployed the current 1.2-SNAPSHOT, if you can test it, I will
> attempt a release next week (I was planning to release it during the Xmas
> holydays but Santa Claus brought me another toy...)
>
> Thanks,
> -Lukas
>
>
> Andrew Geery wrote:
>>
>> Is the PDF plugin expected to work in Maven3?  I see this bug report
>> [http://jira.codehaus.org/browse/MPDF-41], but it doesn't look like
>> there has been a new release [or even that the issue has been
>> resolved].  Does anyone know the timing for a new release?
>>
>> Thanks
>> Andrew
>>
>> # mvn -v
>> Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)
>> Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
>> Java home: /usr/java/jdk1.6.0_20/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux", version: "2.6.9-42.elsmp", arch: "i386", family: "unix"
>>
>> # mvn pdf:pdf
>> ...
>> [INFO] --- maven-pdf-plugin:1.1:pdf (default-cli) @ test ---
>> [INFO]
>> 
>> [INFO] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Total time: 2.750s
>> [INFO] Finished at: Fri Jan 21 11:58:52 EST 2011
>> [INFO] Final Memory: 11M/110M
>> [INFO]
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf (default-cli) on
>> project test: Execution default-cli of goal
>> org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf failed: An API
>> incompatibility was encountered while executing
>> org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf:
>> java.lang.NoSuchMethodError:
>>
>> org.apache.maven.plugin.PluginManager.verifyReportPlugin(Lorg/apache/maven/model/ReportPlugin;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/execution/MavenSession;)Lorg/apache/maven/plugin/descriptor/PluginDescriptor;
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: pdf plugin broken in maven3?

2011-01-21 Thread Lukas Theussl


I haven't actually tried with maven 3 but as I understand from Olivier's 
comments at MPDF-41, it should work apart from the reports inclusion. I 
have just re-deployed the current 1.2-SNAPSHOT, if you can test it, I 
will attempt a release next week (I was planning to release it during 
the Xmas holydays but Santa Claus brought me another toy...)


Thanks,
-Lukas


Andrew Geery wrote:

Is the PDF plugin expected to work in Maven3?  I see this bug report
[http://jira.codehaus.org/browse/MPDF-41], but it doesn't look like
there has been a new release [or even that the issue has been
resolved].  Does anyone know the timing for a new release?

Thanks
Andrew

# mvn -v
Apache Maven 3.0.2 (r1056850; 2011-01-08 19:58:10-0500)
Java version: 1.6.0_20, vendor: Sun Microsystems Inc.
Java home: /usr/java/jdk1.6.0_20/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.9-42.elsmp", arch: "i386", family: "unix"

# mvn pdf:pdf
...
[INFO] --- maven-pdf-plugin:1.1:pdf (default-cli) @ test ---
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 2.750s
[INFO] Finished at: Fri Jan 21 11:58:52 EST 2011
[INFO] Final Memory: 11M/110M
[INFO] 
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf (default-cli) on
project test: Execution default-cli of goal
org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf failed: An API
incompatibility was encountered while executing
org.apache.maven.plugins:maven-pdf-plugin:1.1:pdf:
java.lang.NoSuchMethodError:
org.apache.maven.plugin.PluginManager.verifyReportPlugin(Lorg/apache/maven/model/ReportPlugin;Lorg/apache/maven/project/MavenProject;Lorg/apache/maven/execution/MavenSession;)Lorg/apache/maven/plugin/descriptor/PluginDescriptor;

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: PDF Plugin Error with Large Table

2004-10-13 Thread Jojo Paderes
Hi Arnaud,

I already created a Jira issue: MAVEN-1464

I reduced the number of rows to 2 but retained the 19-column structure
but still encountered the error.


regards,

jOjO


On Thu, 14 Oct 2004 07:45:44 +0200, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
> Can you run it in debug mode please and send us the log on the mailing list or open 
> a bug on Jira.
> 
> maven -Dmaven.pdf.debug=true pdf
> 
> Arnaud

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PDF Plugin Error with Large Table

2004-10-13 Thread Bobby Corpus
Hi,

There's not much detail in the error. However, might give a hint on
the error, lifted from the pdf plugin page:

There is a known problem with the PDF generation tool (Apache's FOP)
in that it doesn't allow for table structures with automatic column
widths to be generated. Widths are uniformly distributed.



On Thu, 14 Oct 2004 13:29:19 +0800, Jojo Paderes <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm currently using Maven Xdoc and PDF plugins for generating our
> application documentation. In one of our Xdoc XML file, we have a
> large table consisting of 19 columns and 50 rows. Xdoc works fine when
> generating the HTML pages but for some reason the PDF plugin failed to
> generate the PDF file. Here's the error detail after running the PDF
> plugin:
> 
> BUILD FAILED
> File.. /home/jojo/.maven/cache/maven-pdf-plugin-2.2/plugin.jelly
> Element... java
> Line.. 196
> Column 94
> Java returned: 2
> 
> I'm using Maven 1.0, PDF plugin version 2.2.
> 
> Any advice or tips how to resolve PDF issues (if any) on large tables?
> 
> Thanks!
> 
> regards,
> 
> jOjO
> 
> --
> Against Software Patents in the Philippines - Vote now!
> http://www.petitiononline.com/openm01/petition.html
> http://antipatents.8m.com/software-patents.html
> http://swpat.ffii.org
> 
> Jojo's Blog http://jojopaderes.blogspot.com
> Pinoy Tech Scene http://pinoytechscene.mparaz.com
> PinoyJUG http://www.pinoyjug.ph
> 
> Please avoid sending me Word or PowerPoint attachments.
>   http://www.fsf.org/philosophy/no-word-attachments.html
>   http://www.viruslist.com/eng/viruslist.html?id=7
>   http://gnuwin.epfl.ch/articles/en/trustedcomp/trustedcomputing.html
>   http://www.cl.cam.ac.uk/users/rja14/tcpa-faq.html
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PDF Plugin Error with Large Table

2004-10-13 Thread Arnaud HERITIER
Can you run it in debug mode please and send us the log on the mailing list or open a 
bug on Jira.

maven -Dmaven.pdf.debug=true pdf


Arnaud

> -Message d'origine-
> De : Jojo Paderes [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 14 octobre 2004 07:29
> À : Maven Users List
> Objet : PDF Plugin Error with Large Table
> 
> Hi,
> 
> I'm currently using Maven Xdoc and PDF plugins for generating our
> application documentation. In one of our Xdoc XML file, we have a
> large table consisting of 19 columns and 50 rows. Xdoc works fine when
> generating the HTML pages but for some reason the PDF plugin failed to
> generate the PDF file. Here's the error detail after running the PDF
> plugin:
> 
> BUILD FAILED
> File.. /home/jojo/.maven/cache/maven-pdf-plugin-2.2/plugin.jelly
> Element... java
> Line.. 196
> Column 94
> Java returned: 2
> 
> I'm using Maven 1.0, PDF plugin version 2.2.
> 
> Any advice or tips how to resolve PDF issues (if any) on large tables?
> 
> Thanks!
> 
> 
> regards,
> 
> jOjO
> 
> --
> Against Software Patents in the Philippines - Vote now!
> http://www.petitiononline.com/openm01/petition.html
> http://antipatents.8m.com/software-patents.html
> http://swpat.ffii.org
> 
> 
> Jojo's Blog http://jojopaderes.blogspot.com
> Pinoy Tech Scene http://pinoytechscene.mparaz.com
> PinoyJUG http://www.pinoyjug.ph
> 
> Please avoid sending me Word or PowerPoint attachments.
>   http://www.fsf.org/philosophy/no-word-attachments.html
>   http://www.viruslist.com/eng/viruslist.html?id=7
>   http://gnuwin.epfl.ch/articles/en/trustedcomp/trustedcomputing.html
>   http://www.cl.cam.ac.uk/users/rja14/tcpa-faq.html
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> #== gPopper Menu ===#
> Delete from Gmail inbox:   mailto:del|[EMAIL PROTECTED]
> Mark message as unread:mailto:unr|[EMAIL PROTECTED]
> Mark message as read:  mailto:rea|[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : RE : PDF-plugin: table layout

2004-07-12 Thread Heritier Arnaud
No you're right Dion.

I have a lot of work to do on the PDF plugin but I don't think that I will be 
able to do it before several weeks (certainly in august).
I began a FAQ for the plugin but a lot of thinks are missing (precentage for 
tables per example).
If you have the time to add some entries in the FAQ, you're the welcome.

Arnaud


> -Message d'origine-
> De : Dion Gillard [mailto:[EMAIL PROTECTED] 
> Envoyé : lundi 12 juillet 2004 09:03
> À : Maven Users List
> Objet : Re: RE : PDF-plugin: table layout
> 
> 
> On Fri, 9 Jul 2004 15:50:49 +0200, Heritier Arnaud 
> <[EMAIL PROTECTED]> wrote:
> > Actually the PDF plugin can't auto-resize columns (FOP 
> limitation). If 
> > you want to specify a percentage (what I did for the pdf plugin 
> > properties doc : 
> > http://maven.apache.org/reference/plugins/pdf/properties.html) you 
> > must to do it for each cell in the first row.
> 
> Arnaud, 
> 
> I hate to be a stickler for detail, but that would make a 
> great FAQ for the PDF plugin docs.
> 
> Would you write it up? Or would you prefer I do it?
> -- 
> http://www.multitask.com.au/people/dion/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : PDF-plugin: table layout

2004-07-12 Thread Dion Gillard
On Fri, 9 Jul 2004 15:50:49 +0200, Heritier Arnaud <[EMAIL PROTECTED]> wrote:
> Actually the PDF plugin can't auto-resize columns (FOP limitation).
> If you want to specify a percentage (what I did for the pdf plugin properties doc : 
> http://maven.apache.org/reference/plugins/pdf/properties.html) you must to do it for 
> each cell in the first row.

Arnaud, 

I hate to be a stickler for detail, but that would make a great FAQ
for the PDF plugin docs.

Would you write it up? Or would you prefer I do it?
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: RE : RE : PDF-plugin: table layout

2004-07-12 Thread Jörg Schaible
Jörg Schaible wrote on Friday, July 09, 2004 5:54 PM:

> Heritier Arnaud wrote:
> 
>> Did you try to set the width of the row in the middle to 90% ?
> 
> No, just the left and right one. I'll give it a try.

Thanks! Works now.

-- Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : RE : PDF-plugin: table layout

2004-07-09 Thread Jörg Schaible
Heritier Arnaud wrote:

> Did you try to set the width of the row in the middle to 90% ?

No, just the left and right one. I'll give it a try.

-- Jörg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : RE : PDF-plugin: table layout

2004-07-09 Thread Heritier Arnaud
Did you try to set the width of the row in the middle to 90% ?

> -Message d'origine-
> De : news [mailto:[EMAIL PROTECTED] De la part de Jörg Schaible
> Envoyé : vendredi 9 juillet 2004 16:56
> À : [EMAIL PROTECTED]
> Objet : Re: RE : PDF-plugin: table layout
> 
> 
> Heritier Arnaud wrote:
> 
> > Actually the PDF plugin can't auto-resize columns (FOP 
> limitation). If 
> > you want to specify a percentage (what I did for the pdf plugin 
> > properties doc :
> > http://maven.apache.org/reference/plugins/pdf/properties.html) you 
> > must to do it for each cell in the first row.
> 
> Hmm. This is, what I did. I have 4 tables on the page (not 
> nested, each in a
> section) and I set the width of the left and right column in 
> the th-tag to 5%. Unfortunately the resulting PDF was not 
> readable anymore. Nearly every row was on a new page and some 
> text preceding the tables were gone completely ... :(
> 
> -- Jörg
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : PDF-plugin: table layout

2004-07-09 Thread Jörg Schaible
Heritier Arnaud wrote:

> Actually the PDF plugin can't auto-resize columns (FOP limitation).
> If you want to specify a percentage (what I did for the pdf plugin
> properties doc :
> http://maven.apache.org/reference/plugins/pdf/properties.html) you must to
> do it for each cell in the first row.

Hmm. This is, what I did. I have 4 tables on the page (not nested, each in a
section) and I set the width of the left and right column in the th-tag to
5%. Unfortunately the resulting PDF was not readable anymore. Nearly every
row was on a new page and some text preceding the tables were gone
completely ... :(

-- Jörg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : PDF-plugin: table layout

2004-07-09 Thread Heritier Arnaud
Actually the PDF plugin can't auto-resize columns (FOP limitation).
If you want to specify a percentage (what I did for the pdf plugin properties doc : 
http://maven.apache.org/reference/plugins/pdf/properties.html) you must to do it for 
each cell in the first row.


Arnaud

> -Message d'origine-
> De : Jörg Schaible [mailto:[EMAIL PROTECTED] 
> Envoyé : vendredi 9 juillet 2004 15:10
> À : Maven Users List
> Objet : PDF-plugin: table layout
> 
> 
> Hi folks,
> 
> what is the best way to format a table in the PDF report ? I 
> have a table with three columns, where in HTML the second 
> columns takes nearly 90% of space (without any width 
> attributes set), which is fine. Unfortunately in the PDF all 
> columns have all same size. I tried to tweak this by setting 
> the width for first and last column to 5%, but then the 
> PDF-plugin does not produce anything useful anymore. So what 
> is the best way, to achieve such a table layout ?
> 
> -- Jörg
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread Arnaud Heritier
I'm thinking that if you only copy the jar it won't work because we define
the classpath for FOP in the plugin script.

What you must do:
1) Copy the jar where you want.
2) Add a new pathelement where we call FOP in the pdf's plugin.jelly file.

I'm sorry but I didn't think about this.

Can you add an issue on Jira please?

I'll try to find a better solution.

Arnaud.

> -Message d'origine-
> De : Fabio Uechi [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 17 mai 2004 18:01
> À : maven maven
> Objet : pdf plugin - png images - jimi and jai libraries
> 
> 
> Hello everybody!
> 
> I'm trying to generate the pdf doc for my project but I'm having
> some problems with the insertion of PNG image files.
> The plugin conplains that the JIMI library is not present.
> Checking  the FOP website I saw that I should download and
> install this library (or JAI) manually because of license
> issues.
> I was supposed to copy it to {fop-install-dir}/lib/jimi-1.0.jar.
> But I don't have fop installed. So I added it as a dependency in
> my POM. It didn't work. The pdf plugin still doesn't find the
> jar in the classpath. Do I have to change the plugin jelly
> script to make it work? Does anyone know a workaround or a
> solution for this?
> BTW, I'm using maven-pdf-plugin version 2.1.
> 
> Thanks in advance
> Fábio
> --
> --
> Get your free 15 Mb POP3 email @alexandria.cc
> Click here -> http://www.alexandria.cc/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread Arnaud Heritier
Did you try to add the jar in $MAVEN_HOME/lib ??

Arnaud.

> -Message d'origine-
> De : Fabio Uechi [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 17 mai 2004 18:01
> À : maven maven
> Objet : pdf plugin - png images - jimi and jai libraries
> 
> 
> Hello everybody!
> 
> I'm trying to generate the pdf doc for my project but I'm having
> some problems with the insertion of PNG image files.
> The plugin conplains that the JIMI library is not present.
> Checking  the FOP website I saw that I should download and
> install this library (or JAI) manually because of license
> issues.
> I was supposed to copy it to {fop-install-dir}/lib/jimi-1.0.jar.
> But I don't have fop installed. So I added it as a dependency in
> my POM. It didn't work. The pdf plugin still doesn't find the
> jar in the classpath. Do I have to change the plugin jelly
> script to make it work? Does anyone know a workaround or a
> solution for this?
> BTW, I'm using maven-pdf-plugin version 2.1.
> 
> Thanks in advance
> Fábio
> --
> --
> Get your free 15 Mb POP3 email @alexandria.cc
> Click here -> http://www.alexandria.cc/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread aheritier
Sorry but I sent this mail 5 hours ago but it wasn't received on the ML.

==

I'm thinking that if you only copy the jar it won't work because we define
the classpath for FOP in the plugin script.

What you must do:
1) Copy the jar where you want.
2) Add a new pathelement where we call FOP in the pdf's plugin.jelly file.

I'm sorry but I didn't think about this.

Can you add an issue on Jira please?

I'll try to find a better solution.

Arnaud.

> -Message d'origine-
> De : Fabio Uechi [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 17 mai 2004 18:01
> À : maven maven
> Objet : pdf plugin - png images - jimi and jai libraries
> 
> 
> Hello everybody!
> 
> I'm trying to generate the pdf doc for my project but I'm having
> some problems with the insertion of PNG image files.
> The plugin conplains that the JIMI library is not present.
> Checking  the FOP website I saw that I should download and
> install this library (or JAI) manually because of license
> issues.
> I was supposed to copy it to {fop-install-dir}/lib/jimi-1.0.jar.
> But I don't have fop installed. So I added it as a dependency in
> my POM. It didn't work. The pdf plugin still doesn't find the
> jar in the classpath. Do I have to change the plugin jelly
> script to make it work? Does anyone know a workaround or a
> solution for this?
> BTW, I'm using maven-pdf-plugin version 2.1.
> 
> Thanks in advance
> Fábio
> --
> --
> Get your free 15 Mb POP3 email @alexandria.cc
> Click here -> http://www.alexandria.cc/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread Fabio Uechi

Hi again,

I found a workaround. Don't know if it's the best solution but
it's working now.
I created 3 new properties in my project.properties. Each of
them just point to the respective library location. 

maven.pdf.jimi.jar = ${maven.repo.local}/jimi/jars/jimi-1.0.jar
maven.pdf.jaicore.jar =
${maven.repo.local}/jai/jars/jai_core-1.1.2.jar
maven.pdf.jaicodec.jar =
${maven.repo.local}/jai/jars/jai_codec-1.1.2.jar

After that I've inserted the following lines to the plugin.jelly
script file:





.
.
.
- begin insertion ---



- end insertion -

That's all.
If anyone knows about a better solution. Let me know!

Thanks
Fábio


Fabio Uechi writes:

> 
> Hello everybody!
> 
> I'm trying to generate the pdf doc for my project but I'm having
> some problems with the insertion of PNG image files.
> The plugin conplains that the JIMI library is not present.
> Checking  the FOP website I saw that I should download and
> install this library (or JAI) manually because of license
> issues.
> I was supposed to copy it to {fop-install-dir}/lib/jimi-1.0.jar.
> But I don't have fop installed. So I added it as a dependency in
> my POM. It didn't work. The pdf plugin still doesn't find the
> jar in the classpath. Do I have to change the plugin jelly
> script to make it work? Does anyone know a workaround or a
> solution for this?
> BTW, I'm using maven-pdf-plugin version 2.1.
> 
> Thanks in advance
> Fábio
> 
> Get your free 15 Mb POP3 email @alexandria.cc
> Click here -> http://www.alexandria.cc/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Get your free 15 Mb POP3 email @alexandria.cc
Click here -> http://www.alexandria.cc/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PDF Plugin: Can it include any generated reports?

2004-04-19 Thread Arnaud Heritier
Can you try a newer maven release (RC2 for example) ??
I never tried the maven RC1 with PDF and all changes that I applied on PDF
is only available on the PDF plugin 2.0 and more (for example the property
maven.pdf.navigationFile).


Arnaud

> -Message d'origine-
> De : Brian Burridge [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 19 avril 2004 22:40
> À : Maven Users List
> Objet : Re: PDF Plugin: Can it include any generated reports?
> 
> For some reason it appears to be ignoring anything I put in the
> project.properties file. I added the debug setting you wanted, and it
> produced no output in the logs. I also added the properties you have
> here for project logo and company logo, as is, knowing they could not be
> found, but it does not appear to have even attempted to use those logos.
> 
> Here is the result of running the pdf goal:
> 
> [EMAIL PROTECTED]:~/Documents/Hub/EvidentDataExtractPlugin> maven pdf
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> xdoc:init:
> 
> pdf:init:
> 
> fo:fo:
> [echo] Generating
> /home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.fo
> ...
> [java]
> file:/home/maven/.maven/plugins/maven-pdf-plugin-1.2/plugin-
> resources/project2fo.xslt; Line #187; Column #109; Can not load requested
> doc:
> /home/maven/Documents/Hub/EvidentDataExtractPlugin/xdocs/../developer/code
> style.xml (No such file or directory)
> [java]
> file:/home/maven/.maven/plugins/maven-pdf-plugin-1.2/plugin-
> resources/project2fo.xslt; Line #187; Column #109; Can not load requested
> doc:
> /home/maven/Documents/Hub/EvidentDataExtractPlugin/xdocs/../developer/Rele
> aseProcess.xml (No such file or directory)
> 
> [java]
> 
> fo:
> 
> pdf:pdf:
> [echo] Generating
> /home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.pdf
> ...
> [java] [DEBUG] Input mode:
> [java] [DEBUG] FO
> [java] [DEBUG] fo input file:
> /home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.fo
> [java] [DEBUG] Output mode:
> [java] [DEBUG] pdf
> [java] [DEBUG] output file:
> /home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.pdf
> [java] [DEBUG] OPTIONS
> [java] [DEBUG] no user configuration file is used [default]
> [java] [DEBUG] debug mode on
> [java] [DEBUG] dump configuration
> [java] [DEBUG] quiet mode on
> [java] [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2
> Parser
> [java] [INFO] base directory:
> file:/home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/
> [java] [INFO] FOP 0.20.5rc2
> [java] [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2
> Parser
> [java] [INFO] building formatting object tree
> [java] [INFO] setting up fonts
> [java] [INFO] [1]
> [java] [WARNING] table-layout=auto is not supported, using fixed!
> [java] [DEBUG] Last page-sequence produced 1 pages.
> [java] [INFO] [2]
> [java] [DEBUG] Last page-sequence produced 1 pages.
> [java] [INFO] [3]
> [java] [DEBUG] Last page-sequence produced 1 pages.
> [java] [INFO] Parsing of document complete, stopping renderer
> [java] [DEBUG] Initial heap size: 637Kb
> [java] [DEBUG] Current heap size: 826Kb
> [java] [DEBUG] Total memory used: 188Kb
> [java] [DEBUG]   Memory use is indicative; no GC was performed
> [java] [DEBUG]   These figures should not be used comparatively
> [java] [DEBUG] Total time used: 1374ms
> [java] [DEBUG] Pages rendered: 3
> [java] [DEBUG] Avg render time: 458ms/page
> BUILD SUCCESSFUL
> Total time: 25 seconds
> Finished at: Mon Apr 19 16:36:37 EDT 2004
> 
> Brian
> 
> > To: "'Maven Users List'" <[EMAIL PROTECTED]>
> > Subject:RE: PDF Plugin: Can it include any generated reports?
> > Hello Brian,
> >
> >Theorically, there's no problem with the property
> > "maven.pdf.navigationFile". I'm using it everyday without problem.
> >You're right, by default the pdf plugin uses your file
> > navigation.xml which not reference generated xdocs.
> >Here is the navigation-pdf.xml (in xdocs dir) for maven which
> > reference some generated files :
> >
> > 
> > Maven
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> >
> >In the maven pro

Re: PDF Plugin: Can it include any generated reports?

2004-04-19 Thread Brian Burridge
For some reason it appears to be ignoring anything I put in the
project.properties file. I added the debug setting you wanted, and it
produced no output in the logs. I also added the properties you have
here for project logo and company logo, as is, knowing they could not be
found, but it does not appear to have even attempted to use those logos.

Here is the result of running the pdf goal:

[EMAIL PROTECTED]:~/Documents/Hub/EvidentDataExtractPlugin> maven pdf
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

xdoc:init:

pdf:init:

fo:fo:
[echo] Generating
/home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.fo ...
[java]
file:/home/maven/.maven/plugins/maven-pdf-plugin-1.2/plugin-resources/project2fo.xslt; 
Line #187; Column #109; Can not load requested doc: 
/home/maven/Documents/Hub/EvidentDataExtractPlugin/xdocs/../developer/codestyle.xml 
(No such file or directory)
[java]
file:/home/maven/.maven/plugins/maven-pdf-plugin-1.2/plugin-resources/project2fo.xslt; 
Line #187; Column #109; Can not load requested doc: 
/home/maven/Documents/Hub/EvidentDataExtractPlugin/xdocs/../developer/ReleaseProcess.xml
 (No such file or directory)
[java]

fo:

pdf:pdf:
[echo] Generating
/home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.pdf ...
[java] [DEBUG] Input mode:
[java] [DEBUG] FO
[java] [DEBUG] fo input file:
/home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.fo
[java] [DEBUG] Output mode:
[java] [DEBUG] pdf
[java] [DEBUG] output file:
/home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/project.pdf
[java] [DEBUG] OPTIONS
[java] [DEBUG] no user configuration file is used [default]
[java] [DEBUG] debug mode on
[java] [DEBUG] dump configuration
[java] [DEBUG] quiet mode on
[java] [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2
Parser
[java] [INFO] base directory:
file:/home/maven/Documents/Hub/EvidentDataExtractPlugin/target/docs/
[java] [INFO] FOP 0.20.5rc2
[java] [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2
Parser
[java] [INFO] building formatting object tree
[java] [INFO] setting up fonts
[java] [INFO] [1]
[java] [WARNING] table-layout=auto is not supported, using fixed!
[java] [DEBUG] Last page-sequence produced 1 pages.
[java] [INFO] [2]
[java] [DEBUG] Last page-sequence produced 1 pages.
[java] [INFO] [3]
[java] [DEBUG] Last page-sequence produced 1 pages.
[java] [INFO] Parsing of document complete, stopping renderer
[java] [DEBUG] Initial heap size: 637Kb
[java] [DEBUG] Current heap size: 826Kb
[java] [DEBUG] Total memory used: 188Kb
[java] [DEBUG]   Memory use is indicative; no GC was performed
[java] [DEBUG]   These figures should not be used comparatively
[java] [DEBUG] Total time used: 1374ms
[java] [DEBUG] Pages rendered: 3
[java] [DEBUG] Avg render time: 458ms/page
BUILD SUCCESSFUL
Total time: 25 seconds
Finished at: Mon Apr 19 16:36:37 EDT 2004

Brian

> To:   "'Maven Users List'" <[EMAIL PROTECTED]>
> Subject:  RE: PDF Plugin: Can it include any generated reports?
> Hello Brian,
> 
>Theorically, there's no problem with the property
> "maven.pdf.navigationFile". I'm using it everyday without problem.
>You're right, by default the pdf plugin uses your file
> navigation.xml which not reference generated xdocs.
>Here is the navigation-pdf.xml (in xdocs dir) for maven which
> reference some generated files :
> 
> 
> Maven
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
>In the maven project.properties we added :
> 
> #--
> # P D F   P R O P E R T I E S
> #--
> maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
> maven.pdf.companyLogo=http://maven.apache.org/images/asf_logo_wide_clear.gif
> maven.pdf.navigationFile=navigation-pdf.xml
> 
> 
>Do you have a clean checkout of maven and maven-plugins ??
> 
>Can you try to set the property "maven.pdf.debug=true" and post the
> log on Jira or on the mailing list.
> 
> Arnaud.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PDF Plugin: Can it include any generated reports?

2004-04-16 Thread Arnaud Heritier
Hello Brian,

Theorically, there's no problem with the property
"maven.pdf.navigationFile". I'm using it everyday without problem.
You're right, by default the pdf plugin uses your file
navigation.xml which not reference generated xdocs.
Here is the navigation-pdf.xml (in xdocs dir) for maven which
reference some generated files :


Maven












  


In the maven project.properties we added :

#--
# P D F   P R O P E R T I E S
#--
maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
maven.pdf.companyLogo=http://maven.apache.org/images/asf_logo_wide_clear.gif
maven.pdf.navigationFile=navigation-pdf.xml


Do you have a clean checkout of maven and maven-plugins ??

Can you try to set the property "maven.pdf.debug=true" and post the
log on Jira or on the mailing list.

Arnaud.

> -Message d'origine-
> De : Brian Burridge [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 16 avril 2004 21:07
> À : Maven Users List
> Objet : PDF Plugin: Can it include any generated reports?
> 
> I was hoping to create a pdf of our site, to include all the generated
> reports, but it appears to only include those documents that reside in
> the xdocs folder. Is this correct?
> 
> Also, when I set the property maven.pdf.navigationFile, it still pulled
> just the original navigation.xml and not the one I passed in that
> property.
> 
> I am using a fresh pull from cvs as of today, 4/16/04, 3pm EST.
> 
> Brian
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE: PDF plugin

2003-06-22 Thread dion
Is the fix for the PDF plugin available yet??

As far as I can tell this issue isn't in Jira. Can someone point out which 
one it is if it's already been raised?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


Martin Skopp <[EMAIL PROTECTED]> wrote on 13/06/2003 06:27:34 PM:

> On Fri, 2003-06-13 at 04:59, [EMAIL PROTECTED] wrote:
> > I have fix that works really really well, based on XSLT. I hope to
> get it finalized in the next week or so. 
> 
> Yeah, please try to include it in RC1...
> -- 
> Martin Skopp
> Riege Software International GmbH
> Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
> 
> This email is intended to be viewed with a nonproportional font.
> Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
> Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: PDF Plugin

2003-06-20 Thread arjaquith
Yes. I've got some packaging and docs to do, but I anticipate getting it up to JIRA 
sometime on Saturday or Sunday. 

I don't whether that will be too late for RC1; I hope not.

---Original Message---
From: Vipul Vij <[EMAIL PROTECTED]>
Sent: 06/19/03 10:22 AM
To: Maven Users List <[EMAIL PROTECTED]>
Subject: PDF Plugin

> 
> Hi list,

Is the PDF plugin still going to posted this week ?

Vipul 



I have fix that works really really well, based on XSLT. I hope to get it
finalized \
in the next week or so. It is part of a much broader PDF plugin overhaul
that I've \
been working on for a while now. It is much more highly 'designed' than
the current \
plugin, especially the tables (modeled after The Economist, if that helps
to picture \
it). Will post to JIRA when it is done (I am also recovering from a hard
disk crash \
at the moment...)

There are a few caveats with the tables -- namely, that column widths must 
be \
expressed in percentages rather than relative widths (1 2 3* etc.) or
pixels. Also, \
the stylesheet at the moment requires that tables have  elements.

Coming very soon...

Andrew


> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PDF Plugin

2003-06-20 Thread arjaquith
Yes. I've got some packaging and docs to do, but I anticipate getting it up to JIRA 
sometime on Saturday or Sunday. 

I don't whether that will be too late for RC1; I hope not.

---Original Message---
From: Vipul Vij <[EMAIL PROTECTED]>
Sent: 06/19/03 10:22 AM
To: Maven Users List <[EMAIL PROTECTED]>
Subject: PDF Plugin

> 
> Hi list,

Is the PDF plugin still going to posted this week ?

Vipul 



I have fix that works really really well, based on XSLT. I hope to get it
finalized \
in the next week or so. It is part of a much broader PDF plugin overhaul
that I've \
been working on for a while now. It is much more highly 'designed' than
the current \
plugin, especially the tables (modeled after The Economist, if that helps
to picture \
it). Will post to JIRA when it is done (I am also recovering from a hard
disk crash \
at the moment...)

There are a few caveats with the tables -- namely, that column widths must 
be \
expressed in percentages rather than relative widths (1 2 3* etc.) or
pixels. Also, \
the stylesheet at the moment requires that tables have  elements.

Coming very soon...

Andrew


> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE: PDF plugin

2003-06-13 Thread Martin Skopp
On Fri, 2003-06-13 at 04:59, [EMAIL PROTECTED] wrote:
> I have fix that works really really well, based on XSLT. I hope to get it finalized 
> in the next week or so. 

Yeah, please try to include it in RC1...
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com

This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE: PDF plugin

2003-06-12 Thread arjaquith
I have fix that works really really well, based on XSLT. I hope to get it finalized in 
the next week or so. It is part of a much broader PDF plugin overhaul that I've been 
working on for a while now. It is much more highly 'designed' than the current plugin, 
especially the tables (modeled after The Economist, if that helps to picture it). Will 
post to JIRA when it is done (I am also recovering from a hard disk crash at the 
moment...)

There are a few caveats with the tables -- namely, that column widths must be 
expressed in percentages rather than relative widths (1 2 3* etc.) or pixels. Also, 
the stylesheet at the moment requires that tables have  elements.

Coming very soon...

Andrew

---Original Message---
From: [EMAIL PROTECTED]
Sent: 06/10/03 03:30 AM
To: Maven Users List <[EMAIL PROTECTED]>
Subject: RE: PDF plugin

> 
> Try posting it in Jira. http://jira.codehaus.org/secure/Dashboard.jspa
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


[EMAIL PROTECTED] wrote on 04/06/2003 06:42:06 PM:

> The stylesheet is a bit long to post here, is there a different way to
> submit this patch? Or shall I just post it here?
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: 4. j.n. 2003 07:55
> To: [EMAIL PROTECTED]
> Subject: Re: PDF plugin
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> > Hi,
> > At this moment I only have the answer to your first question. Yes, I 
> > have the fix for producing the sublevels. I can post it a bit later 
> > today, I'm at a different computer at the moment. It's just a small 
> > modification on the xslt that comes with the plugin.
> That'd be great.
> 
> > By the way, does anyone have a fix for the table problem. When using 
> > the PDF plugin the tables are skipped from the document. I am now 
> > using a xslt that generates the tables also, but the columns all have 
> > the same width. Does anyone know how to create auto-width columns 
> > using FOP?
> I didn't think it was possible with the current fopbut I'm not 100% 
> sure. Even so, fixed width would be better than noneplease submit 
> the patches??
> 
> -- 
> dIon Gillard, Multitask Consulting
> Blog:  http://www.freeroller.net/page/dion/Weblog
> Work:  http://www.multitask.com.au
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PDF plugin

2003-06-10 Thread dion
Try posting it in Jira. http://jira.codehaus.org/secure/Dashboard.jspa
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


[EMAIL PROTECTED] wrote on 04/06/2003 06:42:06 PM:

> The stylesheet is a bit long to post here, is there a different way to
> submit this patch? Or shall I just post it here?
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: 4. júní 2003 07:55
> To: [EMAIL PROTECTED]
> Subject: Re: PDF plugin
> 
> 
> [EMAIL PROTECTED] wrote:
> 
> > Hi,
> > At this moment I only have the answer to your first question. Yes, I 
> > have the fix for producing the sublevels. I can post it a bit later 
> > today, I'm at a different computer at the moment. It's just a small 
> > modification on the xslt that comes with the plugin.
> That'd be great.
> 
> > By the way, does anyone have a fix for the table problem. When using 
> > the PDF plugin the tables are skipped from the document. I am now 
> > using a xslt that generates the tables also, but the columns all have 
> > the same width. Does anyone know how to create auto-width columns 
> > using FOP?
> I didn't think it was possible with the current fopbut I'm not 100% 
> sure. Even so, fixed width would be better than noneplease submit 
> the patches??
> 
> -- 
> dIon Gillard, Multitask Consulting
> Blog:  http://www.freeroller.net/page/dion/Weblog
> Work:  http://www.multitask.com.au
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PDF plugin

2003-06-04 Thread Kristinn_Danielson
The stylesheet is a bit long to post here, is there a different way to
submit this patch? Or shall I just post it here?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 4. júní 2003 07:55
To: [EMAIL PROTECTED]
Subject: Re: PDF plugin


[EMAIL PROTECTED] wrote:

> Hi,
> At this moment I only have the answer to your first question. Yes, I 
> have the fix for producing the sublevels. I can post it a bit later 
> today, I'm at a different computer at the moment. It's just a small 
> modification on the xslt that comes with the plugin.
That'd be great.

> By the way, does anyone have a fix for the table problem. When using 
> the PDF plugin the tables are skipped from the document. I am now 
> using a xslt that generates the tables also, but the columns all have 
> the same width. Does anyone know how to create auto-width columns 
> using FOP?
I didn't think it was possible with the current fopbut I'm not 100% 
sure. Even so, fixed width would be better than noneplease submit 
the patches??

-- 
dIon Gillard, Multitask Consulting
Blog:  http://www.freeroller.net/page/dion/Weblog
Work:  http://www.multitask.com.au



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PDF plugin

2003-06-04 Thread dIon Gillard
[EMAIL PROTECTED] wrote:

Hi,
At this moment I only have the answer to your first question. Yes, I have
the fix for producing the sublevels. I can post it a bit later today, I'm
at a different computer at the moment. It's just a small modification on
the xslt that comes with the plugin.
That'd be great.

By the way, does anyone have a fix for the table problem. When using the
PDF plugin the tables are skipped from the document. I am now using a xslt
that generates the tables also, but the columns all have the same width.
Does anyone know how to create auto-width columns using FOP?
I didn't think it was possible with the current fopbut I'm not 100% 
sure. Even so, fixed width would be better than noneplease submit 
the patches??

--
dIon Gillard, Multitask Consulting
Blog:  http://www.freeroller.net/page/dion/Weblog
Work:  http://www.multitask.com.au


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: PDF plugin

2003-06-04 Thread Kristinn_Danielson
Hi,
At this moment I only have the answer to your first question. Yes, I have
the fix for producing the sublevels. I can post it a bit later today, I'm
at a different computer at the moment. It's just a small modification on
the xslt that comes with the plugin.

By the way, does anyone have a fix for the table problem. When using the
PDF plugin the tables are skipped from the document. I am now using a xslt
that generates the tables also, but the columns all have the same width.
Does anyone know how to create auto-width columns using FOP?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 3. júní 2003 17:21
To: [EMAIL PROTECTED]
Subject: PDF plugin


Sorry, been away. Tried latest from CVS and PDF plugin is only producing
top level project information. Does anyone have a fix to this problem ?
There are links from all my projects' pages to other projects. Is 
there any way to eliminate this from the generated PDF ?

Regards, 

Vipul 

[prev in list] [next in list] [prev in thread] [next in thread] 

List: turbine-maven-user
Subject:  Re: Maven PDF Plugin
From: dion () multitask ! com ! au
Date: 2003-05-18 11:15:19
[Download message RAW]

I think we backed that fix out.

What happens with the latest version of Maven from CVS?
--
dIon Gillard, Multitask Consulting
Blog:  http://www.freeroller.net/page/dion/Weblog
Work:  http://www.multitask.com.au


vipul vij <[EMAIL PROTECTED]> wrote on 13/05/2003 01:28:05 AM:

> Hi,
> 
> I have tried the fix posted in by Emmanuel
> (http://marc.theaimsgroup.com/?l=turbine-maven-
> user&m=104704406811081&w=2). I have got "build successful". 
> 
> However, I get errors (that cannot be repaired by Acrobat Reader when
> opened) when I open the generated .pdf file. Looking command prompt, 
> the plugin is complaining that it cannot find ".xml" files in my "xdoc" 
> folder. 
> 
> Your help will be appreciated
> 
> Regards,
> 
> Vipul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PDF plugin

2003-06-04 Thread dIon Gillard
vipul vij wrote:

Sorry, been away. Tried latest from CVS and PDF plugin is only producing top level project information.
Does anyone have a fix to this problem ?  There are links from all my projects' pages to other projects. Is 
there any way to eliminate this from the generated PDF ?
I didn't know it was doing this.
Regards, 

Vipul 


--
dIon Gillard, Multitask Consulting
Blog:  http://www.freeroller.net/page/dion/Weblog
Work:  http://www.multitask.com.au


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]