RE: [SUBMIT] optional task

2003-09-08 Thread Jan . Materne
I think using the common known style is better. But you can implement as you want :-) Jan > -Original Message- > From: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] > Sent: Monday, September 08, 2003 12:53 PM > To: Ant Developers List > Subject: RE: [SUBMIT

RE: [SUBMIT] optional task

2003-09-08 Thread Jose Alberto Fernandez
] [mailto:[EMAIL PROTECTED] > Sent: 08 September 2003 06:17 > To: [EMAIL PROTECTED] > Subject: RE: [SUBMIT] optional task > > > > > First thought on that topic is a kind of printf > > > > > > where > > > propertytakes the name of the new cr

RE: [SUBMIT] optional task

2003-09-08 Thread Jan . Materne
> > First thought on that topic is a kind of printf > > > > where > > propertytakes the name of the new created property > > refids takes a list of (:,;) separated names of properties > > format takes the format string like in printf > > > > That would be much more p

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 11:09 PM > To: [EMAIL PROTECTED] > Subject: RE: [SUBMIT] optional task > > > First thought on that topic is a kind of printf > > where >

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
I should have figured the .java file would be stripped. Here it is with .txt appended to get it through. -- Larry /* * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary for

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
Attached is the java file and the doc file (with a .txt attached to the end to make sure it gets through.) -- Larry propertyformatter Task propertyformatter Description Formats a string to a paticular format. Parameters Attribute Description Required property

RE: [SUBMIT] optional task

2003-09-05 Thread Jan . Materne
> > Thoughts? > > Is it really worth the trouble? If so, it may even be easier to write > a sprintf library from scratch and put it into jakarta commons. > > Stefan For the sprintf/scanf the common-lang would be good. I think in org.apache.commons.lang.StringUtils. Sometimes I needed a sprint

RE: (WAS: RE: [SUBMIT] optional task )

2003-09-05 Thread Jan . Materne
\---taskdefs | \---optional | Sprintf.java | SprintfLibraryAdapter.java | SprintfLibraryBrajuAdapter.java | \---testca

Re: [SUBMIT] optional task

2003-09-05 Thread Stefan Bodewig
On Fri, 5 Sep 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > "Free for non-commercial use." Is not acceptable for us, of course. Ant is free for any use. > "Developers: Printf for Java is distributed as fully functional, > non-expiring, nag-free, shareware." Same here. > So I introduced an in

(WAS: RE: [SUBMIT] optional task )

2003-09-05 Thread Jan . Materne
Title: (WAS: RE: [SUBMIT] optional task ) Hmm, attachement didn“t come through ... Once again: - sprintf.zip (7kB) containing buildfile and sources (impl and test) Jan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 05, 2003 12

RE: [SUBMIT] optional task

2003-09-05 Thread Jan . Materne
Title: RE: [SUBMIT] optional task Quick hack for (I saw that that is the usual name :-) That task depends on a library implementing the sprintf functionality. A little googling gave me three sources: - http://www.braju.com but "Free for non-commercial use." - http://sourceforge.ne

RE: [SUBMIT] optional task

2003-09-05 Thread Jan . Materne
formats. Jan > -Original Message- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 4:06 AM > To: '[EMAIL PROTECTED]' > Subject: [SUBMIT] optional task > > > Optional Task Proposal > > Bug#22889 > (http:/

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
Apparently the patch.tar.gz was stripped off... I'll attach them tommrow somehow when I am back at work. -- Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
Optional Task Proposal Bug#22889 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22889) got me thinking about this. At first I knocked up a quick change to allow uppercase and lowercase with a format attribute for . Then I was thinking, a better place for this is in it's own task. So I decided