Re[2]: jar task broken in beta3?

2002-07-07 Thread Dmitry Macsema
Hello Conor, Monday, July 8, 2002, 3:26:40 PM, you wrote: CM> Dmitry Macsema wrote: >> I was trying some pattern combinations of jar task, none of them work. CM> How didn't they work? Did they CM> - not say anything CM> - say that a jar was created but nothing appeared CM> What happens when yo

Re: ANT on Mac OS X

2002-07-07 Thread Stefan Bodewig
On Mon, 08 Jul 2002, Conor MacNeill <[EMAIL PROTECTED]> wrote: > In my defence, I only downloaded this last night. Accepted ;-) Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: back slash and property files

2002-07-07 Thread Detlef Brendle
>From what I can see here I would say theres no way doing this with simple ant feature - neither in 1.4 nor in 1.5. The problem is that Ant uses Java property files as input and in Java you always have to escape '\' and ':' plus other special chars. Suggestions for this are: - make the property f

Re: ANT on Mac OS X

2002-07-07 Thread Conor MacNeill
Stefan Bodewig wrote: > On Mon, 08 Jul 2002, Conor MacNeill <[EMAIL PROTECTED]> > wrote: > > >>I don't think tar on MacOSX gives any warnings. > > > Ouch. > > I'll just try and untar Ant's tar.gz on our Mac OS X test box and > change the FAQ to be more helpful then. > > >>I used something c

Re: ANT on Mac OS X

2002-07-07 Thread Stefan Bodewig
On Mon, 08 Jul 2002, Conor MacNeill <[EMAIL PROTECTED]> wrote: > I don't think tar on MacOSX gives any warnings. Ouch. I'll just try and untar Ant's tar.gz on our Mac OS X test box and change the FAQ to be more helpful then. > I used something called hfstar which handles GNU tar files. Looks

Re: Ant 2 et al...

2002-07-07 Thread Nicola Ken Barozzi
Magesh Umasankar wrote: > From: <[EMAIL PROTECTED]> > >>Unfortunately, no it wont. I'm not in a position to >>call for a vote, > > > As I understand it, anybody can call _for_ a vote. The > committers get the right _to_ vote. "Any Contributor or Committer ("member") may call for an action-

Re: Ant 2 et al...

2002-07-07 Thread Nicola Ken Barozzi
[EMAIL PROTECTED] wrote: > Thomas Zander writes: > >>>dIon writes: >>> >>>I've spent some time this weekend reading up on the various proposals >> > for > >>>Ant 2, and my first reaction is: >>> >>>'Is Ant dead?' >> > >>You write a nice email but you forgot the most interresting things, > >

Re: ANT on Mac OS X

2002-07-07 Thread Conor MacNeill
Stefan Bodewig wrote: > On Sun, 07 Jul 2002, Mark Jaffe <[EMAIL PROTECTED]> wrote: > > >>Sorry if I might have missed this from before, but I can't build >>1.5b3 on OS X. I got these errors: > > > And before that you've received (and ignored ;-) errors while > untarring the distribution, right

Re: Running Ant with Loggers and Listeners Simultaneously

