AW: AW: AW: Installing Ant under Windows XP

2005-04-21 Thread Jan . Materne
> *Were you installing as the Administrator or a limited access user? For Ant you dont have to be an Admin - just extract the binary distro. > *And in My Computer | Properties | Advanced Tab | Environment > Variables, did > you set the following: > > ANT_HOME=C:\wherever Ant is Would be hel

AW: Out of Memory Error

2005-04-21 Thread Huditsch Roman
Hi, no, actually I just left out the " in my set expression ;) wbr, Roman > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 16:37 > An: user@ant.apache.org > Betreff: RE: Out of Memory Error > > What was the worki

RE: Getting WebLogic WL tasks to work in Ant 1.6.2

2005-04-21 Thread Karr, David
I tried this, and it appeared that I needed the "weblogic.ant" and "weblogic.application" packages (and subpackages) in the separate jar file. When I made this available to the Ant classpath (and not the "weblogic.jar"), then the WL tasks appeared to work. I haven't thoroughly tested it, but it a

Re: Unrelated ANT questions

2005-04-21 Thread Ivan Ivanov
--- S I <[EMAIL PROTECTED]> wrote: > OK, > > 1. Could someone please point me to the ANT mailing > list etiquette page. You can read Jakarat mail list etiquette [1]. > I do have a certain decorum but just didn't wanna > step on any toes. > However, I don't see anything on > http://ant.apache.or

RE: Getting WebLogic WL tasks to work in Ant 1.6.2

2005-04-21 Thread Anderson, Rob (Global Trade)
> Mark Lybarger wrote: > > >I've not had good experience myself using the wl supplied > ant tasks, due to > >this and the fact that the tasks seem limited. I used ant's > java task to run > >the wldeployer, etc to accomplish what the weblogic tasks provided. > > > >I don't know what type of li

Re: Unrelated ANT questions

2005-04-21 Thread James Fuller
S I wrote: > OK, > > 1. Could someone please point me to the ANT mailing list etiquette > page. I do have a certain decorum but just didn't wanna step on any > toes. However, I don't see anything on > http://ant.apache.org/mail.html or anything remotly describing the > details of posting or posi

Unrelated ANT questions

