Load a dll

2007-12-10 Thread Doug Tabuchi
I'm trying to run some junit tests through ant and keep getting [junit] - --- [junit] - Standard Error - [junit] Dec 10, 2007 9:58:31 AM com.microsoft.sqlserver.jdbc.AuthenticationJNI [junit] WARNING: Failed to load the sqljdb

Re: JLink replacement

2007-07-25 Thread Doug Lochart
why it was deprecated in the first place but if there is no reason to stop using it then don't! Make it your task and use it! Doug Martin Ficker wrote: Sorry, I have to push this again. Is the question to stupid? To difficult? No one any idea? M. Martin Ficker wrote: Hi, I

Re: ant cvs error

2007-06-26 Thread Doug Lochart
Martin Gainty wrote: Is there a cvs binary that needs to be installed? I didnt see this in ant distro?! Yes you need to choose a CVS implementation for Windows and install that. I think the last one I used was cvsNT but I am sure there are others. Thanks! M-- This email message and any files

Re: Using for loop

2007-06-20 Thread Doug Lochart
If you need to generate something dynamically using a template I would use Velocity. It is easy to make a velocity task (I believe by now one might exist) and you can use it. You can feed Velocity a context of parameters and spit out a new build file very easily. just a thought Peter Reilly

Re: Running another target - can it be done?

2007-05-31 Thread Doug Lochart
yitzle wrote: That looks like what I want. Thanks! When you are self taught multiple tools, frameworks, etc on the job its hard to look through all the components, especially something like Ant, where, as long as it works, I'm pretty happy. I did look at the list of tasks, but some of the names

Re: Waiting for task to succeed

2007-05-24 Thread Doug Lochart
I may be being a bit picky but I would not key on a port (which could change in a config file) I would target the process name itself with ps or pgrep myself. I haven't done any serious ant dev in a while (my build scripts work fine =) but if you have exhausted the core and contrib tasks then

Re: Building Dependent targets

2007-05-24 Thread Doug Lochart
Joe Schmetzer wrote: On Thu, 24 May, 2007 12:46 pm, query wrote: Earlier I was using some other build tool to build my project. Here if a target is built and if the same target is used to build some other target, it compares the timestamp and will not build the dependent targets again. As I s

Re: Question on how to to debug mapper issues

2005-11-22 Thread Doug
I think. well give a try & pray. On November 21, 2005 06:44 pm, Brown, Carlton wrote: > As I'm learning Ant, one thing I miss bitterly is the ability to print, > echo, or otherwise inspect every piece of data in order to see where > things are going wrong. I'm having some trouble with a mapper

RE: Improving the manual

2005-07-27 Thread Daniels, Doug
I'm willing to help out, I'm a decently experienced user, and have come up with my own ant scripts and read through some best practices. I think it'd take some time to get my scripts to be general enough to be used as recipes, what we use at my company is general, but only really amongst the man

copy failonerror

2005-01-12 Thread Doug Moore
rning which the doc says it does. Is this broke or am I misunderstanding this. Doug

RE: winning the case for ANT

2004-10-15 Thread Daniels, Doug
lds, so you can reuse them and extend them, or at least that's how I've been using it): http://www.manning.com/hatcher/ Doug Daniels

RE: Split build file

2004-09-01 Thread Daniels, Doug
When I run the first build.xml, I get $ ant Buildfile: build.xml BUILD FAILED file:d:/testinclude/sub_build.xml:6: Unexpected element "project" Total time: 0 seconds What is wrong here?? Sadaf -Original Message- From: Daniels, Doug [mailto:[EMAIL PROTECTED] Sent: Wednes

Reference access from imported build file (ant 1.6.2)

2004-07-22 Thread Doug Lochart
id not get hung up on any references missing). Can anyone tell me what is occurring now and if this is a bug or not. Thanks Doug Now I've gained some understanding Of the only world that we see. Things that I once dreamed of Have become reality. These walls that still surround me Still con

Retrieving a list of directory names from fileset without the ful ly qualified path

2004-04-01 Thread Daniels, Doug
ty to where your ant-contrib jar is: ARGUMENTS: ${arguments} ~ Doug Daniels - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Looking for a tool to graphically represent an ant.xml

2004-03-22 Thread Daniels, Doug
splay the hairy details of all the complicated targets used in over riding and ant calls within a target. Maybe I should try extending one of these projects...the beauty of open source. ~ Doug Daniels -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2

Generating java files selectively from IDL files using a nd type glob

2004-01-29 Thread Daniels, Doug
We have a bunch of IDL files that we use to generate java files and stubs. I'm trying to to generate java files only when an IDL is updated, I've been able to do a dependency check like this: This works fantastic, but the only

FileSet includesfile attribute, including files with a leading /, reading arguments from a file then passing to

2004-01-26 Thread Daniels, Doug
I'm trying to use FileSet to grab a bunch of files from a file, and pass it as an argument to a task. The file, /project/vobs/project/data/client/file_list looks like this: /project/vobs/project/data/client/menuScreen.xml ... /project/vobs/project/data/client/moreStuff.xml Here is what I've trie

Re: Javac task skips inner classes

2004-01-23 Thread Doug Lochart
main class based on dependency rules but I do not know if those same dependency rules apply to inner classes. good luck Doug Now I've gained some understanding Of the only world that we see. Things that I once dreamed of Have become reality. These walls that still surround me Still contain the s

Nested patternset, patternset intersection

2004-01-21 Thread Daniels, Doug
of the patterns, is this how the patternset is supposed to work, or am I just not doing something correctly? Any suggestions. ~Doug Daniels - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: classpath

2003-08-14 Thread Doug Brown
Absolutely, I've just been waiting to find out if there's a general interest. If it seems like something that folks want to use, I'll set up a project on sourceforge or savannah soon. Just let me know... Doug -Original Message- From: Rosendahl Sten - stro [mailto:[EMAIL P