AW: Classpath Wildcards

2009-02-25 Thread Jan.Materne
>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

Classpath Wildcards

2009-02-25 Thread Murray, Mike
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

Can't find DocumentException

2009-02-25 Thread Troy S
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

ivy integration with eclipse / intellij?

2009-02-25 Thread Davis Ford
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.

AW: AW: Target "ûf" does not exist in the proj ect "null".

2009-02-25 Thread Jan.Materne
>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

Re: Optional tasks aren't available - why?

2009-02-25 Thread Dominique Devienne
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

RE: Optional tasks aren't available - why?

2009-02-25 Thread Rinehart, Raleigh
> -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

Re: AW: Target "ûf" does not exist in the project "null".

2009-02-25 Thread robnelli
>>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"/>

SQL Task to run execute dbms_java.grant_permission

2009-02-25 Thread tve
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

Re: Is there a login "wait for password" target/task?

2009-02-25 Thread Steve Loughran
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