Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 68 Current »

[00:32:28 EDT(-0400)] * jayshao (n=jayshao@ool-44c59034.dyn.optonline.net) has joined ##uportal
[07:43:50 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[08:05:21 EDT(-0400)] * esm (n=esm@clue.mse.jhu.edu) has joined ##uportal
[08:42:52 EDT(-0400)] * jayshao (n=jayshao@ool-44c59034.dyn.optonline.net) has joined ##uportal
[10:24:36 EDT(-0400)] * edalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[10:33:09 EDT(-0400)] * jayshao (n=jayshao@wg-206-hill012.rutgers.edu) has joined ##uportal
[10:46:43 EDT(-0400)] <EricDalquist> hey esm, would you be ok with me moving some of the properties from uPortal_3.0.0\assembly\build.xml into a build.properties file?
[10:58:48 EDT(-0400)] * esm_ (n=esm@mtw160-1.ippl.jhu.edu) has joined ##uportal
[11:00:22 EDT(-0400)] <esm_> eric: i took those props out
[11:00:32 EDT(-0400)] <esm_> but i moved them
[11:00:33 EDT(-0400)] <EricDalquist> yeah I just saw that
[11:00:37 EDT(-0400)] <EricDalquist> I can still use them though
[11:01:00 EDT(-0400)] <esm_> yeah
[11:01:05 EDT(-0400)] <EricDalquist> I'm planning on doing filter copies of the base files in the quickstart to make the the right version numbers and paths are there
[11:01:09 EDT(-0400)] <EricDalquist> so that shouldn't be a problem
[11:01:12 EDT(-0400)] <esm_> yeah
[11:01:14 EDT(-0400)] <esm_> cool
[11:04:26 EDT(-0400)] <esm_> EricDalquist: when you say "base files" what do you mean?
[11:04:46 EDT(-0400)] <esm_> sorry i'm multitasking in a meeting (smile)
[11:08:38 EDT(-0400)] <EricDalquist> np
[11:08:44 EDT(-0400)] <EricDalquist> oh base files
[11:08:46 EDT(-0400)] <EricDalquist> the readme
[11:08:52 EDT(-0400)] <EricDalquist> the ant.bat and ant.sh files
[11:09:01 EDT(-0400)] <EricDalquist> and the build.xml used to start/stop the qa
[11:09:03 EDT(-0400)] <EricDalquist> er qs
[11:12:56 EDT(-0400)] <esm_> ok cool ok bbiab
[11:52:31 EDT(-0400)] <esm> back
[11:52:45 EDT(-0400)] <EricDalquist> hey
[11:52:45 EDT(-0400)] <EricDalquist> so
[11:52:51 EDT(-0400)] <EricDalquist> one issue with filtering
[11:53:01 EDT(-0400)] <EricDalquist> I was going to use the assembly filter option
[11:53:11 EDT(-0400)] <EricDalquist> but it wants me to reference a .properties file
[11:53:26 EDT(-0400)] <EricDalquist> I need things like dbname, hsql path, tomcat path
[11:53:42 EDT(-0400)] <EricDalquist> can we move those to a .properties and have the rest of the assembly stuff still work?
[11:53:55 EDT(-0400)] * esm thinks
[11:56:19 EDT(-0400)] <esm> do you have to use a properties file?
[11:56:29 EDT(-0400)] <esm> i mean have you tried it without one?
[11:57:13 EDT(-0400)] * esm thinks more
[11:57:29 EDT(-0400)] <EricDalquist> I haven't tried it without one
[11:57:35 EDT(-0400)] <EricDalquist> just following http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/filtering-some-distribution-files.html
[12:04:18 EDT(-0400)] <esm> looking thru code...
[12:05:55 EDT(-0400)] <esm> yeah the filtering code uses the a .properties file and has a reference to the maven project object but not the POM properties map.
[12:06:01 EDT(-0400)] * esm thinks even more
[12:06:21 EDT(-0400)] <esm> this is one thing i don't like about maven
[12:06:39 EDT(-0400)] <esm> property interpolation is handled differently between plugins.
[12:06:46 EDT(-0400)] <esm> and even differently within plugins
[12:07:32 EDT(-0400)] <EricDalquist> :/
[12:07:48 EDT(-0400)] <EricDalquist> I can do it in the build.xml you use to prepare tomcat/hsql/ant easily
[12:08:45 EDT(-0400)] <esm> the maven resources plugin I think is what we could try.
[12:08:55 EDT(-0400)] <EricDalquist> ok
[12:08:59 EDT(-0400)] <esm> you put your files (readme.txt etc) in src/main/resources
[12:09:06 EDT(-0400)] <EricDalquist> ok
[12:09:17 EDT(-0400)] <esm> now - I'd just do a hello world first
[12:09:26 EDT(-0400)] <esm> before you go and move all your stuff aorund
[12:09:42 EDT(-0400)]

<esm> e.g. just a file with "Hi, I'm the path to $

Unknown macro: {tomcat}

" in it.


[12:10:06 EDT(-0400)] <EricDalquist> and this is assembly/src/main/resources?
[12:10:07 EDT(-0400)] <esm> mvn generate-resources should put the interpolated file into target/
[12:10:19 EDT(-0400)] <esm> ummmmm
[12:10:23 EDT(-0400)] <EricDalquist> or the root
[12:10:24 EDT(-0400)] <esm> yeah i think so
[12:10:35 EDT(-0400)] <esm> under assembly/src/main/resources
[12:10:37 EDT(-0400)] <EricDalquist> ok
[12:11:21 EDT(-0400)] <EricDalquist> ok
[12:11:24 EDT(-0400)]

<esm> so in the assembly descriptor, you will need to reference $

Unknown macro: {project.build.directory}

/Readme.txt


[12:11:26 EDT(-0400)] <EricDalquist> so I have a txt file under resources
[12:11:52 EDT(-0400)] <EricDalquist> is there anything I need to do in the pom to tell it to filter that file?
[12:12:00 EDT(-0400)] <esm> yes
[12:12:07 EDT(-0400)] <esm> in the <build> elemetn
[12:12:11 EDT(-0400)] <esm> build element rather
[12:12:16 EDT(-0400)] <esm> and you might need to create one
[12:12:25 EDT(-0400)] <esm> or, just use the one that exists in the make-assemblies profile
[12:12:36 EDT(-0400)] <esm> (just remember to activate the profile when you run maven)
[12:12:40 EDT(-0400)] <esm> anyway
[12:12:57 EDT(-0400)] <esm> in the <build> element you have a <resources> element....
[12:13:00 EDT(-0400)] <esm> here let me link you
[12:13:25 EDT(-0400)] <EricDalquist> ok
[12:13:40 EDT(-0400)] <esm> <resource>
[12:13:40 EDT(-0400)] <esm> <directory>src/main/resources</directory>
[12:13:40 EDT(-0400)] <esm> <filtering>true</filtering>
[12:13:40 EDT(-0400)] <esm> </resource>
[12:13:47 EDT(-0400)] <esm> that is what you want inside <build>
[12:13:52 EDT(-0400)] <esm> http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html
[12:14:33 EDT(-0400)] <esm> I don't know if the resources plugin will use the properties of the parent pom or not
[12:15:08 EDT(-0400)] <esm> if it doesn't, the XML for configuring the plugin, and the calling of the goal, will need to happen in the root project
[12:15:12 EDT(-0400)] <esm> root pom
[12:15:23 EDT(-0400)] <EricDalquist> ok
[12:15:53 EDT(-0400)] <esm> (but for consistencies sake - keeping the assembly stuff together - you can reference the assembly/src/main/resources directory)
[12:16:22 EDT(-0400)] <esm> if you use the root pom you'll need to configure the outPut directory as well.
[12:16:35 EDT(-0400)] <EricDalquist> ok
[12:18:46 EDT(-0400)] <EricDalquist> I'll see if I can get this figured out
[12:23:45 EDT(-0400)] <EricDalquist> so what I'm trying to test this is "mvn -Pmake-assemblies resources:resources"
[12:27:43 EDT(-0400)] <EricDalquist> ok, looks like I need to put the filter info in the base pom
[12:27:51 EDT(-0400)] <EricDalquist> I can't see how to set the output dir in the docs though
[12:34:30 EDT(-0400)] <esm> you'll need to add a <plugin> elmeent for the maven-resources plugin
[12:34:43 EDT(-0400)] <EricDalquist> ok
[12:34:46 EDT(-0400)] <esm> inside add a <configuration>/<outputDirectory> element
[12:35:30 EDT(-0400)] <esm> when you are looking at parameter documetnation in maven, eg http://maven.apache.org/plugins/maven-resources-plugin/resources-mojo.html
[12:35:47 EDT(-0400)] <esm> those can almost always be configured in a <configuration> element
[12:36:24 EDT(-0400)] <EricDalquist> cool
[12:36:58 EDT(-0400)] <EricDalquist> hrm
[12:37:00 EDT(-0400)] <EricDalquist> still no luck
[12:37:57 EDT(-0400)] <EricDalquist> when I had the resource configured in the assembly sub-project running 'mvn -Passembly,make-assemblies resources:resources' did copy it to the target directory
[12:38:12 EDT(-0400)] <EricDalquist> but the property was not changed
[12:38:34 EDT(-0400)] <EricDalquist> moving the filtered resource decl to the root pom results in nothing
[12:38:53 EDT(-0400)] <EricDalquist> in the root I have:
[12:38:53 EDT(-0400)] <EricDalquist> <resource>
[12:38:53 EDT(-0400)] <EricDalquist> <directory>assemblies/src/main/resources</directory>
[12:38:53 EDT(-0400)] <EricDalquist> <filtering>true</filtering>
[12:38:53 EDT(-0400)] <EricDalquist> </resource>
[12:39:03 EDT(-0400)] <EricDalquist> oh
[12:39:04 EDT(-0400)] <EricDalquist> duh
[12:39:06 EDT(-0400)] <esm> assembly
[12:39:07 EDT(-0400)] <esm> ?
[12:39:08 EDT(-0400)] <EricDalquist> assembly
[12:39:09 EDT(-0400)] <EricDalquist> yeah
[12:39:10 EDT(-0400)] <EricDalquist> wow
[12:39:12 EDT(-0400)] <esm> whew
[12:39:14 EDT(-0400)] <esm> yeah
[12:39:21 EDT(-0400)] <esm> tell me about it. i do that ALL the time
[12:39:36 EDT(-0400)] <EricDalquist> yay
[12:39:45 EDT(-0400)] <EricDalquist> spelling is teh awesome
[12:39:50 EDT(-0400)] <EricDalquist> works now
[12:39:53 EDT(-0400)] <esm> cool
[12:39:54 EDT(-0400)] <esm> now
[12:40:37 EDT(-0400)] <esm> when you feel like getting fancy (smile) you can use the maven remote resources plugin to pull down verbiage common to all projects and interpolate that - if that will be useful.
[12:41:01 EDT(-0400)] <EricDalquist> ?
[12:41:01 EDT(-0400)] <esm> not now i suspect
[12:41:09 EDT(-0400)] <EricDalquist> what would that get us?
[12:41:24 EDT(-0400)] <esm> things like LICENSE files or README's that need to be used by all projects
[12:41:37 EDT(-0400)] <EricDalquist> ah
[12:41:50 EDT(-0400)] <esm> one centeral admin can manage the bundle of files
[12:41:55 EDT(-0400)] <esm> and people depend on the bundle
[12:42:02 EDT(-0400)] <esm> people == projects
[12:42:14 EDT(-0400)] <EricDalquist> cool
[12:42:23 EDT(-0400)] <esm> the bundles can contain velocity templates so there is some flexibility in how stuff is formatted, etc.
[12:42:25 EDT(-0400)] <esm> anwya
[12:42:29 EDT(-0400)] <esm> anyway.
[12:43:09 EDT(-0400)] <EricDalquist> do we know the directory names of the results of extracting tomcat/ant/hsql?
[12:44:15 EDT(-0400)] <esm> no -
[12:44:34 EDT(-0400)] <esm> i mean what I did was extract tomcat, saw what the anem of the directory was
[12:44:43 EDT(-0400)] <esm> then concatenated properties to match the expected name
[12:44:57 EDT(-0400)]

<esm> eg $

Unknown macro: {tomcat}

-$

Unknown macro: {tomcat.version}

[12:45:01 EDT(-0400)] <EricDalquist> ok
[12:45:12 EDT(-0400)] <esm> where tomcat == apache-tomcat and tomcat.version == 5.5.23
[12:49:36 EDT(-0400)] <EricDalquist> ok ... one last issue
[12:49:46 EDT(-0400)] <EricDalquist> actually
[12:49:48 EDT(-0400)] <EricDalquist> nevermind
[12:49:54 EDT(-0400)] <EricDalquist> figured it out while typing (sad))
[12:49:55 EDT(-0400)] <EricDalquist> (smile)
[12:53:36 EDT(-0400)] <EricDalquist> quick question
[12:53:42 EDT(-0400)] <EricDalquist> only some of my resources I want filtered
[12:53:46 EDT(-0400)] <EricDalquist> looking at the maven dir structure
[12:53:49 EDT(-0400)] <EricDalquist> there is a "src/main/filters"
[12:53:59 EDT(-0400)] <EricDalquist> is that where resorces to be filtered would generally go?
[12:54:15 EDT(-0400)] <esm> actually resources, filtered or not, go in src/main/resources
[12:54:29 EDT(-0400)] <EricDalquist> ok ... can I exclude a certain file from being filtered
[12:54:31 EDT(-0400)] <esm> you can use <includes> and <excludes> in the <resources> element in pom.xml to say what is and isn't filtered
[12:54:39 EDT(-0400)] <EricDalquist> ah ok
[12:54:49 EDT(-0400)] <EricDalquist> so I just do two <resources>
[12:54:49 EDT(-0400)] <esm> well
[12:54:53 EDT(-0400)] <EricDalquist> one fitlered one not?
[12:54:54 EDT(-0400)] <esm> yes exactly
[12:56:21 EDT(-0400)] <EricDalquist> cool
[12:57:38 EDT(-0400)] <EricDalquist> ok
[12:57:45 EDT(-0400)] <EricDalquist> time to try running the whole thing
[13:05:55 EDT(-0400)] <EricDalquist> when you updated from my merge
[13:06:06 EDT(-0400)] <EricDalquist> did you have issues with the uP3 sub-directory not going away?
[13:07:38 EDT(-0400)] <esm> yeah. I think I did.. well, i don't rememer exactly.
[13:07:56 EDT(-0400)] <esm> because I was trying stuff out as well, and because I had no local modifications in my working copy, i just blew it away
[13:07:59 EDT(-0400)] <esm> and re-checked-out
[13:08:35 EDT(-0400)] <esm> so I did have problems, but I'm not sure if they were related only to the work you were doing, or if it was a combination of me trying out merges and subsequently attempting to pull down your changes.
[13:09:29 EDT(-0400)] <EricDalquist> hrm, ok
[13:09:36 EDT(-0400)] <EricDalquist> weird ... my unit tests are failing now
[13:10:17 EDT(-0400)] <EricDalquist> uhoh
[13:10:26 EDT(-0400)] <EricDalquist> adding that resources config in the root pom
[13:10:33 EDT(-0400)] <EricDalquist> overrides it for all the children
[13:10:58 EDT(-0400)] <EricDalquist> so the tests are failing because all of the resources from all the children are ending up in assembly/target
[13:11:07 EDT(-0400)] <esm> ok
[13:11:24 EDT(-0400)] * esm thinks more
[13:15:17 EDT(-0400)] <esm> can you take out the <outputdirectory> from the base pom.xml and modify the assembly descriptor to pick up the filtered files from {$pom.parent.baseDirectory} instead?
[13:15:31 EDT(-0400)]

