Problems with ftp download

2023-03-03 Thread Frank Tornack
my mail will be send 2 times... my private mail server has no PTR record. - -- Frank Tornack Privat -BEGIN PGP SIGNATURE- iHUEARYIAB0WIQSKs5ZJ/d3p8HqrcSZVreqZ0wXqzQUCZAJt0gAKCRBVreqZ0wXq zXpJAP4i53sGAt51hZ8iEKp+PcbIcmjnVp53RacY/dV6GG+IPAEAtCOqJl/Ml+/0 Zmv1kpn8bcYHZz+w+tIyKkDWeGshHQU

Question about using Tar with Hadoop files

2011-12-19 Thread Frank Astier
arOutputStream or TarEntry? Or does tar have implicit limits that are never going to work for multi-gigabytes size files? Thanks! Frank

Re: Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
> > The mailing list manager strips attachments, please add it to the > bugzilla report. > Done. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Importing Ant build files on the classpath with Maven

2010-05-10 Thread Frank Wilson
I've been looking at various ways of importing other ant buildfiles from the classpath to reduce coupling in my multimodule build. This would allow me to checkout only the code and build files I intend to change. I've been looking at using Maven to facilitate this. My solution uses the maven ant-r

Re: importing ant targets from the classpath

2010-05-09 Thread Frank Wilson
Thanks for your help Martin and Jan! Sorry I missed that part of the manual Jan. :/ It was pretty much what I was looking for. Frank On 7 May 2010 09:24, wrote: > From the manual: > >   >     >       >     >   > > > Jan > >>-----Ursprüngliche Nachricht-

importing ant targets from the classpath

2010-05-06 Thread Frank Wilson
ectory, however I would rather distribute this common build file using the maven dependency mechanism for extra flexibility. Ideally I would like to not have to check out the common build logic unless I intend to change it. Thanks, Frank -

RE: Trim leading spaces line by line

2009-03-10 Thread Harnack Frank
quot;. - The not existing whitespaces are replaced with "". - Nothing is done. Regards Frank -Original Message- From: Felix Dorner [mailto:fdor...@zed.com] Sent: Tuesday, March 10, 2009 10:53 AM To: Ant Users List Subject: RV: Trim leading spaces line by line Heya, I confirm t

RE: Trim leading spaces line by line

2009-03-10 Thread Harnack Frank
Hello Francis, first I thought, you were right, but it works with "\s*". "\s+" would not. But "^\s+" or "^\s*" works too. Regards Frank -Original Message- From: Francis Galiegue [mailto:f...@one2team.com] Sent: Tuesday, March 10, 2009 9:19

RE: Trim leading spaces line by line

2009-03-10 Thread Harnack Frank
Hello Felix, try this: Regards Frank -Original Message- From: Felix Dorner [mailto:fdor...@zed.com] Sent: Monday, March 09, 2009 2:35 PM To: Ant Users List Subject: RE: Trim leading spaces line by line I found the solution my self in the ant manual

RE: ant exec task trouble parsing quotes

2008-12-22 Thread Harnack Frank
Hello, you should try the java-Task. Regards Frank -Original Message- From: Ben Tu [mailto:b...@adobe.com] Sent: Tuesday, December 23, 2008 1:43 AM To: Ant Users List Subject: ant exec task trouble parsing quotes Hi, I am trying to run a java command using exec task in ant. I ran

RE: how to make replace task not expand Java properties like ${user.home}

2008-11-18 Thread Harnack Frank
Hello, try $${user.home}/public_html ! Regards Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 5:43 AM To: user@ant.apache.org Subject: how to make replace task not expand Java properties like ${user.home} Hi. I'm wr

copy files dynamic with ant

2008-07-31 Thread Otto, Frank
this possible? kind regards, Frank

Re: substring

2008-07-09 Thread Frank Harnack
Hello Anthony, the StringUtils task from antelope should help you. http://antelope.tigris.org/docs/manual/bk03ch13.html Regards Frank Quoting Anthony Muller <[EMAIL PROTECTED]>: Hello, Is it possible to do a substring operation with Ant? Cheers, A

