Just checking that my e-mails are getting sent.
Please ignore...
-
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
Hello fellow ant users. I have a problem with ant and junit that I am
pretty sure is a class loader problem. When I run the junit task on my
test cases I always get a ClassNotFoundException on my test case classes.
I am sure they are on the classpath so that makes me think it is a class
loade
Ninju,
Would you mind to send only one time your post and then wait until
the list processes the mail? I don't mean to be rude, but having the same
post three times (so far) is not exactly my idea of a mailing list.
Once again, no offense intended, but please be considered with
ev
Hello all,
I need to two sets of files from one directory (tableset.source.dir) to another
(buildDirectory\...), so I wrote:
All was well until the people who what the buildDirectory contents said that
all the
Hello all,
I need to two sets of files from one directory (tableset.source.dir) to another
(buildDirectory\...), so I wrote:
All was well until the people who what the buildDirectory contents said that
all the *
Ninju, yes, people are out there. You're spamming the list, which
wastes apache foundation bandwidth. This list is a service, don't abuse
it.
- Dave
> -Original Message-
> From: Ninju Bohra [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 24, 2005 4:06 PM
> To: Ant Users Group
> Subj
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
It is.
- Alexey.
Ninju Bohra wrote:
Is the ANT user group working...
--
/ Alexey N. Solofnenko
MDL Information Systems, Inc.
work: 510-357-x1726
home: http://trelony.cjb.net/
/
--
I think something like that should work:
- Alexey.
Ninju Bohra wrote:
Hello all,
OS: WindowsXP
ANT: 1.6.2
I need files from one directory (tableset.source.dir)
copied to another (buildDirectory\...), so I wrote:
All was well until the people who want the
buildD
Is the ANT user group working...
--- Paul Elschot <[EMAIL PROTECTED]> wrote:
> I ran into the problem of svn unversioned files a
> few weeks ago.
> This test target for that project now depends on the
> test compilation and
> on this:
>
>
>
>
>
> outputproperty="unversionedlist
Hello all,
OS: WindowsXP
ANT: 1.6.2
I need files from one directory (tableset.source.dir)
copied to another (buildDirectory\...), so I wrote:
All was well until the people who want the
buildDirectory contents said that all the *.dll files
should end with
__
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
Hi,
I have a file containing several times something like (xx is
different) :
...
For some of them (depending on "xx"), I want to keep only the
...<.a> part.
For the others, I wan to completely remove them.
I tried this :
but the problem if pattern is first matched with the text between
(Sorry for the delay on this, I sent it to the wrong address)
Hi Antoine,
I set the following view in p4label and the labelsync worked correctly.
view="//depot/EDITSolutions/BaseNotConvertedNewStructure/..."
This helps but it means that Ant is working differently from Perforce's
commands. Whe
I ran into the problem of svn unversioned files a few weeks ago.
This test target for that project now depends on the test compilation and
on this:
It might also work under other Un*xes.
Regards,
Paul Elscho
Dominique Devienne wrote:
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Peter Nabbefeld
Dominique Devienne schrieb:
Ant 1.6.3 will add a new attribute to the regexp mapper:
handledirchar
handledirchar="yes"/>
I missed the introduction of this
Hey der,
I'm trying to make a working build be completely self-contained and so
I'm looking for some feedback on the current state of using JUnit with
Ant.
The current situation is that I use JUnit in the ANT_HOME/lib
directory, per all of the standard advise that everyone and their dog
(myself i
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Peter Nabbefeld
>
> Dominique Devienne schrieb:
> >>Ant 1.6.3 will add a new attribute to the regexp mapper:
handledirchar
> >>
> >> >> handledirchar="yes"/>
> >
> >
> > I missed the introduction of this one. cool!
>
Dominique Devienne schrieb:
Ant 1.6.3 will add a new attribute to the regexp mapper: handledirchar
I missed the introduction of this one. cool!
OTOH, its name sounds weird. How about simply calling it 'dirsep' to be
consistent with ? In this context, it simply overrides the
default platfor
> Ant 1.6.3 will add a new attribute to the regexp mapper: handledirchar
>
>handledirchar="yes"/>
I missed the introduction of this one. cool!
OTOH, its name sounds weird. How about simply calling it 'dirsep' to be
consistent with ? In this context, it simply over
> > I have a property file that is generated by
> in a .
> > I would like to sort its content so that the files
> in it are sorted by
>
> > directory.
> > Is it possible ?
> >
> > Nicolas
Well, I do not know exactly how works and
how a fileset is stored as a property file and
was the closest
Rick Genter wrote:
From: Nicolas Vervelle [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 24, 2005 4:51 AM
To: user@ant.apache.org
Subject: Sorting a property file ?
Hi,
I have a property file that is generated by in a .
I would like to sort its content so that the files in it are sorted by
di
> From: Nicolas Vervelle [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 24, 2005 4:51 AM
> To: user@ant.apache.org
> Subject: Sorting a property file ?
>
> Hi,
>
> I have a property file that is generated by in a .
> I would like to sort its content so that the files in it are sorted by
> d
That gave me the clue I needed! THanks!
Apparently someone had installed and earlier version, then installed a
later version (1.11.17) without uninstalling the earlier version, and I
was getting mixed versions. It's a winblows machine, so who knew what it
was looking at?
But it seems to be workin
Thank You very much. I've tried the handledirchar attribute with ant
1.7alpha - works fine. However, there's one little inconsistency: It
works with regexpmapper, but it doesn't work with the generic .
Kind regards
Peter Nabbefeld
Peter Reilly schrieb:
Ant 1.6.3 will add a new attribute to the r
Let's see... This might do the job:
a.name=a
d.name=d
c.name=c
b.name=b
${sorted}
I have posted similar example in [1]. The thread was
started by a developer that wanted to write and
contribute a filter that does the sorting.
I haven't mastered FilterReaders at that time, but now
[EMAIL PROTECTED] wrote:
just an idea ... could you use ${path.separator} ?
This does not work as ${path.separator} on windows is '\'
which is an escape character.
one needs to do something like (not tested)
Peter
Jan
-Ursprüngliche Nachricht-
Von: Peter R
Ok, thanks
but I want to sort the property file and save it. Is it possible ?
Nicolas
Ivan Ivanov wrote:
Nicolas,
Ant-Contrib has task[1] which can sort
properties files.
HTH Ivan
[1]http://ant-contrib.sourceforge.net/tasks/tasks/sortlist.html
--- Nicolas Vervelle <[EMAIL PROTECTED]>
wrote:
Hi,
just an idea ... could you use ${path.separator} ?
Jan
> -Ursprüngliche Nachricht-
> Von: Peter Reilly [mailto:[EMAIL PROTECTED]
> Gesendet am: Donnerstag, 24. März 2005 11:20
> An: Ant Users List
> Betreff: Re: os-independent directory mapping in copy task?
>
> Ant 1.6.3 will add a new
Nicolas,
Ant-Contrib has task[1] which can sort
properties files.
HTH Ivan
[1]http://ant-contrib.sourceforge.net/tasks/tasks/sortlist.html
--- Nicolas Vervelle <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I have a property file that is generated by
> in a .
> I would like to sort its content so that
Ant 1.6.3 will add a new attribute to the regexp mapper:
handledirchar
If this is specified, the mapper will treat a \ character in a
filename as a / for the purposes of matching.
This attribute can be true or false, the default is false. This
attribute is useful for cross-platform build fi
Hello,
I'm using the copy task to map a file name into a directory structure:
My problem with this is, that I've to use the backslash with w2k instead
of the url type forward slash, so my script isn't platform-independent.
I'd prefer to use something like
This doesn'
Hi,
I have a property file that is generated by in a .
I would like to sort its content so that the files in it are sorted by
directory.
Is it possible ?
Nicolas
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
33 matches
Mail list logo