August 25, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:03:31] <alex_boisvert> aindl:  make your task a prerequisite of the compile task
[00:03:56] <alex_boisvert> i.e.,   task(:compile).enhance([:my_task])
[00:13:33] <aindl> thanks! it is help but there is one strange thing. My task(call :gen) make code generation to /src/main/java folder, so when i did as you said and exec "build compile" my task was executed but generated sources was not compiled
[00:14:35] <aindl> compile task don't see this new sources
[00:18:42] <alex_boisvert> hmm
[00:19:03] <aindl> hmm, strange. If write:
[00:19:04] <aindl> task(:compile).enhance([:gen])
[00:19:04] <aindl> compile.from(_('src'))
[00:19:04] <aindl> it works fine. It is bug or "feature"?
[00:19:11] <alex_boisvert> you may want to read https://cwiki.apache.org/confluence/display/BUILDR/How+to+generate+sources+before+compilation
[00:20:55] <aindl> thanks!
[00:21:51] <aindl> It is cool that there are peoples that can help. When I first look on buildr I was afraid that it already dead.
[00:24:57] <aindl> and btw it was not easy to find that this channel even exist, it is not mentioned on "Get Involved" section on buildr home page.
[00:28:22] <alex_boisvert> yes it is http://buildr.apache.org/contributing.html
[00:28:35] <alex_boisvert> under "Getting Involved"
[00:28:59] <alex_boisvert> oh but not shown in table of content
[00:29:02] <alex_boisvert> i'll fix that
[00:32:14] <aindl> and there is some error in guide, where I can post them?
[00:33:46] <alex_boisvert> either here, or mailing list
[00:33:56] <alex_boisvert> i can fix those directly
[00:36:28] 
[00:37:42] <alex_boisvert> excellent
[00:37:44] <alex_boisvert> good luck!
[00:37:59] *** aindl has left #buildr
[02:41:42] *** alxism has quit IRC
[02:52:38] *** alex_boisvert has quit IRC
[03:03:10] *** alxism has joined #buildr
[03:07:26] *** alex_boisvert1 has joined #buildr
[03:07:29] *** alexis31 has joined #buildr
[03:07:57] *** alxism has quit IRC
[03:32:18] *** alex_boisvert1 has quit IRC
[04:02:58] *** alexis31 has quit IRC
[06:04:30] *** echelog-1 has joined #buildr
[06:19:18] *** alexis31 has joined #buildr
[06:25:21] *** alxism has joined #buildr
[06:26:39] *** witlessb has joined #buildr
[06:26:44] *** alexis31 has quit IRC
[08:44:59] *** echelog-1 has joined #buildr
[10:11:20] *** alxism has quit IRC
[14:47:18] *** jmrodri_ has joined #buildr
[15:22:07] *** alex_boisvert1 has joined #buildr
[15:48:20] *** witlessb has quit IRC
[15:48:33] *** witlessb has joined #buildr
[16:05:49] *** jmrodri_ has quit IRC
[16:05:58] *** alex_boisvert1 has quit IRC
[16:15:58] *** alex_boisvert1 has joined #buildr
[16:28:04] *** alex_boisvert1 has quit IRC
[16:38:24] *** alex_boisvert has joined #buildr
[17:13:06] *** alex_boisvert has quit IRC
[17:19:10] *** witlessb has quit IRC
[17:50:43] *** alxism has joined #buildr
[18:27:00] *** alex_boisvert1 has joined #buildr
[18:40:58] *** alxism has quit IRC
[20:04:47] *** aindl has joined #buildr
[20:17:07] *** aindl1 has joined #buildr
[20:18:18] *** aindl has quit IRC
[21:29:32] *** alxism has joined #buildr
[21:58:02] *** irclogger_com has quit IRC
[21:58:49] *** irclogger_com has joined #buildr
[22:08:20] <aindl1> Hello All. How can I add directory to jar META-INF folder? I have bunch of files in "resource/META-INF/services" and want to add "resource/META-INF/*" to jar META-INF. Can someone help me with this? I found only how to add file but I want to add folder "/service" with files. Thanks.
[22:11:46] <alxism> http://buildr.apache.org/rdoc/classes/Buildr/Package.html#M000751
[22:12:02] <alxism> package as a :meta_inf option
[22:12:37] <alxism> ":meta_inf ? Specifies files to be included in the META-INF directory. By default, uses the project?s meta-inf property."
[22:15:33] <alxism> so you could write : package(:jar).with :meta_inf => your_files
[22:17:26] <aindl1> thanks, I saw this. And I found my mistake, i try to write:
[22:17:26] <aindl1> meta_inf << file("resources/META-INF/*")
[22:17:26] <aindl1> and it works.
[22:18:00] <aindl1> I don't know ruby, rake and all that things at all. Sorry.
[22:21:52] <alxism> no pb
[22:21:57] <alxism> glad to help out
[23:11:18] *** aindl1 has left #buildr

top