Re: [Ant-Contrib]PropertyRegex task

2004-10-20 Thread Marcel Stör
[EMAIL PROTECTED] wrote: > not tried: I did. Works fine. Thanks a lot. > match: (.*)\.(.*)\.(.*)\.(.*) > select: \1 my > \2 property > \3 56238912 > \4 1285 > but without check for digits or length. Marcel - To unsubscribe, e-m

AW: [Ant-Contrib]PropertyRegex task

2004-10-20 Thread Jan . Materne
not tried: match: (.*)\.(.*)\.(.*)\.(.*) select: \1 my \2 property \3 56238912 \4 1285 but without check for digits or length. Jan > -Ursprüngliche Nachricht- > Von: Marcel Stör [mailto:[EMAIL PROTECTED] > Gesendet am:

[Ant-Contrib]PropertyRegex task

2004-10-20 Thread Marcel Stör
Hi all, I'm struggleing with the PropertyRegex task... >From a property that looks like anyChar.anyChar.8figures.4figures such as my.property.56238912.1285 I'd like to extract the 8 figures. What would the regexp and select attributes be? Thanks for your help. Marcel ---

re: proposed addendum to the Ant Exec Task Manual entry

2004-10-20 Thread Nick Boldt
On http://ant.apache.org/manual/CoreTasks/exec.html there is listed a Red Hat S/390 Users fix for when you see: [exec] Warning: UNIXProcess.forkAndExec native error: Exec format error [exec] Result: 255 My observation is that this fix applies to not just S/390, but to the wider audienc

RE: [OT] RE: winning the case for ANT

2004-10-20 Thread Chappell, Simon P
Well of course it was painful if you used emacs! >-Original Message- >From: Woodchuck [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 20, 2004 3:46 PM >To: Ant Users List >Subject: RE: [OT] RE: winning the case for ANT > > >hehe, i'll take your word for it. :-) > >whenever i see the w

Re: Property is set in build.properties(along with others) but catalina.home isn't set within main script

2004-10-20 Thread Jonathan Wilson
That worked. Thanks! Dominique Devienne wrote: From: Jonathan Wilson [mailto:[EMAIL PROTECTED] I've got a build.properties in the same directory as build.xml: value="/home/jblow/java/javamail/javamail-1.3/mail.jar"/> value="/home/jblow/java/javamail/jaf-1.0.2/activation.jar"/> value="/home/jblow

RE: [OT] RE: winning the case for ANT

2004-10-20 Thread Woodchuck
hehe, i'll take your word for it. :-) whenever i see the word "LaTeX" it brings back memories of painfully creating documents in LaTeX using emacs :-O --- "Chappell, Simon P" <[EMAIL PROTECTED]> wrote: > I used to agree, but now, on my Mac, I use TexShop and it's sweet. It > generates PDFs

RE: Property is set in build.properties(along with others) but catalina.home isn't set within main script

2004-10-20 Thread Dominique Devienne
> From: Jonathan Wilson [mailto:[EMAIL PROTECTED] > > I've got a build.properties in the same directory as build.xml: > value="/home/jblow/java/javamail/javamail-1.3/mail.jar"/> > value="/home/jblow/java/javamail/jaf-1.0.2/activation.jar"/> > value="/home/jblow/java//mysql-jdbc/com.mysql.jdbc-3

Property is set in build.properties(along with others) but catalina.home isn't set within main script

2004-10-20 Thread Jonathan Wilson
Gotta be a simple thing - I'm just not hitting the right verbage to find a relevant entry in the archives: I've got a build.properties in the same directory as build.xml: I've got the default TC5 ant build.xml which I've modified a bit, but it still does the following prior to using any pro

RE: [OT] RE: winning the case for ANT

2004-10-20 Thread Chappell, Simon P
I used to agree, but now, on my Mac, I use TexShop and it's sweet. It generates PDFs directly, no messing around with dvi files or any other intermediate files. It's a very civilised way to use LaTeX. :-) >-Original Message- >From: Woodchuck [mailto:[EMAIL PROTECTED] >Sent: Wednesday, Oc

[OT] RE: winning the case for ANT

2004-10-20 Thread Woodchuck
eww, LaTeX might as well do your postscript documents using binary, lol :-) --- "Chappell, Simon P" <[EMAIL PROTECTED]> wrote: > what, than the how. An analogy would be LaTeX, the document > Simon ___ Do you Yahoo!? Declare Yourself - Regis

Re: , , and order sensitivity problem

2004-10-20 Thread Peter Reilly
Jacob Kjome wrote: Quoting Peter Reilly <[EMAIL PROTECTED]>: This has been fixed in cvs. Bugzilla report 31487 http://issues.apache.org/bugzilla/show_bug.cgi?id=31487 Peter I thought this sounded familiar shortly after I sent my email, but I couldn't find the bug. Thanks! BTW, Peter, your

RE: CVS password problem

2004-10-20 Thread Roberto Juarez
Thank you very much for the help folks, I am still on it and I hope some day I will be able to definitively say what in the world happens with the task. Cheers. > -Mensaje original- > De: Jeff Davidson [SMTP:[EMAIL PROTECTED] > Enviado el: miércoles, 20 de octubre de 2004 17:49 > P

RE: CVS password problem

2004-10-20 Thread Jeff Davidson
Roberto, I never was able to get to work. I was forced to execute "cvs login" from the command line prior to starting Cruise Control (which then executes Ant), to get a valid password stored in .cvspass, and just leave the build machine logged into CVS. Of course, this isn't exactly what I woul

Re: , , and order sensitivity problem

2004-10-20 Thread Jacob Kjome
Quoting Peter Reilly <[EMAIL PROTECTED]>: > This has been fixed in cvs. > > Bugzilla report 31487 > http://issues.apache.org/bugzilla/show_bug.cgi?id=31487 > > Peter I thought this sounded familiar shortly after I sent my email, but I couldn't find the bug. Thanks! BTW, Peter, your last comment

RE: winning the case for ANT

2004-10-20 Thread Chappell, Simon P
Chris, I think that one of the problems here is the word "script". It's kinda like the word "server", greatly overloaded with alternative meanings. Your dictionary definitions of "script" are, of course, correct. But, I agree with Bill, in that an Ant build file (not a script) is actually a set

RE: CVS password problem

2004-10-20 Thread Roberto Juarez
Sorry for the missing $. Though it was not in the code of e-mail messages it really is in the code I am running. The cause of the failures is definitely not the missing $ sign. Here is the fixed code I am trying to get running. > -Mensaje original- > De: Philip

Re: CVS password problem

2004-10-20 Thread Philip DONAGHY
Roberto Juarez a écrit : > > Still not working, I am using now >

RE: CVS password problem

2004-10-20 Thread Ivan Ivanov
Hi could you debug your problem in the following steps: 1) try your cvs server from the command line set CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsrepo/common cvs login ant try to commit/update your module. 2) if the above works then open your .cvspass file and see how your password looks like. 3) the

RE: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Mark Lybarger
we use the java task: we have 3 servers under the domain, admin, web, and "app" server where the beans are deployed. a little ant scripting and this could probably be made a bit more generic. currently we h

RE: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Andreas Bothner [ MTN - Innovation Centre ]
Which ant tasks are you using to deploy to weblogic? -Original Message- From: Mark Lybarger [mailto:[EMAIL PROTECTED] Sent: Wednesday, 20 October 2004 13:23 To: Ant Users List Subject: RE: Any recommended methods for build and deployment in weblogic and jboss servers? we use ant for bui

RE: CVS password problem

2004-10-20 Thread Roberto Juarez
Still not working, I am using now I am considering whether the task is writing the password file in a corrupted manner. > -Mensaje original- > De: Ivan Ivanov [SMTP:[EMAIL PROTECTED] > Enviado el: miércoles, 20 de octubre de 2004 13:12 > Para: Ant Users List >

RE: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Mark Lybarger
we use ant for building and deploying to weblogic. we have a fragmented process. one build process to build an archive for deployment which is sent (via ftp) to a holding area. there's quite a few steps in there, but basically, it's pull from cvs, compile the code, build the ear and web app, a

Re: CVS password problem

2004-10-20 Thread Ivan Ivanov
Hi Roberto, remove the part and it should work. --- Roberto Juarez <[EMAIL PROTECTED]> wrote: > Hi all, > > I am not able to get Ant read a password for CVS. > > Here is the snippet of code > > depends="setup" > description="Commits changes to CVS > repository."> >

CVS password problem

2004-10-20 Thread Roberto Juarez
Hi all, I am not able to get Ant read a password for CVS. Here is the snippet of code I am getting the following output Buildfile: ..\conf\build.xml setup: commit: [cvs] Using cvs passfile: C:\develop\eclipse\docbiblio\.cvspass [cvs] Logging in t

Re: , , and order sensitivity problem

2004-10-20 Thread Peter Reilly
This has been fixed in cvs. Bugzilla report 31487 http://issues.apache.org/bugzilla/show_bug.cgi?id=31487 Peter Jacob Kjome wrote: I noticed an issue with , , and where a property specified in an imported file will not exist in an overridden target of the importing file depending on the position o

problem in running weblogic 8.1 server from ant 1.6.1 build file using wlrun task

2004-10-20 Thread Ashish Gupta
hi all, I'm trying to run the server(Weblogic 8.1) from Ant 1.6.1 build file using the task wlrun. The code is as follows. The settings are as follows.. ${config.xml}= the location of the config.xml file for mydomain2 ${source.dir}\classes= setting for JRE ${weblogic.jar}" = location of

Re: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Baz
J, Thanks. B. - Original Message - From: <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 3:37 PM Subject: Re: Any recommended methods for build and deployment in weblogic and jboss servers? > [EMAIL PROTECTED] wrote .. > > Hi all, > > > > I

Re: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Baz
Kris, Thanks for the info. Do you have any sample code? B. - Original Message - From: "Kris Read" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 5:32 PM Subject: Re: Any recommended methods for build and deployment in weblogic and jboss serv