[07:47:32 CDT(-0500)] * esm (n=esm@clue.mse.jhu.edu) has joined ##uportal
[10:13:56 CDT(-0500)] <esm> the pluto assemblerfactory requires a config object
[10:14:10 CDT(-0500)] <esm> yet when you call assembler.assemble() you ahve to give it the same config object
[10:14:11 CDT(-0500)] <esm> heh
[10:16:37 CDT(-0500)] <EricDalquist>
[10:16:43 CDT(-0500)] <EricDalquist> I thought that was a bit weird
[10:16:44 CDT(-0500)] <EricDalquist> too
[10:16:51 CDT(-0500)] <EricDalquist> but I didn't want to change the apis
[10:17:00 CDT(-0500)] <EricDalquist> oh .. the init-db target works now
[10:17:31 CDT(-0500)] <EricDalquist> I'm probably going to write some code to do the EAR -> Tomcat deployment
[10:18:13 CDT(-0500)] <esm> sweet!
[10:18:15 CDT(-0500)] <esm> i'm rocking
[10:18:37 CDT(-0500)] <EricDalquist> hows the EAR assembly stuff going?
[10:18:43 CDT(-0500)] <esm> The plexus archiver lets you set an ArchiveFinalizer
[10:18:52 CDT(-0500)] <esm> so I implemented an ArchiveFinalizer which does the assembly
[10:18:56 CDT(-0500)] <esm> that part is done
[10:19:01 CDT(-0500)] <esm> now I have to wire it up
[10:19:03 CDT(-0500)] <esm> and see if it iworks
[10:19:34 CDT(-0500)] <esm> the Maven Ear plugin injects a plexus archiver
[10:20:31 CDT(-0500)] <esm> i don't know how yet to add my finalizer to the plexus archiver
[10:20:52 CDT(-0500)] <esm> e.g. if I have to extend the standard Ear Mojo or if I can use Maven.
[10:20:56 CDT(-0500)] <esm> or Plexus.
[10:21:33 CDT(-0500)] <esm> so to answer your question - no brick walls yet, but it isn't done either.
[10:21:36 CDT(-0500)] <EricDalquist>
[10:21:38 CDT(-0500)] <EricDalquist> good
[10:28:45 CDT(-0500)] <esm> bbiab.
[10:28:54 CDT(-0500)] <esm> all that is left is to wire it up. it should work.
[10:28:56 CDT(-0500)] <esm> unf.
[10:44:20 CDT(-0500)] <EricDalquist> sweet
[10:48:56 CDT(-0500)] <EricDalquist> hey, can I make a request of 4 space indenting in the xml docs?
[11:58:10 CDT(-0500)] <esm> EricDalquist: yeah sorry aobu taht
[11:58:25 CDT(-0500)] <esm> no problem there. I have to figure out how to make oxygen do that.
[11:58:40 CDT(-0500)] <esm> i was goign to make a similar req about putting some stuff into svn:ignore
[11:58:41 CDT(-0500)] <EricDalquist>
[11:58:56 CDT(-0500)] <EricDalquist> ?
[11:59:06 CDT(-0500)] <EricDalquist> eventually I'm going to make an eclipse code template for uP3
[11:59:38 CDT(-0500)] <esm> that is probably a good idea
[11:59:54 CDT(-0500)] <esm> I've been using my "normal" code template but I'm not religious about it
[12:00:36 CDT(-0500)] <EricDalquist> either am I, it would more be something to point to if I ever need to ask people to change code formatting
[12:01:12 CDT(-0500)] <esm> right. I'm just saying you won't get any argument from me, even though I'm a "brace on next line" guy
[12:01:13 CDT(-0500)] <esm>
[12:01:22 CDT(-0500)] <esm> so I have oxygen to detect indent on open
[12:01:30 CDT(-0500)] <esm> but I guess i need to set it up for when it creates new files
[12:15:45 CDT(-0500)] <EricDalquist> I need to figure out how to get my windows box to stop munging line endings in XML files
[12:17:59 CDT(-0500)] <esm>
[12:18:54 CDT(-0500)] <esm> do you get the "inconsistent line endings" message when trying to commit?
[12:19:12 CDT(-0500)] <esm> I added the svn:eol-style property to some of the xml files (the ones i've touched)
[12:19:58 CDT(-0500)] <esm> i'm trying to figure out how to get the ear plugin to use my custom JarArchiver.
[12:20:04 CDT(-0500)] <esm> plexus-riffic.
[12:20:06 CDT(-0500)] <EricDalquist> yeah I do
[12:20:22 CDT(-0500)] <EricDalquist> I end up opening them in textpad and saving as Unix
[12:22:27 CDT(-0500)] <esm> do u use oxyen in eclipse normally? or as a separate app?
[12:23:49 CDT(-0500)] <esm> i don't see a line-ending style in the o2 eclipse plugin
[12:24:21 CDT(-0500)] <esm> well, ok, if you have the xml file open in o2, inside eclipse, you can do File -> Convert Line Delimters To...
[12:24:59 CDT(-0500)] <esm> with svn:eol-style set to native, files should be able to be checked out and checked in with your OS's native line endings.
[12:25:32 CDT(-0500)] <esm> unless, like you say, oxygen is really doing something bad.
[12:26:58 CDT(-0500)] <EricDalquist> in eclipse
[12:27:05 CDT(-0500)] <EricDalquist> ah
[12:31:52 CDT(-0500)] <esm> I admit that I don't use O2 much as a standalone editor
[12:32:02 CDT(-0500)] <esm> occasionally
[12:32:09 CDT(-0500)] <esm> but not often enough to know the answer
[12:33:24 CDT(-0500)] <EricDalquist> I think I found a defaul line endings option in there that I';; try playing with
[13:04:38 CDT(-0500)] <EricDalquist> well I think I have the deployer code written
[13:04:43 CDT(-0500)] <EricDalquist> at least the core logic
[13:04:50 CDT(-0500)] <EricDalquist> too bad everything just throws Exception right now ...
[13:04:56 CDT(-0500)] <EricDalquist> time to go do logging and error handling
[13:08:47 CDT(-0500)] <esm> nice!
[13:08:49 CDT(-0500)] <esm> sooooo
[13:08:58 CDT(-0500)] <esm> i've been dealing with this exception:
[13:08:58 CDT(-0500)] <esm> Caused by: java.lang.ClassNotFoundException: org.jasig.portal.utils.AssemblingWarArchiver
[13:09:11 CDT(-0500)] <esm> when attempting to run the maven ear plugin.
[13:09:16 CDT(-0500)] <esm> turns out I can't spell
[13:09:18 CDT(-0500)] <EricDalquist> :/
[13:09:20 CDT(-0500)] <EricDalquist> LOL
[13:09:20 CDT(-0500)] <esm> I named my class
[13:09:28 CDT(-0500)] <esm> "Assember"
[13:09:36 CDT(-0500)] <esm> instead of "Assembler"
[13:09:37 CDT(-0500)] <esm> duh.
[13:09:49 CDT(-0500)] <EricDalquist> I hate it when that happens
[13:09:52 CDT(-0500)] <EricDalquist> so frustraiting
[13:09:59 CDT(-0500)] <esm> no doubt
[13:10:00 CDT(-0500)] <esm> dang!
[13:10:01 CDT(-0500)] <esm> ok
[13:34:10 CDT(-0500)] <EricDalquist> I hate deciding what to do with exceptions
[13:35:39 CDT(-0500)] <esm> humm yeah
[13:35:40 CDT(-0500)] <esm>
[13:46:36 CDT(-0500)] <EricDalquist> I think a command line tool for doing file operations is OK to bubble up an IOException
[14:54:32 CDT(-0500)] <EricDalquist> hey ... so I have the deployer all working and tested
[14:54:37 CDT(-0500)] <EricDalquist> how do you recommend I call it?
[14:54:43 CDT(-0500)] <EricDalquist> just an ant task for now?
[15:03:32 CDT(-0500)] <esm> yeah
[15:03:34 CDT(-0500)] <esm> i guess so
[15:03:57 CDT(-0500)] <EricDalquist> how does the ear assembling?
[15:03:57 CDT(-0500)] <esm> wow i need to fix the alterts on my irc window
[15:03:58 CDT(-0500)] <esm> sorry
[15:04:01 CDT(-0500)] <EricDalquist> np
[15:04:02 CDT(-0500)] <EricDalquist>
[15:04:03 CDT(-0500)] <esm> ok
[15:04:34 CDT(-0500)] <esm> I got it to call my assembler and everything was wired up
[15:04:49 CDT(-0500)] <esm> but i realized i imiplemented the logic in the wrong method
[15:04:51 CDT(-0500)] <esm> so i'm almost there
[15:04:52 CDT(-0500)] <EricDalquist> :/
[15:04:56 CDT(-0500)] <esm> same logic
[15:05:03 CDT(-0500)] <esm> i just have to move it to another method
[15:05:06 CDT(-0500)] <esm> should be ok
[15:05:16 CDT(-0500)] <esm> I have to pick up my wife. I think, if is ok with you
[15:05:32 CDT(-0500)] <esm> i'd like to commit what i have and just not include the mojo in the base pom
[15:05:41 CDT(-0500)] <esm> so I can checkit out and finish up at home
[15:05:43 CDT(-0500)] <EricDalquist> that sounds great
[15:05:45 CDT(-0500)] <esm> everything compiles
[15:05:51 CDT(-0500)] <esm> so, builds shouldn't break
[15:05:59 CDT(-0500)] <EricDalquist> yeah, sounds just fine
[15:06:08 CDT(-0500)] <esm> ok cool thanks eric
[15:06:09 CDT(-0500)] <EricDalquist> and even if they do I'll just comment out that sub-module
[15:06:14 CDT(-0500)] <esm> sorry this is taking longer...
[15:06:20 CDT(-0500)] <esm> yeah I'm just going to comment it out now
[15:06:21 CDT(-0500)] <EricDalquist> no problem at all
[15:06:26 CDT(-0500)] <EricDalquist> I'm just thankfull that you're helping
[15:06:49 CDT(-0500)] <esm> cool beans! well I am out, but I will def finish up tonight. my comp time for DST patches starts tomorrow
[15:06:50 CDT(-0500)] <esm>
[15:06:56 CDT(-0500)] <EricDalquist>
[15:07:06 CDT(-0500)] <esm> bbiab
[15:07:06 CDT(-0500)] <EricDalquist> have a good one I'll catch you later
[15:07:08 CDT(-0500)] <esm> kk
[16:14:08 CDT(-0500)] * esm (n=esm@esm.qis.net) has joined ##uportal
[16:14:25 CDT(-0500)] <esm> ok i think i did break something
[16:14:36 CDT(-0500)] <esm> i thought about it as i was walking to the car
[16:17:46 CDT(-0500)] <EricDalquist> lol
[16:17:49 CDT(-0500)] <EricDalquist> what did you break?
[16:22:21 CDT(-0500)] <esm> I left the configuration file (components.xml) for my assembler where Plexus (Maven's IoC container) would find it.
[16:22:42 CDT(-0500)] <esm> and so mvn package would crash and burn for uportal3-ear
[16:22:45 CDT(-0500)] <EricDalquist> eh, I haven't updated yet
[16:22:46 CDT(-0500)] <esm> no biggie
[16:22:47 CDT(-0500)] <esm>
[16:22:48 CDT(-0500)] <esm> nice
[16:22:49 CDT(-0500)] <esm> ok
[16:22:53 CDT(-0500)] <esm> good I can fix it then
[16:23:14 CDT(-0500)] <EricDalquist> I'm finishing up a uportal3-ant-tasks package to let me use the deployer in the ant script
[16:23:20 CDT(-0500)] <EricDalquist> then I should have deploying done as well
[16:23:41 CDT(-0500)] <esm> cool this could come together nicely
[16:24:42 CDT(-0500)] <EricDalquist> lets hope
[16:26:25 CDT(-0500)] <esm> between JSR-168, JSR-286, and UPT-286 i'm having trouble with all the numbers
[16:26:25 CDT(-0500)] <esm> dan
[16:26:27 CDT(-0500)] <esm> g
[16:26:39 CDT(-0500)] <EricDalquist> lol
[16:26:45 CDT(-0500)] <EricDalquist> I didn't even realize that
[16:27:22 CDT(-0500)] <esm> oh, sorry, hope I didn't curse you
[16:27:35 CDT(-0500)] <esm> i must be dyslexic or something b/c i'm having all kinds of trouble
[16:28:00 CDT(-0500)] <EricDalquist>
General
Content
Integrations