AW: using task with XML Schema 1.1 and Saxon

2010-05-10 Thread Huditsch, Roman (LNG-VIE)
Hi Graham, That's a very interesting approach. I will definitely try to do it that way. And it's way better than what I have to the moment (calling a batch file that does the saxon validation call). Thanks, Roman Mag. (FH) Roman Huditsch Teamleader XSLT-Development Tel.: +43 (1) 534 52 - 15

AW: using task with XML Schema 1.1 and Saxon

2010-05-06 Thread Huditsch, Roman (LNG-VIE)
n 2010-05-06, Huditsch, Roman (LNG-VIE) wrote: > Hi Stefan, > Sorry, I forgot to include the ant output from the command line :( > H:\Projekte\Stylesheets\LND\ZeitschriftenProduktion\build.xml:713: Could not > start xml validation: com.saxonica.Validate implements nor SAX1 Parser n

AW: using task with XML Schema 1.1 and Saxon

2010-05-06 Thread Huditsch, Roman (LNG-VIE)
Anttasks -Ursprüngliche Nachricht----- Von: Huditsch, Roman (LNG-VIE) [mailto:roman.hudit...@lexisnexis.at] Gesendet: Donnerstag, 6. Mai 2010 09:30 An: Ant Users List Betreff: AW: using task with XML Schema 1.1 and Saxon Hi Stefan, Sorry, I forgot to include the ant output from the command line :( H:

AW: using task with XML Schema 1.1 and Saxon

2010-05-06 Thread Huditsch, Roman (LNG-VIE)
iche Nachricht- Von: Stefan Bodewig [mailto:bode...@apache.org] Gesendet: Donnerstag, 6. Mai 2010 09:23 An: user@ant.apache.org Betreff: Re: using task with XML Schema 1.1 and Saxon On 2010-05-06, Huditsch, Roman (LNG-VIE) wrote: > Hi, > I tried to use the xmlvalidate task with an XML Sche

using task with XML Schema 1.1 and Saxon

2010-05-06 Thread Huditsch, Roman (LNG-VIE)
Hi, I tried to use the xmlvalidate task with an XML Schema 1.1 and Saxon EE, but failed. Has anyone tried this successfully? My task looks like: Any help is highly welcome. Thanks, Roman Mag. (FH) Roman Huditsch Teamleader XSLT-Development Tel.: +43 (1) 534 52 -

Ant xslt task dand fatal errors

2009-09-30 Thread Huditsch, Roman (LNG-VIE)
Hi everybody, I am doing several xslt transformations managed by an ant build file. The XSLT processor used is Saxon 9 since our stylesheets are written in XSLT 2.0. My problem now is that if Saxon is reporting a fatal error for the transformation of one input file, the ant task is breaking

AW: Out of Memory Error

2005-04-21 Thread Huditsch Roman
Error > > What was the working solution ? Did you set min and max heap > the same ? > > -Original Message- > From: Huditsch Roman [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 6:19 AM > To: Ant Users List > Subject: AW: Out of Memory Error > >

AW: Out of Memory Error

2005-04-21 Thread Huditsch Roman
Hi, I think I found a working solution with Ivan's help. Thanks a lot. wbr, Roman > -Ursprüngliche Nachricht- > Von: Huditsch Roman [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 12:06 > An: Ant Users List > Betreff: AW: Out of Memory Error > &

AW: Out of Memory Error

2005-04-21 Thread Huditsch Roman
achricht- > Von: Ivan Ivanov [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 11:53 > An: Ant Users List > Betreff: Re: Out of Memory Error > > Good Morning Roman > --- Huditsch Roman <[EMAIL PROTECTED]> > wrote: > > Good morning list, > >

Out of Memory Error

2005-04-21 Thread Huditsch Roman
Good morning list, I encountered a slight problem, when doing my xslt transformations by an ant build file. It seems that I am running out of memory. Do can I give ant a bigger share of my memory? Do I have to alter ant.bat? Or is it possible that there is an other problem with my xslt tasks? I am

AW: XmlLogger File broken

2005-04-14 Thread Huditsch Roman
et: Donnerstag, 14. April 2005 15:58 > An: Ant Users List > Betreff: Re: XmlLogger File broken > > Are you processing the log file you are in the process of generating? > That would explain why it's not complete. Perhaps you need to > have a two phase approach? > &

XmlLogger File broken

2005-04-14 Thread Huditsch Roman
Hi, After bringing my ant XSLT transformation workflow to work with your great help, I encountered that I get rather strange XML log files by the XMLLogger. The XML log files seems to be brocken in the middle. Here is my output (using the default output method):

AW: Copiing newer files to a directory [was: using file names]

2005-04-14 Thread Huditsch Roman
to a directory [was: using > file names] > > Hello Roman, > > this would be the most simple solution using ant : > > dir="source" id="newerfiles"> > > > > > > > Cheers, > > Antoine > > Huditsch R

AW: Copiing newer files to a directory [was: using file names]

2005-04-13 Thread Huditsch Roman
gt; I was thinking of something like: > > > > > > > > > > > Huditsch Roman wrote: > > >Hi, > > > >Thanks for the snippet! > >I found out that > you can reset a property. > > > >What I wa

AW: Copiing newer files to a directory [was: using file names]

2005-04-13 Thread Huditsch Roman
I forgot to mention that the files in the "target" directory have other endings that those in "source" e.g. a.xml => a_1.xml b.xml => b_2.xml Is there any kind of substring function? wbr, Roman > -Ursprüngliche Nachricht- > Von: Huditsch Roman [mail

Copiing newer files to a directory [was: using file names]

2005-04-13 Thread Huditsch Roman
. > > However, I do not like this solution, because is not > "the Ant way of doing things" so think twice before using it. > Could you provide more information what are you trying to > achieve with and ; a better idea might come up. > > HTH Ivan > > --- Hu

AW: [Maybe spam] Re: using file names

2005-04-13 Thread Huditsch Roman
aybe spam] Re: using file names > > Huditsch, > > You can use task[1]. > > HTH Ivan > > [1]http://ant.apache.org/manual/CoreTasks/basename.html > --- Huditsch Roman <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > After using > > > >

using file names

2005-04-13 Thread Huditsch Roman
Hi, After using @{file} gives me the "complete" file name inlcuding directory information. How can I pick just the file name itself (leaving out all the directory structure)? wbr, Roman

AW: AW: Converting new or changed files with an batch file called from within ant

2005-04-13 Thread Huditsch Roman
file... Can you help me out once again? Thanks a lot for your patience and time! wbr, Roman > -Ursprüngliche Nachricht- > Von: Huditsch Roman [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 13. April 2005 09:20 > An: Ant Users List; [EMAIL PROTECTED] > Betreff: AW: AW:

AW: AW: Converting new or changed files with an batch file called from within ant

2005-04-13 Thread Huditsch Roman
t Users List > Betreff: Re: AW: Converting new or changed files with an > batch file called from within ant > > Huditsch Roman wrote: > > >Hi Jim, > > > >Thanks a lot for your solution. > >I'll straigth dive into it tomorrow morning. > >Thanks! > >

AW: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Huditsch Roman
Betreff: RE: Converting new or changed files with an batch > file called from within ant > > > From: Huditsch Roman [mailto:[EMAIL PROTECTED] > > The proplem is taht everytime I start the transformation, > all files of > my > > input folder are converted. > > I woul

AW: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Huditsch Roman
Hi Jim, Thanks a lot for your solution. I'll straigth dive into it tomorrow morning. Thanks! wbr, Roman ___ Roman Huditsch IT and Electronic Publishing LexisNexis ARD Orac Marxergasse 25 1030 Vienna Austria ph: +43-1-534 52-1514 f: +43-1-534 52-140 e-mail [

AW: AW: AW: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Huditsch Roman
Hi James, I tried to incorporate your suggestions, but I think I just made it to a certain extent

AW: AW: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Huditsch Roman
Hi James, As you may have seen by my previous posts on the list, I managed to make some progress :))) > check out the manual page for all options > http://ant.apache.org/manual/CoreTasks/style.html I was able to define my definitions in a working way at least: The only issue to solve is now

AW: Problems with

2005-04-12 Thread Huditsch Roman
Solved it too: wbr, Roman > -Ursprüngliche Nachricht- > Von: Huditsch Roman [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 12. April 2005 12:18 > An: Ant Users List &

AW: Problems with

2005-04-12 Thread Huditsch Roman
? How to delete all files within a given directory whiches files size is 0kb? Thanks a lot. wbr, Roman > -Ursprüngliche Nachricht- > Von: Huditsch Roman [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 12. April 2005 11:45 > An: user@ant.apache.org > Betreff: Problems with

Problems with

2005-04-12 Thread Huditsch Roman
Hi, I just tried to do a simple XSLT transformation with ant. I defined the transformation as follows: The problem is now, that it seems that the transformation ignores my within my stylesheet since the process produces HTML files. Another issue to solve is that I just want to tran

AW: Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Huditsch Roman
Hi James, Thank you very much for the quick reply. > why not control Saxon directly from Ant ? Would be nice. I am just uncertain how to do this properly ;) > You can use the Ant task or use to invoke > saxon...which may or may not have the built in up to date > checking you desire hmm, I t

Converting new or changed files with an batch file called from within ant

2005-04-12 Thread Huditsch Roman
Hi list, Although I search the archives, I could not find any useful hint for my problem. I recently started using ant for controlling my XSLT transformations. Actually, I need ant to take control over the execution of the appropriate batch file for a given target. These target-specific batch-fil