[mojo-dev] exec-maven-plugin - Next Release 1.3
Hi, i'm trying to cut a release within the next two weeks... Anyone with special needs ? Ideas hints ? Or issues you would like to have in this release ? Kind regards Karl-Heinz Marbaise - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[mojo-dev] [jira] (MJDEPEND-11) Change the license text.
Title: Message Title Karl-Heinz Marbaise commented on an issue Re: Change the license text. Updated in r19618 Add Comment Mojo's JDepend Maven Plugin / MJDEPEND-11 Change the license text. We need to change the license text from something like: {{Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file}} to something like: {{Licensed under the Apache License, Version 2.}} This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[mojo-dev] [jira] (MOJO-2011) A way of executing filelist-upgrade goal without an explicit file list
Title: Message Title Dan Tran commented on an issue Re: A way of executing filelist-upgrade goal without an explicit file list Hi Dipanjan, I committed your patch at Revision: 19619 Author: dantran Date: Sunday, April 6, 2014 8:48:05 AM Message: MOJO-2011 A way of executing filelist-upgrade goal without an explicit file list, contributed by Dipanjan Laha Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/file/FileDBUpgradeLifecycle.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/file/FileListDBUpgradeConfiguration.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/file/FileDBUpgradeExecutorTest.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/generic/GenericDBUpgradeExecutorTest.java Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/src/main/java/org/codehaus/mojo/dbupgrade/FileListDBUpgradeMojo.java Modified : /trunk/mojo/dbupgrade/pom.xml Please help to update plugin doc, the specially some emphasis on user responsibility to add new files into the upgrade directory Add Comment Mojo / MOJO-2011 A way of executing filelist-upgrade goal without an explicit file list The filelist-upgrade goal requires an explicit file list to be present from which the SQL script files names/locations are picked and executed. I would like to suggest an optional way of executing these SQL files without having the explicit file list. The plugin can pick up the files in a lexicographical order and execute them. If the files are nested...
[mojo-dev] [jira] (MOJO-2011) A way of executing filelist-upgrade goal without an explicit file list
Title: Message Title Dipanjan Laha commented on an issue Re: A way of executing filelist-upgrade goal without an explicit file list Sure Dan, I will work on the docs. Just to confirm, it's under the path "dbupgrade/dbupgrade-maven-plugin/src/site", right? Should I open another issue or just work on this one? Add Comment Mojo / MOJO-2011 A way of executing filelist-upgrade goal without an explicit file list The filelist-upgrade goal requires an explicit file list to be present from which the SQL script files names/locations are picked and executed. I would like to suggest an optional way of executing these SQL files without having the explicit file list. The plugin can pick up the files in a lexicographical order and execute them. If the files are nested... This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[mojo-dev] [jira] (MOJO-2011) A way of executing filelist-upgrade goal without an explicit file list
Title: Message Title Dan Tran commented on an issue Re: A way of executing filelist-upgrade goal without an explicit file list it should be the same jira ( this one ) Add Comment Mojo / MOJO-2011 A way of executing filelist-upgrade goal without an explicit file list The filelist-upgrade goal requires an explicit file list to be present from which the SQL script files names/locations are picked and executed. I would like to suggest an optional way of executing these SQL files without having the explicit file list. The plugin can pick up the files in a lexicographical order and execute them. If the files are nested... This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[mojo-dev] [jira] (MOJO-2011) A way of executing filelist-upgrade goal without an explicit file list
Title: Message Title Dan Tran edited a comment on an issue Re: A way of executing filelist-upgrade goal without an explicit file list it should be the same jira ( this one ) . I have not closed it yet since it is incomplete Add Comment Mojo / MOJO-2011 A way of executing filelist-upgrade goal without an explicit file list The filelist-upgrade goal requires an explicit file list to be present from which the SQL script files names/locations are picked and executed. I would like to suggest an optional way of executing these SQL files without having the explicit file list. The plugin can pick up the files in a lexicographical order and execute them. If the files are nested... This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[mojo-dev] [jira] (MOJO-2022) Use Plugin java 5 Annotation
Title: Message Title Dan Tran created an issue Mojo / MOJO-2022 Use Plugin java 5 Annotation Issue Type: Task Assignee: Unassigned Components: dbupgrade Created: 06/Apr/14 7:54 PM Priority: Major Reporter: Dan Tran Add Comment This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
[mojo-dev] [jira] (MOJO-2022) Use Plugin java 5 Annotation
Title: Message Title Dan Tran closed an issue as Fixed fixed at Revision: 19624 Author: dantran Date: Sunday, April 6, 2014 5:56:39 PM Message: MOJO-2022 use java 5 plugin annotation Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/generic/GenericDBUpgradeLifecycle.java Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/pom.xml Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/src/it/upgrade-with-filelist/pom.xml Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/src/main/java/org/codehaus/mojo/dbupgrade/AbstractDBUpgradeMojo.java Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/src/main/java/org/codehaus/mojo/dbupgrade/CleanDBUpgradeMojo.java Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/src/main/java/org/codehaus/mojo/dbupgrade/FileListDBUpgradeMojo.java Modified : /trunk/mojo/dbupgrade/dbupgrade-maven-plugin/src/main/java/org/codehaus/mojo/dbupgrade/GenericDBUpgradeMojo.java Modified : /trunk/mojo/dbupgrade/pom.xml Mojo / MOJO-2022 Use Plugin java 5 Annotation Change By: Dan Tran Resolution: Fixed Fix Version/s: dbupgrade-maven-plugin-1.0-beta-3 Assignee: Dan Tran Status: Open Closed Add Comment
[mojo-dev] [jira] (MOJO-2018) Use slf4j as logger
Title: Message Title Dan Tran closed an issue as Fixed fixed at Revision: 19625 Author: dantran Date: Sunday, April 6, 2014 7:27:06 PM Message: MOJO-2018 replace common-logger for sls4j, convert all proprietary stdout and file logger to sls4j Modified : /trunk/mojo/dbupgrade/dbupgrade-core/pom.xml Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/file/FileDBUpgradeLifecycle.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/generic/GenericDBUpgradeLifecycle.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/sqlexec/DefaultSQLExec.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/main/java/org/codehaus/mojo/dbupgrade/sqlexec/SQLExecConfig.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/sqlexec/SQLExecTest.java Modified : /trunk/mojo/dbupgrade/pom.xml Mojo / MOJO-2018 Use slf4j as logger Change By: Dan Tran Resolution: Fixed Fix Version/s: dbupgrade-maven-plugin-1.0-beta-3 Assignee: Dan Tran Status: Open Closed Add Comment
[mojo-dev] [jira] (MOJO-2023) Use Junit 4 test annotation
Title: Message Title Dan Tran created an issue Mojo / MOJO-2023 Use Junit 4 test annotation Issue Type: Task Assignee: Unassigned Components: dbupgrade Created: 06/Apr/14 9:40 PM Priority: Major Reporter: Dan Tran Convert old junit 3 convention to junit4 annotation Add Comment This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)
[mojo-dev] [jira] (MOJO-2023) Use Junit 4 test annotation
Title: Message Title Dan Tran closed an issue as Fixed fixed at Revision: 19626 Author: dantran Date: Sunday, April 6, 2014 7:41:30 PM Message: MOJO-2023 Convert JUnit4's annotation Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/file/FileDBUpgradeExecutorTest.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/generic/GenericDBUpgradeExecutorTest.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/sqlexec/SQLExecTest.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/sqlexec/SqlExecConfigTest.java Modified : /trunk/mojo/dbupgrade/dbupgrade-core/src/test/java/org/codehaus/mojo/dbupgrade/sqlexec/SqlSplitterTest.java Mojo / MOJO-2023 Use Junit 4 test annotation Change By: Dan Tran Resolution: Fixed Fix Version/s: dbupgrade-maven-plugin-1.0-beta-3 Assignee: Dan Tran Status: Open Closed Add Comment
Re: [mojo-dev] Re: Regarding DBUpgrade Maven Plugin
I done with all need changes, awaiting for your final doc. Then I will cut beta-3 release On Sat, Apr 5, 2014 at 7:02 PM, Dan Tran wrote: > I went a head with the fix for intermittent failure at SQLExecTest. See > https://jira.codehaus.org/browse/MOJO-2020 for detail > > > On Thu, Apr 3, 2014 at 9:40 PM, Dipanjan Laha wrote: > >> Sure Dan, I will take a look at the tests @SQLExec. >> >> Regards >> Dipanjan >> >> >> On Thu, Apr 3, 2014 at 8:11 PM, Dan Tran wrote: >> >>> Hi Dipanjan, >>> >>> For your feedback, i have the motivation to enhance it :-) >>> >>> Currently there are a few intermitten test failures at windows, your >>> fixed a couple in your patch, there are a couple more at SQLExec, if you >>> can take a look, It would be very much appreciated >>> >>> Thanks >>> >>> -D >>> >>> >>> On Thu, Apr 3, 2014 at 1:19 AM, Dipanjan Laha wrote: >>> Hi Dan, It's great so see the activity on dbupgrade plugin. Let me know if I can help you with any other issue that you have identified. And I am working on your suggestions and will submit that by tomorrow. Regards Dipanjan On Wed, Apr 2, 2014 at 5:49 PM, Dipanjan Laha wrote: > Hi Dan, > > I have attached a patch in the issue ( > http://jira.codehaus.org/browse/MOJO-2011 ) . > Please go through it and let me know of any issues or improvements > that I need to make. I haven't worked on the site yet. Once the patch is > fine and stable, I will take up the site. > > Regards > Dipanjan > > > On Thu, Mar 27, 2014 at 1:02 AM, Dan Tran wrote: > >> Hi Dipanjan >> >> You are right, let's settle that if the upgradeFile is not given ( >> null ), it will be generated base on the files under 'scriptDirectory'. I >> rather not add new param or change for backward compatibility sake. >> >> -Dan >> >> >> >> On Wed, Mar 26, 2014 at 9:57 AM, Dipanjan Laha >> wrote: >> >>> Hi Dan, >>> >>> I have created an issue for the same ( >>> http://jira.codehaus.org/browse/MOJO-2011) and will submit a patch >>> soon. >>> About triggering the behavior when filelist is specified as a >>> directory, since there's already the "scriptDirectory" parameter >>> present, this would get a bit confusing. So should I trigger the >>> behavior >>> if file list is not specified or should I introduce another config >>> parameter, say something like "scanScriptDirectory"? >>> >>> Regards >>> Dipanjan >>> >>> >>> On Wed, Mar 26, 2014 at 8:40 PM, Dan Tran wrote: >>> hi Dipanjan It makes sense to keep the same goal, if filelist is a directory, the backend will generated the list. Thank you for looking into this enhancement -Dan On Wed, Mar 26, 2014 at 2:49 AM, Dipanjan Laha < dipanja...@gmail.com> wrote: > Hi Dan, > > Will do as suggested. I had one question, regarding the new > supported type, should I create a new goal for the Plugin or should I > add a > flag in the config of fileilst-upgrade goal which would enable this > behavior. In case we create a new goal, what should I name it? IMHO I > feel > that it would be clean to add a new goal. Let me know what you think. > > Regards > Dipanjan > > > On Tue, Mar 25, 2014 at 8:20 PM, Dan Tran wrote: > >> Hi Dipanjan >> >> 1. Yes documentation definitely needs help >> >> 2. Good idea, we can introduce one more supported type. >> >> Please files jira against dbupgrade component and patch with unit >> test. >> >> Very much appreciate the help >> >> -D >> >> >> On Tue, Mar 25, 2014 at 4:13 AM, Dipanjan Laha < >> dipanja...@gmail.com> wrote: >> >>> Hi Dan, >>> >>> I tested DB Upgrade with the filelist-upgrade goal and it worked >>> very well for me. I do have some feedback. >>> >>> 1. I found the documentation on the usage page to be bit old, >>> less verbose and incorrect at certain places. For example, if we >>> specify >>> the configuration inside the execution tags(as shown in the usage >>> page), >>> then a default-cli needs to be present, otherwise the >>> config won't >>> be associated as the goal is directly invoked from command line (see >>> https://maven.apache.org/guides/mini/guide-default-execution-ids.html). >>> It would also be great to have an example with the SQLExec >>> parameters also specified. >>> >>> 2. IMHO I feel that we can have a way of executing the script >
[mojo-dev] Re: Regarding DBUpgrade Maven Plugin
Sure Dan, give me a couple of days. I will submit a patch as soon as i can. Regards Dipanjan On Monday, 7 April 2014, Dan Tran wrote: > I done with all need changes, awaiting for your final doc. Then I will > cut beta-3 release > > > On Sat, Apr 5, 2014 at 7:02 PM, Dan Tran wrote: > > I went a head with the fix for intermittent failure at SQLExecTest. See > https://jira.codehaus.org/browse/MOJO-2020 for detail > > > On Thu, Apr 3, 2014 at 9:40 PM, Dipanjan Laha wrote: > > Sure Dan, I will take a look at the tests @SQLExec. > > Regards > Dipanjan > > > On Thu, Apr 3, 2014 at 8:11 PM, Dan Tran wrote: > > Hi Dipanjan, > > For your feedback, i have the motivation to enhance it :-) > > Currently there are a few intermitten test failures at windows, your fixed > a couple in your patch, there are a couple more at SQLExec, if you can take > a look, It would be very much appreciated > > Thanks > > -D > > > On Thu, Apr 3, 2014 at 1:19 AM, Dipanjan Laha wrote: > > Hi Dan, > > It's great so see the activity on dbupgrade plugin. Let me know if I can > help you with any other issue that you have identified. And I am working on > your suggestions and will submit that by tomorrow. > > Regards > Dipanjan > > > On Wed, Apr 2, 2014 at 5:49 PM, Dipanjan Laha wrote: > > Hi Dan, > > I have attached a patch in the issue ( > http://jira.codehaus.org/browse/MOJO-2011 ) . > Please go through it and let me know of any issues or improvements that I > need to make. I haven't worked on the site yet. Once the patch is fine and > stable, I will take up the site. > > Regards > Dipanjan > > > On Thu, Mar 27, 2014 at 1:02 AM, Dan Tran wrote: > > Hi Dipanjan > > You are right, let's settle that if the upgradeFile is not given ( null > ), it will be generated base on the files under 'scriptDirectory'. I rather > not add new param or change for backward compatibility sake. > > -Dan > > > > On Wed, Mar 26, 2014 at 9:57 AM, Dipanjan Laha wrote: > > Hi Dan, > > I have created an issue for the same ( > http://jira.codehaus.org/browse/MOJO-2011) and will submit a patch soon. > About triggering the behavior when filelist is specified as a directory, > since there's already the > >