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 23 Next »

[00:27:44 EDT(-0400)] * Sememmon (n=Sememmon@ip70-190-32-223.ph.ph.cox.net) has joined ##uportal
[00:40:26 EDT(-0400)] * lennard1 (n=sparhk@ip68-98-56-21.ph.ph.cox.net) has joined ##uportal
[01:10:07 EDT(-0400)] * lennard1 (n=sparhk@ip68-98-56-21.ph.ph.cox.net) has left ##uportal
[07:53:41 EDT(-0400)] * athena (n=athena@99.129.100.66) has joined ##uportal
[08:27:19 EDT(-0400)] * fj4000 (n=Main@CPE0018f85ab63e-CM001692f5798c.cpe.net.cable.rogers.com) has joined ##uportal
[08:51:27 EDT(-0400)] * anastasiac (n=stasia@142.150.154.189) has joined ##uportal
[08:57:59 EDT(-0400)] * colinclark (n=colin@CPE0014d13fa0bb-CM0018c0c60930.cpe.net.cable.rogers.com) has joined ##uportal
[08:58:21 EDT(-0400)] * colinclark_ (n=colin@bas2-toronto09-1176130727.dsl.bell.ca) has joined ##uportal
[09:34:58 EDT(-0400)] * lennard1 (n=sparhk@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[10:09:44 EDT(-0400)] * SusanB (i=user@susan-x200.its.yale.edu) has joined ##uportal
[10:14:12 EDT(-0400)] * colinclark (n=colin@bas2-toronto09-1176130727.dsl.bell.ca) has joined ##uportal
[10:40:21 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[10:42:05 EDT(-0400)] * jessm (n=Jess@c-71-232-3-4.hsd1.ma.comcast.net) has joined ##uportal
[10:49:38 EDT(-0400)] <athena> EricDalquist: i'm having some really weird problems with setting the new uportal plugin to <inherited>false</inherited
[10:49:45 EDT(-0400)] <athena> wasn't sure if you'd ever run into something like it
[10:49:51 EDT(-0400)] <EricDalquist> what are you running into/
[10:50:01 EDT(-0400)] <athena> basically it seems like none of the <configuration/> section is applied when i turn off the inherited prop
[10:50:11 EDT(-0400)] <EricDalquist> weird
[10:50:15 EDT(-0400)] <EricDalquist> what version of maven are you using?
[10:50:24 EDT(-0400)] <athena> 2.0.10
[10:50:42 EDT(-0400)] <EricDalquist> that is strange
[10:50:47 EDT(-0400)] <EricDalquist> though
[10:51:11 EDT(-0400)] <EricDalquist> having it be inherited may not be bad if it doesn't bind to any of the normal lifecycles
[10:51:24 EDT(-0400)] <EricDalquist> its just dangerous if you have something in the parent that like binds to clean
[10:51:32 EDT(-0400)] <athena> it doesn't, but it makes it slow
[10:51:37 EDT(-0400)] <EricDalquist> ah
[10:51:52 EDT(-0400)] <EricDalquist> I've had a lot of luck in the maven irc channel
[10:52:02 EDT(-0400)] <EricDalquist> http://maven.apache.org/community.html
[10:52:02 EDT(-0400)] <athena> ok, maybe i'll try that
[10:52:05 EDT(-0400)] <athena> thanks
[10:52:11 EDT(-0400)] <athena> i don't know if it's something i did wrong, or what
[11:12:48 EDT(-0400)] * awills (n=awills@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:14:45 EDT(-0400)] * michelled (n=team@142.150.154.193) has joined ##uportal
[11:20:34 EDT(-0400)] <athena> i'm a little worried that this is actually a maven problem
[11:20:39 EDT(-0400)] <athena> i don't see what it wouldnt' work
[11:20:40 EDT(-0400)] <athena> :/
[11:21:08 EDT(-0400)] <EricDalquist> try mvn 2.1?
[11:21:30 EDT(-0400)] <athena> yeah i guess i could try that
[11:21:39 EDT(-0400)] <athena> sounds like cris got it working w/ uportal okO?
[11:22:18 EDT(-0400)] <EricDalquist> yeah it should work
[11:22:23 EDT(-0400)] <EricDalquist> and I'd be fine requiring that for 3.2
[11:23:00 EDT(-0400)] <athena> we'll see if it makes a difference
[11:29:23 EDT(-0400)] <athena> argh
[11:29:26 EDT(-0400)] <athena> that doesn't help
[11:29:58 EDT(-0400)] <EricDalquist> any luck on #maven?
[11:30:52 EDT(-0400)] <athena> nope
[11:31:03 EDT(-0400)] <athena> don't know if anyone's really around
[11:31:25 EDT(-0400)] <EricDalquist> ah
[11:31:37 EDT(-0400)] <EricDalquist> if you want to pastebin a patch of your changes I can look
[11:32:22 EDT(-0400)] <athena> yeah maybe another pair of eyes will help, thanks
[11:32:49 EDT(-0400)] <athena> <plugin>
[11:32:49 EDT(-0400)] <athena> <artifactId>maven-uportal-plugin</artifactId>
[11:32:50 EDT(-0400)] <athena> <groupId>org.jasig.portal</groupId>
[11:32:50 EDT(-0400)] <athena> <version>1.0.0-SNAPSHOT</version>
[11:32:50 EDT(-0400)] <athena> <inherited>false</inherited>
[11:32:51 EDT(-0400)] <athena> <configuration>
[11:32:52 EDT(-0400)] <athena> <artifactId>uportal-ear</artifactId>
[11:32:54 EDT(-0400)] <athena> <artifactGroupId>org.jasig.portal</artifactGroupId>
[11:32:56 EDT(-0400)]

<athena> <artifactVersion>$

Unknown macro: {uportal.version}

</artifactVersion>


[11:32:58 EDT(-0400)] <athena> <removeExistingDirectories>true</removeExistingDirectories>
[11:33:00 EDT(-0400)] <athena> <extractWars>true</extractWars>
[11:33:02 EDT(-0400)] <athena> </configuration>
[11:33:04 EDT(-0400)] <athena> </plugin>
[11:33:06 EDT(-0400)] <athena> ack
[11:33:08 EDT(-0400)] <athena> http://uportal.pastebin.com/m4857512d
[11:33:08 EDT(-0400)] <EricDalquist> lol
[11:33:10 EDT(-0400)] <athena> that was what i actually meant to paste
[11:33:12 EDT(-0400)] <athena> first section works, second doesn't
[11:33:52 EDT(-0400)] <EricDalquist> so with the second it gets called but no config data shows up?
[11:34:20 EDT(-0400)] <athena> exactly
[11:34:42 EDT(-0400)] <EricDalquist> weird
[11:34:48 EDT(-0400)] <athena> i've seen some references to configuration data not being available in an execution block, but i'm not using those
[11:34:53 EDT(-0400)] <EricDalquist> I guess I need to learn more about writing maven plugins
[11:35:08 EDT(-0400)] <athena> apparently the execution blocks only work when you're binding to a maven lifecycle phase, but not from the command line
[11:35:32 EDT(-0400)] <EricDalquist> ah
[11:36:03 EDT(-0400)] <athena> but this really should work
[11:36:34 EDT(-0400)] <athena> and i don't think there's a maven phase it would actually be appropriate to bind this to
[11:36:40 EDT(-0400)] <EricDalquist> this is in the root pom?
[11:37:57 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:38:50 EDT(-0400)] <athena> yeah
[11:39:22 EDT(-0400)] <athena> if we put it in the uportal-ear pom i'm not sure the goal would be available from the root
[11:44:31 EDT(-0400)] * colinclark (n=colin@142.150.154.101) has joined ##uportal
[11:56:03 EDT(-0400)] <athena> ok, does <inherited/> just not do what i think it does?
[11:56:13 EDT(-0400)] <athena> it looks like this plugin is being run for the child modules
[12:08:34 EDT(-0400)] * jessm (n=Jess@c-71-232-3-4.hsd1.ma.comcast.net) has joined ##uportal
[12:32:01 EDT(-0400)] * invisibill (i=80876350@gateway/web/ajax/mibbit.com/x-cab457e550169a1e) has joined ##uportal

  • No labels