RE: newbie question regarding setting environment variables

2008-07-07 Thread Frank D. Gunseor
04, 2008 1:29 PM To: Ant Users List Subject: Re: newbie question regarding setting environment variables Frank, can you give us the result of 'ant -diagnostics' or 'ant -diagnostics | grep tools' to see tools.jar is in your path if not, what is the result of 'echo

newbie question regarding setting environment variables

2008-07-04 Thread Frank Gunseor
I have ant install on Ubuntu 8.04. When I try to run ant I get an error message, "Unable to locate tools.jar, etc.". I expect that I have to set JAVA_HOME, but for the life of me I can not figure out where or how. I have checked the manual, the FAQ, etc. I guess I'm just being dense today. Can

Re: ? function in build.xml

2008-07-01 Thread Frank Harnack
Hello jantje, the macrodef-Task should help: http://ant.apache.org/manual/CoreTasks/macrodef.html The for-Task (ant-contrib) could be interesting too: http://ant-contrib.sourceforge.net/tasks/tasks/for.html Regards Frank Quoting jantje <[EMAIL PROTECTED]>: Hi there, I have t

Re: Hi, Ant dev, I have questiones on multiple run Target

2007-12-27 Thread Frank W. Zammetti
question. FYI, I personally would use antcall for a situation like this, make the targets much more like reusable functions than dependent task, but that's just me. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yaho

RE: Re: Ant vs Apache

2007-11-08 Thread Frank W. Zammetti
ere could have been one in "Food Of The Gods" though ;) > Charles Knell Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java

Re: Ant vs Apache

2007-11-08 Thread Frank W. Zammetti
Ant vs. Apache ... am I the only one that had a picture pop into their head of a 1950's sci-fi movie featuring a giant Indian fighting a radiation-mutated giant insect? (I'm off from work tomorrow, so *this* is my Friday LOL) Frank -- Frank W. Zammetti Founder and Chief Software

Re: canned fileset with replaceregexp

2007-06-04 Thread Frank Harnack
Hi Mark, has the (maybe undocumented) id/refid concept. Regards Frank Quoting Mark Modrall <[EMAIL PROTECTED]>: Hi... I was looking to can the fileset definitions for a , but when I looked more closely, it seems like 1) can have a nested 2) Unlike nant, doesn'

Re: Warning: selected war files include a WEB-INF/web.xml whichwill be ignored (please use webxml attribute to war task)

2007-04-27 Thread Frank Harnack
Hi Denis, it works for me with ant 1.6.4 . ??? Regards Frank Quoting Denis Bessmertnyj <[EMAIL PROTECTED]>: Hi Frank. It doesn't work. - Original Message ----- From: "Frank Harnack" <[EMAIL PROTECTED]> To: Sent: Friday, April 27, 2007 9:54 AM Subject

Re: Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)

2007-04-26 Thread Frank Harnack
Hello Denis, excludes="WEB-INF/web.xml"/> should work. Regards Frank Quoting Denis Bessmertnyj <[EMAIL PROTECTED]>: It's Since Ant 1.7, but I use Ant 1.6. - Denis - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "An

Re: Problem calling ANT with "-logger" parameter

2007-02-06 Thread Frank Harnack
Hi Marc, maybe the character "-" (in "-logger") is the problem. The hexcode of the character must be "2d". Regards Frank Quoting sunnymarc <[EMAIL PROTECTED]>: > > Hi Frank, > thank you very much for your posting. The special character you ca

Re: Problem calling ANT with "-logger" parameter

2007-02-04 Thread Frank Harnack
Hi, in your email I can see a special character between "BuildDrsPro_Rel401.properties" and "-logger". That should be the problem. Regards Frank Quoting sunnymarc <[EMAIL PROTECTED]>: > > Hi, > I have a problem calling Ant using the "-logger

Re: Loop over a set of files

