RE: Regarding email change for ant

2007-11-20 Thread Srikrishna_Parthasarathy
My old address is [EMAIL PROTECTED] And new address is [EMAIL PROTECTED] What is the best way ? srikrishna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 10:34 AM To: user@ant.apache.org Subject: AW: Regarding email change for ant >

Regarding email change for ant

2007-11-20 Thread Srikrishna_Parthasarathy
Is it possible to change my ant news group from my one email address to my another email address . ? My new one Is [EMAIL PROTECTED] srikrishna

Problem using sql task with ant 1.6.5

2007-08-13 Thread Srikrishna_Parthasarathy
Do you need to any specific to use sql task in ant 1.6.5? Is there a work around ? srikrishna C:\projects\springapp>ant -verbose createTables Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java version: 1.5 in: C:\bea92\jdk150_10\jre Detected OS: Windows

RE: Problems with loading from ant.

2007-08-09 Thread Srikrishna_Parthasarathy
Steve If I use ant 1.6.5 then it works . I don't know why ? Will it be a bug or something different has to be done. srikrishna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 12:49 PM To: user@ant.apache.org Subject: RE: Problems with

RE: Problems with loading from ant.

2007-08-09 Thread Srikrishna_Parthasarathy
Thanks for your response. Still it is not loading definitions..same problem.I don't know.I don't get the I/o exception...as it had the bad password. C:\projects\springapp>ant -verbose install Apache Ant version 1.7.0 compiled on December 13 2006 Buildfile: build.xml Detected Java version: 1.5 in:

Problems with loading from ant.

2007-08-09 Thread Srikrishna_Parthasarathy
We are using Ant 1.7 and BEA's jdk version . I am getting the following when I run a particular target . Any pointers on why this is happening ...or any quick workaround ? Eagerly looking forward for responses. C:\projects\springapp>ant -verbose install Apache Ant version 1.7.0 compiled

RE: Problems with property file task

2006-05-09 Thread Srikrishna_Parthasarathy
-Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 11:10 AM To: Ant Users List Subject: Problems with property file task Hey guys, I'm having a bit of an issue with the propertyfile task. I have a build script that captures a date range worth of

RE: Help with ftp

