Re: Loading resources from my task's JAR?

2006-01-05 Thread Ray Tayek
At 09:48 PM 1/4/2006, you wrote: I wrote an Ant task that needs to load some files ... and I've tried getting at it with (and more) from within my task's code: i had a bunch of trouble getting resources from jars a while back, but was all in java. if you are getting a null when trying to get

RE: ant not recognizing command line argument

2005-12-01 Thread Ray Tayek
At 04:23 PM 12/1/2005, you wrote: Attached is a little utility... nice program. thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: idiom to pass ant command line args to java task?

2005-12-01 Thread Ray Tayek
. :) searching now captain. thanks --- Ray Tayek <[EMAIL PROTECTED]> wrote: > hi, i would like to say: ant run arg1 arg2 ... and > have the run task > grab the args and pass them to the task as > > > does anyone have

idiom to pass ant command line args to java task?

2005-12-01 Thread Ray Tayek
hi, i would like to say: ant run arg1 arg2 ... and have the run task grab the args and pass them to the task as does anyone have an idiom for doing this? or must i use environment variables or something else? thanks -

Re: Url Syntax for invoking adminitrative task on mysql database

2005-11-30 Thread Ray Tayek
At 10:51 AM 11/29/2005, you wrote: ... BUILD FAILED P:\SLZ\AMENA-CC\build.xml:276: java.sql.SQLException: No suitable Driver for jdbc:mysql://localhost:3306 ... i had this (but for very different reasons) with mysql 5. updating to the most recent driver fixed it. thanks ---

Re: how to get one class file into classpath in ant?

2005-11-09 Thread Ray Tayek
At 06:47 AM 11/9/2005, you wrote: >description="runusingjar"> > > > > > > > > > anybody got a clu

Re: Specifiying user properties file

2005-11-05 Thread Ray Tayek
At 04:42 PM 11/5/2005, you wrote: I'm trying to set up a situation where my users can specify a properties file where they can set properties specific to their machines. ... properties are immutable so something like: ... whoever defines a property

how to get one class file into classpath in ant?

2005-11-05 Thread Ray Tayek
hi, using the following fragment from the ant build file (see below): log file says: r

how to add a single class (or a few classes) to the classpath

2005-10-24 Thread Ray Tayek
hi, trying to make the following fragment work path="${dist}/${ant.project.name}-${DSTAMP}.jar"/> the purpose of this

Re: how to echo out the os and os family

2003-06-03 Thread Ray Tayek
properties *** after *** having used for instance condition, which will only set the value of a property under ... the conditions of your choice. got it! thanks - Original Message - From: "Ray Tayek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 02,