Indeed. It took half a day to even start the last build. The build itself
was acceptably fast though.
On Wed, 30 Apr 2014 06:43:53 -0300, Michael Wyraz
wrote:
Hi,
Hi!
for extending tapestrys internal service classes it's often required to
copy a lot of code because almost everything is private. Why not
changing it to protected to allow others to extend those classes?
Because it makes ke
Am 29.04.2014 21:07, schrieb Jochen Kemnade:
I'll downgrade it tomorrow and get myself a Java 1.5 compiler...
Which is much harder than I thought it was. I managed to find old rt.jar
and jce.jar files and to make Gradle use them.
Now I'm getting compile errors, e.g. in VirtualResource:88,
Mac
Hi,
for extending tapestrys internal service classes it's often required to
copy a lot of code because almost everything is private. Why not
changing it to protected to allow others to extend those classes?
Examples:
- to temporary fix https://issues.apache.org/jira/browse/TAP5-2219 I had
to