Re: Capitalize property value

2008-01-31 Thread Alain ROY
s case conversion -> > http://www.javaregex.com/tutorial5.html > > So you should be able to do it through the propertyregexp task. > > > Alain ROY wrote: > > Hi all > > > > I need to capitalize a property value. I tried using regular expressions >

Capitalize property value

2008-01-31 Thread Alain ROY
g a filter java class ? Regards -- Alain ROY <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: inline property expansion not working as advertised

2008-01-15 Thread Alain ROY
Adding , the expansion occurs. deploy.url is ${deploy.url} It seems not to occur when the property file is given in the command line. Regards Alain ROY On Thu, 10 Jan 2008 14:52:27 -0800 (PST) Michael Pelz Sherman <[EMAIL PROTECTED]> wrote: > From the Prop

Re: Problem with import using property file

2008-01-09 Thread Alain ROY
cess the > properties defiend in the base.properties file. > > *base.properties* > > devenv.home=C:/dev > > *build-common.xml* > > > > > > > >*(this works fine)* > > *buildC.xml* > > > > > > > >

Up to date source file list

2007-11-09 Thread Alain ROY
Hi I have source *.xml files, and a target that generates *.html files from those source files. Actually, my target is executed for all xml source files. I'd like to execute it only for source files that are more recent than the corresponding html file. Is there a way to get a list of modified

Re: Fileset group

2007-10-25 Thread Alain ROY
upport path (as for example the copy task) > then use antcontrib like that = > > > > > > > > > > > Regards, Gilbert > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTE

Re: Fileset group

2007-10-25 Thread Alain ROY
; > > > Regards, Gilbert > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alain ROY <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fileset group

2007-10-24 Thread Alain ROY
Hi all, I use ant 1.7.0 and Checkstyle 4.3 Ant task. I want to use a task which accepts nested elements. I have up to 20 Java projects I want to process with checkstyle in one time. I'd like to define a fileset which is the composition of filesets with *.java source files of several source