<esm> $

Unknown macro: {pom.parent.buildDirectory}

i mean


[13:15:50 EDT(-0400)] <EricDalquist> ok
[13:15:53 EDT(-0400)] <EricDalquist> that should work
[13:16:13 EDT(-0400)] <esm> the other option is to try to make a .properties file work for the assembly filter
[13:16:56 EDT(-0400)] <esm> i'm not exaclty sure how that would work
[13:17:47 EDT(-0400)] <esm> the other troublesome issue is not including the ear file in the binary distros
[13:18:01 EDT(-0400)] * jayshao (n=jayshao@wg-206-hill012.rutgers.edu) has joined ##uportal
[13:18:10 EDT(-0400)] <esm> i'm gonna need to dig trhough some source code to see what to do about that particular issue
[13:18:54 EDT(-0400)] <EricDalquist> k
[13:26:09 EDT(-0400)] <EricDalquist> grr
[13:26:13 EDT(-0400)] <EricDalquist> some tests are still failing
[13:30:32 EDT(-0400)] <EricDalquist> so there is still a problem with the resources element in the root pom overriding the default resources in the child poms
[13:30:42 EDT(-0400)] <EricDalquist> the test resources are getting copied
[13:30:49 EDT(-0400)] <EricDalquist> but the compile resources are not
[13:32:30 EDT(-0400)] <esm> so right now what does the root pom look like? can you put a snippit on rafb.net/paste?
[13:32:54 EDT(-0400)] <EricDalquist> yup
[13:33:26 EDT(-0400)] <EricDalquist> http://rafb.net/p/b2zE5H14.html
[13:35:28 EDT(-0400)] <esm> so test resources are acting correctly but compile resources are not?....
[13:35:40 EDT(-0400)] <esm> grr.
[13:36:12 EDT(-0400)] <esm> one sec
[13:36:36 EDT(-0400)] <esm> the snippit is in your base pom.xml, but is it inside the profile or no?
[13:36:37 EDT(-0400)] <EricDalquist> other way around
[13:36:40 EDT(-0400)] <EricDalquist> or way
[13:36:42 EDT(-0400)] <EricDalquist> yes
[13:36:45 EDT(-0400)] <EricDalquist> test are correct
[13:36:47 EDT(-0400)] <EricDalquist> but compile are not
[13:36:54 EDT(-0400)] <EricDalquist> yes it is in the profile
[13:37:00 EDT(-0400)] <esm> ok
[13:38:10 EDT(-0400)] <esm> i'm going to try putting that in the assembly pom.xml but see if it works when calling it from the base
[13:38:26 EDT(-0400)] <EricDalquist> ok
[13:38:42 EDT(-0400)] <esm> that may be the incanttion we need
[13:39:44 EDT(-0400)] <EricDalquist> does it work for you?
[13:41:35 EDT(-0400)] <esm> trying now!
[13:41:55 EDT(-0400)] <esm> chug chug chug
[13:42:02 EDT(-0400)] <esm> i need a faster puter
[13:42:06 EDT(-0400)] <EricDalquist> (smile)
[13:44:27 EDT(-0400)] <esm> ok that worked but I'm trying another test
[13:44:41 EDT(-0400)] <EricDalquist> ok
[13:44:42 EDT(-0400)] <esm> i'll put my diff on rafb.net/past
[13:44:46 EDT(-0400)] <EricDalquist> k
[13:50:42 EDT(-0400)] <esm> http://rafb.net/p/EVH3F427.html
[13:50:53 EDT(-0400)] <esm> oh
[13:51:14 EDT(-0400)] <esm> ok i'm an idiot the <outputDirectory> should not be in <includes> but be a child of <resource>
[13:51:20 EDT(-0400)] <esm> i was wondering why that didn't work
[13:51:22 EDT(-0400)] <esm> anway
[13:51:45 EDT(-0400)] <EricDalquist> (smile)
[13:52:12 EDT(-0400)] <esm> running mvn -Passembly,make-assemblies process-resources from the root directory results in an interpolated test.txt file in assembly/target/classes/text.txt (correcting outputDirectory will fix that)
[13:52:19 EDT(-0400)] <EricDalquist> actually I think it needs to be in the plugin block
[13:52:25 EDT(-0400)] <esm> it can be
[13:52:28 EDT(-0400)] <esm> but it doesn't have to be
[13:52:40 EDT(-0400)] <EricDalquist> ah ok
[13:52:50 EDT(-0400)] <esm> I agree that is confusing...
[13:52:55 EDT(-0400)] <esm> much of maven is confusing.
[13:53:02 EDT(-0400)] <esm> oh did i say that out loud?
[13:53:11 EDT(-0400)] <EricDalquist> (smile)
[13:55:35 EDT(-0400)] <esm> you can run 'mvn -Passembly,make-assemblies process-resources' in the assembly directory (using the diff I posted) and interpolation also works.
[13:55:46 EDT(-0400)] <EricDalquist> ok
[13:56:00 EDT(-0400)] <esm> esm@clue:~/src/up3-trunk/assembly$ cat src/main/resources/test.txt
[13:56:00 EDT(-0400)]

