>I'm trying to use Java's Classpath wildcards to limit the cmd length on
>forked java calls.
>
>
That's not a Java wildcard, it's an Ant wildcard.
Because is an Ant construct and Java wildcard can only be
used from the command line.
>But, Ant is throwing it out.
> dropping L:\Windchill\s
I'm trying to use Java's Classpath wildcards to limit the cmd length on
forked java calls.
But, Ant is throwing it out.
dropping L:\Windchill\srclib\wnc\* from path as it doesn't exist
[java] Executing 'D:\programs\jdk1.6.0_10\jre\bin\java.exe' with
arguments:
Is there any
Hi Ant fans,
When I run codegen, I get the error can't find DocumentException.
The class file is in the jar file C:/java/dom4j-1.6.1/dom4j-1.6.1.jar
How do I track down why the class is not being picked up.
Troy
$ ant -verbose codegen
Apache Ant version 1.7.1 compiled on June 27 2008
Buildfil
Hi, I'm looking at trying to incorporate ivy into our build system.
One of the biggest headaches we face is getting an IDE project to
actually work (i.e. classpath, etc. is functional). This is a large
project. I get the whole idea of dependency management, and I follow
how to make that happen.
>Placing the before the appears to be a no-no:
>
>BUILD FAILED
>F:\VoyenceControl\build.xml:4: path doesn't support the nested
>"taskdef" element.
I meant BEFORE not OUTSIDE.
So I meant
...
instead of
(maybe a problem with closing tags ...)
>It apears that using
On Tue, Feb 24, 2009 at 5:56 PM, Troy Telford wrote:
> I hope this is a quick question: I'm trying to compile some java code that
> uses a few of the optional tasks in ant.
>
> I thought when I had downloaded the ant binary distribution, it would include
> the optional tasks; however, I can't see
> -Original Message-
> From: Troy Telford [mailto:ttelford.gro...@gmail.com]
> Sent: Tuesday, February 24, 2009 5:57 PM
> To: user@ant.apache.org
> Subject: Optional tasks aren't available - why?
>
> I hope this is a quick question: I'm trying to compile some java code
> that
> uses a f
>>Warning: Reference classpath.build has not been set at runtime, but was
found during
>>build file parsing, attempting to resolve. Future versions of Ant may
support
>>referencing ids defined in non-executed targets.
>In your buildscript there is a taskdef
> classpathref="classpath.build"/>
Hi there,
I am trying to use ant SQL task to run the following "execute
dbms_java.grant_permission" in an Oracle 10g database but the task is
failing with the following error: ORA-00900: invalid SQL statement.
I guess that the execute dbms_java is not a standard sql statement but
before giving u
Scott Stark wrote:
asks for entry of some string; it doesn't ask if the property is
already set, so for CI servers you set it up with login details for that
account.
For talking to a nested shell script, I think the component can
do that
I looked at telnet, which is why I thought there might
10 matches
Mail list logo