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, Gilbert <[EM

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 unsubscribe

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
rieb Peter Reilly: > On 10/19/06, Markus M. May <[EMAIL PROTECTED]> wrote: > > Hello, > > > > this is going to be nearly the same as restructuring the build process, > > since we have more then one component, using these targets. I am currently > > digging deepe

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 result intoanother property ?

Re: Sharing inter-project dependencies

2006-08-28 Thread Markus M. May
Original-Nachricht Datum: Tue, 29 Aug 2006 08:03:20 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Sharing inter-project dependencies > Hello Michael, > > we are solving this, by having a central repos

Re: Sharing inter-project dependencies

2006-08-28 Thread Markus M. May
Hello Michael, we are solving this, by having a central repository (pretty much like the maven repository) which contains all JAR-files of all components. Therefor you can then reference a fileset with all neede files from the repository. The hard thing is, that the components can change their

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
Hello, there are some solutions for this kind of problem. First of all, you definitly have to get rid of all the circular dependencies, these are very painful and also quite dangerous, when you think about it. for the dependencies itself, you can use tools like IVY or even program stuff on you

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
Hello, I have had a similar error message between two SuSE boxes. I reconfigured the sshd: PasswordAuthentication yes and #UsePAM yes Now it works without any problems. I believe, that there are now some security issues, and that it would be better to use public/private keys, but in our envir

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: 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]

Build classpath dynamically

2003-03-12 Thread Markus M. May
Hello, I am working currently in a project, which describes dependencies in a file and downloads it from a repository (sf.net/projects/greebo). So basically I would like to add a property or even better a path reference to the build file, which is created based on another XML file. Any ideas, o