Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Dave
Excellent. greatly appreciate the help! :-) On Wed, Sep 17, 2008 at 8:02 PM, Maarten Coene <[EMAIL PROTECTED]>wrote: > The () around a token means the part inside the () is ignored if the token > doesn't has a value. > In you case, the [revision] token has a value, so the part inside your () > is

Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Maarten Coene
The () around a token means the part inside the () is ignored if the token doesn't has a value. In you case, the [revision] token has a value, so the part inside your () isn't ignored... If you want Ivy to try the pattern with a revision and without a revision, you can add 2 artifact patterns t

Re: .bundle extension in ivy retrieve... im so confused

2008-09-17 Thread Maarten Coene
The biggest chance of getting this fixed before 2.0 final is that you create a JIRA issue and attach a patch to it which makes the usage of HEAD configurable for both the standard URL handler as the commons-httpclient URL handler. If we need to make a 2.0-RC2 release, we can then apply your patch

Re: generic build.xml file

2008-09-17 Thread David Weintraub
How different is the build process between each of these? You might want to take a look at the task: . What you can do is define the build processes as a series of macros, then define each built object as a that simply calls your macros. The

Re: .bundle extension in ivy retrieve... im so confused

2008-09-17 Thread rednix
So ... any news on this issue? It's still the same in RC1. Do I have to open an JIIRA issue for this one? With the current code base ivy is not usable from within our company proxy environment. Currently I have to build a custom jar with the mentioned code line commented out to work. But that's n

Re: Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Dave
If I remove the (-[revision]) from the ivysettings section, it works. As far as I understand the () allows for the possibility the condition might occur, and should check for both possibilities (artifact does and does not have a -[revision] section in the filename) Does this mean it's a bug in Ivy,

RE: generic build.xml file

2008-09-17 Thread rasmita.panda
The below list shows the xml of nearly 15 columns.Columns are nothing but sub parts of a project.so for the whole application to be functional we are generating ears for each column running separate ant build(ant -f build file) and deploying each ear to Websphere appication server.I have put th

Pattern with optional parameter doesn't seem to be evaluated correctly

2008-09-17 Thread Dave
I'm using the following parameter in my ivysettings.xml: [organisation]/[module]/[revision]/[artifact](-[revision]).[ext] In the ivy.xml file of a particular component, I've placed the following dependency: =

Re: unofficial builds on hibnet

2008-09-17 Thread Xavier Hanin
On Wed, Sep 17, 2008 at 3:28 PM, <[EMAIL PROTECTED]> wrote: > I've asked the teamcity guys, and a build for Ivy is now setup on their > server! They are very responsive, it's a real pleasure. > > The page is here: > http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt125 > > We still have to

AW: unofficial builds on hibnet

2008-09-17 Thread Jan.Materne
I've asked the teamcity guys, and a build for Ivy is now setup on their server! They are very responsive, it's a real pleasure. The page is here: http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt125 We still have to improve what is done during the CI build to produce more artifacts like

Re: unofficial builds on hibnet

2008-09-17 Thread Xavier Hanin
On Wed, Sep 17, 2008 at 10:23 AM, Xavier Hanin <[EMAIL PROTECTED]>wrote: > On Wed, Sep 17, 2008 at 9:53 AM, <[EMAIL PROTECTED]> wrote: > >> It's been a long time since I've touched this, and without any >> community >> catch up, the project is dormant. I may wake it up, but it'd be >> be

Re: Experience with ivy from SVN (2008-09-16)

