Re: Restarting Tomcat with Ant

2009-04-02 Thread Mighty Tornado
Thanks, It worked. On Fri, Apr 3, 2009 at 1:10 AM, wrote: > > > > > > > > > > > > > > > > but it failed. Told me it cannot find the shell script. > > > > Could anyone please suggest why this is happening? > > > specifies what command to run. > > specifies where the command should be run. B

AW: Restarting Tomcat with Ant

2009-04-02 Thread Jan.Materne
> > > > > > > > but it failed. Told me it cannot find the shell script. > > Could anyone please suggest why this is happening? specifies what command to run. specifies where the command should be run. But it does NOT specify where the executable should be found. You could try . BUT *

AW: ANT fop task

2009-04-02 Thread Jan.Materne
> I have > classname="org.apache.fop.tools.anttasks.Fop" > classpathref="run-classpath"/> > where Fop class doesnt have main() method A task implementation doesnt have to have a main method. The tasks 'main' is the public void execute(); method. >From the class name I would think that this

RE: ANT fop task

2009-04-02 Thread Martin Gainty
_ Rediscover Hotmail®: Get quick friend updates right in your inbox. http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009 - To u

Re: CVS with SSH

2009-04-02 Thread Henning Lötsch
Hello David, i found: In addition to pserver, CVS supports the ext method (which uses an external connection program, such as rsh or ssh), kserver (for the Kerberos security system version 4), and gserver (which uses the GSSAPI, or Generic Security Services API, and also handles Kerberos versions

Re: ANT fop task

2009-04-02 Thread Gilles Scokart
The first one seems indeed to be an ant task, and so doesn't require a main() method. You have to use the task that you have defined. The second one is a Main, that you can invoke using the java task. If you want, you can build a fop task based on it by defining a macrodef that contains the java

Re: CVS with SSH

2009-04-02 Thread Henning Lötsch
Hello, sorry i was on travel. My "create.cvsroot" Target: ${dependence.warning.ssh1} ${dependence.warning.ssh2} ${cvs.error.connection.method} (You n

Restarting Tomcat with Ant

2009-04-02 Thread Mighty Tornado
Hi, I used the following configuration: but it failed. Told me it cannot find the shell script. Could anyone please suggest why this is happening?

ANT fop task

2009-04-02 Thread Martin Gainty
has Anyone been able to get fop ant task to work Here are 2 classes from fop.jar 2211KB 09/15/2008 I have where Fop class doesnt have main() method does'nt have execute() method as a fallback I can exec it..but was wondering if the fop exec interface was already written? Martin __

ant javac dependencies

2009-04-02 Thread samitj
Hello, I am trying to compile a set of packages all contained within a directory. e.g. src/com/test/a/* src/com/test/b/* src/com/test/c/* Now they have depedencies between each other. Ant does not recognize these dependencies and throws an error that it could not find the other required package on

Re: ant build does it work?

2009-04-02 Thread ray . harper
Hi, How are you setting the JAVA_HOME? Below is some code on how I set this variable. The code is in a bat file: set JAVA_HOME=C:\Program Files\Java set ANT_HOME=C:\opt\ant\apache-ant-1.6.1 set CLASSPATH=%ANT_HOME%\lib;%FLEX_HOME%\lib; set PATH=C:\WINDOWS\syst

ant build does it work?

2009-04-02 Thread samitj
Hello, I set JAVA_HOME to point to my local installation to 1.6 java. But ant is still detecting system java 1.5 Apache Ant version 1.7.0 compiled on July 26 2007 Buildfile: build.xml Detected Java version: 1.5 in: /opt/sun-jdk-1.5.0.12/jre Detected OS: Linux parsing buildfile /mnt/d1/home/sjain/