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

[11:51:28 CST(-0600)] <jwennmacher> EricDalquist: I wanted to get your input on something before I make the change.

[11:51:34 CST(-0600)] <EricDalquist> ok

[11:52:13 CST(-0600)] <jwennmacher> I've completed the changes for UP-3654 bundling CalendarPortlet, along with db schema creation and data import into uPortal.

[11:52:51 CST(-0600)] <EricDalquist> awesome

[11:52:54 CST(-0600)] <EricDalquist> this is using the new plugin?

[11:53:45 CST(-0600)] <jwennmacher> The new maven lifecycles are independent of the default lifecyles (I tried to require them to spawn a dependency upon package but it wouldn't work) to insure a change to a property file is reflected in the db-init or data-import execution. We can work around this by simply adding the lifecycle goal; e.g. mvn package db-init

[11:53:48 CST(-0600)] <jwennmacher> yes

[11:54:13 CST(-0600)] <EricDalquist> sounds good

[11:55:09 CST(-0600)] <jwennmacher> I ran some quick tests. If both db-init and data-import include package as a predecessor goal, the execution time is around 4 min 33 sec to do ant initdb. If I remove the package dependencies the execution time is around 62 seconds.

[11:55:26 CST(-0600)] <EricDalquist> yeah

[11:55:34 CST(-0600)] <EricDalquist> that is probably fine

[11:55:44 CST(-0600)] <jwennmacher> Though it is a nuisance, I think we should have dbinit invoke package (twice) just for proper dependency resolution.

[11:56:00 CST(-0600)] <EricDalquist> ok

  • No labels