ant-contribution.jar error

2009-09-15 Thread Karl Nielsen
X. Thanks, Karl~

Antwort: Re: Antwort: How to execute a target multiple times, with different parameters

2008-03-03 Thread Karl-Friedrich . Heintz
Hi, i think you should take < param name="questions" value="QA2006_testset.xml" /> < param name="maxdocs" value="200" /> not as 'param' but as normal properties. Then they are visible within your target "get-do

Antwort: How to execute a target multiple times, with different parameters

2008-02-29 Thread Karl-Friedrich . Heintz
Hi, call your 'get-docs' from another target via and within this you can use nested elements, one for each argument (see also ANT documentation). Karl leondz <[EMAIL PROTECTED]> 29.02.2008 12:51 Bitte antworten an "Ant Users List" An user@ant.apache.org K

"choice" command not found - Problem with ANT 1.7.0 ??

2008-02-25 Thread Karl-Friedrich . Heintz
ript already has finished and aborts the batch * Some newer scripts written within eclipse using the PDE build process are running properly if started via batch It would be great if anybody has an explanation / solution for this behaviour. Mit freundlichen Grüßen / kind regards Karl F. Heintz

Ant supported in ... Schmant

2007-03-26 Thread Karl Gustafsson -- Holocene Software
th an Ant compatibility task, making it easy to embed and run Ant scripts. Read more on http://www.schmant.org /Karl Gustafsson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SQL file in Ant 1.7

2007-02-22 Thread Karl Heinz Marbaise
d this means the all statements within all SQL files you've selected there have 100 SQL statements. So alle these statements have been exectued successfully on the database. Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulunghttp://www.soebes.de Dipl.Ing

Mirror has bad md5checksum

2006-07-25 Thread Karl Zilles
Downloading ant from http://ant.apache.org/bindownload.cgi, I was directed to a mirror: apache.adult-pilot.net. I downloaded the file http://apache.adult-pilot.net/ant/binaries/apache-ant-1.6.5-bin.zip And compared the md5 checksum. It does not match. $ md5sum.exe apache-ant-1.6.5-bin.zip d

Extending the javadoc task...

2006-06-27 Thread Karl
to do this since somehow the console view in eclipse is able to color code the warning message. any ideas? thanks, Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

sharing dbConnection object between 2 custom tasks

2006-06-12 Thread Karl Jay Garcia
I was wondering if you can help me with my question, very much the same as from this thread: http://www.ant-tasks.com/msg/11730.html I wasn't sure how one would create the custom datatype that shares a dbConnection. I have not found any info on the web that describes this fully. For instan

Re: AW: Returning data from an Ant task?

2005-01-11 Thread Karl
[EMAIL PROTECTED] wrote: Usually tasks set the property themselves via getProject().setNewProperty("propname", "propvalue"); If you´re result is in a file, you can load that via And you can hook another property helper ... (somewhere in the proposal section should be an example). Jan Perfect! T

Returning data from an Ant task?

2005-01-10 Thread Karl
I'm writing a custom ant task that parses a text file and I'd like to somehow pass the results back to the ant process. Is it possible to return an "output parameter" string value to an ant process? Ideally I'd like to do something like:

Adding a file to existing jar.

2004-12-12 Thread Karl
is so I've resorted to using an exec call using jar to perform this action. Regards, Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]