RE: Lauching FOP through powershell

2021-10-04 Thread simonsteiner1984
Hi, Try to escape the space with a \ before it Thanks -Original Message- From: Jean-Pierre Lamon Sent: 29 September 2021 11:09 To: fop-users@xmlgraphics.apache.org Subject: Re: Lauching FOP through powershell One more info : in fact, the differences of running or not between

Re: Lauching FOP through powershell

2021-09-29 Thread Jean-Pierre Lamon
-- From: Jean-Pierre Lamon Sent: 26 September 2021 15:02 To: fop-users@xmlgraphics.apache.org Subject: Lauching FOP through powershell Hi all, Windows : For users who don't have the right to run * .bat files, I try to use powershell. Through a cmdline. All runs perpectly through fop with this command :

Re: Lauching FOP through powershell

2021-09-29 Thread Jean-Pierre Lamon
fop.jar;lib/*" org.apache.fop.cli.Main Thanks -Original Message- From: Jean-Pierre Lamon Sent: 26 September 2021 15:02 To: fop-users@xmlgraphics.apache.org Subject: Lauching FOP through powershell Hi all, Windows : For users who don't have the right to run * .bat files, I try to use powershell. Throug

Re: Lauching FOP through powershell

2021-09-27 Thread Jean-Pierre Lamon
nstead of referencing each jar: java -cp "build/fop.jar;lib/*" org.apache.fop.cli.Main Thanks -Original Message- From: Jean-Pierre Lamon Sent: 26 September 2021 15:02 To: fop-users@xmlgraphics.apache.org Subject: Lauching FOP through powershell Hi all, Windows : For users who don't have

RE: Lauching FOP through powershell

2021-09-26 Thread simonsteiner1984
Hi, You should try to simplify the cmd to, instead of referencing each jar: java -cp "build/fop.jar;lib/*" org.apache.fop.cli.Main Thanks -Original Message- From: Jean-Pierre Lamon Sent: 26 September 2021 15:02 To: fop-users@xmlgraphics.apache.org Subject: Lauching F

Lauching FOP through powershell

2021-09-26 Thread Jean-Pierre Lamon
Hi all, Windows : For users who don't have the right to run * .bat files, I try to use powershell. Through a cmdline. All runs perpectly through fop with this command : fop.bat -c "C:\ezpump\FOP\fop.xconf" -xml "C:\ezpump\XSL\TOC_BHS\BHS 2014.xml" -xsl