xmlproperty task

2004-12-28 Thread JavaStuff
Hi all, I'm using the xmlproperty task to parse an oracle data-sources file and running into a problem I can't figure out on my own. The file: Calling and echoing the properties yields all three properties separated by commas com.evermind.sql.Driv

Re: getting file size

2004-12-28 Thread David Kavanagh
sure! Gmail can handle decent size files, so that will work with me. David On Tue, 28 Dec 2004 07:44:16 -0800 (PST), Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Shell I send it to you offline? > > --- David Kavanagh <[EMAIL PROTECTED]> wrote: > > > Thanks! I'm having problems getting the js.jar I

Re: getting file size

2004-12-28 Thread Ivan Ivanov
Shell I send it to you offline? --- David Kavanagh <[EMAIL PROTECTED]> wrote: > Thanks! I'm having problems getting the js.jar I > need through our > firewall at work, but I'll try it out at home later. > > David > > On Mon, 27 Dec 2004 13:44:48 -0800 (PST), Ivan > Ivanov > <[EMAIL PROTECTED]>

Re: getting file size

2004-12-28 Thread David Kavanagh
Thanks! I'm having problems getting the js.jar I need through our firewall at work, but I'll try it out at home later. David On Mon, 27 Dec 2004 13:44:48 -0800 (PST), Ivan Ivanov <[EMAIL PROTECTED]> wrote: > David, yes it is possible by using javascript: > > > > > >

Checkstyle and Ant

2004-12-28 Thread Dick, Brian E.
I am planning the deployment of Ant 1.7alpha to our project team. Currently, we are using Ant 1.5. We are also using Checkstyle 2.4. Are there any compatibility issues with Checkstyle 2.4 and Ant 1.7alpha? Should we upgrade to a later version of Checkstyle? Later, Brian Dick

loadproperties toUpperCase()

2004-12-28 Thread Rebhan, Gilbert
Hi, i want to load a property and convert it to upper case like that = propertyfile contains just one line : project=bla self.setToken(self.getToken().toUpperCase()); ${project} -> that gives me {project} not set with ${PROJECT} it works. S