How to enable XInclude processing for schemavalidate task

2016-05-24 Thread SCHOEPFLIN Markus
http://apache.org/xml/features/validation/schema-full-checking=true [schemavalidate] Validating foo.xml... What am I missing? Or is this not supported? Thanks for any help, Markus - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-20 Thread Markus Wiesenbacher
Thanks Jan, this withing the javac-argument solved the problem: This grants access to the restricted API! Markus ;) -Ursprüngliche Nachricht- Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] Gesendet: Dienstag, 20. Mai 2014 14:24 An: 'Ant Users List' Betreff: AW: Cannot f

AW: Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-19 Thread Markus Wiesenbacher
c] 1 error BUILD FAILED P:\workspaces\TEST\AntProblem\build.xml:14: Compile failed; see the compiler error output for details. Total time: 624 milliseconds Best regards Markus -Ursprüngliche Nachricht- Von: Markus Wiesenbacher [mailto:markus.wiesenbac...@intrafind.de] Gesendet: Montag, 19

Cannot find symbol (CertAndKeyGen) with JDK8

2014-05-19 Thread Markus Wiesenbacher
the needed classes. With JDK7 it always worked without that. I am using Ant v1.9.4. Any suggestions? Thanks and best regards Markus

Java task does not check assertions

2011-12-27 Thread Innerebner Markus
always disabled. The steps I did: 1) create a target that invokes javac task with the attribute .. 2) create a target that invokes java task with the nested element: I am using Ant 1.7.1 with Java 1.6.0_26 thanks for any suggestion Markus

Problems with classloader

2011-07-29 Thread Markus
dea, how I have to specify the classes? many thanks for your help cheers markus - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Classloader not collected using junit4 in ant 1.8.1

2011-07-07 Thread Markus Oley
t;? I guess I didn't have any other behaviour Any help welcome Thank you by now Markus

Re: Ant SQL task

2010-06-03 Thread Markus Mehrwald
Sry, the sql function should be without begin and end: CREATE OR REPLACE FUNCTION make_plpgsql() RETURNS void AS $$ CREATE LANGUAGE plpgsql; $$ LANGUAGE sql; Am 04.06.2010 01:13, schrieb Markus Mehrwald: Hi, I have a problem with the ant sql task. The task always gets the following error

Ant SQL task

2010-06-03 Thread Markus Mehrwald
like this: CREATE OR REPLACE FUNCTION make_plpgsql() RETURNS void AS $$ BEGIN CREATE LANGUAGE plpgsql; END $$ LANGUAGE sql; and it works with pgadmin3 and psql \i Trigger.sql without any errors. I tried with ant 1.7 and 1.8.1 Than

AW: AW: ant 1.7.1 bug in with antcall !?

2009-06-12 Thread Grimm, Markus
Hi Gilbert, I think this could be the appropriate issue in the bug database: https://issues.apache.org/bugzilla/show_bug.cgi?id=41368 So it doesn't seem to be fixed in the current ant release ?! But there's a patch to fix the problem, too ... Thanks, Markus -Ursprüngliche

AW: ant 1.7.1 bug in with antcall !?

2009-06-09 Thread Grimm, Markus
ncing bugs in open source projects. Many people criticize that bugs won't be fixed but scarcely anybody opens a bug. So it can't be fixed. On the other side it's important for me, that the community gives a feedback about an issue, so you can be sure not to put some bullshit in the

[Ant 1.7.1] Problem with records task logging different targets via antcall

2009-04-06 Thread Grimm, Markus
sk. the same script works by 1.6.5 as expected. Do I something basically wrong so it can't work by 1.7.1 ? Thanks for a good advice. Markus - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For addit

AW: Looking for something similar to javas 'finally' block

2009-03-10 Thread Grimm, Markus
Hi, try something like: http://ant-contrib.sourceforge.net/tasks/tasks/index.html Thanks, Markus -Ursprüngliche Nachricht- Von: Felix Dorner [mailto:fdor...@zed.com] Gesendet: Dienstag, 10. März 2009 16:11 An: Ant Users List Betreff: Looking for something similar to javas 'fi

AW: How Ant can find third-party-jars

2009-03-10 Thread Grimm, Markus
Hi Felix, shame on me ... it's always the same ... rtfm! sorry because of my silly question but anyway: thank you for your hint. Thanks, Markus -Ursprüngliche Nachricht- Von: Felix Dorner [mailto:fdor...@zed.com] Gesendet: Dienstag, 10. März 2009 16:06 An: Ant Users List Betref

How Ant can find third-party-jars

2009-03-10 Thread Grimm, Markus
eeded jars to the lib folder of the new installation. How can I say Ant, where it has to looking for further jars beyond its own lib-folder or the java classpath ? Thanks, Markus - To unsubscribe, e-mail: user-unsubscr...@ant.

