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
>
>
>
>
>
>
>
> 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 *
> 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
_
Rediscover Hotmail®: Get quick friend updates right in your inbox.
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009
-
To u
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
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
Hello,
sorry i was on travel.
My "create.cvsroot" Target:
${dependence.warning.ssh1}
${dependence.warning.ssh2}
${cvs.error.connection.method}
(You n
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?
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
__
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
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
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/
12 matches
Mail list logo