<esm> Hello World: $

Unknown macro: {tomcat}

[13:56:11 EDT(-0400)] <EricDalquist> ?
[13:56:12 EDT(-0400)] <esm> esm@clue:~/src/up3-trunk/assembly$ cat target/classes/test.txt
[13:56:12 EDT(-0400)] <esm> Hello World: apache-tomcat
[13:56:15 EDT(-0400)] <EricDalquist> ah ok
[13:56:27 EDT(-0400)] <esm> sorry i should have done a single c & p (smile)
[13:56:44 EDT(-0400)] <EricDalquist> outputDirectory doesn't work under resource
[13:56:47 EDT(-0400)] <EricDalquist> I get a parse error
[13:58:09 EDT(-0400)] <EricDalquist> works in the plugin config
[13:59:44 EDT(-0400)] <esm> ok
[13:59:50 EDT(-0400)] <esm> so I guess it needs to go there....
[13:59:55 EDT(-0400)] <esm> and hopefully it works....
[14:01:17 EDT(-0400)] <EricDalquist> trying now ...
[14:05:12 EDT(-0400)] <esm> dang it
[14:06:57 EDT(-0400)] <EricDalquist> ?
[14:08:03 EDT(-0400)] <esm> didn't work for me
[14:09:56 EDT(-0400)] <EricDalquist> what part?
[14:14:23 EDT(-0400)] <esm> http://rafb.net/p/gjBE4l60.html
[14:14:31 EDT(-0400)] <esm> that is my assebmly/pom.xml
[14:14:45 EDT(-0400)] <esm> and i do not get an interpolated file in assembly/target/classes/test.txt
[14:14:51 EDT(-0400)] <EricDalquist> hrm
[14:14:56 EDT(-0400)] <EricDalquist> I have that same thing
[14:14:59 EDT(-0400)] <EricDalquist> but with the real files
[14:15:04 EDT(-0400)] <EricDalquist> and I get the filtered files
[14:15:38 EDT(-0400)] <EricDalquist> although I think my assembly config is wrong cause they didn't show up in the zip
[14:15:50 EDT(-0400)] <EricDalquist> they show up in assembly\target\classes\quickstart-resources\quickstart
[14:16:02 EDT(-0400)] <esm> oh did you apply my diff
[14:16:08 EDT(-0400)] <EricDalquist> yup
[14:16:25 EDT(-0400)] <esm> quickstart-resources i put that in there i think if you take that out
[14:16:34 EDT(-0400)] <EricDalquist> yup
[14:16:41 EDT(-0400)] <EricDalquist> thats why they didn't end up in the zip
[14:16:47 EDT(-0400)] <EricDalquist> I forgot to make sure the paths matched
[14:44:00 EDT(-0400)] <EricDalquist> grr
[14:44:08 EDT(-0400)] <EricDalquist> still no filtered files in the qs zip
[15:02:07 EDT(-0400)] <EricDalquist> oh I may have found it
[15:02:11 EDT(-0400)] <EricDalquist> lets give it another try
[15:58:33 EDT(-0400)] <EricDalquist> hey esm it appears the maven war assembler is logging to stderr instead of stdout
[15:58:48 EDT(-0400)] <EricDalquist> I see a bunch of:
[15:58:48 EDT(-0400)] <EricDalquist> Apr 20, 2007 2:53:02 PM org.jasig.portal.plexus.components.AssemblingUtils assemble
[15:58:48 EDT(-0400)] <EricDalquist> INFO: Assembling C:\JavaClasses\workspace\uPortal_3.0.0\uportal3-ear\target\uP3\GooglePortlet-1.0.0-SNAPSHOT.war to C:\DOCUME~1\dalquist\LOCALS~1\Temp
[15:58:56 EDT(-0400)] <EricDalquist> even though I have stdout redirected to a file
[16:54:12 EDT(-0400)] <esm> EricDalquist: oh yeah, shoot
[16:54:14 EDT(-0400)] <esm> i need to fix that
[16:54:19 EDT(-0400)] <esm> left over system.outs
[16:54:21 EDT(-0400)] <esm> one sec
[16:54:29 EDT(-0400)] <EricDalquist> (smile)
[16:54:49 EDT(-0400)] <esm> I had trouble getting a handle on a Logger instance
[16:55:03 EDT(-0400)] <EricDalquist> well I'm almost done changing version numbers
[16:56:27 EDT(-0400)] <esm> cool
[16:57:29 EDT(-0400)] <esm> release plugin will do that automatically for us, which is pretty huge
[16:57:41 EDT(-0400)] <EricDalquist> yeah
[16:57:50 EDT(-0400)] <esm> cause you don't want to typo something
[17:02:01 EDT(-0400)] <esm> hum
[17:02:08 EDT(-0400)] <EricDalquist> ?
[17:02:33 EDT(-0400)] <esm> yeah the logger instance is screwy.
[17:02:54 EDT(-0400)] <esm> It isn't the same Logger instance used by the rest of Maven
[17:03:05 EDT(-0400)] <esm> and I'm not sure how to get a handle on the correct one
[17:03:09 EDT(-0400)] <esm> so I'm just going to comment that out
[17:03:14 EDT(-0400)] <esm> and I'll revisit that later
[17:03:21 EDT(-0400)] <esm> I don't want to hold you up.
[17:04:03 EDT(-0400)] <EricDalquist> np
[17:04:10 EDT(-0400)] <EricDalquist> isn't something I was going to worry about
[17:05:12 EDT(-0400)] <EricDalquist> brb
[17:05:13 EDT(-0400)] <esm> k.
[17:05:37 EDT(-0400)] <esm> i'll switch the log level to debug
[17:10:35 EDT(-0400)] <esm> done
[17:18:52 EDT(-0400)] <EricDalquist> #%!@#$!
[17:18:57 EDT(-0400)] <EricDalquist> so
[17:19:06 EDT(-0400)] <EricDalquist> I had a conflict on the properties of the root folder
[17:19:11 EDT(-0400)] <EricDalquist> so I clicked override and update
[17:19:16 EDT(-0400)] <EricDalquist> and it did EVERYTHING
[17:19:19 EDT(-0400)] <EricDalquist> not just the properties
[17:19:25 EDT(-0400)] <EricDalquist> now I have to go fix and test version numbers again
[17:34:16 EDT(-0400)] <esm> oh man
[17:34:21 EDT(-0400)] <esm> sorry
[17:34:27 EDT(-0400)] <EricDalquist> not your fault
[17:34:35 EDT(-0400)] <EricDalquist> I realized what I did right when I clicked (smile)
[17:34:38 EDT(-0400)] <EricDalquist> almost done again
[17:34:40 EDT(-0400)] <esm> well i'm empathizing
[17:34:45 EDT(-0400)] <esm> (smile)
[17:37:40 EDT(-0400)] <esm> ah.
[17:37:45 EDT(-0400)] <esm> my buddy just called
[17:38:05 EDT(-0400)] <esm> he needs help digging holes for footers for a deck hes putting in
[17:38:07 EDT(-0400)] <esm> heh
[17:38:11 EDT(-0400)] <EricDalquist> sounds like fun
[17:38:22 EDT(-0400)] <esm> yes (smile)
[17:38:49 EDT(-0400)] <esm> ok well i'm going to take off. But I'll be on and about this weekend so if you need help with anything ping me
[17:38:54 EDT(-0400)] <EricDalquist> sounds good
[17:39:01 EDT(-0400)] <EricDalquist> I'm going to get the release out tonight hopefully
[17:39:07 EDT(-0400)] <esm> cool
[17:39:12 EDT(-0400)] <EricDalquist> see you monday (smile)
[17:39:19 EDT(-0400)] <esm> yeah! good times ahead
[17:39:24 EDT(-0400)] <esm> have safe travels
[17:39:34 EDT(-0400)] <EricDalquist> thanks
[17:54:06 EDT(-0400)] * jayshao (n=jayshao@ool-44c59034.dyn.optonline.net) has joined ##uportal

  • No labels