Re: parallel targets

2008-11-03 Thread Markus Ueberall
Hi, you could try the following (compare the outputs of "ant task1 task2" and "ant parallel"): Bad luck. Hello, world. Ad astra,

Combining output from multiple javadoc tasks?

2008-10-24 Thread Markus Ueberall
to do this, or am I?) [...] Ad astra, Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sms task / api ?!

2007-01-01 Thread Markus M. May
There is a (Linux-only) solution, unfortunatly there is no JAVA-API for this, but you could easily write a class/script, which calls YAPS (http://www.tei-lin-net.de/tip_yaps_01.html). R, Markus Am Donnerstag, den 28.12.2006, 09:37 + schrieb Petar Tahchiev: > On 28/12/06, Rebhan, Gilb

OT: Training

2006-12-28 Thread Markus M. May
Hello, I am currently looking for a good training course for Apache ANT but also for CruiseControl and Build Management as a whole process. Can somebody recommedn me a good training course (partner)? R, Markus - To

Problem with maverick-ant / SFTP and RegEx in filesets

2006-12-01 Thread Grimm, Markus
another Linux-machine, no files are found. Nothing is deleted. A shell-sftp from one to another works with wildcard-matching. BUT when I use filelist everything works on both machines: Someone any idea what could be the reason? Thankx Markus

Re: antcall / depends

2006-10-24 Thread Markus M. May
memory errors. After the recompilation of ANT now everything is fine. Thanks to all :-) R, Markus Original-Nachricht Datum: Thu, 19 Oct 2006 19:15:29 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: antcall / depends > Thank

Re: dynamic targets

2006-10-24 Thread Markus M. May
Hello Jacob, why don't you just import a common build file and define the common target there. Only when the target is not defined in the build file, the common target gets executed. R, Markus M. May Original-Nachricht Datum: Mon, 23 Oct 2006 22:28:35 -0500 Von: Jacob

Re: antcall / depends

2006-10-19 Thread Markus M. May
Thanks, I found the "memory leak" in our build structure and fixed some of this already. I will also recompile ant and then I will restructe the rest of the build process as soon as we get some time for this. Thanks alot. R, Markus Am Donnerstag, den 19.10.2006, 16:51 +0100 sch

Re: antcall / depends

2006-10-19 Thread Markus M. May
-Nachricht Datum: Thu, 19 Oct 2006 16:04:06 +0100 Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: antcall / depends > On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote: > > Hello, > > I am currently facing a massive O

antcall / depends

