How to download the current complete simile exhibit 3 version

255 views
Skip to first unread message

Andrea Borruso

unread,
Apr 12, 2015, 10:16:31 AM4/12/15
to simile-...@googlegroups.com
Hi,
I know that the code is in github, but inside the repository I do not found in "example exhibit-scripted-bundle.js" file that I have instead here http://api.simile-widgets.org/exhibit/current/

Thank you

Luis Miguel Morillas

unread,
Apr 12, 2015, 10:27:18 AM4/12/15
to simile-...@googlegroups.com
It's documented at https://github.com/zepheira/exhibit3/wiki/Installation

$ git clone https://github.com/simile-widgets/exhibit.git
$ cd exhibit/scripted
$ ant dist

Files will be at the dist directory.


Best,


-- luismiguel (@lmorillas)
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widget...@googlegroups.com.
> To post to this group, send email to simile-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.

andy

unread,
Apr 12, 2015, 10:47:19 AM4/12/15
to simile-...@googlegroups.com

On 12 April 2015 at 16:26, Luis Miguel Morillas <mori...@gmail.com> wrote:
Files will be at the dist directory.

Thank you very much


--
Andrea Borruso
website: http://blog.spaziogis.it
GEO+ geomatica in Italia http://bit.ly/GEOplus 
38° 7' 48" N, 13° 21' 9" E, EPSG:4326
--

"cercare e saper riconoscere chi e cosa,
 in mezzo all’inferno, non è inferno, 
e farlo durare, e dargli spazio"

Italo Calvino

Kutbuddin Doctor

unread,
Jun 1, 2015, 5:36:47 PM6/1/15
to simile-...@googlegroups.com
I do not have access to "ant" at this client's server location.
The code from github works fine when referred to via:

http://somewhere.com/js/exhibit3-master/scripted/src/exhibit-api.js?bundle=false

Is there a workaround w/o using ant? I find that bundle=true fails, but other than that, will other parts also fail?

David Karger

unread,
Jun 1, 2015, 5:38:01 PM6/1/15
to simile-...@googlegroups.com
Exhibit is designed to run normally from the source directory (using bundle=false , as ant is needed to create the bundle). 

Kutbuddin Doctor

unread,
Jul 13, 2015, 6:10:13 PM7/13/15
to simile-...@googlegroups.com, kar...@mit.edu
Does Exhibit run significantly slower with bundle=false ?

I had Exhibit 2.1 with compressed code and an exhibit of 700 items. It took modern browsers 2-3 seconds to load.
Upon switching to Exhibit 3, and bundled=false (I don't have ant or even git), the same browsers take over 10seconds to load the contents.

Would there be a significant improvement if I switch to bundled=true ?
The other alternative is using staged for this data. But I am wondering if that will also be slow just because I have bundled=false

David Karger

unread,
Jul 13, 2015, 8:13:21 PM7/13/15
to simile-...@googlegroups.com
bundle=false is quite a bit slower as there are close to 100 distinct files to load.  it's best used for debugging only.

feel free to use the version of exhibit that we host; there's no need to compile your own if you aren't making changes (which you obviously aren't).

Andrea Borruso

unread,
Sep 7, 2021, 12:26:36 PM9/7/21
to SIMILE Widgets

Hi,

On Sunday, 12 April 2015 at 16:27:18 UTC+2 Luis Miguel Morillas wrote:

I have tested it now, and I have this error

Buildfile: /exhibit/scripted/build.xml

BUILD FAILED
/exhibit/scripted/build.xml:57: taskdef class net.noha.tools.ant.yuicompressor.tasks.YuiCompressorTask cannot be found
 using the classloader AntClassLoader[/exhibit/scripted/tools/yuicompressor-ant/yui-compressor-ant-task.jar:/exhibit/scripted/tools/yuicompressor/yuicompressor.jar]

Total time: 0 seconds

How to solve it

Luis Miguel Morillas

unread,
Sep 7, 2021, 1:19:10 PM9/7/21
to simile-...@googlegroups.com
Are you in the correct path? Is there is a
exhibit/scripted/tools/yuicompressor-ant/yui-compressor-ant-task.jar
file?

Saludos,

-- luismiguel (@lmorillas)
> --
> You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to simile-widget...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/simile-widgets/7cd30bef-5dfb-4429-ae87-2016d15a10b3n%40googlegroups.com.

andy

unread,
Sep 8, 2021, 2:32:14 AM9/8/21
to simile-...@googlegroups.com
Hi Luis,
and thank you.

On Tue, 7 Sept 2021 at 19:19, Luis Miguel Morillas <mori...@gmail.com> wrote:
Are you in the correct path? Is there is a
exhibit/scripted/tools/yuicompressor-ant/yui-compressor-ant-task.jar
file?

I have it, but there is an error in build.xml file.

I'm opening a PR.

Best regards 


--
___________________

Andrea Borruso
website: https://medium.com/tantotanto

38° 7' 48" N, 13° 21' 9" E, EPSG:4326
___________________

Andrea Borruso

unread,
Sep 8, 2021, 2:34:58 AM9/8/21
to SIMILE Widgets

Luis Miguel Morillas

unread,
Sep 8, 2021, 2:52:50 AM9/8/21
to simile-...@googlegroups.com
There is an error cloning the gh code, ie. yui-compressor-ant-task.jar is a symlink to ...ant-task-0.5.jar 

--
You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simile-widget...@googlegroups.com.

Andrea Borruso

unread,
Sep 8, 2021, 3:05:39 AM9/8/21
to SIMILE Widgets
On Wednesday, 8 September 2021 at 08:52:50 UTC+2 Luis Miguel Morillas wrote:
There is an error cloning the gh code, ie. yui-compressor-ant-task.jar is a symlink to ...ant-task-0.5.jar 

I have used simply "git clone https://github.com/simile-widgets/exhibit.git"

Is it wrong? 

Luis Miguel Morillas

unread,
Sep 8, 2021, 3:16:05 AM9/8/21
to simile-...@googlegroups.com
No, it's ok but you should have se symlinks you've added to the pull request, don't you? 

--
You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simile-widget...@googlegroups.com.

andy

unread,
Sep 8, 2021, 3:18:24 AM9/8/21
to simile-...@googlegroups.com
Hi Luis,

On Wed, 8 Sept 2021 at 09:16, Luis Miguel Morillas <mori...@gmail.com> wrote:
No, it's ok but you should have se symlinks you've added to the pull request, don't you? 

after cloning it, if I build it I have that error.

If I modify build.xml file I have no errors. 
Reply all
Reply to author
Forward
0 new messages