Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 1370 invoked from network); 6 Mar 2003 23:57:01 -0000 Received: from unknown (HELO dal0701.realpulse.com) (65.243.38.15) by daedalus.apache.org with SMTP; 6 Mar 2003 23:57:01 -0000 Received: by dal0701.realpulse.com with Internet Mail Service (5.5.2653.19) id ; Thu, 6 Mar 2003 17:41:46 -0600 Message-ID: <731BCCADBCC9E5408F17F253A6134D8C017D47EB@dal0701.realpulse.com> From: Casey Daniell To: 'Ant Users List' Subject: RE: Urgent!! Strange Build Fail! Date: Thu, 6 Mar 2003 17:41:46 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2E439.9BD96165" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2E439.9BD96165 Content-Type: text/plain; charset="iso-8859-1" No problem, this list gets a fair amount of traffic and it is easy to overlook e-mails coming in. Esp when your problem is occurring on the same day that someone else is experiencing the same issue. Depending on when you searched this list archives for your problem, their e-mail might not have even been posted yet! Casey -----Original Message----- From: Lee, Michael.M [mailto:Michael.M.Lee@westgroup.com] Sent: Thursday, March 06, 2003 5:23 PM To: 'Ant Users List' Subject: RE: Urgent!! Strange Build Fail! my bad. I just did not read those yet. and yes, i found those E-mails and they were very helpful. i'll make sure to read other E-mails before sending out questions. again, sorry for my mail. Michael. -----Original Message----- From: Casey Daniell [mailto:CDaniell@realm.com] Sent: Thursday, March 06, 2003 4:47 PM To: 'Ant Users List' Subject: RE: Urgent!! Strange Build Fail! Did you read the thread entitled " Change to FTP behavior in ant 1.5.2?" on the mailing list today? You issue maybe related the issue, #17735, that was filed by Matt Lyon earlier today. Check it out. You may also want to see if the FTP task, http://oss.ipov.org/iftp-ant/, mentioned in the thread "RE: Ant ftp cannot create directory (if it already exists)" helps you out at all. Casey -----Original Message----- From: Lee, Michael.M [mailto:Michael.M.Lee@westgroup.com] Sent: Thursday, March 06, 2003 4:41 PM To: 'Ant Users List' Subject: RE: Urgent!! Strange Build Fail! i guess i'll try to make this question shorter so people will actually read.. :) i'm getting this error. "file:c:/btest/autobuildWLDE/build.xml: 130: could not change to directory: 550 appRoot\config: No Such file or directory" basically, i'm trying to FTP the whole directory to the remote computer. it ftps part of the directory, which is appRoot\config. it successfully creates this directory. but it failes to upload other contents! what would cause this problem? why would this work on one machine and not on the other? Thanks. Michael. -----Original Message----- From: Lee, Michael.M [mailto:Michael.M.Lee@westgroup.com] Sent: Thursday, March 06, 2003 4:23 PM To: 'Ant Users List' Subject: Urgent!! Strange Build Fail! Hello, all. I really want some help on this really, really, strange problem i'm having. I made this script that does automatic build. I have been running this on my machine for a week and it worked fine. So i got a separate machine that i want this to run every night. I copied the exact build.xml code, installed exact version of ant and installed optional libraries. The only difference building file was this. When I build on my machine, i type "build autobuild" On the new machine dedicated for the build, I type "and autobuild" the content of build.bat is at the end of this E-mail When I tried to run this from the new machine, it failed even though it worked on my current machine. the error is this. "file:c:/btest/autobuildWLDE/build.xml: 130: could not change to directory: 550 appRoot\config: No Such file or directory" this is the part of script that fails. ===============part of build.xml ===================================== ========================================================================= here, i have a separate property file that contains these properties. ==============part of autobuild.property======================================= #Location of the project in your hard drive #eg: local_proj_folder=c\:\\btest\\WLDE\\ local_proj_folder=c\:\\btest\\WLDE\\ #Path in telnet_server that contains the project folder telnet_proj_path=/prism/prmdev3/projects #folder name under telnet_proj_path proj_name=DEPC ======================================================================= I'm really sorry for the long E-mail. but I would really appreaciate for any help. Thanks. Michael. ============================ build.bat ======================================================= @echo off set IAS_EXTENSION=.bat set ANT_HOME=%GX_ROOTDIR%\usr\ant set JAVA_HOME=%GX_ROOTDIR%\usr\java set ANT_CLASSPATH=%ANT_HOME%\lib\ant.jar;%ANT_HOME%\lib\jaxp.jar;%ANT_HOME%\lib\ parser.jar;%JAVA_HOME%\lib\tools.jar set IAS_CLASSPATH=%GX_ROOTDIR%\lib\java\jdbc20.jar;%GX_ROOTDIR%\classes\java\ser vlet.jar;%GX_ROOTDIR%\lib\java\ldapjdk.jar;%GX_ROOTDIR%\lib\java\javax.jar;% JAVA_HOME%\jre\lib\rt.jar;%JAVA_HOME%\lib\tools.jar;%GX_ROOTDIR%\lib\java\kf cjdk11.jar;%GX_ROOTDIR%\classes\java\jndi\cosnaming.jar;%GX_ROOTDIR%\classes \java\jndi\providerutil.jar;%GX_ROOTDIR%\classes\java\activation.jar;%GX_ROO TDIR%\classes\java\jms.jar;%GX_ROOTDIR%\classes\java\mail.jar;%GX_ROOTDIR%\c lasses\java set ANT_CLASSPATH=%IAS_CLASSPATH%;%ANT_CLASSPATH% set JAVACMD=%JAVA_HOME%\bin\java %JAVACMD% -classpath "%ANT_CLASSPATH%" -Dant.home=%ANT_HOME% -Dias.home=%GX_ROOTDIR% -Dcpath.seperator=; -Dias.cpath=%IAS_CLASSPATH% -Dias.extension=%IAS_EXTENSION% org.apache.tools.ant.Main %1 %2 %3 %4 ============================================================================ =================== --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C2E439.9BD96165--