2006-10-10 Thread Frank Harnack
Sorry, forget my previous mail! The for-task can manage it alone (with a nested fileset element). Regards Frank Quoting Frank Harnack <[EMAIL PROTECTED]>: > Hello, > > for getting a list of files maybe the fileutil-Task > (http://antelope.tigris.org/docs/manual/bk03ch12.h

Re: Loop over a set of files

2006-10-10 Thread Frank Harnack
Hello, for getting a list of files maybe the fileutil-Task (http://antelope.tigris.org/docs/manual/bk03ch12.html) is useful and the propertyregex-Task (ant-contrib) could help to manage pattern matching. Regards Frank Quoting Mathieu Champlon <[EMAIL PROTECTED]>: > Hello, > >

Cannot delete file from classpath.

2006-08-17 Thread Langanke, Frank
elete it). Cheers, Frank. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Unregister (test)

2006-08-02 Thread Frank Henry
Trying to unregister. Please ignore. Thnx to all! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: AW: Way to refresh properties?

2006-02-14 Thread Frank W. Zammetti
love Antform by the way, I now have a nice little front end to my build process, really cool! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, February 14, 2006 1:46 pm, Patrick Martin

Re: AW: AW: Way to refresh properties?

2006-02-14 Thread Frank W. Zammetti
is nothing but: appmode_dev=true do_unit_tests=true do_static_analysis_checkstyle=true -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, February 14, 2006 12:33 pm, Ivan \"Rambius\&q

Re: AW: AW: Way to refresh properties?

2006-02-14 Thread Frank W. Zammetti
I don't know if it's the right way to do it, or if there is some reason not to do it this way, but I found a solution... I took the contents of the target that executed Antform and put it in a macrodef... doing that, the properties DO get changed as expected. -- Frank W. Zammetti F

Re: AW: Way to refresh properties?

2006-02-14 Thread Frank W. Zammetti
al with it). Thanks! P.S., I just noticed , but that didn't seem to do it either. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, February 14, 2006 11:57 am, [EMAIL

Way to refresh properties?

2006-02-14 Thread Frank W. Zammetti
properties from the file that was written out by Antform. Is that possible? Thanks! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL

Re: Way to examine a property value?

2006-02-14 Thread Frank W. Zammetti
Ok, slap me :) And I found ant-contrib, which is what I was thinking of. I think I'm all set. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Tue, February 14, 2006 10:39 am,

Way to examine a property value?

2006-02-14 Thread Frank W. Zammetti
Maybe someone can refresh my memory... I seem to remember a contrib to Ant that allows you to check the value of a property rather than just checking if a property has been defined or not... a *real* if statement! Can anyone point me in the right direction? Thanks! -- Frank W. Zammetti Founder

Regexp to property

2006-01-27 Thread Frank Henry
! Stephan Frank Henry Programming www.handy-games.com GmbH - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copy a directory list

2006-01-23 Thread Frank Harnack
Another ant-contrib solution may be using the for task: Regards Frank Quoting Ken Gentle <[EMAIL PROTECTED]>: > At 15:57 2006-01-21, you wrote: > > > Here is the error: the

Re: Exclude a directory

2006-01-19 Thread Frank Harnack
The real problem is the space after "src" in "", I suppose. Regards Frank Hello, with it should work. Regards Frank Quoting Alan Andrade <[EMAIL PROTECTED]>: > Hi > &

Re: Exclude a directory

2006-01-18 Thread Frank Harnack
Hello, with it should work. Regards Frank Quoting Alan Andrade <[EMAIL PROTECTED]>: > Hi > > I am using the copy task. > > I wasn't sure about the syntax to exclude a directory. >

Re: particular fileset question

2006-01-18 Thread Frank Harnack
A more flexible solution may be: You can define the property "myincludes" in a property file alternatively. Regards, Frank Quoting Markus Innerebner <[EMAIL PROTECTED]>: > I realized my problem: > > the jars where not in the subfolder, but in the subsubfol

Re: particular fileset question

2006-01-18 Thread Frank Harnack
With jar files in subfolders of folderC are excluded too. And if folderC is at top level in folder ${lib.dir} this would be better Regards, Frank Quoting Clifton Craig <[EMAIL PROTECTED]>: > On Wednesday 18 January 2006 8:57 am, R

Re: Timeout feature

