XLTC task?

2003-04-04 Thread Kyle Adams
Just checking before I re-invent the wheel - is anyone else aware of an Ant task for compiling XSL stylesheets into translets? Kyle A.

[PATCH] Added timeout attribute to serverdeploy task

2003-05-05 Thread Kyle Adams
As a companion to an earlier set to patches (which added a failonerror attribute), the attached set add a timeout attribute to the serverdeploy task. Setting this attribute to a valid time in milliseconds calls the java.setTimeout() function; if an invalid time or no time is specified, no call is

J2EE Deployment Models

2003-05-19 Thread Kyle Adams
specs for J2EE and avoid anything that ties us to non-standard practices, or vendor lock-in. Thoughts? Thanks, Kyle Adams Developer, Gordon Food Service

Re: J2EE Deployment Models

2003-05-20 Thread Kyle Adams
Gah - this really was supposed to go to the ant users mailing list. My apologies; I just set my mind on autopilot. Resending... now. Kyle

Adding support for XMLCatalog in EjbJar

2003-05-21 Thread Kyle Adams
I've taken a first stab at adding support for nested elements within , but I'm running into some problems I thought I'd run by the list. First glance, it appeared pretty easy. Add a few methods and insert the following bit of code in the execute method: if (xmlCatalog != null) { saxParser.g

XML, XSL, and Ant

2003-10-22 Thread Kyle Adams
This is an extension of a thread that originally began in users (http://marc.theaimsgroup.com/?t=10667642568&r=1&w=2), but is moving more towards a dev-type discussion. I've noticed some odd behaviors in how

Re: XML, XSL, and Ant

2003-10-23 Thread Kyle Adams
t? No problem - I've got a simple test case already setup that's currently failing, so I'm all set for testing :-) Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 - To unsubscribe

Re: XML, XSL, and Ant

2003-10-25 Thread Kyle Adams
document()'ed. Nice fix! Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Task for Reading POMs

2004-08-13 Thread Kyle Adams
s) that it doesn't handle. Consequently I'd like the write a PomProperty (probably extending XmlProperty) to handle these extra bits of functionality. Thanks, Kyle _ Kyle Adams | Java Developer | Gordon Food Serv

Re: Task for Reading POMs

2004-08-16 Thread Kyle Adams
e default package visibility. It would be nice (from my perspective) if all of the methods above were protected, making it easy for me to extend XmlProperty and create a PomProperty task. Is there a ryhme or reason for their existing visibilities that I'm missing? Kyle _ Kyle Adams

Re: Task for Reading POMs

2004-08-18 Thread Kyle Adams
aven-specific, library-type JAR. I think that would also make a standardized POM much more attractive to Java tool developers. Am I out in left field here, or does that sound reasonable? Kyle _ Kyle Adams | Java Developer | Gordon Food Service | 616-717-6162 -