Re: Using Microsoft VC++ compiler for compiling C and C++ projects?

2004-01-28 Thread barry
Dominique, Thank you for your information and may i send you email directly with some Ant/C related questions? Barry - Original Message - From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 9:44 AM Subject: RE: Usi

RE: Getting the value of an environment variable?

2004-01-28 Thread David Balch
Shurely FRTM - Firstly, Read The Manual :-) > -Original Message- > From: Keith Hatton [mailto:[EMAIL PROTECTED] > Sent: 28 January 2004 16:09 > To: Ant Users List > Subject: RE: Getting the value of an environment variable? > > > How about > > FRTM - Finally, Read The Manual > > :) >

Re: dependency between subdirectories

2004-01-28 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > top/build.xml > A/build.xml > B/build.xml > Have you looked at (1.6.0)? -Matt __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --

Re: Why is Java task not adding my classpath ref unless fork="yes"?

2004-01-28 Thread Antoine Lévy-Lambert
Robert Paris wrote: I have the following in my build.xml: In the TestLAF class, I print out the java.class.path system property and it doesn't include jars in the "deploy" folder. Can anyone tell me what I'm doing wrong? The other weird thing is that the clas

vssget task and VSS Working folder.

2004-01-28 Thread pedro Cristian
Hi every one, We are using the vssget (Ant 1.5.1) on our projects. It works fine. In VSS there is a 'working folder' that is the default folder used when using a Get command from the VSS GUI. In the VSS GUI you can set the working folder and get a project into another folder

apologies for multiple posts

2004-01-28 Thread Gareth Reakes
Sorry about that, I seem to be having some trouble with my mail client. Gareth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Using Microsoft VC++ compiler for compiling C and C++ project s?

2004-01-28 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > All, > > I have a need to use microsoft VC++ compiler for C and C++ projects. > > Currently, I can use with msdev.exe compiling the project created > by > VC++'s IDE directly without issues. > > However, I have the following questions: > >

Re: Sun One appserver 7 and iplanet-ejbc

2004-01-28 Thread Gareth Reakes
Hi Duncun, I see you mail in the archive, but it never reached me. Unfortunately, we have testing requirements that mean we want to be able to generate the stubs without deployment. Any idea how I could do this? If it is possible then I will update the ant task to work with appserver 7. C

dependency between subdirectories

2004-01-28 Thread barry
All, I am still looking for the answers to resolve the dependencies between two subdirectories. Please advice. top/build.xml A/build.xml B/build.xml Top/build.xml calling A and B by using Questions 1) Am I using the right method to compile subdirectories? Please keep in mind