2006-01-16 Thread Frank Harnack
I would try the Parallel-Task. There is a timeout attribute available. Regards, Frank Quoting Santosh Pai <[EMAIL PROTECTED]>: > Hey Everyun, > > > > I want to add a *time-out* feature to my build scripts..i.e. if a task > exceeds a pre-defined time limit, I need to cro

Re: AW: How to use ANT as a command shell

2005-12-09 Thread Frank W. Zammetti
syntax. Would that do the trick for you? Again, I hope I'm not sticking my foot in my mouth here :) Frank Michael Giroux wrote: Thanks for all the comments. After reading the entire thread, it seems that the short answer is "no", at least not at the moment. My specific req

'Simple' way to remove the brakets '[]' from the output?

2005-11-17 Thread Frank Henry
I need to get rid of these brackets in order to get ultraedit to eat the lines. Is there any simple way of doing this? thanks Stephan Frank Henry Programming HandyGames - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: where to get some programm examples

2005-10-26 Thread Frank Harnack
Hello wei wei, I am not sure what you want. If you want to call ant directly from java, this Ant Users List message may help you: http://marc.theaimsgroup.com/?l=ant-user&m=112612267300036&w=2 Regards Frank wei wei schrieb: Hello, I have one build.xml file. now i want to con

AW: Check directory exists

2005-10-03 Thread Frank Henry
Just wanted to step out from lurking and add an example hth Stephan Frank Henry Programming HandyGames www.handy-games.com GmbH i_Park Klingholz 13 97232 Giebelstadt Germany _ Tel.: +49 (0) 9334 9757 - 33 Fax: +49 (0) 9334

Re: Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
Thank you all! You made my day. 2005-09-26 kl. 10.25 skrev Jon McLennan: I'm sure you'll find the list you need here: http://httpd.apache.org/lists.html Frank Arensmeier wrote: ... and the address would be...? Honestly, I feel lost. I can't find a general apache m

Re: Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
... and the address would be...? Honestly, I feel lost. I can't find a general apache mailing list. Is httpd.apache.org a good idea? Monday morning, what else can i say? /frank 2005-09-26 kl. 10.00 skrev Nicolas Vervelle: Euh ... why don't you post in the Apache mailing list ? You

Re: Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
Well, Nicolas, this is a really good idea ;o /frank 2005-09-26 kl. 10.00 skrev Nicolas Vervelle: Euh ... why don't you post in the Apache mailing list ? You're in the Ant mailing list ... Frank Arensmeier wrote: Hi. I am new to Apache and I ran into a problem which I haven

Configuration of .htaccess file

2005-09-26 Thread Frank Arensmeier
p with this would be greatly appreciated. Regards, Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Calling Ant from Java program - Help with ProjectHelper class!]

2005-09-07 Thread Frank Harnack
tem property (->exitStatusSystemProperty). **/ public void checkExit(int status) { System.setProperty(exitStatusSystemProperty,Integer.toString(status)); throw new SecurityException("Please ignore this exception!"); } public void checkPermission(Permission perm

Re: Another simple one perhaps: zip tasl

2005-08-25 Thread Frank W. Zammetti
I am *SO* hating myself right now. ;) Thank you Jeff, perfect! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Thu, August 25, 2005 3:47 pm, Jeffrey E Care said: > basedir="${ddir}"> > > > >

Another simple one perhaps: zip tasl

2005-08-25 Thread Frank W. Zammetti
d a slash somewhere, I'll kill myself this time :) Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copy task that excludes directories

2005-08-25 Thread Frank W. Zammetti
Ugh. That did it. I wish it was something more complex so I didn't have to feel so stupid right now :( Thank you Alexey! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Thu, August 25, 2005 3:20 pm, Alexey N. Solofnenko said:

Copy task that excludes directories

