RE: replacing commented text - Regexp

2003-12-19 Thread Jan . Materne
Replace '#project.' with 'project.' Jan > -Original Message- > From: momo momo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 4:23 PM > To: [EMAIL PROTECTED] > Subject: RE: replacing commented text - Regexp > > > Hi, > first of all, thank you for your help I really appre

RE: [Q] How to insert file into another?

2003-12-19 Thread Jan . Materne
1. read the insert-file 2. use replace the flag with that content Jan > -Original Message- > From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] > Sent: Friday, December 19, 2003 11:52 AM > To: [EMAIL PROTECTED] > Subject: [Q] How to insert file into another? > > > Question: > > how can

RE: ant 1.6.0 released

2003-12-19 Thread Jim Fuller
Congrats on this release, Thank you for xml namespace support! Cheers, jim fuller Jim Fuller Technical Architect EPINX Pinx ltd / WebComposite s.r.o. [EMAIL PROTECTED] / http://www.ruminate.co.uk Co-Author ISBN 1

Re: Antw: [Q] How to insert file into another?

2003-12-19 Thread Riaan Oberholzer
Great, thanks... I assume the imported file does not need to be an actual property file and can be anything? I'm specificly trying to add the servlets generated by Tomcat's Jasper compiler in the generated_web.xml to my standard web.xml --- Marc Klein <[EMAIL PROTECTED]> wrote: > you can lo

RE: replacing commented text - Regexp

2003-12-19 Thread momo momo
Hi, first of all, thank you for your help I really appreciate it. but I am now stuck with another problem: I have the file: #Jdbc #environnement A : #project.key1=123 #project.system.key2=ABD #comment: bla bla bla bla and I would like to delete the "#" char in front of the line that begins by "pro

Antw: [Q] How to insert file into another?

2003-12-19 Thread Marc Klein
you can load fileB into a property: and then replace token in fileA with the property: regards Marc >>> [EMAIL PROTECTED] 19.12.03 11:52:25 >>> Question: how can I insert one file into another using ant? Eg, fileA has a token "insertHere" and I somehow want to import all of fileB to repl

[Q] How to insert file into another?

2003-12-19 Thread Riaan Oberholzer
Question: how can I insert one file into another using ant? Eg, fileA has a token "insertHere" and I somehow want to import all of fileB to replace this token. Somehow with copy and filtersets? __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. h

FYI: Article about Ant on IBM

2003-12-19 Thread Jan . Materne
http://www-106.ibm.com/developerworks/java/edu/j-dw-java-apant-i.html?ca=dnt -450 Apache Ant 101: Make Java builds a snap "Whether you're a veteran user of Apache Ant in need of a refresher or just starting out with this open source Java-based build tool, this tutorial provides a wealth of inform