2008-09-17 Thread Xavier Hanin
On Wed, Sep 17, 2008 at 11:57 AM, Seaborne, Andy <[EMAIL PROTECTED]>wrote: > > > > -Original Message- > > From: Xavier Hanin [mailto:[EMAIL PROTECTED] > > Sent: 17 September 2008 08:21 > > To: [EMAIL PROTECTED] > > Subject: Re: Experience with ivy from SVN (2008-09-16) > > > > On Tue, Sep

AW: generic build.xml file

2008-09-17 Thread Jan.Materne
But where is the difference between these xml files? You could pass the column name as property. Jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. September 2008 15:09 An: user@ant.apache.org Betreff: RE: generic build.xml file This

RE: generic build.xml file

2008-09-17 Thread rasmita.panda
This is a good start But my question is I don't want to use all those xml files.Rather I want to use them as targets in ant.As all the columns follow the same procedure. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 6:31 PM To: u

AW: generic build.xml file

2008-09-17 Thread Jan.Materne
I would start a construct like this: common.xml ... macros, targets, build.xml * provides the common targets but they doesnt anything just iterating over all sub buildfiles (see manual of import+subant) build_PAYMENTCURRENTCOLUMN.xml Jan -Ursprünglic

RE: generic build.xml file

2008-09-17 Thread rasmita.panda
Means?I want free help -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 6:08 PM To: Ant Users List Subject: RE: generic build.xml file compensated help or free help? Martin __ Disclaimer and

AW: AW: outputproperty problem?

2008-09-17 Thread Jan.Materne
Do you execute only these two files (build.xml and Program.java)? With that behaviour I would think that the properties are set to emtpy strings for . Jan -Ursprüngliche Nachricht- Von: jaki [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. September 2008 13:07 An: user@ant.apache.org

RE: generic build.xml file

2008-09-17 Thread Martin Gainty
compensated help or free help? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distrib

generic build.xml file

2008-09-17 Thread rasmita.panda
Just check the list first . rwxr-xr-x 1 buildadm staff 9559 Sep 17 15:14 build_SENDLISTCOLUMN.xml -rwxr-xr-x 1 buildadm staff 4530 Sep 17 15:14 build_SENDLISTCOLUMN.properties -rwxr-xr-x 1 buildadm staff 7601 Sep 17 15:14 build_SEARCHANDHELPCOLUMN.xml -rwxr-xr-x

RE: Experience with ivy from SVN (2008-09-16)

2008-09-17 Thread Seaborne, Andy
> -Original Message- > From: Xavier Hanin [mailto:[EMAIL PROTECTED] > Sent: 17 September 2008 08:21 > To: [EMAIL PROTECTED] > Subject: Re: Experience with ivy from SVN (2008-09-16) ... > For #3, this may be a blocking issue, but I'm really surprised this has > not > been reported before.

Re: AW: outputproperty problem?

2008-09-17 Thread jaki
No, the problem still persists :( This is the output I get on the console: Hello System.out [echo] Output: '' [echo] Error : '' Jan.Materne wrote: > > This works for me > - messages are in the properties > - no output from the class on the console (just from ant) > > > Jan > >

AW: outputproperty problem?

2008-09-17 Thread Jan.Materne
This works for me - messages are in the properties - no output from the class on the console (just from ant) Jan Output: '${out}' Error : '${err}' public class Program { public static void main(String[] args) { System.out.println("Hello System.out"); Sys

AW: Typo in Manual example for replaceregexp task

2008-09-17 Thread Jan.Materne
This is fixed in svn since december last year. It seems that the online version is out of date. But thanks for reporing. Jan -Ursprüngliche Nachricht- Von: Alec Fernandez [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. September 2008 11:14 An: Ant Users List Betreff: Typo in Manual

RE: Experience with ivy from SVN (2008-09-16)

2008-09-17 Thread Seaborne, Andy
> -Original Message- > From: Xavier Hanin [mailto:[EMAIL PROTECTED] > Sent: 17 September 2008 08:21 > To: [EMAIL PROTECTED] > Subject: Re: Experience with ivy from SVN (2008-09-16) > > On Tue, Sep 16, 2008 at 6:43 PM, Seaborne, Andy > <[EMAIL PROTECTED]>wrote: > > > Hi there, > > > > I ju

outputproperty problem?

2008-09-17 Thread jaki
Isn't outputproperty attribute of task supposed to capture values printed by System.out.println? I have a program with a System.out.println in it and when I run this using in ant, I can see the printed value on the console but outproperty is echoed as blank? Why must this be happening? Should I

RE: URL=.... Behaviour

2008-09-17 Thread Foreman, Alex (IT)
The Repository is a Read-only file system. We use this for buildtime and also running production programs. WE cannot use the cache for production programs (I build and create a runscript which a prod system uses but is pointing to stuff in my cache. I delete that cache.) It must reference th

Typo in Manual example for replaceregexp task

2008-09-17 Thread Alec Fernandez
Hello friends, I'm not sure if this has been mentioned but there is a slight typo in one of the examples of the replaceregexp optional task. Or at least I could not get the example to work in ant 1.7.0 Specifically the includes element in the fileset seems to cause problems in this example:

RE: Experience with ivy from SVN (2008-09-16)

2008-09-17 Thread Seaborne, Andy
> -Original Message- > From: Maarten Coene [mailto:[EMAIL PROTECTED] > Sent: 16 September 2008 20:27 > To: [EMAIL PROTECTED] > Subject: Re: Experience with ivy from SVN (2008-09-16) > > Hi Andy, > > - I've committed a fix into SVN trunk for your first problem, could you > give it a try?

RE: URL=.... Behaviour

2008-09-17 Thread paul . newport
"We have a standard resolver where 90% of our projects exist in the correct place. 10% of projects are in the same filesystem but not standardly placed. We cannot change the place they exist at. So anything unstandard is located via a url="file://." link for the artifact. We wish to use

Re: multiple ${values} not extracting the actual value

2008-09-17 Thread Krzysieq
Hi, May be quite a silly idea, but is it not possible, that somewhere down the road You define version as empty string? If it weren't defined at all, You would see ${version} in the filename, and You say it disappears. Maybe it's accidentaly defined as empty before propfile is read? Cheers, Chris