2005-08-25 Thread Frank W. Zammetti
src in WEB-INF (I'm copying a webapp obviously). This part was easy, and it works. But, I can't seem to figure out the exclusion... I can't use a in apparently, and the task is deprecated. I don't see a way to do it with the task alon

Re: Open a shell and run a batchfile

2005-08-15 Thread Frank Schaare
thank you for the input guys.I´m gonna check it out right now... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ant dependencies task

2005-08-15 Thread Frank W. Zammetti
ntime > > steve I do appreciate the suggestions Steve! :) I'm fine for now, but I will keep in mind the things you said for when I reach the point where I'm not any more. Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Open a shell and run a batchfile

2005-08-15 Thread Frank W. Zammetti
Even better! I hadn't seen that. One suggestion... adding spawn="true" to the exec tag should cause the script to continue even while the spawned window has not been closed... yep, just tried it, at least on XP that's the case. Frank On Mon, August 15, 2005 1:57 am, Ruch

Re: Open a shell and run a batchfile

2005-08-14 Thread Frank W. Zammetti
stead of "dir" it's your batch file... I'm almost completely certain that will work exactly the same. Frank Frank W. Zammetti wrote: Hi Frank (from one Frank to another!), I don't see any way to do that directly from Ant, but maybe someone else does. Assuming there

Re: Open a shell and run a batchfile

2005-08-14 Thread Frank W. Zammetti
Hi Frank (from one Frank to another!), I don't see any way to do that directly from Ant, but maybe someone else does. Assuming there is no easy answer, here's one round-about way to pull it off... Ant script: And test.vbs is: dirT

Open a shell and run a batchfile

2005-08-14 Thread Frank Schaare
Hi, i´d like to automate some tasks under Win 2000 Server. A dos box should open and a batch file should be executed therwith the user can read the batchfiles output. There are tons of examples like this: i´ve tried several mutations of these examples, but none of them opened the

Re: Ant dependencies task

2005-08-13 Thread Frank W. Zammetti
guy :) So I have not problem believing this isn't the "right" way to do things if that's what anyone wants to tell me... I know it works well for me though :) Frank Steve Loughran wrote: Frank W. Zammetti wrote: Hi again, This did the trick, almost... there was one o

Re: Ant dependencies task

2005-08-13 Thread Frank W. Zammetti
ndencies is now: That works perfectly. Thanks for the suggestion Brian, I appreciate very much, especially since I had never used macrodef before and I can't imagine I would have thought of it on my own :) Frank Dick, Brian E. w

Re: Ant dependencies task

2005-08-13 Thread Frank W. Zammetti
Hi Brian, That didn't seem to work... I get: BUILD FAILED The type doesn't support the nested "target" element. Using Ant 1.6.1 Frank Dick, Brian E. wrote: You can recode as -Original Message- From: Frank W. Zam

Ant dependencies task

2005-08-12 Thread Frank W. Zammetti
and scoping or some such, but I don't know what it is. FYI, the reason I'd prefer to do the antcalls is that I have like 15 targets that get called, and having a big comma-sepated lists in the depends attribute is kind of unwieldly. Thanks! -- Frank W. Zammetti Founder and Ch

Re: Task to delete CVS directories

2005-08-01 Thread Frank W. Zammetti
further, except as a curiosity now because I thought it should have worked. Thanks Gisbert! :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, August 1, 2005 3:13 am, Gisbert Amm said: > Out of curiosity: Why do you need to delete all

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-31 Thread Frank W. Zammetti
umber of them. As with writing actual code, if you space things well and comment decently, the visual cues of where the various parts are makes it look relatively organized. Frank THUFIR HAWAT wrote: On 7/31/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: 50 lines? I have one scr

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-31 Thread Frank W. Zammetti
50 lines? I have one script that is upwards of 700 lines. I wouldn't worry about 50 ;) Frank THUFIR HAWAT wrote: On 7/31/05, Andrew Goktepe <[EMAIL PROTECTED]> wrote: The 'ant' task might be what you're looking for - it works like antcall, but on a

Re: Task to delete CVS directories

