Xslt task and DOCTYPE

2005-05-02 Thread CLAVIER Remi RD-CORE-LAN
How to force an XSLT transformation To ignore a DTD declared inside the input XML file ? Thank's for HELP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: dependency of jar

2005-05-02 Thread Jan . Materne
At first step of your build process copy the libx.jar into your lib directory, then define the . Copying can be done with , , , , ... depends on your server. Jan > -Ursprüngliche Nachricht- > Von: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 2. Mai 2005 14:5

RE: exception using javah task in 1.6.3

2005-05-02 Thread Gary Gregory
Ah, crud, this breaks our build too. Gary -Original Message- From: Maurice Feskanich [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 11:15 AM To: Ant Users List Subject: Re: exception using javah task in 1.6.3 Hi Antoine, Thanks for the info. I have created Bugzilla report #346

Re: Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-02 Thread Antoine Levy-Lambert
Hello Wim, your forgot the fork="true" attribute. Cheers, Antoine Wim Praet wrote: On Mon, 2 May 2005, Wim Praet <[EMAIL PROTECTED]> wrote: Try . When I try to do that ( being: ) , it says: [javac] Compiling 455 source files to C:\projects\test\build [javac] javac: target release 1.3 con

RE: Output of SQL-task

2005-05-02 Thread RADEMAKERS Tanguy
Hello, Try appending "set feedback off" at the top of your SQL script (${unitTests.sql.dir}/query.sql) /t >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Monday, May 02, 2005 1:35 PM >To: Ant Users List >Subject: Re: Output of SQL-task > >Tx Ivan for the w

Re: Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-02 Thread Wim Praet
On Mon, 2 May 2005, Wim Praet <[EMAIL PROTECTED]> wrote: Try . When I try to do that ( being: ) , it says: [javac] Compiling 455 source files to C:\projects\test\build [javac] javac: target release 1.3 conflicts with default source release 1.5 BUILD FAILED Leaving out the source="1.3" or

Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Stefan Bodewig
On Mon, 2 May 2005, Marc Beudin <[EMAIL PROTECTED]> wrote: > Where can I contact directly Ant developers? You are. Take a look at Ant's Main class (org.apache.tools.ant.Main) and "borrow" code from there. Stefan - To unsubscri

Re: Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-02 Thread Stefan Bodewig
On Mon, 2 May 2005, Wim Praet <[EMAIL PROTECTED]> wrote: > compiler="extJavac" executable="${jdk13}" source="1.3" target="1.3"> Try . > (where ${jdk13} points to the JDK1.3 javac executable). with compiler="extJavac" Ant assumes it can use the same command line arguments as the javac of the cu

Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Sorry for the SPAM extra mail. need to mail my admin ;-) Where can I contact directly Ant developers? -Message d'origine- De : Ninju Bohra [mailto:[EMAIL PROTECTED] Envoyé : lundi 2 mai 2005 17:00 À : Ant Users List Objet : [SPAM] - Re: launch an Ant build file in a class - Sender blackli

Ant 1.6.3, JDK1.5 and extJavac="1.3"

2005-05-02 Thread Wim Praet
Hi, does Ant 1.6.3 have a problem with the javac task when specifying an external java compiler to use, in combination with JDK1.5 as your default installed JDK? Following target worked for me on my system with JDK1.5.0_02 as default JDK installed (and my JAVA_HOME pointing to the JDK1.5 install

RE : [SPAM] - Re: launch an Ant build file in a class - Sender blacklisted

2005-05-02 Thread Marc Beudin
Yes I did, but they do it with command line. And I've had a look to APIs and source code and I'm looking for a way to handle it with the Ant Classes such as project etc...I think it's much pretty :D -Message d'origine- De : Ninju Bohra [mailto:[EMAIL PROTECTED] Envoyé : lundi 2 mai 2005

Re: launch an Ant build file in a class

2005-05-02 Thread Ninju Bohra
Have you looked at the CruiseControl open source project http://cruisecontrol.sourceforge.net/ Marc Beudin <[EMAIL PROTECTED]> wrote: Hi, I'm currently doing a continuous build application for my company and I'm looking for the best way to run Ant from the JVM, so to say launch a build file in

RE: javadoc task

2005-05-02 Thread Klas.Nyman
Yepp! Tanks for your quick reply. :) /Klas -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: den 2 maj 2005 16:26 To: user@ant.apache.org Subject: Re: javadoc task On Mon, 2 May 2005, Klas Nyman <[EMAIL PROTECTED]> wrote: > the build suddenly broke when the

Re: Output of SQL-task

2005-05-02 Thread Jeffrey E Care
Ant is an open source project; if you think your idea is so valuable & so trivial then code up a patch. If the Ant committers agree then I'm sure they will apply it. JEC -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w

Re: javadoc task

2005-05-02 Thread Stefan Bodewig
On Mon, 2 May 2005, Klas Nyman <[EMAIL PROTECTED]> wrote: > the build suddenly broke when the project grew and some *.java files > were added. it is a small numer of java files (<200) but quite many > jars in the classpath. Probably your command line has grown too long for your OS. Try whether s

RE: javadoc task

2005-05-02 Thread Klas.Nyman
I'm using java 1.5.0_02 and ant 1.6.3 (also broken in 1.6.2) /Klas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: den 2 maj 2005 16:15 To: user@ant.apache.org Subject: javadoc task Hi! I have a problem running the javadoc task; it stops with C:\UTV\java\F

javadoc task

2005-05-02 Thread Klas.Nyman
Hi! I have a problem running the javadoc task; it stops with C:\UTV\java\FundServicesDocs\build.xml:78: Javadoc failed: java.io.IOException: CreateProcess: C:\jdk1.5.0_02\bin\javadoc.exe -d .. at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(ProcessImp

launch an Ant build file in a class

2005-05-02 Thread Marc Beudin
Hi, I'm currently doing a continuous build application for my company and I'm looking for the best way to run Ant from the JVM, so to say launch a build file in a java class. Any hints on how to do this?? thxx

dependency of jar

2005-05-02 Thread Mikael Petterson \(KI/EAB\)
Hi, In our product 'boz' we have a library, libx.jar' that we are dependent of. When I build our product I want to check that we have the latest version of libx.jar when we complie our product 'boz'. Any hints on how to do this most effeciently ( not making my build too slow). Cheers, //Mikae

Re: Output of SQL-task

2005-05-02 Thread duvelbier-tsmets
Tx Ivan for the work around ... It is however a bit frustrating to have a neat tool and then to have to mess about to do smthg trivial. Especially that one can remove the ResultSet columns header with a simple switch ... \T, --- Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Hello, > > --- [EMAIL

Re: Output of SQL-task

2005-05-02 Thread Ivan Ivanov
Hello, --- [EMAIL PROTECTED] wrote: > My only problem is that the ouptu is as follows : > > 9002 > 9003 > 9005 > 9006 > 9000 > 9001 > > 0 rows affected > > > How can I remove the last line... indicating the nbr > of lines impacted ... ? It does not come to my mind how to configure sql task to

Output of SQL-task

2005-05-02 Thread duvelbier-tsmets
I would like to generate data files with the SQL-task which runs perfectly like this : My only problem is that the ouptu is as follows : 9002 9003 9005 9006 9000 9001 0 rows affected How can I remove the last line... indicating the nbr of lines impacted ... ? Tia, \T, A