Hi,
Andi will likely hate me for this, but the source build from the
extracted sources does not build out of the box. The reason is that we
still do not create all the required directories correctly when
checking for downloads:
----
downloadfile:
[get] Getting:
http://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.51/bcprov-ext-jdk15on-1.51.jar
[get] To:
C:\temp\dist.apache.org\repos\dist\dev\poi\3.12-final-rc2\src\poi-3.12\compile-lib\bcprov-ext-jdk15on-1.51.jar
[get] Error getting
http://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.51/bcprov-ext-jdk15on-1.51.jar
to
C:\temp\dist.apache.org\repos\dist\dev\poi\3.12-final-rc2\src\poi-3.12\compile-lib\bcprov-ext-jdk15on-1.51.jar
BUILD FAILED
C:\temp\dist.apache.org\repos\dist\dev\poi\3.12-final-rc2\src\poi-3.12\build.xml:499:
The following error occurred while executing this line:
C:\temp\dist.apache.org\repos\dist\dev\poi\3.12-final-rc2\src\poi-3.12\build.xml:402:
java.io.FileNotFoundException:
C:\temp\dist.apache.org\repos\dist\dev\poi\3.12-final-rc2\src\poi-3.12\compile-lib\bcprov-ext-jdk15on-1.51.jar
(The system cannot find the path specified)
----
I.e. a simple
<mkdir dir="${compile.lib}"/>
at line 409 in the build.xml fixes this.
I have fixed this on trunk in r1678322 already and reported bug
https://bz.apache.org/bugzilla/show_bug.cgi?id=57904 to avoid such
problems in the future.
I am fine with noting this as "known issue" as probably not many
people will try to recompile the sources themselves, what do you
think?
Thanks... Dominik.
On Fri, May 8, 2015 at 2:31 AM, Andreas Beeker <[email protected]> wrote:
> Hi,
>
> here is the 2nd release candidate, which is accessible under:
>
> https://dist.apache.org/repos/dist/dev/poi/3.12-final-rc2/
>
> This release has been built based on the same SVN revision as RC1.
>
> The most notable changes in this release are:
>
> * remove limitations within XSSF - up to 64k cell styles (#57880) and 65k
> comments (#56380)
> * fixed XSSF cloning issues - for sheets (#57165), styles (#56295), pictures
> (#56467)
> * Fix shifting comments with shifted rows (#56017)
>
> Please vote to release the artifacts.
> The vote keeps open for 72hrs, Sunday 2015-04-10, 23:59 UTC,
> planned release announcement date is Monday, 2015-04-11.
>
> Here is my +1
>
> Andi
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]