2005-04-21 Thread S I
OK, 1. Could someone please point me to the ANT mailing list etiquette page. I do have a certain decorum but just didn't wanna step on any toes. However, I don't see anything on http://ant.apache.org/mail.html or anything remotly describing the details of posting or posing a question, etc. 2.

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread S I
Thank you very much all. I got it to work, using Tstamp & doing away with & cygwin. I'm all happy :) THANKS AGAIN Original Message Follows From: "Conelly, Luis (GE Energy, Non GE, GENE)" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: RE: AINASL! Help with Pa

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread Conelly, Luis (GE Energy, Non GE, GENE)
For more info on the patterns, please go to [1] Regards Luis [1] http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html > -Original Message- > From: S I [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 11:37 AM > To: user@ant.apache.org > Subject: RE: AINASL

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread S I
Thanks Dominique. I had looked at Tstamp and I believe that's why I opted for cygwin to give exactly the pattern I want. I'm not sure or clear how to get EXACTLY (e.g. Date=Wed 04/13/05 05:08:30 PM) from Tstamp; it seems to be very rigid or me being new not being able to figure it out. Help!

Re: AW: AW: Installing Ant under Windows XP

2005-04-21 Thread S I
I'm pretty much new to Ant too. And before I say anything, just wanted to thank everyone for being so helpful. As for the WinXP problem. Just ruling out couple of things: *Were you installing as the Administrator or a limited access user? *And in My Computer | Properties | Advanced Tab | Environm

RE: Out of Memory Error

2005-04-21 Thread Srikrishna_Parthasarathy
What was the working solution ? Did you set min and max heap the same ? -Original Message- From: Huditsch Roman [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 6:19 AM To: Ant Users List Subject: AW: Out of Memory Error Hi, I think I found a working solution with Ivan's help.

RE: AINASL! Help with Parsing Files with Ant

2005-04-21 Thread Dominique Devienne
> From: Matt Benson [mailto:[EMAIL PROTECTED] > > I AM LOST HERE NOW: The exec line by itself works > > but how do I get the > > result of the date.exe back into here? With Args? > > > > > > > > > > > > to do this, you would use the outputproperty attribute > of . However, you might want to t

Re: Getting WebLogic WL tasks to work in Ant 1.6.2

2005-04-21 Thread Peter Reilly
Mark Lybarger wrote: I've not had good experience myself using the wl supplied ant tasks, due to this and the fact that the tasks seem limited. I used ant's java task to run the wldeployer, etc to accomplish what the weblogic tasks provided. I don't know what type of licensing these tasks have o

Re: Getting WebLogic WL tasks to work in Ant 1.6.2

2005-04-21 Thread Mark Lybarger
I've not had good experience myself using the wl supplied ant tasks, due to this and the fact that the tasks seem limited. I used ant's java task to run the wldeployer, etc to accomplish what the weblogic tasks provided. I don't know what type of licensing these tasks have on them, but I'd sugg

AW: Out of Memory Error

2005-04-21 Thread Huditsch Roman
Hi, I think I found a working solution with Ivan's help. Thanks a lot. wbr, Roman > -Ursprüngliche Nachricht- > Von: Huditsch Roman [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. April 2005 12:06 > An: Ant Users List > Betreff: AW: Out of Memory Error > > Hi Ivan, > > Thanks a

AW: Out of Memory Error

2005-04-21 Thread Huditsch Roman
Hi Ivan, Thanks a lot for this very useful information. I didn't know about the ANT_OPTS env variable... I just altered my ant.bat file, but there seems to be a prob with the initialization of my VM... I get the following error message: Error occurred during initialization of VM Incompatible ini

Re: Out of Memory Error

2005-04-21 Thread Ivan Ivanov
Good Morning Roman --- Huditsch Roman <[EMAIL PROTECTED]> wrote: > Good morning list, > > I encountered a slight problem, when doing my xslt > transformations by an > ant build file. > It seems that I am running out of memory. > Do can I give ant a bigger share of my memory? Yes, you can use ANT_O

Out of Memory Error

2005-04-21 Thread Huditsch Roman
Good morning list, I encountered a slight problem, when doing my xslt transformations by an ant build file. It seems that I am running out of memory. Do can I give ant a bigger share of my memory? Do I have to alter ant.bat? Or is it possible that there is an other problem with my xslt tasks? I am

Re: AW: AW: Installing Ant under Windows XP

2005-04-21 Thread Daniele Gianni
Yes, it pulls out the following message: java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) [EMAIL PROTECTED] wrote: does "java -version" work? Jan -Ursprüngliche Nachricht- Von: Danie

AW: AW: Installing Ant under Windows XP

2005-04-21 Thread Jan . Materne
does "java -version" work? Jan > -Ursprüngliche Nachricht- > Von: Daniele Gianni [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 21. April 2005 09:48 > An: Ant Users List > Betreff: Re: AW: Installing Ant under Windows XP > > No, I receive the same message. > > Daniele > > [EMAIL

Re: AW: Installing Ant under Windows XP

2005-04-21 Thread Daniele Gianni
No, I receive the same message. Daniele [EMAIL PROTECTED] wrote: can you go into ANT_HOME\bin directory and execute .\ant -version ? Jan -Ursprüngliche Nachricht- Von: Daniele Gianni [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 21. April 2005 09:39 An: user@ant.apache.org Betre

AW: Installing Ant under Windows XP

2005-04-21 Thread Jan . Materne
can you go into ANT_HOME\bin directory and execute .\ant -version ? Jan > -Ursprüngliche Nachricht- > Von: Daniele Gianni [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 21. April 2005 09:39 > An: user@ant.apache.org > Betreff: Installing Ant under Windows XP > > Hi Ant communit

Installing Ant under Windows XP

2005-04-21 Thread Daniele Gianni
Hi Ant community, I'm trying to set up Ant under Windows XP, I have followed all the steps required in the Ant manual (ie setting every enviroment variable, etc) but I'm not able to run Ant, in fact as soon as I try executing "ant -version" or only "ant" the system shows the message "unexpected