Re: Using task to create SQLServer stored procs

2003-07-04 Thread Antoine Levy-Lambert
Hi Chris, can you explain a bit more what the problem is : - sample build.xml, - error output, - output from ant -verbose - what should be corrected in your view, Antoine - Original Message - From: "Chris Doran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, July

RE: Using task to create SQLServer stored procs

2003-07-04 Thread Chris Doran
I've now had a chance to try this, but the problem still exists. At 10:21 02/07/2003 -0700, you wrote: This issue has been fixed in ant 1.6 beta. Download a nightly build and your problem should be resolved. Here is the link to the bug in bugzilla... http://nagoya.apache.org/bugzilla/show_bug.cgi?

Re: Using VSS task in latest nightly build

2003-07-04 Thread Antoine Levy-Lambert
Chris, I have fixed MSVSS.java in CVS. Will you be so kind to download the next nightly build (starting with the one dated 2003-07-05 from http://cvs.apache.org/builds/ant/nightly ) and check that everything is working OK Cheers, Antoine "Chris Doran" <[EMAIL PROTECTED]> schrieb im Newsbeitrag ne

Re: Mail task: attachments displayed within email body when using Messenger

2003-07-04 Thread Antoine Levy-Lambert
Hi Jean-Luc, do you need to use the "uu" variant ? maybe if you use the mime encoding it works better. In this case you need the mail.jar and activation.jar from Sun. (copy into $ANT_HOME/lib if working with the head revision of ant, otherwise probably $ANT_HOME/lib/optional) Cheers, Antoine -

Re: Using VSS task in latest nightly build

2003-07-04 Thread Antoine Levy-Lambert
With the new version you get extra : String FLAG_VERSION_LABEL = "-VL"; String FLAG_FILETIME_DEF = "-GTC"; > '-VL-L' > '' > '' > '-GTC' I think we need to change line 620 of MSVSS.java to return "" if m_timestamp==null I did not see at first glance where -VL-L comes from, but it is probabl

Re: Using VSS task in latest nightly build

2003-07-04 Thread Chris Doran
Not sure if it's a bug or just a config issue. Maybe you could cast a quick eye over this and let me know if I should log it as a bug report. My target is called 'getsqlscripts'. Here are the relevant parts of the log: With 1.5.3-1: getsqlscripts: Execute:Java13CommandLauncher: Executing 'ss' w

Re: Using VSS task in latest nightly build

2003-07-04 Thread Antoine Levy-Lambert
Can you run the same build in verbose or debug mode with ant 1.5.3.1 and have a look at what has changed in the command line sent to Visual Source Safe. Then let us know on the list, or may be better fill in a bug report on http://nagoya.apache.org/bugzilla Cheers, Antoine - Original Message --

Mail task: attachments displayed within email body when using Messenger

2003-07-04 Thread MALVOISIN Jean-Luc
I'm using this snippet of Ant buildfile (see below), expecting sending mail with attachments... This works fine. But, when this kind of mail is read with Netscape Messenger, attachments are automatically displayed within the email body, instead of behaving like real attachments... Why ? Encoding

Using VSS task in latest nightly build

2003-07-04 Thread Chris Doran
Anyone had problems with the vss task using the latest nightly build ? I get the following error: C:\mypath\build.xml:20: Failed executing: ss Get "$/myvssproject" -GLC:\mypath\src -I- -R -VL-L -GTC With a return code of 100 The same build file works fine with 1.5.3-1. -