Re: Urgently help needed on condition task .

2006-02-27 Thread Robert Clark
On Monday February 27, 2006 01:30, "Shweta Bodade" <[EMAIL PROTECTED]> wrote: > But when I give i/p as 1 or 2 it does not go to respective target. > Am I missing something. Its real urgent any help would be great [ SNIP ] Below you are setting the property "servername" to Tomcat if the use selec

Urgently help needed on condition task .

2006-02-27 Thread Shweta Bodade
Hello , Please help needed urgently Can you find bug in this code Because its not getting executed I want to deploy my application in either tomcat or weblogic Depending on user i/p But when I give i/p as 1 or 2 it does not go to respective target. Am I missing s

RE: Missing Jars

2006-02-27 Thread Anderson, Rob (Global Trade)
Again, not sure what exactly your question is. You can use the task to put the jar anywhere you want. Or you could specify the destination in the task itself. It would be helpful to know what you have tried, and what error or result you are getting. Include the relavant portion of your build.

RE: Application Server

2006-02-27 Thread Anderson, Rob (Global Trade)
Not sure what your question is. Does the ant target work from the command line, outside of cruisecontrol? What is the output? Also, search the list archives for running .bat files with . If I recall correctly, the executable should be cmd.exe and the .bat file should be passed as a command line

RE: Simultaneous Builds

2006-02-27 Thread Anderson, Rob (Global Trade)
should work for your purposes. -Rob A > -Original Message- > From: Harshal Chavda [mailto:[EMAIL PROTECTED] > Sent: Monday, February 27, 2006 9:28 AM > To: user@ant.apache.org > Subject: Simultaneous Builds > >  Hello to all users > My configuration is > --pentium 4,CPU 3GHz,512 MB R

Missing Jars

2006-02-27 Thread Harshal Chavda
  Hello to all users My configuration is --pentium 4,CPU 3GHz,512 MB RAM,windows XP professional --JDK 1.5,Ant 1.6.3,Tomcat 4.1,Cruisecontrol 2.2.1 --My knowledge of java is limited to wrting simple elementary programs. I would like to know that after I create a jar file can I make it hidden

Tablespace

2006-02-27 Thread Harshal Chavda
  Hello to all users My configuration is --pentium 4,CPU 3GHz,512 MB RAM,windows XP professional --JDK 1.5,Ant 1.6.3,Tomcat 4.1,Cruisecontrol 2.2.1 --My knowledge of java is limited to wrting simple elementary programs. My query is somewhat out of Ant and Cruisecontrol. Assume that I have s

Missing Jars

2006-02-27 Thread Harshal Chavda
  I would like to know that after I create a jar file can I make it hidden (using Ant tasks in script)? Is it something related to saving the jarfile(in other words specifying the destfile attribute of task) to a path in restricted directory ?If yes how can it be done and If no then what othe

Application Server

2006-02-27 Thread Harshal Chavda
  Hello to all users My configuration is --pentium 4,CPU 3GHz,512 MB RAM,windows XP professional --JDK 1.5,Ant 1.6.3,Tomcat 4.1,Cruisecontrol 2.2.1 --My knowledge of java is limited to wrting simple elementary programs. I want to start Jboss Server (version-3.2.5).For that I use the followin

Simultaneous Builds

2006-02-27 Thread Harshal Chavda
 Hello to all users My configuration is --pentium 4,CPU 3GHz,512 MB RAM,windows XP professional --JDK 1.5,Ant 1.6.3,Tomcat 4.1,Cruisecontrol 2.2.1 --My knowledge of java is limited to wrting simple elementary programs. I want to perform simultaneous build i.e building simultaneous targets.I ca