Re: Building klipse demands too much

2020-06-27 Thread Rostislav Svoboda
> There are some instructions in the
> https://github.com/viebel/klipse/blob/master/contributing.md
> also about deploying to clojars (at the bottom):
> lein with-profile deploy deploy clojars
> but "deploy deploy" is really written twice there so I'm not sure if it's
correct or not. The
> ./scripts/build
>seems to be running fine but it produces only a js file.

It seems like "deploy deploy" (twice) is correct. And
lein with-profile deploy install
produces a 59kB large jar file - that's about the expected size. It's just
the
lein install
which is running indefinitely.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAEtmmez-iZyFLPy0mh6zLDJArR45GYm5BWJn%2BCNKXJDrFYqvjA%40mail.gmail.com.


Re: Building klipse demands too much

2020-06-27 Thread Rostislav Svoboda
> It looks like it's meant to be compiled into a js file, rather than a
local maven dependency

There are some instructions in the
https://github.com/viebel/klipse/blob/master/contributing.md
also about deploying to clojars (at the bottom):
lein with-profile deploy deploy clojars
but "deploy deploy" is really written twice there so I'm not sure if it's
correct or not. The
./scripts/build
seems to be running fine but it produces only a js file.

$ bash -c ./scripts/build
[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build plugin to
"resources/public/plugin/public/cljs-out/plugin-main.js"
Jun 27, 2020 10:35:18 PM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING: WARNING - unknown @define variable
figwheel.core.load_warninged_code

Jun 27, 2020 10:35:18 PM com.google.javascript.jscomp.LoggerErrorManager
printSummary
WARNING: 0 error(s), 1 warning(s)
[Figwheel] Successfully compiled build plugin to
"resources/public/plugin/public/cljs-out/plugin-main.js" in 111.289 seconds.
[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build plugin_prod to
"resources/public/plugin_prod/public/cljs-out/plugin_prod-main.js"
Jun 27, 2020 10:36:47 PM com.google.javascript.jscomp.LoggerErrorManager
println
WARNING: WARNING - unknown @define variable
figwheel.core.load_warninged_code

Jun 27, 2020 10:36:47 PM com.google.javascript.jscomp.LoggerErrorManager
printSummary
WARNING: 0 error(s), 1 warning(s)
[Figwheel] Successfully compiled build plugin_prod to
"resources/public/plugin_prod/public/cljs-out/plugin_prod-main.js" in 70.3
seconds.


Le sam. 27 juin 2020 à 23:09, James Reeves  a écrit :

> I started it up on MacOS and also found that after only a few minutes,
> there was a 4GB jar. This is clearly not correct, and a 110GB jar is
> definitely not correct.
>
> However, I don't see anything in the README about lein install being the
> right way to install this. It looks like it's meant to be compiled into a
> js file, rather than a local maven dependency.
>
> On Sat, 27 Jun 2020 at 21:52, Rostislav Svoboda <
> rostislav.svob...@gmail.com> wrote:
>
>> I'm trying to build klipse. I launched
>> lein install
>> more than 3.5 hours ago. It's still running and the
>> target/klipse-7.9.7.jar is >110GB (gigabytes) large and increasing... :( Is
>> that normal? Does anybody know what the space and time requirements are?
>>
>> I issued a ticket https://github.com/viebel/klipse/issues/371 already
>> (sorry for duplicating) but I hope here I reach a larger audience and get
>> the answer quicker - before my HDD breaks apart.
>>
>> Thanks
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/clojure/CAEtmmez6_488LoQzw%2BZ327ANPOyG%3DrM4L%2Bs6du-hY3RSvD3rbA%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> James Reeves
> booleanknot.com
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/CALg24jRxUXPC7nAso%3DDdYvjZffez9Jt717Akjqe23h%2Bhvs9-xA%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send 

Re: Building klipse demands too much

2020-06-27 Thread James Reeves
I started it up on MacOS and also found that after only a few minutes,
there was a 4GB jar. This is clearly not correct, and a 110GB jar is
definitely not correct.

However, I don't see anything in the README about lein install being the
right way to install this. It looks like it's meant to be compiled into a
js file, rather than a local maven dependency.

On Sat, 27 Jun 2020 at 21:52, Rostislav Svoboda 
wrote:

> I'm trying to build klipse. I launched
> lein install
> more than 3.5 hours ago. It's still running and the
> target/klipse-7.9.7.jar is >110GB (gigabytes) large and increasing... :( Is
> that normal? Does anybody know what the space and time requirements are?
>
> I issued a ticket https://github.com/viebel/klipse/issues/371 already
> (sorry for duplicating) but I hope here I reach a larger audience and get
> the answer quicker - before my HDD breaks apart.
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/CAEtmmez6_488LoQzw%2BZ327ANPOyG%3DrM4L%2Bs6du-hY3RSvD3rbA%40mail.gmail.com
> 
> .
>


-- 
James Reeves
booleanknot.com

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CALg24jRxUXPC7nAso%3DDdYvjZffez9Jt717Akjqe23h%2Bhvs9-xA%40mail.gmail.com.


Building klipse demands too much

2020-06-27 Thread Rostislav Svoboda
I'm trying to build klipse. I launched
lein install
more than 3.5 hours ago. It's still running and the target/klipse-7.9.7.jar
is >110GB (gigabytes) large and increasing... :( Is that normal? Does
anybody know what the space and time requirements are?

I issued a ticket https://github.com/viebel/klipse/issues/371 already
(sorry for duplicating) but I hope here I reach a larger audience and get
the answer quicker - before my HDD breaks apart.

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAEtmmez6_488LoQzw%2BZ327ANPOyG%3DrM4L%2Bs6du-hY3RSvD3rbA%40mail.gmail.com.