2006-10-19 Thread Markus M. May
currently we are facing a timely issue, so this is not an option anyway :-( Any help is appreciated. R, Markus M. May - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RE: How to replace substring into property and get result intoanother property ?

2006-08-29 Thread Markus M. May
You could also use the antcontrib task PropertyRegex. R, Markus Original-Nachricht Datum: Tue, 29 Aug 2006 12:47:25 +0200 Von: "Rebhan, Gilbert" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: RE: How to replace substring into property and get re

Re: Sharing inter-project dependencies

2006-08-28 Thread Markus M. May
component B (Verison 2.3) and component B (Version 2.1) references component A in version 1.1. Therefor, every classpath has to be in the Configuration Management System (e.g. Subversion). In our case we have the problem that one component can have multiple versions in production. R, Markus

Re: Sharing inter-project dependencies

2006-08-28 Thread Markus M. May
version and then component A is dependend from component B Version x.y. Somebody has to reference these correctly. I hope this helps a little. R, Markus Original-Nachricht Datum: Mon, 28 Aug 2006 12:14:22 -0700 Von: "Nau, Michael" <[EMAIL PROTECTED]> An: use

Re: Class not found in taskdef

2006-08-20 Thread markus innerebner
ou use in the classpath element the attribute refid instead of path you will have more success. regards Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: ANT with several Java-Versions

2006-08-11 Thread Grimm, Markus
Yes! That was the reason. JAVA_HOME pointend to the old version. Thanks for your support! Markus > -Ursprüngliche Nachricht- > Von: David Corley (AT/LMI) [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 11. August 2006 12:59 > An: Ant Users List > Betreff: RE: ANT wi

ANT with several Java-Versions

2006-08-11 Thread Grimm, Markus
or what else I have to do ? Thanks for advices! Markus

Re: scp fails with a protocol error

2006-08-08 Thread Markus M. May
Hello, please try to put an into your fileset, this should work then. R, Markus M. May Original-Nachricht Datum: Tue, 8 Aug 2006 11:42:37 +0100 Von: "Bhadra, Jatin" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: scp fails with a protocol error

Re: Package Dependencies

2006-08-07 Thread Markus M. May
One more thing, I forgot, I think you meant software components, when you talked about packages, right? Original-Nachricht Datum: Tue, 08 Aug 2006 08:10:36 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Pac

Re: Package Dependencies

2006-08-07 Thread Markus M. May
your own. But also, like you stated, you can migrate to Maven. This depends on the needs in your project. R, Markus Original-Nachricht Datum: Mon, 7 Aug 2006 12:39:20 -0700 (PDT) Von: Bala Paranj <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Package Dependencies &g

Re: RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Markus M. May
Hello, I guess you can use the CVS task of ANT. There you are able to use special commands with parameters. This should be the way to look :-) R, Markus M. May Original-Nachricht Datum: Mon, 7 Aug 2006 13:59:04 +0200 Von: "Tshepo Rachidi" <[EMAIL PROTECTED]>

OFF-Topic: Diplom-Thesis

2006-08-02 Thread Markus M. May
Hello, my company is just offering a job to write the diplom-thesis about ANT the build process. The company is working in Germany only, so the language is german. The topic is called "Application LifeCycle Management". Hope this is not too OFF-Topic. R, Markus M. May http:/

Re: RE: SCP Auth Faild

2006-07-18 Thread Markus M. May
environment, this should not be a problem. R, Markus Original-Nachricht Datum: Mon, 17 Jul 2006 17:50:19 -0700 Von: Rich <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: SCP Auth Faild > Also, if you're using ssh keys, make sure you use the prope

CHMOD Problem

2006-06-23 Thread Wurm, Markus
. Thanks for any hints! -- Markus Wurm | GoldenSource Corporation | A-4061 Pasching, Pluskaufstr. 7 | [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> |T: +43 7229 76656 49 | www.thegoldensource.com <http://www.thegoldensource.com/> This message is for the named person's

How to set PATH in EXEC task

2006-06-23 Thread Wurm, Markus
help; ANT always uses the PATH set on the buildserver. How can I override it? Thanks for any hint. Regards -- Markus Wurm | GoldenSource Corporation | A-4061 Pasching, Pluskaufstr. 7 | [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> |T: +43 7229 76656 49 | www.thegolden

Re: one more problem

2006-02-20 Thread Markus M. May
Hi, to get the Locale from the file you can use the propertyregexp-Command: This will give you the locale of the file. This could also be used, with some modifications for other transformations. Greets markus m. may > --- Ursprüngliche Nachricht --- > Von: Paul Pogonyshev &

Re: AW: xdoclet for creating taglib in ant?

2006-02-19 Thread markus innerebner
[EMAIL PROTECTED] wrote: No, Ant does not provide that. But you want XDoclet to do that - have you searched there? Yes I took a look there before and found there this tasks. I wanted only to be sure the ant does not offer this funtionality. Thanks for your answer. best regards Markus

xdoclet for creating taglib in ant?

2006-02-17 Thread markus innerebner
Offers Ant the possibility to create via xdoclet taglib files, or do I need for this porpuse other external sources? Thanks for any answer best regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: Copy-Task

2006-01-31 Thread Markus M. May
full_build (basically the first step of a nightly build) cleans the source tree and gets all the sources from VSS. Then the created jar-file has a new timestamp. Anyway, I know, that this is a bit of a strange solution, but the selector works for us :-) R, Markus M. May On Di, 2006-01-31 at 22:07 +0100

Copy-Task

2006-01-31 Thread Markus M. May
a property (like overwrite) with which I can turn off the overwrite at all. Is something like this possible? R, Markus M. May - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copy-Task

2006-01-31 Thread Markus M. May
Create, never used selectors, but this is the one to use () :-) On Di, 2006-01-31 at 15:29 -0500, Jeffrey E Care wrote: > already does timestamp checks, and it already has @overwrite. > > I think you need to use a selector to accomplish what you're trying to do. >

Copy-Task

2006-01-31 Thread Markus M. May
a property (like overwrite) with which I can turn off the overwrite at all. Is something like this possible? R, Markus M. May - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: java.io.IOException calling java task

2006-01-22 Thread markus innerebner
Antoine Levy-Lambert wrote: Hello Markus, when you fork a java command, you are then subject to limits set by your operating system to length of commands. on Windows, it is 4096 bytes. Hello Antoine And this value cannot be changed by hand?? Markus

java.io.IOException calling java task

2006-01-21 Thread markus innerebner
ts to the main method of another class. Any hints or solutions? best regards Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
I realized my problem: the jars where not in the subfolder, but in the subsubfolder. with this settings the example work. thanks for your help. Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
> > > Hi Frank I know this, but I want to have exactly the opposite. This means, only to specify that folders, which should be included. Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
Hi > > > > also your approach does not work in my example. Did you try it out? markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: particular fileset question

2006-01-18 Thread Markus Innerebner
ers. Do I need to do a check for each folder which I don't want to include. (x times execute exclude ...) . This is that, what I do not want to do, because I don't know from begin which folders should be excluded. I only know which folder should be included. thanks Markus

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
In my second mail I wrote the right example. My intention is to include all jars in folderA and folderB, ecluding jars in folderC. regards Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: particular fileset question

2006-01-18 Thread Markus Innerebner
I wrote wrong something: this is the right one Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

particular fileset question

2006-01-18 Thread Markus Innerebner
f the directory exists or not. thanks for any suggestion markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
thanks a lot for this page Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
To explain me better. I am programming my Ant task in Java. So inside my code I want to use the java class provided by apache ant for doing such extract operations. Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
target. regards Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Extract jar files in an ant task

2005-11-30 Thread Markus Innerebner
operations. thanks Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java.io.IOException when ececuting the java ant target

2005-10-11 Thread Markus Innerebner
\libext\itext\lib\itext.jar;C:\data\nb_2_1_sup\jvi\benderIsTesting-zeus_2_1_sup\zeus\bart\libext\jaf\lib\activation.jar;C:\data\? does anybody know any hint about that. -- best regards Würth Phoenix S.r.l. Markus Innerebner ZEUS Developer Via Kravogl 4 I-39100 Bolzano Phone: +39 0471 / 564076 Fax

Re: AW: how to read from an enviroment variable

2005-03-21 Thread Markus Innerebner
Sorry, I mismatched newsgroup -- best regards Würth Phoenix S.r.l. Markus Innerebner ZEUS Developer Via Kravogl 4 I-39100 Bolzano Phone: +39 0471 / 564076 Fax: +39 0471 / 564062 E-Mail: [EMAIL PROTECTED] Website: http://www.wuerth-phoenix.com pub 1024D/0E45CE6D 2004-09-28 markusin <[EM

Re: AW: how to read from an enviroment variable

2005-03-21 Thread Markus Innerebner
le Jan -Ursprüngliche Nachricht- Von: Markus Innerebner [mailto:[EMAIL PROTECTED] Gesendet am: Montag, 21. März 2005 15:16 An: Ant Users List Betreff: how to read from an enviroment variable how can I read an environment value which I am passing in eclipse as a vm argument. My intention is to pass som

how to read from an enviroment variable

2005-03-21 Thread Markus Innerebner
-- best regards Würth Phoenix S.r.l. Markus Innerebner ZEUS Developer Via Kravogl 4 I-39100 Bolzano Phone: +39 0471 / 564076 Fax: +39 0471 / 564062 E-Mail: [EMAIL PROTECTED] Website: http://www.wuerth-phoenix.com pub 1024D/0E45CE6D 2004-09-28 markusin <[EMAIL PROTECTED]> Key fingerprint

Re: AW: how to read an environment var in a property file

2005-03-09 Thread Markus Innerebner
ESSFUL Jan -Ursprüngliche Nachricht- Von: Markus Innerebner [mailto:[EMAIL PROTECTED] Gesendet am: Mittwoch, 9. März 2005 17:01 An: user@ant.apache.org Betreff: how to read an environment var in a property file Hello to all is it possible to do following in a property file: aProper

how to read an environment var in a property file

2005-03-09 Thread Markus Innerebner
me -- best regards Würth Phoenix S.r.l. Markus Innerebner ZEUS Developer Via Kravogl 4 I-39100 Bolzano Phone: +39 0471 / 564076 Fax: +39 0471 / 564062 E-Mail: [EMAIL PROTECTED] Website: http://www.wuerth-phoenix.com pub 1024D/0E45CE6D 2004-09-28 markusin <[EMAIL PROTECTED]> Key fingerprint

-verbose > log.log shows different behaviour

2004-12-03 Thread Markus Dettori
ile running the build with -verbose? Actually we can reproduce the problem on windows XP SP2 machines with JDK 1.4.2_05. On XP SP1 machines we cannot reproduce this problem. I'm investigating also on MS side, thanks for hints Markus

Re: AW: how do i append text in a file ?

2004-10-05 Thread Markus Innerebner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thank you. - -- best regards Würth Phoenix S.r.l. Markus Innerebner ZEUS Developer Via Kravogl 4 I-39100 Bolzano Phone: +39 0471 / 564061 Fax: +39 0471 / 564062 E-Mail: [EMAIL PROTECTED] Website: http://www.wuerth-phoenix.com pub 1024D/0E45CE6D 2004

how do i append text in a file ?

2004-10-04 Thread Markus Innerebner
NTS;' FROM user_tables; SELECT 'DROP '||object_type||' '||object_name||';' FROM user_objects WHERE object_type 'TABLE'; spool off @run.sql EXIT I don't know, if this is the right way to append a line in a textfile. thanks 4 helping me - -- be

Build classpath dynamically

2003-03-12 Thread Markus M. May
, on how to best implement something like this? Greets Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]