2005-07-30 Thread Frank W. Zammetti
Still not working for me. Is there any problem deleting a directory that is hidden, or read-only, as I believe the CVS directories are? Frank Juergen Hermann wrote: On Sat, 30 Jul 2005 09:24:24 -0400, Frank W. Zammetti wrote: Ciao, Jürgen -- Frank W. Zammetti Founder and

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-30 Thread Frank W. Zammetti
, so no problem doing that a bunch of times. Frank THUFIR HAWAT wrote: On 7/30/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: ... Executing build.xml results in the test2 target being executed after test1 is. The project name has to be different, although what you get looks more like a

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-07-30 Thread Frank W. Zammetti
u get looks more like a warning than an error to me, but that's the reason it is different above. Is that what you meant? Frank THUFIR HAWAT wrote: On 6/24/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: I may not have explained what I did very well... I have a base target t

Re: Task to delete CVS directories

2005-07-30 Thread Frank W. Zammetti
rds, so I'm a bit stumped. First I'm stumped at why the original script didn't delete the directory as well, and second why that additional delete task didn't do it either (it'd be better if I didn't need the second delete obviously). Frank Juergen Hermann wrote: On S

Re: Task to delete CVS directories

2005-07-29 Thread Frank W. Zammetti
ask (http://ant.apache.org/manual/CoreTasks/defaultexcludes.html) to remove the CVS patterns: -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-ma

Task to delete CVS directories

2005-07-29 Thread Frank W. Zammetti
#x27;s me :) Thanks! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: replaceregexp problem

2005-07-22 Thread Frank W. Zammetti
Thanks Chad, that did the trick perfectly! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, July 22, 2005 2:43 pm, Chad Armstrong said: > Hi Frank, > The * looks a little weird below in the "match" string, * means 0

replaceregexp problem

2005-07-22 Thread Frank W. Zammetti
defined previously, it just seems to not be finding the matching text. Any ideas? Thanks! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL

Exception in CheckStyle task

2005-07-08 Thread Frank W. Zammetti
* that the task is still working. Here is the task: Any ideas? Thanks! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscri

Re: How can i update DTD file?

2005-06-29 Thread Frank W. Zammetti
ag> </taglib> The task allows you to replace sections of a text file. As long as you have some text you can key off of, you can use it to do what you want. There is also a that is very similar but that allows for regular expressions. That might be of more help to you. Here'

Re: AW: AW: Multiple IFs, or IFs on tasks

2005-06-24 Thread Frank W. Zammetti
ywhere (I've never done that, I'd have to look up how frankly!), so that isn't a concern. Does if really spawn a whole new project instance? I wasn't aware of that... I wonder if that's true if the targets are all in the same script? -- Frank W. Zammetti Founder a

Re: AW: Multiple IFs, or IFs on tasks

2005-06-24 Thread Frank W. Zammetti
ite a bit to be able to explain why this worked in my case, but suffice it to say it does :) Thanks everyone, I appreciate all the suggestions! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, June 24, 2005 1:04 am, [EMAIL PROTECTED]

JAR task problems

2005-06-23 Thread Frank W. Zammetti
see SOMETHING from them, no? So what am I missing? TIA! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple IFs, or IFs on tasks

2005-06-23 Thread Frank W. Zammetti
Ah, thank you Ninju! I wasn't aware of the task, I think that will do the trick. One extra step, but not a hassle. By the way, your name is only one letter off from ultimate coolness, but I'm sure you know that already :) -- Frank W. Zammetti Founder and Chief Software Archite

Multiple IFs, or IFs on tasks

2005-06-23 Thread Frank W. Zammetti
ave two if attributes, but that threw an error, and I tried a comma-separated list within a single if, but that resulted in the task not executing. Second, I might be missing it, but there doesn't seem to be an if attribute on a task (like copy for instance), is that correct? Thanks all! -- Fr

JAR task problem

2005-06-21 Thread Frank W. Zammetti
e would like to tap me on the shoulder with a suggestion, I'd appreciate it :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PR

Re: Weird error with Jar task

2005-06-21 Thread Frank W. Zammetti
t is going on? Frank Frank W. Zammetti wrote: Hi all... I have a strange situation with a JAR task... I'm dealing with a build script that has always worked and has not changed. The version of Ant has not changed (1.6.1) and in fact nothing else that I can identify has changed. The error I

Weird error with Jar task