2006-04-12 Thread Srikrishna_Parthasarathy
Can you post your ANT_OPTS arg variable ? -Original Message- From: ilango [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 12:54 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: Re: Help with ftp Hi Rakesh Could you tell me what this common-net library is? Did you refer to s

Ant option versions.....between 1.6.2 and 1.5.3

2006-03-06 Thread Srikrishna_Parthasarathy
I see a new option call -lib is added in ant 1.6.2 version. Why the difference was introduced ? C:\antscripts>ant -version Apache Ant version 1.6.2 compiled on July 16 2004 C:\antscripts>ant --help Unknown argument: --help ant [options] [target [target2 [target3] ...]] Options: -help, -h

RE: Regarding Continous build integration.

2006-02-17 Thread Srikrishna_Parthasarathy
Do I need to register to send emails to this mailing list.? Thanks srikrishna -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 5:55 PM To: Ant Users List Subject: Re: Regarding Continous build integration. I believe you have sent this email t

RE: Regarding Continous build integration.

2006-02-17 Thread Srikrishna_Parthasarathy
I have multiple projects for which I want to use cruisecontrol to do builds. What is the best way to configure this.? I have c:\cvssource Checkout/project1 Checkout/project2 Log/project1 Log/project2

RE: Regarding Continous build integration.

2006-02-17 Thread Srikrishna_Parthasarathy
I need to build for multiple projects. Can you share the cruisecontrol.war file. Thanks srikrishna -Original Message- From: Joe Schmetzer [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 12:23 PM To: Ant Users List Cc: user@ant.apache.org; [EMAIL PROTECTED] Subject: RE: Regardin

RE: Regarding Continous build integration.

2006-02-17 Thread Srikrishna_Parthasarathy
Can you brief through the basic steps ? I am new to using JMX. Have a nice weekend . Is there any good documentation. Thanks srikrishna -Original Message- From: Joe Schmetzer [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 11:01 AM To: Ant Users List Cc: user@ant.apache.org; [

RE: Regarding Continous build integration.

2006-02-17 Thread Srikrishna_Parthasarathy
Is there a utility which comes with cruise control to trigger the builds manually through a web interface. Eager to see the group replies./ -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 11:28 AM To: Ant Users List Subject: Re: Regarding

Calling one build file with another - please respond

2006-02-16 Thread Srikrishna_Parthasarathy
My goal is do a checkout of each project and then do a build. For my first project when I run individually,I call ant so it works but for my 2nd project ...I had to ant -lib .\lib . it works too. How to pass this information to the 2nd build...using the ant task. The below mentioned doesn't work..s

custom ant task .....successful or not

2006-02-15 Thread Srikrishna_Parthasarathy
How to check if custom ant task ran successful or not. Eager to see your replies. srikrishna

RE: Deploying an application in WebLogic

2006-02-15 Thread Srikrishna_Parthasarathy
Kindly use this.edocs.bea.com has information. -Original Message- From: Shweta Bodade [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 11:41 PM To: Ant Users List Subject: Deploying an application in WebLogic Hello GM all of you... Can anyone guide me o

RE: Please help....Urgent..Using inside the script

2006-02-10 Thread Srikrishna_Parthasarathy
Hello If I checkout in a particular dir by source and then do a build, I am successful C:\cvssource\bosprint>ant -lib .\lib Buildfile: build.xml [echo] C:\apache-ant-1.6.2 clean: [delete] Deleting directory C:\cvssource\bosprint\build [delete] Deleting directory C:

Help with Microsoft visual source safe ant task

2006-02-10 Thread Srikrishna_Parthasarathy
I am new to Microsoft visual source ant task. I am trying to checkout using ant.There is also get for vss.what is the difference ? . what is the right syntax C:\cvssource>ant -debug -f cc-build.xml buildvss Apache Ant version 1.6.2 compiled

Please help....Urgent..Using inside the script

2006-02-10 Thread Srikrishna_Parthasarathy
One build file is calling another build file to do the build .But for the actual build to happen , I have to do ant -lib .\lib. How to accomplish this inside the 2nd target. -Original Message- From: Parthasarathy, Srikrishna - Information Technology <[EMAIL PROTECTED]> Sent: Friday, Fe

RE: Usage of JBlanket

2006-02-10 Thread Srikrishna_Parthasarathy
I am doing it this waylike ant -lib .\lib ...then it works . But the way you are trying doesn't work. If your code works , please ...share -Original Message- From: Thomas SMETS [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 7:31 PM To: Ant Users Subject: Usage of JBlanke

Using ant task for doing builds.

2006-02-10 Thread Srikrishna_Parthasarathy
In my 2nd build, when I actually do a ant -lib .\lib , it works. How do I incorporate in my below mentioned build.xml file

How to do explicit path setting in ant

2006-02-03 Thread Srikrishna_Parthasarathy
If I have weblogic.jar and jsafeFIPS.jar in the ant_home/lib dir and the following build, I am successful. If I also do this BUILD SUCCESSFUL Total time: 4 seconds C:\antscripts>ant -lib .\lib -f weblogicdeploy.xml deploy Buildfile: weblogicdeploy.xml If I try to set it explicit

Problem with explicit path setting inside a target

2006-02-02 Thread Srikrishna_Parthasarathy
If I have weblogic.jar and jsafeFIPS.jar in the ant_home/lib dir, I am successful. If I also do this BUILD SUCCESSFUL Total time: 4 seconds C:\antscripts>ant -lib .\lib -f weblogicdeploy.xml deploy Buildfile: weblogicdeploy.xml If I try to set it explicitly build fails .It is no

RE: Using 2 versions of JAVA_HOME through one build script

2006-01-26 Thread Srikrishna_Parthasarathy
Thanks for responding. Can you give an example on how to do that ? -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 12:02 AM To: user@ant.apache.org Subject: Re: Using 2 versions of JAVA_HOME through one build script On Wed, 25 Jan 2006,

Using 2 versions of JAVA_HOME through one build script

2006-01-25 Thread Srikrishna_Parthasarathy
I have the following build.xml file for doing the build. I need to switch my java_home every time to do two versions of weblogic builds. Instead of setting through system control panel JAVA_HOME , I want to set it through ant script.

Regarding controlling log files in cruise control

2006-01-06 Thread Srikrishna_Parthasarathy
I have a question regarding cruisecontrol log files. It generates a cruisecontrol.log file with info and the window where cruise control is started. I wanted to generate the output in the log file only in case of errors. [cc]Jan-06 13:29:17 Main - CruiseControl Version 2.3.1 Compile

Regarding CVSROOT defined as system variable

2006-01-04 Thread Srikrishna_Parthasarathy
The following works initially But after defining CVSROOT , it I am getting the below mentioned exception. My system variable contains. ":ext:[EMAIL PROTECTED]:/cvsroot" After removing CVSROOT, I thought it would work but still same except

How to change directories in ant.....

2006-01-04 Thread Srikrishna_Parthasarathy
I would like to change directory levels . how to do this ? cd

RE: Adding new project into CVS

2005-12-28 Thread Srikrishna_Parthasarathy
Can you explain the steps ? We are using CVS_RSH=ssh Thanks srikrishna -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 1:29 PM To: Ant Users List Subject: Re: Adding new project into CVS Hello, yes there is a way: use task with import

Adding new project into CVS

2005-12-28 Thread Srikrishna_Parthasarathy
Is there a way to add new project into cvs using ant .? Thanks srikrishna

RE: Ant Deploy failure in weblogic 8.1

2005-12-27 Thread Srikrishna_Parthasarathy
>From Weblogic 8.1, there is a custom ant task for deployment call wldeploy. After getting it right, please share it to the group . Hope this helps. Srikrishna -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 2:42 AM To: Ant Users List S

Classpath setting -Very urgent

2005-12-22 Thread Srikrishna_Parthasarathy
I would like to set ant/lib dir jar's file in my classpath. How to do that ? I am new to ant. Thanks srikrishna

RE: rsync

2005-12-22 Thread Srikrishna_Parthasarathy
Thanks . One final help I want to include ant/lib in my classpath what is the best way to do this -Original Message- From: Marcus Zafarano [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22,

RE: rsync

2005-12-22 Thread Srikrishna_Parthasarathy
I have only private and public key . I don't have Certificate files. More we are using from a windows box to an unix box. Will this rsync work? -Original Message- From: Marcus Zafarano [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 2:06 PM To: Ant Users List Subject: RE: rsyn

Old ant version download and general ant question- 1.5.3

2005-12-22 Thread Srikrishna_Parthasarathy
I am trying to download 1.5.3 for researching my build.xml file. But I Couldn't find it. http://archive.apache.org/dist/ant/source/ I am trying to do a build with ant and weblogic ant tasks for building a webservice. If I have the weblogic.jar , webservices.jar in the ANT_HOME /lib d

RE: rsync

2005-12-22 Thread Srikrishna_Parthasarathy
Can you share your properties file and explain on what exactly this do ? Thanks srikrishna -Original Message- From: Marcus Zafarano [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 1:45 PM To: Ant Users List Subject: RE: rsync

Regarding Continous build integration.

2005-12-22 Thread Srikrishna_Parthasarathy
I would like to know if there are any open-source continuous integration build tools other than CruiseControl. Is there any other documentation other than The following website regarding this. http://cruisecontrol.sourceforge.net/ We would like to do the following tasks: a) Do

Checking classpath enteries --from ant script

2005-12-20 Thread Srikrishna_Parthasarathy
How do you check for classpath entry's using ant task ?

Different version of ant _ Please help

2005-12-20 Thread Srikrishna_Parthasarathy
How to use the weblogic version of ant . I am trying to build a webservice using the following build file but it is complaining for wlappc. I am using weblogic version 8.1 sp2 BUILD FAILED C:\testwebservice\build.xml:78: Could not create task or type of type: wlappc. Ant could not find

RE: Urgent help with FTP task.....please help

2005-12-15 Thread Srikrishna_Parthasarathy
There is an issue of password being in clear text while using the ftp task. Is there a way around it . project name="ftpuse" default="ftp"> > > > > > > > > > > > > > > > > > remotedir="c:\uploads" > > > > > > depends="yes" > > > > > >userid="sparthasarthy12" > > >

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
Hello Ivan It is working now from laptop to unix box .I needed two jar files. Jakar-oro file and commons-net file . I would install ftp server on my desktop as per your suggestion and make that also work. Thanks srikrishna -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] S

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
Thanks for your email I am using ant 1.6.5 . For ftp what jar file you have to download and put in ant lib directory? It used to be netcommons.jar...I don't see that now. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 6:59 PM To: user@an

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
I am not a windows guy ...How to check if the ftp server is running or how to start it ? I did from my laptop the following C:\antscripts>ftp 10.187.218.183 > ftp: connect :Unknown error number ftp> exit Invalid command. ftp> quit I am using windows xp sp1 Thanks srikrishna -Original Message-

RE: Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
I am trying from my laptop to my desktop. Eventually I have to move files from one windows box to multiple windows boxes. -Original Message- From: Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 6:14 PM To: Ant Users List Subject: Re: Urgent help with FTP task

Urgent help with FTP task.....please help

2005-12-14 Thread Srikrishna_Parthasarathy
I downloaded the required jarfile from ant site for ftp task . I get the following error. C:\antscripts>ant -verbose -f generalftp.xml Apache Ant version 1.6.2 compiled on August 5 2004 Buildfile: generalftp.xml Detected Java version: 1.5 in: C:\bea9\JROCKI~1\jre Detected OS: Windows XP pa

Ear file build....with weblogic......8.1sp2

2005-10-24 Thread Srikrishna_Parthasarathy
I am trying to create a Ear file out of the following. It is complaining \ejb-jar.xml [copy] Copying C:\finalmessage\build.xml to C:\finalmessage\build\META-INF uild.xml [jar] Building jar: C:\finalmessage\dist\OMSQueueEngine.jar [jar] adding directory META-INF/ [jar] adding

Regarding ant JBOSS script ...........Urgent

2005-09-09 Thread Srikrishna_Parthasarathy
Below is the script for starting jboss. I would like to introduce a -D option for a property file to the startup script and access it in my java web app . I know on how to retrieve on the java side. Eager to receive group's ideas. http://dbaw

Copy Question - Between UNIX and Mapped windows drive.

2005-08-09 Thread Srikrishna_Parthasarathy
I would like to zip the contents of a folder in unix and copy them to a mapped drive under windows. What is the right syntax of doing this ? Eager to see the suggestions or pseudo code to accomplish this. Thanks srikrishna

RE: Urgent request for testing availability of websites.

2005-08-02 Thread Srikrishna_Parthasarathy
Can you post the hyperlink again. It is going to Macromedia's site. We just just want to test the application after logging into the site by clicking some tabs and links in sequence to verify the applications are running Thanks srikrishna -Original Message- From: James Fuller [mailto:[EMA

Urgent request for testing availability of websites.

2005-08-02 Thread Srikrishna_Parthasarathy
Is there a way through ant to do a) Login in to a website - success or failure based on status codes. b) To test hyperlink's to check if the applications are running. Any ideas would be highly appreciated. Thanks srikrishna ---

RE: scp question - very urgent

2005-07-19 Thread Srikrishna_Parthasarathy
Yes. I want to a have a build file. We have about 4 environments. I want to have a standardized script to copy files between machines driven through a property file. Scp command for some reason loose symbolic link while copying between machines. We are using solaris 2.8. Is there any arguments you

scp question - very urgent

2005-07-18 Thread Srikrishna_Parthasarathy
I am trying to recursively copy dir 's from one machine to another... I issue the command from the old itappstage machine Scp -p -r weblogic [EMAIL PROTECTED]:/opt what is the best way to check if the no of files in the new machine matches the one with the old. Eager to

RE: scp question - very urgent

2005-07-18 Thread Srikrishna_Parthasarathy
He have a new solaris box. So the new box doesn't contain existing directories i have to create like /opt/bea /opt/weblogic /opt/oracle what is the best way to do this ? By the way by scp command loses symbolic link copiesfrom the old box to the new box.I tried tar but it is going out of

Remote execution of build files

2005-07-13 Thread Srikrishna_Parthasarathy
I don't know if this is possible to do with ant. a) I would like to execute remote build files from windows XP.For eg I would like to start JBOSS and Weblogic .I have looked into AntServer and RemoteAnt . b) Is there a way for ant after executing the Antserver task to get the command prompt to

RE: Urgent help-Regarding startup and showdown script for jboss

2005-06-08 Thread Srikrishna_Parthasarathy
I tried thisbut I don't why I am getting response code 500. It is better than before but not complete. Any ideas to fix the problem [dbaweb] /home/jboss/BaseServer> ant -verbose -f jboss.xml jboss.start Apache Ant version 1.6.4 compiled on May 19 2005 Buildfile: jboss.xml Detected Java versio

Urgent help-Regarding startup and showdown script for jboss

2005-06-08 Thread Srikrishna_Parthasarathy
The following script start and stops JBOSS . But the target jboss.start is successful before the server is actually started. Is there a way to make the target Successful only when it is actually started . Eager to receive ideas Eager to receive the newgroup comments.

Urgent Help - JBOSS startup and shutdown scripts

2005-06-07 Thread Srikrishna_Parthasarathy
The following script start and stops JBOSS . But the target jboss.start is successful before the server is actually started. Is there a way to make the target Successful only when it is actually started . Eager to receive the newgroup comments.

RE: Ant 1.6.5 released

2005-06-02 Thread Srikrishna_Parthasarathy
Hello Thanks for the update. Can you explain the specific bug with move task or point me where I can read about it ? Thanks srikrishna -Original Message- From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 10:15 AM To: Ant Developers List; Ant Users List

Version Schedule

2005-05-23 Thread Srikrishna_Parthasarathy
When is ant 1.7 going to be released .? Thanks srikrishna

RE: Out of Memory Error

2005-04-21 Thread Srikrishna_Parthasarathy
What was the working solution ? Did you set min and max heap the same ? -Original Message- From: Huditsch Roman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 6:19 AM To: Ant Users List Subject: AW: Out of Memory Error Hi, I think I found a working solution with Ivan's help.

RE: port information

2005-04-14 Thread Srikrishna_Parthasarathy
Probably something needs to be in windows path for your specific command to be executed. The standard way is netstat -an. -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 4:03 PM To: Ant Users List Subject: RE: port information Thanks I think

RE: port information

2005-04-14 Thread Srikrishna_Parthasarathy
Try to execute netstat -an command inside ant. -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 3:36 PM To: Ant Users List Subject: port information Hello All, I donno if this is even possible with ant, but I need to write a script/figur

RE: Question regarding Ant custom task

2005-04-08 Thread Srikrishna_Parthasarathy
Hello Thanks for responding. Since I have i,j variable is defined outside of all methods in my method, their values are available anywhere in any method. Can you provide pseudo code or any example snippet for 2 and 3 ? I am new to ant world ? Eagerly awaiting your response to implement your

Question regarding Ant custom task

2005-04-07 Thread Srikrishna_Parthasarathy
I have a Java class with couple of public methods. When this method is called in a target task . public String statcollection(){ if (j>0){ System.out.println("Problem with the messages"); System.out.println("The number of messages in the queue since "