2002-07-07 Thread Stefan Bodewig
On Mon, 8 Jul 2002, Mark Reid <[EMAIL PROTECTED]> wrote: > Can I have a logger and a listener observing the same build? How > about several loggers and several listeners? You should be able to have exactly one logger (there will always be one, either the one specified by -logger or Ant's default

Re: ANT on Mac OS X

2002-07-07 Thread Stefan Bodewig
On Sun, 07 Jul 2002, Mark Jaffe <[EMAIL PROTECTED]> wrote: > Sorry if I might have missed this from before, but I can't build > 1.5b3 on OS X. I got these errors: And before that you've received (and ignored ;-) errors while untarring the distribution, right?

Re: jar task broken in beta3?

2002-07-07 Thread Conor MacNeill
Dmitry Macsema wrote: > I was trying some pattern combinations of jar task, none of them work. How didn't they work? Did they - not say anything - say that a jar was created but nothing appeared What happens when you run with -debug option. Please provide more information. Conor -- To unsubs

jar task broken in beta3?

2002-07-07 Thread Dmitry Macsema
I was trying some pattern combinations of jar task, none of them work. I tried both "includes" nor "fileset". -- Best regards, Dmitry mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

Running Ant with Loggers and Listeners Simultaneously

2002-07-07 Thread Mark Reid
Hi, I found myself in a position where I'd like to run an Ant build with both a MailLogger and a custom Listener I have written observing the build process. I've tried doing this: % ant -logger org.apache.tools.ant.listeners.MailLogger -listener MyListener and MyListener gets the build mess

Re: Ant 2 et al...

2002-07-07 Thread Magesh Umasankar
From: <[EMAIL PROTECTED]> > Unfortunately, no it wont. I'm not in a position to > call for a vote, As I understand it, anybody can call _for_ a vote. The committers get the right _to_ vote. Cheers, Magesh -- To unsubscribe, e-mail: For additional commands, e-m

Ant 2 et al.

2002-07-07 Thread dion
Nicola Ken Barozzi writes: > [EMAIL PROTECTED] wrote: > > Long Email Warning > > > > I've spent some time this weekend reading up on the various proposals > for > > Ant 2, and my first reaction is: > > > > 'Is Ant dead?' > :-)) > -Javaworld editors' choice 2002 > -Development software

Ant 2 et al...

2002-07-07 Thread dion
Thomas Zander writes: > > dIon writes: > > > > I've spent some time this weekend reading up on the various proposals for > > Ant 2, and my first reaction is: > > > > 'Is Ant dead?' > You write a nice email but you forgot the most interresting things, right > now it only spreads Doubt, Uncert

creating new tag and a subtask for ejb doclet

2002-07-07 Thread Manish Shah
Where do I find information on adding a new tag in a java file(I am calling it @ejb:hash-object). The same way ant has predefined ejbdoclet subtask like I would like to use for converting the data objects in a hash map..which can then be sent over to the client. Later I will also need to make it

[PATCH] extending the Dirname task

2002-07-07 Thread Thomas Zander
Hi, in my company we use one large sourcetree for several different end-products. A number of packages are shared between these products and lots are not. Since I don't want to have a huge jar containing way to much, I want to have several jars named after the products containing only the needed

RE: Fail if java task returns value 1

2002-07-07 Thread Dominique Devienne
>From the doc of : failonerror: Stop the buildprocess if the command exits with a returncode other than 0. Default is "false" Capturing the actual returncode when the buildprocess was forked as allows does not seem possible though. --DD -Original Message- From: Rahamim, Zvi (Zvi) [ma

Re: [warning inflammatory email] Stagn-ant?]

2002-07-07 Thread Nicola Ken Barozzi
[EMAIL PROTECTED] wrote: > Long Email Warning > > I've spent some time this weekend reading up on the various proposals for > Ant 2, and my first reaction is: > > 'Is Ant dead?' :-)) -Javaworld editors' choice 2002 -Development software 2002 Productivity award If this is _dead_ ;-)

Re: [warning inflammatory email] Stagn-ant?

2002-07-07 Thread Thomas Zander
On Sun, Jul 07, 2002 at 09:20:41PM +1000, [EMAIL PROTECTED] wrote: > > I've spent some time this weekend reading up on the various proposals for > Ant 2, and my first reaction is: > > 'Is Ant dead?' You write a nice email but you forgot the most interresting things, right now it only spreads D

[warning inflammatory email] Stagn-ant?

2002-07-07 Thread dion
Long Email Warning I've spent some time this weekend reading up on the various proposals for Ant 2, and my first reaction is: 'Is Ant dead?' Ant 1.x has been around a very long time now, and some of the proposals have been around for more than a year. It seems that there is a general unw

Re: Win XP environment problem (resend)

2002-07-07 Thread Jean-Philippe LEBOEUF
You're right ! Thanks ! Stefan Bodewig wrote: > On Fri, 05 Jul 2002, Jean-Philippe LEBOEUF > <[EMAIL PROTECTED]> wrote: > > >>I use Ant 1.4.1 with Java SDK 1.4 : no problem on Windows XP Pro. > > > As long as you don't use or want to access environment > variables, that is. > > Stefan > >