Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 97327 invoked by uid 500); 26 Jul 2001 18:25:32 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 79465 invoked from network); 26 Jul 2001 17:18:47 -0000 Message-ID: <3B6050C4.5090004@fl.ensco.com> Date: Thu, 26 Jul 2001 13:17:56 -0400 From: Jeff Organization: Ensco Inc User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2) Gecko/20010628 X-Accept-Language: en-us MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: CVS Problems with home directory Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I have a ANT build script which runs fine on linux and Win2000. I have a buildalll.bat file for setting the paths and executing ANT on the windows box. The bat files works fine when run from the command-line. When run as a 'Scheduled Job' I get the following problem from the CVS task: cvs [checkout aborted]: could not find out home directory I'm not really sure why it works if I run from the command prompt but not as a scheduled job. I checked and verified it was running as the same user in the background as when I kick it off from the command prompt. Is there anything else I can look at? Thanks, Jeff