Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 15/Sep/2017 02:17:28
|
jjkarppi
Joined: 31/Jan/2013 13:09:04
Messages: 1
Offline
|
I have been unable to download the ICEpdf open source binaries after version 6.2.1. I'm logged in to the site, and both the source and binary versions have a button "Access software" and lead to the same web page instead of launching the download:
http://www.icesoft.org/wiki/display/PDF/Building+ICEpdf+from+Source
I'm using Windows 7 and have tried this on Chrome, IE and Firefox.
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 15/Sep/2017 07:50:34
|
patrick.corless
Joined: 26/Oct/2004 00:00:00
Messages: 1982
Offline
|
We put out an email a while ago announcing the change. The change was to align ourselves with other open source projects.
You can build the release jars quite easily yourself. Point your favorite SVN client at http://anonsvn.icesoft.org/repo/icepdf/tags/ and checkout the tagged version you would like.
Make sure you have Apache Ant installed on your system. Type > ant build.jars on the command line and the jars will be created and put in the ./lib/ folder.
When 6.3 is release the build will change to Maven or Gradle, your choice. The wiki has more info on how to build the bundles using either of these two build systems.
And of course our supported customers will have access to downloadable bundles.
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 06/Dec/2017 03:00:13
|
ps200306
Joined: 04/Dec/2017 18:38:40
Messages: 1
Offline
|
Most popular open source projects provide pre-built downloads. It doesn't seem like too much to ask.
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 06/Dec/2017 08:13:49
|
patrick.corless
Joined: 26/Oct/2004 00:00:00
Messages: 1982
Offline
|
Thanks for the input. We have had very view request for OS binaries since we made the switch to asking users to build their own bundles. We'll revisit this decision in the new year with the release of 6.3.
Is there any particular part of building the OS library that you fin cumbersome or difficult? Would a maven central jar download be preferable over product bundle downloaded from our icesoft.org site? We are interested in your feedback?
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 02/Jul/2018 06:15:06
|
trinity420
Joined: 02/Jul/2018 05:34:15
Messages: 1
Offline
|
Yes I really would like a central maven repository for icepdf!
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 03/Jul/2018 07:19:20
|
blacklord049
Joined: 31/Jan/2018 23:07:13
Messages: 6
Offline
|
No way to have 6.3 OS libs for Java 1.7 min ?
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 03/Jul/2018 20:47:27
|
patrick.corless
Joined: 26/Oct/2004 00:00:00
Messages: 1982
Offline
|
The 6.3. code base has 1.8 specific syntax and api calls so there is no simple way to compile it for 1.7 unfortunately.
Java 8 and higher addresses many security issues and has improved performance. It's certainly worth taking a look at...
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 03/Jul/2018 23:41:24
|
blacklord049
Joined: 31/Jan/2018 23:07:13
Messages: 6
Offline
|
Yes but currently our server's JRE is not 1.8 so... I'm doing the best I can :-)
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 10/Dec/2019 11:49:02
|
stroweis
Joined: 30/Jul/2014 04:28:14
Messages: 1
Offline
|
Hi,
For us, building a jar on an environment not connected to the Internet is a limitation; as a result we are still using a very old jar version of icePDF, even if we run on Java 8 and up.
I don't catch the rationale for bringing only source code.
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 10/Dec/2019 11:50:25
|
ken.fyten
Joined: 26/Oct/2004 00:00:00
Messages: 1346
Offline
|
Prebuilt libraries are readily available for those that require them in the ICEpdf Pro product.
|
Ken Fyten
VP Product Development
ICEsoft Technologies, Inc. |
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 14/Sep/2020 09:23:00
|
vishnums1980
Joined: 03/Sep/2020 11:52:11
Messages: 1
Offline
|
when i execute
$ gradle projectReport, sourcesJar, genPomFileForCoreJarPub, genPomFileForViewerJarPub, osDistZip, osDistTar
i get this error
Task 'projectReport,' not found in root project 'icepdf-os'. Some candidates are: 'projectReport'.
Can anybody please help
|
|
 |
|