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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo