Shall the .NET^w antlib(s) be promoted?
[+1] Yes (i.e. +1)
[?] and I want to become a committer to it
[ ] No
I'd say yes to all 3
my 2p
Kev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Shall the svn antlib be promoted?
[X] Yes (i.e. +1)
[X] and I want to become a committer to it [] No
CVS* are core tasks and SVN is the follower. So we should have a
standard solution.
I agree with this sentiment
Shall the .NET antlib be promoted?
[] Yes (i.e.
Given that there's already a NAnt for .Net development, and that
Microsoft have decided to write their own build tool (MSBuild), I
don't really see much point in having a .Net task for Ant. I doubt
very much that a pure .Net application would (and dev team) would
install a JRE + Ant + .net
- remove unused imports
- use FileUtils.close
Index:
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.java
===
---
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.java
- remove unused imports
- use fileutils
Index:
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java
===
---
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java
(revision
- remove calls to CollectionUtils.equals, use collection.equals instead
- remove unnecessary imports
Kev
Index:
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Manifest.java
===
---
D:/java_projects/ant-core-
- remove deprecated calls
- added constructor that sets up a private variable to hold the current
project instead of calling getProject everytime it's needed
Kev
Index:
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Tar.java
=
Antoine Levy-Lambert wrote:
Hello Stefan,
I wondered about the following :
how does the .NET antlib relate to the .NET tasks already existing in
Ant's codebase ?
Sorry, now doing my homework. The .NET antlib contains
* dotnetexec - run a .NET
assembly that's in your PATH. You can cho
My taskdef is as follows:
classname="org.authsum.configuration.ant.taskdefs.AuthSumProperty">
BUILD FAILED
Phillip Rhodes wrote:
I thank you for responding, however, I can able to successfully use
spring from within ant (using the java and junit tasks). My java and
junit tasks (which work) have the exact same classpath as my taskdef.
It seems that by having it in a taskdef does not allow for clas
Simple patch to remove warnings from eclipse...
Kev
Index:
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java
===
---
D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs
http://www.tbray.org/ongoing/When/200x/2005/12/15/Drop-the-Doctype
interesting read, but slightly off-topic - sorry
Kev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 3 Jan 2006, at 12:19, VGupta wrote:
If the sql file contains data to be loaded in the following format
COPY bcd (PolicySymbol, StateCode, SqlTable, CallType, SubType,
FieldIdentifier, TagName) FROM stdin;
PAC $$ AGR_ST_COV RATE/AUDIT MOD_FACTOR4 PRICING TIER
PAC $$ AGR_ST_COV RATE/AU
I'm currently exploring SwitchTower[1] to see how far I'd be able to use
it on a server-side java web app (Spring + Hibernate etc) project. Ant
has everything that I would need to build an Ant version of a
SwitchTower recipe (at least I think it does), but I wondered if anyone
has an example b
Hi,
I've had a look through the sandbox and I noticed Dominque's (sp?) xml'd
version of the docs.
As you know I had a play with DocBook-izing the manual last year and in
the end the effort of manually altering every html page to be valid
DocBook xml drove me mad (gibber etc). Also there see
Java does regex just fine, albeit more verbose (when is Java not verbose ;-),
but my main point is that you already have (Java) tools allow you to
have an XML view of the existing HTML manual (tagsoup, etc...). Leave
the parsing to these tools, and concentrate of transforming the
"loose" HTML sc
Hi all,
Given the recent sql task bugs and realization that the tests are awol,
which databases could possibly be supported by Gump for testing?
I'd imagine that there are both license and technical issues to deal
with regarding deploying multiple databases to test SQL task against
them. Co
Not looked @ derby. DB-config/support in Smartfrog is on my lower
priority todo list for march, but I was going to focus on mysql
because its one we have a private component for that can just be
pulled into the public repository with the addition of an adequate set
of unit tests. If we did
Hi all,
Just thought I'd test Ant bootstrap of the current trunk on Java6-rc -
everything is fine (which is nice). Now the harder part is building a
full dist on Java6 and then running the tests against it.
Kev
-
To unsubsc
Steve Loughran wrote:
Kev Jackson wrote:
Hi all,
Just thought I'd test Ant bootstrap of the current trunk on Java6-rc
- everything is fine (which is nice). Now the harder part is
building a full dist on Java6 and then running the tests against it.
wow, that's progress
When
Steve Loughran wrote:
Kev Jackson wrote:
Hi all,
Just thought I'd test Ant bootstrap of the current trunk on Java6-rc
- everything is fine (which is nice). Now the harder part is
building a full dist on Java6 and then running the tests against it.
wow, that's progress
-wh
Kev Jackson wrote:
Steve Loughran wrote:
Kev Jackson wrote:
Hi all,
Just thought I'd test Ant bootstrap of the current trunk on Java6-rc
- everything is fine (which is nice). Now the harder part is
building a full dist on Java6 and then running the tests against it.
wow, t
I've just bene browsing the code and I noticed that IsSigned uses the
java.util.zip classes not the org.apache.tools.zip classes.
Now considering that apache zip has a nice closeQuietly method I thought
I'd change the IsSigned code to use that, but before I commit anything -
does anyone know o
Kevin Jackson wrote:
On 1/24/06, Steve Loughran <[EMAIL PROTECTED]> wrote:
One thing to look at is processing; I see hints that apt is
properly integrated with the compiler (for which there is now a public API).
We also get a secure console:
http://download.java.net/jdk6/docs/api/java/io/C
[EMAIL PROTECTED] wrote:
Author: bodewig
Date: Sun Feb 19 21:13:20 2006
New Revision: 379027
URL: http://svn.apache.org/viewcvs?rev=379027&view=rev
Log:
enabled this test by accident
Modified:
ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java
Modified:
ant/core/t
This leads to the situation that if you point to your source tree and
don't provide any patterns for packages, Ant will claim you hadn't
specified any sources or packages at all. This has been that way
since, well, ever.
I think we could do better and at least one person filing a bug
reports s
+1 for a separate task, packaged in an Ant library. This one could be
release before Ant 1.7.0 which would give people using JUnit4 more
support sooner.
Personally I'd even prefer the JUnit team to provide that Ant library
so they have to keep up with their API changes themselves 8-)
That
Just included this morning.
Thanks
Kev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Jon Skeet wrote:
I'd like to submit a patch to add some functionality in
zip-based tasks.
Can someone please point me to the right procedure for doing this?
I'd personally suggest opening a feature request and including the patch
in that. However, the Ant dev team may well have different
Hi all,
I modified external.xml recently on the request of one of the external
tool developers (Charbel Bitar - Ant Pretty Build). Having just checked
in the new xdoc file I thought all was fine, but Charbel has been in
touch with me and tells me taht the site needs to be rebuilt (doh!).
As
[EMAIL PROTECTED] wrote:
The cron publishes the /docs directory.
The generation process is described in
http://ant.apache.org/faq.html#creating-faq
(as the FAQ is part of the site ;)
Oh ... btw that speaks of Apache cvs modules .
But you havent checked in the modified xml file?
I checke
Stefan Bodewig wrote:
On Tue, 21 Mar 2006, <[EMAIL PROTECTED]> wrote:
URL: http://svn.apache.org/viewcvs?rev=387396&view=rev
Log:
remove deprecated code
-urls[0] = location.toURL();
+urls[0] = location.toURI().toURL();
Sorry, -1, thi
Not sure if this is of interest to Ant or ASF style projects. Got it
from ruby-core list, but fairly interesting anyway.
Also not sure if they handle Java code or just C.
Thanks
Kev
--- Begin Message ---
This is probably of more interest and value in the hands of people
other than me.
I have
Martijn Kruithof wrote:
I think we should consult the user list first (so far no reactions on
a open question regarding icontract though).
Martijn
Antoine Levy-Lambert wrote:
Hello,
I think of starting a vote soon (or maybe better 4 votes) on the removal
of the classes depending upon xslp,
Martijn Kruithof wrote:
Hi,
I think the while construct is cleaner and more readable, and do not
see any real benefit of this code change.
Especially against using the for loop is that when using the for loop
the step of the loop should take place in the third part of the for,
and not somewh
Hi
Matt Raible (Spring Live, AppFuse etc), mentioned on his blog that
during testing AppFuse with Ant, he experienced an OutOfMemoryError.
Bouncing a couple of emails back'n'forth, he thinks it may occur in the
Copy task as his target uses Copy extensively and he has a lot of files
to copy.
Hi,
During the course of trying to debug this memory problem with
AppFuse/Ant, I've come across a NullPointerException in
AbstractFileSet.setupDirectoryScanner : 462
It seems as if the project variable is null so the method p.log fails
Running the same test on Ant 1.6.5 works fine and I can'
[x] Yes
[ ] No
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[x] Yes
[ ] No
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[x] Yes
[ ] No
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Antoine Levy-Lambert wrote:
Hello Kev,
the question is which piece of code creates the filesets which are added
here to the delete task.
this piece of code is probably creating the filesets in such a way that
the project field is not set.
I imagine this happens in the org.codehaus.cargo.contain
Hm,
In the cargo code we have:
/**
* Remove all file in the configuration directory.
*/
private void cleanConfigurationDirectory()
{
// Clean up stuff previously put in the temporary directory but do not
// remove the Cargo timestamp file
Delete delete = (Delete) getAntUtils().create
well, obviously if I broke them it's entirely likely
they won't be alone. Probably the easiest/most BC
thing will be some form of checking whether
(Abstract?)FileSet instances have a project set and
using the task's project if not (I think fileset
handling is separate from other ResourceCollect
Matt,
Just verified your changes have fixed the problem relating to Cargo and
the NullPointer I was experiencing - thanks for looking into it for me.
Kev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Just trying to reduce the amount of temporary objects created on the
heap to resolve this OutOfMemory issue with AppFuse, and with the 1.6.5
source, I can reduce memory consumption by putting a guard around when
Strings are created for logging eg:
log("Copying "+fromFile+" to "+toFile, verbosi
Hi,
As I've been hacking away today, I've been swapping a load of "" + "" +
"" style code over to use StringBuffers. I thought that perhaps there's
a potential use of a static method in StringUtils to construct these
strings from an array
StringUtils.messageAppender
/**
* Creates log m
[EMAIL PROTECTED] wrote:
As I've been hacking away today, I've been swapping a load of
"" + "" + "" style code over to use StringBuffers. I thought
that perhaps there's a potential use of a static method in
StringUtils to construct these strings from an array
For a significant perform
javap -c AAA
public java.lang.String concat(java.lang.String, java.lang.String,
java.lang.String);
Code:
0: new #2; //class java/lang/StringBuilder
3: dup
4: invokespecial #3; //Method java/lang/StringBuilder."":()V
7: aload_1
8: invokevirtual #4; //Method
java/la
Dominique Devienne wrote:
The point about building the strings when they aren't used (because
logging verbosity is set too low) still stands though - this is less
than efficient
The point, which Matt already raised, is that you can't know the level
at which the logger and the listeners ar
Antoine Levy-Lambert wrote:
Matt Benson wrote:
Kev: I've asked some stuff about FileUtils before...
historically it was thought it might be pluggable,
hence all the instance methods. But that never
happened so the static methods crept in. I think it
was Martijn who really pushed in the Fil
Hi,
As promised, here's the code that I hacked together today at Antoine's
suggestion regarding a patch in bugzilla [1].
Feel free to tear it to pieces and point out obvious problems. I've
patched my version of copy to use this code instead of FileUtils
directly and so far there have been n
Ok, this is what I've managed to bash together this morning:
- NioFileUtils (uses Java1.4 NIO libraries, altered the TRANSFER_SIZE as
suggested to 32000, currently no way to override that (yet))
- Java6FileUtils (currently has no implementation, but could be used in
future for implementing Java
Martijn Kruithof wrote:
Hi,
Adding setting the property using -D to ANT_OPTS should do.
5 things:
1) I saw you removed public members (constants) from FileUtils (Non
backward compatible change, keeping everything BC also frustrates me
sometimes, but still I think it is best not to break par
* @deprecated since 1.4.x Use getGlobalFilterSet().addFilter(token,value)
Is this seen as useful.
And how do you look at the proposal to drop the deprecated since 1.4.x
in 1.7?
+1
There's a fair bit of old code that has been deprecated for a while - I
seriously doubt that users are going
In that case I would like some time to think things over, as to
provide one face, and to have different implementations for currently
different parts.
Classes that support copying, things that support permissions, things
that support path manipulation, without getting a really big number of
c
quote (totally OT I hope :)
On Fri, 21 Apr 2006, Kev Jackson wrote:
I'm viewing the cleanest split as using an interface, from your
perspective you think a master FileUtils (class not interface) that
delegates all the real work to a specialization class.
Not exactly, I am thinking about del
FileUtils to select (Martijn's approach is
ridiculously insane enough to have captured my fancy
;) ), it must also take into account whether the
desired classes are available, falling back to the
basic impl. otherwise.
I'm coming round to think that Martijn's approach would be the least
disr
Hi,
Checked the planning wiki this morning and noticed that the release
schedule for the first beta of 1.7 is set at May/June this year.
Since this is rapidly approaching, what are the thoughts on
a: timing,
b: fixes/features that still need to go in before release
c: anything else
Kev
---
Kevin Jackson wrote:
Standard Ant contains a number of VSS tasks and I'm writing a couple
more for my own use (tasks relating to file / project properties, such
as shared versions). My questions are: should I submit these tasks for
possible inclusion in the standard Ant distribution? And if so,
Steve Loughran wrote:
Kev Jackson wrote:
Kevin Jackson wrote:
Standard Ant contains a number of VSS tasks and I'm writing a couple
more for my own use (tasks relating to file / project properties, such
as shared versions). My questions are: should I submit these tasks for
possible incl
Antoine Levy-Lambert wrote:
Kev Jackson wrote:
Hi,
Checked the planning wiki this morning and noticed that the release
schedule for the first beta of 1.7 is set at May/June this year.
Since this is rapidly approaching, what are the thoughts on
a: timing,
each release requires a vote
Stefan Bodewig wrote:
On Mon, 24 Apr 2006, Kev Jackson <[EMAIL PROTECTED]> wrote:
Kevin Jackson wrote:
Anybody have a problem with splitting VSS off into an antlib so that
people with VSS can easily add tasks etc?
Sounds right. For Ant 1.7 we could have a downloa
I'm trying to set up a conf call with the junit team, to see how best
to go with the junit4 support. I am currently thinking
- stays 3.8.x only.
-we add a new junit antlib for junit4 support, design it to work on
1.6.5 and 1.7
-maybe hand off ownership of the antlib to the junit team, if they
Its on my todo list to do full deployment from smartfrog to the
various app servers, even though we tend to use jetty in-process for
our day to day work. Lightweight, easily configured, self-contained.
I'll have to try jetty, it's been on my list of web containers to try
for donkey's years.
Would it be possible to checkin my antlib to svn?
Sure, you are a committer 8-)
doh!
Not sure as sandbox or normal antlib - all operations tested pass so
far.
Just start with the sandbox, moving the code to "normal" isn't much
more than a simple "svn mv" after all.
Jonnalagadda, Sumithra wrote:
Has anyone here tried Trails?.
Where from to download trails?.
Try google before spamming a random java dev list, it's bad manners to
ask questions without first trying to answer them yourself.
https://trails.dev.java.net/
Is it stable and comprehensive eno
[EMAIL PROTECTED] wrote:
Author: bodewig
Date: Tue Apr 25 20:53:57 2006
New Revision: 397073
URL: http://svn.apache.org/viewcvs?rev=397073&view=rev
Log:
use svn:externals for common dir
Removed:
ant/sandbox/antlibs/vss/common/
Modified:
ant/sandbox/antlibs/vss/ (props changed)
Propcha
Jonnalagadda, Sumithra wrote:
Hi Kev,
I tried and even posted a message on dev.java.net
I was wondering how could it be so difficult to find the link to download
be...
Did you download it?. If so from where?
Thanks
There is a link on the site I sent you to called 'Document and Files'
https
Modified:
ant/sandbox/antlibs/vss/build.xml (contents, props changed)
ant/sandbox/antlibs/vss/docs/vss.html (contents, props changed)
ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml (contents, props
changed)
ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java
Stefan Bodewig wrote:
On Wed, 26 Apr 2006, Kev Jackson <[EMAIL PROTECTED]> wrote:
Would it be possible to checkin my antlib to svn?
Sure, you are a committer 8-)
doh!
Please read the section starting with "Committers will need" in
<http:/
Stefan Bodewig wrote:
On Wed, 26 Apr 2006, Kev Jackson <[EMAIL PROTECTED]> wrote:
Modified:
ant/sandbox/antlibs/vss/build.xml (contents, props changed)
Sorry about this too
Nothing a quick one-liner in /bin/sh couldn't fix, don't worry. I'm
jus
subclipse can be configured via:
Preferences->Team->SVN->Configuration location:
It can use the "default config location", whatever that may be, but I
generally do use directory option
Thanks, I found it under Documents & Settings.
I've uploaded a compiled jar of the ant-vss antlib to
pe
Do you agree that we should do it ?
[ X ] Yes
+1
[ ] No
Why is this code change different from the other changes to remove
deprecated classes? Is it simply because these tasks are 3pp? If so
does that mean that we can break bwc iff it's dependent on a 3pp?
Kev
-
Antoine Levy-Lambert wrote:
Kev Jackson wrote:
Why is this code change different from the other changes to remove
deprecated classes? Is it simply because these tasks are 3pp? If so
does that mean that we can break bwc iff it's dependent on a 3pp?
Kev
I assume that ther
Hi,
One of the managers here was looking at the way the description
attribute is used within ant. He thought that it is used for two purposes:
1 - describe a task so that -projecthelp can provide output for the user
of a build file
2 - to provide some kind of 'scope' to the targets ie target
Steve Loughran wrote:
Kev Jackson wrote:
Hi,
One of the managers here was looking at the way the description
attribute is used within ant. He thought that it is used for two
purposes:
1 - describe a task so that -projecthelp can provide output for the
user of a build file
2 - to
Hi,
I'm writing a BuildFileTest case and I really need to be able to do
something like
or more succinctly
'fail unless file ${test} exists'
It seems to be trivial to add a condition to the codebase, but I'm
beginning to wander if there's a better way to do this. Any advice
appr
Sorry, I think Available is what I need.
kev
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I've been messing with some code today, and looking at antlibs, a
typical declaration may be something like:
...
I was wondering if there would be any usefulness in adding an 'alias'
attribute, which could take a list of aliases. This would allow an
antlib to have an official name
And you would end in an build file like
I wouldnt think that this a desired goal...
I can see that this may be thought of as a problem, especially if people
wrote build files using both aliases and names.
IMHO I think it's valuable to allow the users a choice, so long as
Stefan Bodewig wrote:
Hi,
I ran all tests successfully, i.e. they didn't throw exceptions and
did what they were supposed to do (verified via eyeballing).
I couldn't come up with an easy way to verify computationally - I also
had to resort to using the VSS client to check that everything w
Hi all,
I'm messing with a hideous integration project and part of the
requirements involve aggregating log files from servers via a web
interface. I'm using ant's scp task to try and grab the log files (as
we are not allowed to install anything on the servers).
What I want to do is to use
Atsuhiko Yamanaka wrote:
Hi,
2006/5/10, Stefan Bodewig <[EMAIL PROTECTED]>:
On Wed, 10 May 2006, Kevin Jackson <[EMAIL PROTECTED]> wrote:
> Thanks, I will certainly try it and use it if it works.
If you want to apply ymnk's patch, I committed everything except fpr
the files starting with al
Kev Jackson wrote:
Atsuhiko Yamanaka wrote:
Hi,
2006/5/10, Stefan Bodewig <[EMAIL PROTECTED]>:
On Wed, 10 May 2006, Kevin Jackson <[EMAIL PROTECTED]> wrote:
> Thanks, I will certainly try it and use it if it works.
If you want to apply ymnk's patch, I committed every
Atsuhiko Yamanaka wrote:
Hi,
2006/5/10, Kev Jackson <[EMAIL PROTECTED]>:
Damnit!
"selectors are not supported on remote filesets"
Basically that's what I need, the ability to select the files based on
the last modified - I don't want to pull back files if they
By itself this works fine, the problem is that i need
In the SFTP code, there's mention of selectors not supported on remote
filesystems. Why is taht? The SFTPDirectoryScanner inherits from the
normal DirectoyScanner (which does support selectors), is there a
problem with the SFTP pro
Atsuhiko Yamanaka wrote:
Hi,
2006/5/10, Kev Jackson <[EMAIL PROTECTED]>:
In the SFTP code, there's mention of selectors not supported on remote
filesystems. Why is taht? The SFTPDirectoryScanner inherits from the
normal DirectoyScanner (which does support selectors), is ther
[EMAIL PROTECTED] wrote:
Just a question have I missed a vote dropping JDK 1.2???
I found a discussion about that [1], but
- that was not a vote
- had some points keeping 1.2
I don't think there was a vote, as you say just a discussion which
eventually withered without resolution
K
Hi all,
Having left FTS, I've lost my bugzilla account, so I can't login to
update this bug
http://issues.apache.org/bugzilla/show_bug.cgi?id=39585
I've just tested this now against the latest trunk on the latest
version of OSX (10.4.6) with Java 1.5.0_06 - everything is fine using
the d
On 23 May 2006, at 17:26, Wolfgang Häfelinger wrote:
Hi,
I'm heavily using to override/customize tasks. It
annoys me
and users
of my framework to see messages like
Trying to override old definition of task junit
ignoring the rest of your message for now - your main problem seem
Hi all,
Taking into consideration the suggestion that there will be no need
to differentiate between 1.7 and 1.7alpha, I've switched
implementation to use DeweyDecimal as per Stefan's suggestion.
I tried to make sure the code will compile on 1.2+ jdks (ie no
regular expressions - java < 1
On 29 May 2006, at 11:05, Stefan Bodewig wrote:
suggest you take the meat of DeweyDecimal and move it to
org.apache.tools.ant.util so that your (core) condition doesn't depend
on an optional jar.
Do you mean to basically create a new class in the util package
called DeweyDecimal? With the
On 29 May 2006, at 11:25, Stefan Bodewig wrote:
On Mon, 29 May 2006, Kev Jackson <[EMAIL PROTECTED]> wrote:
On 29 May 2006, at 11:05, Stefan Bodewig wrote:
suggest you take the meat of DeweyDecimal and move it to
org.apache.tools.ant.util so that your (core) condition doesn't
d
I suspect it is Ant: http://svn.apache.org/viewvc?
view=rev&revision=409378
Can anyone confirm?
I think you're correct in your assumption about the Ant change, but
quickly scanning through the commit, I cannot see what the problem
might be. Perhaps Antoine who committed the code, will k
On 1 Jun 2006, at 10:02, Antoine Levy-Lambert wrote:
Hi,
I am having a look at http://wiki.apache.org/ant/Ant17/Planning
We are still on the step "finding a release manager"
Do we have any candidates ?
I'd be happy to help, but before I offer myself as the 'release
manager', what would
On 2 Jun 2006, at 04:34, Jesse Glick wrote:
[EMAIL PROTECTED] wrote:
- Refactor DeweyDecimal to util package, retain bc by keeping a
stub in the original location
Suggestion: keep same API in old location (@deprecate'd) but for
new location delete all of the is* methods and just make it
Hi all,
I'm not confirming yet to be release manager, but I'm preparing a
build environment with all libs etc - so I'm edging my hat into the ring
you need the libs for all the optional tasks described in the section
"installing ant" of the manual.
I have all the latest libs as describe
On 2 Jun 2006, at 11:16, Stefan Bodewig wrote:
Object signature alternative. It is impossible to compile code
on JDK 1.5 that uses the method and still works on JDK 1.4 - but the
opposite is also true
This leaves us in a pickle unless we can guarantee that the every
line of code will both
On 2 Jun 2006, at 11:37, Stefan Bodewig wrote:
On Fri, 2 Jun 2006, Kev Jackson <[EMAIL PROTECTED]> wrote:
On 2 Jun 2006, at 11:16, Stefan Bodewig wrote:
Object signature alternative. It is impossible to compile code on
JDK 1.5 that uses the method and still works on JDK 1.4 - b
A quick update regarding my situation trying to build a test release
dist.
I can now bootstrap everything except starteam and weblogic. I'm
also having a strange issue with Echo not compiling in eclipse (but
works fine from command line).
ie, I can build all the ant-* jars except ant-sta
201 - 300 of 367 matches
Mail list logo