Rahul Akolkar schrieb:
On Wed, Feb 4, 2009 at 1:49 AM, Oliver Heger
wrote:
According to a post on the user list the latest release of [configuration]
(1.6) did not make it into the maven 2 repository.
When doing the release I copied the jars and the pom into the Java
repository at [1] as descr
On Wed, Feb 4, 2009 at 1:49 AM, Oliver Heger
wrote:
> According to a post on the user list the latest release of [configuration]
> (1.6) did not make it into the maven 2 repository.
>
> When doing the release I copied the jars and the pom into the Java
> repository at [1] as described in section 8
According to a post on the user list the latest release of
[configuration] (1.6) did not make it into the maven 2 repository.
When doing the release I copied the jars and the pom into the Java
repository at [1] as described in section 8 of [2]. This used to work
for the older releases. Is ther
Hi
there is no official baseline, but we use some 1.4 features in
compress and we didn't feel the urgent need to optimize for 1.1. I
would say go for it.
Cheers
Christian
On Wed, Feb 4, 2009 at 6:11 AM, Stefan Bodewig wrote:
> Hi all,
>
> I've just merged two changes made to the Ant zip code bas
Hi Stefan,
I'm not a committer to the project, but I've worked on other projects with
svn and JIRA. If you use the Eclipse, there's a plugin called Mylyn that
you can use that makes this process a little easier. As you work on an
issue, Mylyn keeps track of the files that you worked on (called a
On Wed, Feb 4, 2009 at 12:14 AM, Stefan Bodewig wrote:
> Hi all,
>
> since I'm sort of a new commons committer (technically I've always
> been, I've just not used it much) I'm unsure whether there is a policy
> of how you connect svn commits and JIRA issues around here.
>
> So far I've named the J
Hi all,
since I'm sort of a new commons committer (technically I've always
been, I've just not used it much) I'm unsure whether there is a policy
of how you connect svn commits and JIRA issues around here.
So far I've named the JIRA issue in the commit message and noted the
svn revision inside a
Hi all,
I've just merged two changes made to the Ant zip code base -
commons-compress' great-grand-parent - into the sandbox and intend to
keep doing this as we make changes in Ant.
There is another change in Ant that may lead to a tiny performance
improvement by using JDK 1.4 collections (Linked
I've found a bug at javaflow (reported in
http://issues.apache.org/jira/browse/SANDBOX-277) related to assign
null to local variable.
Debugging ContinuationMethodAdapter class I've seen that there are
many lines like this:
mv.visitTypeInsn(CHECKCAST, value.getType().getInternalName());
Those