Question Regarding Ant Build and Jspc Task (Tomcat JSPC, not ANT depricated JSPC)

2017-05-05 Thread Mohammed Manna
Hello, Firstly, thanks for allowing me to post on the user list forum. i hope to get useful information from you guys. I have configured my ant build job to precompile JSP files for my web application. below is the portion of taskdef ${java.home} ${env.JAVA_HOME}

RE: help regarding ANT.

2007-10-11 Thread Ravishankar BV.
Hi all, Thanks for your help. The classpath problem is solved and is up and working. Thanks. Ravi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 6:54 PM To: user@ant.apache.org Subject: AW: help regarding ANT. Its often

Re: help regarding ANT.

2007-10-10 Thread David Weintraub
What task is being called on line 222 of your build.xml file? What this is saying is that a class needed for a particular task cannot be found. It could be a missing *.jar file. I believe you'll find that you're trying to implement the "deploy" task of Tomcat. Since you're getting the classfile r

RE: help regarding ANT.

2007-10-10 Thread cknell
help after looking it over. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: Ravishankar BV. <[EMAIL PROTECTED]> Sent: Wed, 10 Oct 2007 18:32:54 +0530 To: Subject: help regarding ANT. Hi all, I'm new to Apache and ANT (and even java too

AW: help regarding ANT.

2007-10-10 Thread Jan.Materne
n >-Ursprüngliche Nachricht- >Von: Ravishankar BV. [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 10. Oktober 2007 15:03 >An: user@ant.apache.org >Betreff: help regarding ANT. > >Hi all, > > > >I'm new to Apache and ANT (and even java tools). I&#x

help regarding ANT.

2007-10-10 Thread Ravishankar BV.
Hi all, I'm new to Apache and ANT (and even java tools). I'm purely into "C". So, sorry if this looks silly and trivial. I have a build.xml file and when I run: $ ant -f build.xml generate.html, I get an error: /build.xml:202: taskdef class org.apache.catalina.ant.DeployTask cann

RE: regarding ant build file using wlserver

2006-12-04 Thread Suchitha Koneru \(sukoneru\)
Can you start and stop the server , manually i.e. not from the ant target ? -Original Message- From: Arunasree manchala [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 2:28 AM To: user@ant.apache.org Subject: regarding ant build file using wlserver hi , This ia arunasree. Iam

regarding ant build file using wlserver

2006-12-04 Thread Arunasree manchala
hi , This ia arunasree. Iam running the ant script to start the weblogic server. Iam using wlserver. I am getting the error,what like this. Server is started but immmediately is shutting down. *ERROR:* BUILD SUCCESSFUL Total time: 14 seconds [wlserver] [wlserver] [wlserver] > [w

RE: regarding Ant

2006-03-24 Thread Anderson, Rob (Global Trade)
I like the MailLogger. -Rob A > -Original Message- > From: Manas_Das [mailto:[EMAIL PROTECTED] > Sent: Friday, March 24, 2006 5:40 AM > To: Ant Users List > Subject: regarding Ant > > Dear all, > I got the idea that ant should be used whenever we want >

RE: regarding Ant

2006-03-24 Thread RADEMAKERS Tanguy
ers List >Subject: RE: regarding Ant > >Hi Tanguy, >Thanks for your reply. Actually I am using WSAD to develop web projects >in java .but I am interested to work in a tool which uses system calls >directly I mean I want to get the low level ideas. Can I use ant while >using WSAD

RE: regarding Ant

2006-03-24 Thread Manas_Das
t now. Thanks and regards Manas Ranjan Das -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 7:54 PM To: Ant Users List Subject: RE: regarding Ant Hello Manas, Ant is mainly used to automate processes related to developing java software

RE: regarding Ant

2006-03-24 Thread RADEMAKERS Tanguy
le build file in the outstanding ant docco (Using Ant -> Writing a Simple Buildfile -> Example Buildfile) to see a really simple example. /t >-Original Message- >From: Manas_Das [mailto:[EMAIL PROTECTED] >Sent: Friday, March 24, 2006 2:40 PM >To: Ant Users List >Subject:

regarding Ant

2006-03-24 Thread Manas_Das
Dear all, I got the idea that ant should be used whenever we want to automate some processes and more over it is a building tool in which we can specify several tasks but still I am getting confused with ant .could someone explain me about ant I mean what are the scenarios in which we shoul

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

RE: Question regarding Ant custom task

2005-04-10 Thread Rainer Noack
il 08, 2005 5:09 PM > To: user@ant.apache.org; [EMAIL PROTECTED] > Subject: RE: Question regarding Ant custom task > > > Hello > > Thanks for responding. > > Since I have i,j variable is defined outside of all methods > in my method, their values are available any

RE: Question regarding Ant custom task

2005-04-08 Thread Srikrishna_Parthasarathy
suggestions. Thanks srikrishna -Original Message- From: Rainer Noack [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 4:56 PM To: 'Ant Users List' Subject: RE: Question regarding Ant custom task Hi srikrishna, 1. What do you mean with a "global variable"

RE: Question regarding Ant custom task

2005-04-07 Thread Rainer Noack
ing on the existence or value of this property. Cheers Rainer > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 10:04 PM > To: user@ant.apache.org > Subject: Question regarding Ant custom task > > &g

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 "