2005-06-21 Thread Frank W. Zammetti
mbox/[EMAIL PROTECTED] ...where the Log4J crew seems to experience this sporadically. Problem is, I have rebooted, re-checked out the project from CVS and tried to build probably 30 times now, and it keeps happening. Any pointers? Thanks! -- Frank W. Zammetti Founder and Chief Software

RE: Question: List

2005-06-17 Thread Frank Hansen
I thought the build.bat was needed to compile the XML libraries etc. into a solid ANT environment, but yes it seems to work, will do some ANT building. Will let you know of my progress and listening to the posts. Thanks. - Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Question: List

2005-06-16 Thread Frank Hansen
Ive come across lots of material, installed the ANT Binary, did the EXerces but still have no build.bat file to compile. Any help ?. Thanks. - Frank -Original Message- From: David TROGDON [mailto:[EMAIL PROTECTED] Sent: mercredi, 15. juin 2005 22:52 To: Ant Users List Subject: Re

Question: List

2005-06-15 Thread Frank Hansen
have it all running on my labtop. Any help is appreciated. - Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Removing Comments During Build

2005-06-11 Thread Frank W. Zammetti
u... if you have any trouble let me know and I'll play a bit... practice writing regex expressions is never a bad thing :) Frank Tom Frantz wrote: Thanks for your suggestion about using JSP comments for everything to hide them from the browser. That will definitely help me with my a

Re: Removing Comments During Build

2005-06-10 Thread Frank W. Zammetti
y, if you don't like that for some reason and really do want to have your build script remove the comments, the task should do the trick for you. Frank Tom Frantz wrote: I want to be able to have comments in my code for JSP, HTML, JavaScript, ect., but I don't want those comments to

Re: Ant for non-java development

2005-06-06 Thread Frank W. Zammetti
etups for that compile. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, June 6, 2005 11:10 am, [EMAIL PROTECTED] said: > Can ant be used to build non-java applications?If so, how ?And does anyone > tried this on this list? > Th

Re: Replacing (Overwriting) a file in a war?

2005-06-06 Thread Frank W. Zammetti
I do this in one script I wrote... it's doing it to a JAR, but I believe the same works for the war task... Basically, I have a directory /org under what ${classes} points to, which contains some class files to be updated. That seems to be all there is to it. -- Frank W. Zammetti Fo

Re: Axis and JAX-RPC

2005-05-10 Thread Frank W. Zammetti
AjaxStruts deals with AJAX functionality in Struts, not specifically Web Services (although certainly the two are often related). While it may be useful, I tend to think it's not what Frank is looking for. However, Frank, if you are interested in using Struts, you might want to have a lo

Axis and JAX-RPC

2005-05-10 Thread Frank
n the hello world. Just found this Apache Axis, seems to be easier. Any one provide any advice etc on this, points to reviews/comparisons? Thanks, Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[Fwd: Problem initializing service]

2005-03-23 Thread Frank
Does any one know what would cause the problem below?  I redeployed (just changed a print statement) a webservice (JAXRPC), and re-ran it and found this in the server side (I did start sending larger strings, is that a problem?).  Using apache/tomcat 1.4, ant ver 1.6.2.  I don't know if thi

Re: Conditionals

2005-02-28 Thread Frank W. Zammetti
only three files, so not a nightmare in any case. I'll make it more elegant later :) Thanks to everyone that responded! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, February 28, 2005 1:33 pm, Matt Benson said: > ---

Re: Conditionals

2005-02-28 Thread Frank W. Zammetti
#x27;m learning alot :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, February 28, 2005 1:07 pm, Matt Benson said: > > --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: >> Is it possible, and if so how, to do cond

Re: Conditionals

2005-02-28 Thread Frank W. Zammetti
Can you point me at some doc for "conditional targets"? I'm not familiar with that (I'm still relatively new to Ant). Thanks Jeffrey! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, February 28, 2005 1:04 pm,

Conditionals

2005-02-28 Thread Frank W. Zammetti
". I'm looking through the manual now but haven't come across what seems to fit the bill. Thank you once again! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com -

  1   2   >