-
michaniskin__
if this works then maybe we could get rid of build.boot entirely
-
maybe you would just use shebang scripts
-
put #!/usr/bin/env boot at the top of your build.boot and do ./build.boot instead of just boot
-
then you could name it whatever you want
-
./boot
-
alandipert
i'm into it
-
man i'm excited anew about the boot-client business
-
i forgot about that implication of source sync
-
michaniskin__
yeah we may want to put target in BOOT_HOME too
-
sever the cord completely
-
alandipert
oh interesting
-
michaniskin__
maybe that won't help
-
alandipert
i think it's ok actually
-
because target doesn't have anything to dow ith the classpath
-
it's purely a file thing
-
michaniskin__
yeah
-
like :source-paths
-
actually yeah man
-
i think all boot internals should be pretty cleanly decoupled from the CWD now
-
i mean like tasks
-
alandipert
yeah
-
michaniskin__
so maybe it would Just Work (tm) now
-
alandipert
tehre is the output problem
-
but i figure util/info is your clue to show stuff on the client
-
michaniskin__
we could send that info from the client though
-
the client could figure out it's CWD and transmit that to the server
-
so the server could make outhole in right place
-
alandipert
oh right, i meant println
-
michaniskin__
oh yeah
-
i forgot about that
-
that's probably a hard problem
-
like running a repl like that
-
alandipert
yeah
-
michaniskin__
maybe it just wouldn't work with interactive tasks
-
alandipert
also repl is a special case
-
and you could still do repl -s
-
michaniskin__
yeah
-
the client is a repl client anyway
-
lol
-
so maybe that just works
-
-
alandipert
haha
-
lotta new stuff on the UNN thread
-
tagged literals have entered the mix
-
onetom_ joined the channel
-
onetom_ has quit
-
michaniskin__
oh dear
-
i see them
-
bhauman joined the channel
-
jumblerg has quit
-
jumblerg joined the channel
-
danielszmulewicz joined the channel
-
TheAncientGoat joined the channel
-
bhauman has quit
-
danielszmulewicz has quit
-
danielszmulewicz joined the channel
-
DomKM
Are there any boot libraries/apps that use watch, notify, cljx, cljs, and test?
-
rkneufeld
bsima: Thanks for the PR.
-
bsima
rkneufeld: no prob. I like pedestal, gonna use that template soon
-
rkneufeld
I think I'll roll some improvements back onto it tonight
-
bhauman joined the channel
-
noonian has quit
-
danielszmulewicz has quit
-
danielszmulewicz joined the channel
-
bsima
rkneufeld besides I should be thanking you, your blog has been very educational
-
rkneufeld
bsima: glad to hear it.
-
cpmcdaniel joined the channel
-
danielszmulewicz has quit
-
NOTICE: [boot] micha pushed 1 new commit to master: http://git.io/F2KQ
-
NOTICE: boot/master 5ef99a2 Micha Niskin: Add merge-env! function...
-
michaniskin__: I can't recall, but didn't you guys add an "uberjar-esque" task a little while back? Is it just jar alone?
-
alandipert
rkneufeld, there is an 'uber' task
-
rkneufeld
alandipert: That's the one!
-
alandipert
-
but we have a fix in mind, coming in 2.0
-
-
danielszmulewicz joined the channel
-
HelloDrChewz joined the channel
-
danielszmulewicz joined the channel
-
danielszmulewicz has quit
-
bsima has quit
-
bsima joined the channel
-
cpmcdaniel
-
there is something wrong with it
-
I think I'm going to need to use a pod for importing the apache maven-model dependency
-
$ boot with-pom aot javac uber jar install
-
clojure.lang.ExceptionInfo: org.apache.maven.model.io.xpp3.MavenXpp3Reader
-
any who, if either of you will be at the meetup tomorrow, we can look at it then
-
alandipert
cpmcdaniel, sure
-
cpmcdaniel, you could use the worker pod that the builtins use, it has the maven stuff you need
-
nice work!
-
bedtime, 'night all
-
HelloDrChewz has quit
-
bhauman has quit
-
jjttjj has quit
-
bsima has quit
-
rkneufeld
-
^^ Just pushed a new release of pedestal-micro that includes a build.boot by default.
-
jjttjj joined the channel
-
ul joined the channel
-
cpmcdaniel has quit
-
DomKM
It seems like when boot-test throws an exception for failing tests it screws up other tasks
-
The only one that consistently works is speak. Neither notify nor reload run if test fails
-
mr-foobar has quit
-
Jaood has left the channel
-
jjttjj has quit
-
ul has quit
-
socksy has quit
-
jumblerg has quit
-
cldwalker has quit
-
Ninerian joined the channel
-
dm3 joined the channel
-
[d__d] has quit
-
-- BotBot disconnected, possible missing messages --
-
[d__d] joined the channel
-
dm3 has quit
-
dm3 joined the channel
-
dm3 has quit
-
candiru has quit
-
candiru joined the channel
-
piranha joined the channel
-
schmir joined the channel
-
candiru has quit
-
TheAncientGoat joined the channel
-
dm3 joined the channel
-
jjttjj joined the channel
-
jjttjj has quit
-
joonas_ joined the channel
-
NOTICE: [boot] schmir opened pull request #111: fix NPE in javac task (master...javac-npe-while-logging) http://git.io/FVo2
-
catonano joined the channel
-
onetom_ joined the channel
-
crazydiamond has quit
-
Ninerian_ joined the channel
-
Ninerian has quit
-
NOTICE: [boot] micha closed pull request #111: fix NPE in javac task (master...javac-npe-while-logging) http://git.io/FVo2
-
NOTICE: [boot] micha pushed 2 new commits to master: http://git.io/FVhM
-
NOTICE: boot/master db71386 Ralf Schmitt: fix NPE in javac task...
-
NOTICE: boot/master 2741f99 Micha Niskin: Merge pull request #111 from schmir/javac-npe-while-logging...
-
tcrawley-away is now known as tcrawley
-
cpmcdaniel joined the channel
-
schmir
when building an uberjar, how can I control if .clj files are included? (it seems like they are excluded by default)
-
Deraen
Use :resource-paths instead of :source-paths for dirs containing clj files
-
joonas_
I'm migrating from leiningen to boot, so far I'm excited, it feels much more natural fit and feels more unixy than java
-
schmir
Deraen: uh, that's ugly
-
Deraen
schmir: Why?
-
-
schmir
it's my :source-path not my :resource-path. I had hoped for a switch to the uber task
-
ok
-
thanks
-
martinklepsch
Deraen: schmir you could probably also use sift to do that, no?