AW: property inheritance

2009-06-29 Thread Jan.Materne
I set up a little test and all props are set as via CLI. Jan build.xml second.xml imported-by-2nd.xml output -- [echoproperties] #Ant properties [echoproperties] #Tue Jun 30 08:12:00 CEST 2009 [echoproperties] prop.first=set in the main buildfile [echoproperties]

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Stefan Bodewig
On 2009-06-29, Garima Bathla wrote: > the problem with that logic though is that java -jar command ignores > class-path which contains more than one space character > so e.g. > Class-Path: aaa.jar ss ..(till 71 characters) > bbb.jar > where s - space character till 71 characters

Adding parallel JUnit task

2009-06-29 Thread Jason Rutherglen
Hello, please excuse the newbie question. For the Apache Lucene project I'd like to paralleize the unit tests by subclassing JUnitTask into ParallelJUnitTask which executes JUnitTests in threads. I don't understand how to place things like into the new task tag properly. Here's what I've tried

property inheritance

2009-06-29 Thread Cole, Derek E
Hi all. If I have a build script that makes an call to another build script, for a specific target in that build script, are the imports that the 2nd build script has initialized just the same as if I had called the 2nd build script's target from command line? I seem to have an issue where

pardon this post: ambitious Ant developer, not build engineer

2009-06-29 Thread Shabu Khan
I realize this is not a jobs list, but I've got a super-specialized need that I'm convinced at least a few people on this list will be excited about. The company I'm with is a self-funded American start-up developing a software product that promises be "best in world" in its segment, and we're mis

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Avlesh Singh
Maybe you are right, Garima. I'll run a sample on my machine shortly to validate your use case and the corresponding output. Cheers Avlesh On Mon, Jun 29, 2009 at 9:53 PM, Garima Bathla wrote: > Avlesh, > > Thanks, your reply does makes a lot of sense - and honestly what you > suggested I have a

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Garima Bathla
Avlesh, Thanks, your reply does makes a lot of sense - and honestly what you suggested I have already tried , the problem with that logic though is that java -jar command ignores class-path which contains more than one space character so e.g. Class-Path: aaa.jar ss ..(till 71 charact

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Garima Bathla
David : Thanks, I have tried setting the class-path via manifestclasspath task as well within a build.xml ant script and it is the same result, with long class-path's the jar names are split over differnt lines with \n and space character. On Mon, Jun 29, 2009 at 7:39 AM, David Weintraub wrote:

RE: earexport ibm ant task show stopper issue

2009-06-29 Thread Zanzerkia, Robert
You MUST have RAD installed to run the below ant task. You can do so in headless mode (command line) (via runAnt.bat file). In the IDE do the following. 1. Change Ant task to run in the same workspace JRE (instead of separate JRE) Select Run->External Tools->External Tools from the eclipse m

earexport ibm ant task show stopper issue

2009-06-29 Thread Laurent Morissette
Hi, folks! I,m currently having quite an issue regarding IBM RAD 7 ant task.. been searching the net but in vain no success in resolving it I want to be able to execute an earexport task (from ibm rad 7 toolkit) outside of rad environnement Command-line (cmd shell ) to be more specific But I fail t

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread David Weintraub
Just curious: Why don't you use the task and the task? On Mon, Jun 29, 2009 at 3:02 AM, Garima Bathla wrote: > Dear Fellow memebers, > > I really need help , I have been stuck with same problem for few days now. > > Problem: > As we all know, manifest file syntax is very sensitive ( sensitive to

AW: Need help on ant cvs task

2009-06-29 Thread Jan.Materne
As the "important node" in the manual sais, you need the cvs executable on the path. http://ant.apache.org/manual/CoreTasks/cvs.html Jan >-Ursprüngliche Nachricht- >Von: Ananthan Shanmugam [mailto:ananthan.sahnmu...@gmail.com] >Gesendet: Freitag, 26. Juni 2009 22:13 >An: user-h...@ant.

Need help on ant cvs task

2009-06-29 Thread Ananthan Shanmugam
Hai, Currently I am trying to checkout the CVS repository from ant task in SOLARIS. I got this exception [cvs] Caught exception: cvs: not found.Is it required cvs client setup in solaris? or any additional setup is required to execute cvs ant task from SOLARIS? Please help on this issue.

Re: Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Avlesh Singh
Here is what the jar specification has to say on manifest's class-path attribute - The value of this attribute specifies the relative URLs of the extensions or > libraries that this application or extension needs. URLs are separated by > one or more spaces. The application or extension class loade

Manifest.MF - classpath is in wrong format when generated programmatically.

2009-06-29 Thread Garima Bathla
Dear Fellow memebers, I really need help , I have been stuck with same problem for few days now. Problem: As we all know, manifest file syntax is very sensitive ( sensitive to spaces, # of characters in a line, \n character). And I have learn it very hard way that if Class-Path in a jar is not se