Re: svn commit: r1449206 - /commons/proper/logging/trunk/pom.xml

2013-02-23 Thread Dennis Lundberg
On 2013-02-23 09:01, Thomas Neidhart wrote: > On 02/23/2013 12:21 AM, Dennis Lundberg wrote: >> On 2013-02-22 21:38, t...@apache.org wrote: >>> Author: tn >>> Date: Fri Feb 22 20:38:59 2013 >>> New Revision: 1449206 >>> >>> URL: http://svn.apa

Re: svn commit: r1449206 - /commons/proper/logging/trunk/pom.xml

2013-02-22 Thread Dennis Lundberg
che.avalon.framework.logger;version="[4.1.3, > 4.1.5]";resolution:=optional, > + org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional, > + org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional > + > > > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1432688 - /commons/proper/logging/trunk/pom.xml

2013-01-15 Thread Dennis Lundberg
ml Sun Jan 13 18:14:24 2013 > @@ -444,7 +444,7 @@ under the License. > >log4j >log4j > - 1.2.12 > + 1.2.17 >true > > > @@ -456,7 +456,7 @@ under the License. > >avalon-framework >

Re: [logging] Cleanup of trunk

2013-01-15 Thread Dennis Lundberg
On 2013-01-15 19:20, Gary Gregory wrote: > On Tue, Jan 15, 2013 at 1:17 PM, Dennis Lundberg wrote: > >> On 2013-01-12 15:03, Thomas Neidhart wrote: >>> Hi, >> >> Hi Thomas >> >> A while back I made changes to the Maven build so that it produces th

Re: [logging] Cleanup of trunk

2013-01-15 Thread Dennis Lundberg
ich often comes > with a lot of complexity and sometimes a cost in performance. > commons-logging could solve this. > > Christian > > > >> Mark >> >> ----- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional com

Re: [logging] Cleanup of trunk

2013-01-15 Thread Dennis Lundberg
* replace WeakHashtable with a WeakHashMap or a ConcurrentHashMap (see >LOGGING-119) > > What do you think? > > Thomas > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > Fo

Re: Build failed in Jenkins: Commons FileUpload #1

2012-10-15 Thread Dennis Lundberg
ns/fileupload/RequestContext.java > AU > tags/FILEUPLOAD_1_1_1_RC1/src/java/org/apache/commons/fileupload/FileItem.java > AU > tags/FILEUPLOAD_1_1_1_RC1/src/java/org/apache/commons/fileupload/package.html > A tags/FILEUPLOAD_1_1_1_RC1/src/conf > AU

Re: [all] Could we reference the Apache licence in commons-parent POM?

2012-10-07 Thread Dennis Lundberg
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > -- Dennis Lundberg - To unsubscrib

Re: [all] xdoc vs. apt

2012-09-17 Thread Dennis Lundberg
e a good reason? Should I stick with > xdoc instead? > > Thanks for your advice! > Sébastien > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.a

Re: [all] maven-changes-plugin failed to parse JIRA XML.

2012-09-15 Thread Dennis Lundberg
On 2012-08-30 23:18, Dennis Lundberg wrote: > Hi > > You've stumbled upon > http://jira.codehaus.org/browse/MCHANGES-285 > due to the recent upgrade of the ASF JIRA instance. The 2.8 version of the Changes Plugin has now been released. Do you want me to add the necessary con

Re: [VOTE] Release Commons Codec 1.7-RC1

2012-09-10 Thread Dennis Lundberg
--- >> >> >> This VOTE is open for at least 72 hours until September 13 2012 at >> 10:00 AM >> EST. >> >> The files: >> >> https://repository.apache.org/content/repositories/orgapachecommons-046/ >> >> The tag: >> >> https://svn.apache.org/repos/asf/commons/proper/codec/tags/1.7-RC1 >> >> The site: >> >> https://people.apache.org/builds/commons/commons-codec/1.7/RC1/ >> >> Note that the JIRA report is empty and it is a known issue in the Maven >> JIRA plugin and that requires a new plugin version. >> >> Thank you, >> Gary Gregory >> > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [all] maven-changes-plugin failed to parse JIRA XML.

2012-08-30 Thread Dennis Lundberg
ML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at org.apache.xerces.ja

Re: svn commit: r1363623 - /commons/proper/logging/trunk/pom.xml

2012-08-07 Thread Dennis Lundberg
On 2012-07-24 23:06, sebb wrote: > On 23 July 2012 17:20, Dennis Lundberg wrote: >> On 2012-07-20 23:26, sebb wrote: >>> On 20 July 2012 22:02, Dennis Lundberg wrote: >>>> If this is an integration test, the proper way to exclude it is to >>>> change

Re: svn commit: r1362959 - in /commons/proper/logging/trunk/src: java/org/apache/commons/logging/ java/org/apache/commons/logging/impl/ test/org/apache/commons/logging/tccl/

2012-07-23 Thread Dennis Lundberg
On 2012-07-20 23:30, sebb wrote: > On 20 July 2012 21:53, Dennis Lundberg wrote: >> Hi sebb >> >> Some of these might have been put in there to avoid warnings from tools >> like Checkstyle. > > If CheckStyle insists on adding redundant semi-colons then it'

Re: svn commit: r1363623 - /commons/proper/logging/trunk/pom.xml

2012-07-23 Thread Dennis Lundberg
On 2012-07-20 23:26, sebb wrote: > On 20 July 2012 22:02, Dennis Lundberg wrote: >> If this is an integration test, the proper way to exclude it is to >> change its name so that it ends with "ITCase.java", see > > see ... what? > > It'

Re: svn commit: r1363623 - /commons/proper/logging/trunk/pom.xml

2012-07-20 Thread Dennis Lundberg
> target/${project.artifactId}-adapters-${project.version}.jar > @@ -371,6 +377,19 @@ under the License. >gnu > > > + > + > +org.apache.maven.plugins > +maven-dependency-plugin > + 2.4 > +

Re: svn commit: r1362959 - in /commons/proper/logging/trunk/src: java/org/apache/commons/logging/ java/org/apache/commons/logging/impl/ test/org/apache/commons/logging/tccl/

2012-07-20 Thread Dennis Lundberg
CLTestCase.java?rev=1362959&r1=1362958&r2=1362959&view=diff > ====== > --- > commons/proper/logging/trunk/src/test/org/apache/commons/logging/tccl/NullTCCLTestCase.java > (original) > +++ > commons/p

Re: [imaging][csv][configuration][net] "mvn -Prc install" doesn't generate zip/tar.gz/tar.bz2 files?

2012-06-04 Thread Dennis Lundberg
at documented? > > This is now the 3rd build-breaking bug in Maven plugins I've found in > my casual usage... This one was not a Maven plugin bug. The intended behavior deliberately changed in version 2.2 of the plugin in question. Unfortunately this was change was not advertised enough. > Thank you > Damjan > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [Math] maven: Problem with "clirr"

2012-04-25 Thread Dennis Lundberg
the clirr-maven-plugin that was fixed in the latest release. Please use version 2.4 of clirr-maven-plugin. > > In the meantime, I'd be glad to be able to disable this tool... :-{ > >> >>>>> It didn't work. >>>>> >>>> >>>

Re: Maven bugs when building Sanselan

2012-03-11 Thread Dennis Lundberg
On 2012-03-02 17:54, sebb wrote: > On 2 March 2012 05:28, Damjan Jovanovic wrote: >> On Thu, Mar 1, 2012 at 11:37 PM, Dennis Lundberg wrote: >>> On 2012-02-29 19:00, Damjan Jovanovic wrote: >>>> Hi >>>> >>>> As we near the 1.0 release

Re: [VOTE] Promote [csv] to Commons proper

2012-03-06 Thread Dennis Lundberg
> > > [ ] +1 Promote it! > [ ] -1 Let it crawl in the sandbox because... > > Emmanuel Bourg > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Maven bugs when building Sanselan

2012-03-01 Thread Dennis Lundberg
Thank you > Damjan > > ----- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Maven bugs when building Sanselan

2012-03-01 Thread Dennis Lundberg
On 2012-03-01 20:45, Gary Gregory wrote: > On Thu, Mar 1, 2012 at 2:25 PM, Dennis Lundberg wrote: > >> On 2012-03-01 06:23, Damjan Jovanovic wrote: >>> On Wed, Feb 29, 2012 at 9:45 PM, Dennis Lundberg >> wrote: >>>> On 2012-02-29 19:00, Damjan Jovanovic

Re: Maven bugs when building Sanselan

2012-03-01 Thread Dennis Lundberg
On 2012-03-01 06:23, Damjan Jovanovic wrote: > On Wed, Feb 29, 2012 at 9:45 PM, Dennis Lundberg wrote: >> On 2012-02-29 19:00, Damjan Jovanovic wrote: >>> Hi >>> >>> As we near the 1.0 release of Sanselan / Apache Commons Imaging, I am >>> having shows

Re: Karma for Continuum on vmbuild

2012-03-01 Thread Dennis Lundberg
On 2012-02-29 22:25, sebb wrote: > On 29 February 2012 21:14, Dennis Lundberg wrote: >> Hi >> >> Can someone please grant me karma @ http://vmbuild.apache.org/continuum >> I'd like to add some missing modules. >> >> My account in Continuum is "den

Karma for Continuum on vmbuild

2012-02-29 Thread Dennis Lundberg
Hi Can someone please grant me karma @ http://vmbuild.apache.org/continuum I'd like to add some missing modules. My account in Continuum is "dennisl" which is backed by my ASF e-mail address. -- Dennis Lundberg -

Re: Maven bugs when building Sanselan

2012-02-29 Thread Dennis Lundberg
> Thank you > Damjan > > ----- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Name of the committer? (was: Re: svn commit: r1184888 - /commons/proper/ognl/trunk/src/changes/changes.xml)

2011-10-16 Thread Dennis Lundberg
ade JUnit to version4 >> + enabled generation of javacc Parser classes >> + Upgrade groupId/artifactId/version on pom >> Update legals to all OGNL file >> - Import the OGNL codebase >> + Import the OGNL codebase >> >> >> >> >> >> > > > > -- > http://www.grobmeier.de > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg

Re: [DISCUSS] Restyling the commons-skin

2011-10-09 Thread Dennis Lundberg
M, Greg Sterijevski > wrote: >> +1 from me. Looks great! >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg ---

Re: [DISCUSS] Restyling the commons-skin

2011-10-08 Thread Dennis Lundberg
rap/ > [4] http://people.apache.org/~simonetripodi/commons/ > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > - > To unsubscribe, e-mail: dev-unsubscr...

Re: [math] maven build issue

2011-09-09 Thread Dennis Lundberg
; Apache Maven 3.0.3 (r1075438; 2011-02-28 11:31:09-0600) > Maven home: /usr/share/maven > Java version: 1.5.0_30, vendor: Apple Inc. > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "m

Re: Nightly snapshots

2011-08-01 Thread Dennis Lundberg
tory, from where they can then be consumed. For this we have a Nexus instance at the ASF. Adding this deploy-to-repository step is as easy as checking a check box and giving the URL of the repository, in Jenkins. I imagine that it'

Re: [general] mvn Release and EU Mirror Lags

2011-07-27 Thread Dennis Lundberg
-- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[graph] Do we have any documentation or examples?

2011-07-02 Thread Dennis Lundberg
Hi I have an idea that requires a library that can construct graphs and turn them into images. A quick look at the source tree for Commons Graph shows no sign of examples or documentation. Are there any? Would Commons Graph fit into my requirements above? -- Dennis Lundberg

Re: JIRA report strategy; how to handle duplicates?

2011-06-04 Thread Dennis Lundberg
"Duplicate". > > Views? > > [1] http://people.apache.org/~sebb/NET_3_0_1RC3/jira-report.html > Additionally filtered as follows: > 3.0.1,3.0,2.2 > > - > To unsubscribe,

Re: JIRA report usefulness (was: [VOTE] Release Commons NET 3.0.1 based on RC3)

2011-06-04 Thread Dennis Lundberg
he issue has been fixed. If the user is no longer around I just close the issue *before* the release is made. The "Status" field doesn't tell us whether the fix has been released or not. That is what the "Fix version/s" field is for. > Hen > > --

Re: [discovery] dropping the ant stuff

2011-04-10 Thread Dennis Lundberg
xml file based on the pom.xml. [1] http://maven.apache.org/plugins/maven-ant-plugin/ > > Phil > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@comm

Re: [ALL] consistent website page titles

2011-03-27 Thread Dennis Lundberg
ed to fix this retrospectively, but it > would be good to fix this for new site depoloyments. > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >

Re: [ANNOUNCE] Commons Skin 3 and Commons Parent 20 released

2011-03-19 Thread Dennis Lundberg
> branding guidelines > - synchronise common menu items with commons-site > - moved ApacheCon logo under ASF menu, and made it clickable > - added trademark references to page footers > > - > To unsubscribe, e-ma

Re: [parent] maven 3 vs. 2 trick not inherited from commons-parent

2011-03-11 Thread Dennis Lundberg
dditional >> arguments. >> >> -- >> Thank you, >> Gary >> >> http://garygregory.wordpress.com/ >> http://garygregory.com/ >> http://people.apache.org/~ggregory/ >> http://twitter.com/GaryGregory >> > > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1079608 - /commons/proper/codec/trunk/pom.xml

2011-03-11 Thread Dennis Lundberg
On 2011-03-10 23:24, Niall Pemberton wrote: > On Thu, Mar 10, 2011 at 2:01 PM, sebb wrote: >> On 10 March 2011 13:46, Dennis Lundberg wrote: >>> On 2011-03-10 00:36, sebb wrote: >>>> On 9 March 2011 12:01, Niall Pemberton wrote: >>>>> On Wed, Mar

Re: svn commit: r1079608 - /commons/proper/codec/trunk/pom.xml

2011-03-10 Thread Dennis Lundberg
On 2011-03-10 15:01, sebb wrote: > On 10 March 2011 13:46, Dennis Lundberg wrote: >> On 2011-03-10 00:36, sebb wrote: >>> On 9 March 2011 12:01, Niall Pemberton wrote: >>>> On Wed, Mar 9, 2011 at 11:20 AM, sebb wrote: >>>>> On 9 March 2011 10:30,

Re: svn commit: r1079608 - /commons/proper/codec/trunk/pom.xml

2011-03-10 Thread Dennis Lundberg
path, which >>>>>>>>> is not good when there are two copies of the same classes. >>>>>>>>> >>>>>>>>>> Modified: >>>>>>>>>>commons/proper/codec/trunk

Re: [SITE] skin discussion (was: [SITE] commons-build - is it still used?)

2011-03-04 Thread Dennis Lundberg
be old documentation that would >>>>>>>>>> then have to be overwritten by deploying commons-site. >>>>>>>>>> >>>>>>>>>> The reason I need to do this now is that I need to create a new >>>>>>>>>> version of commons-theme.css without the ApacheCon background logo. >>>>>>>>>> This will be referenced in the new commons-skin via the site.css >>>>>>>>>> file. >>>>>>>>>> >>>>>>>>>> I think it makes more sense to store the style files in >>>>>>>>>> commons-site, >>>>>>>>>> so they will be uploaded whenever the commons-site is redeployed. >>>>>>>>>> This will make changes easier going forward. >>>>>>>>>> >>>>>>>>>>> Niall >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> - >>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> - >>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> - >>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> - >>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>>>>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Thank you, >>>>>>> Gary >>>>>>> >>>>>>> http://garygregory.wordpress.com/ >>>>>>> http://garygregory.com/ >>>>>>> http://people.apache.org/~ggregory/ >>>>>>> http://twitter.com/GaryGregory >>>>>>> >>>>>> >>>>>> - >>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>>>> >>>>>> >>>>> >>>>> - >>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>>>> For additional commands, e-mail: dev-h...@commons.apache.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Thank you, >>>> Gary >>>> >>>> http://garygregory.wordpress.com/ >>>> http://garygregory.com/ >>>> http://people.apache.org/~ggregory/ >>>> http://twitter.com/GaryGregory >>>> >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>> For additional commands, e-mail: dev-h...@commons.apache.org >>> >>> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1074931 - /commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm

2011-02-27 Thread Dennis Lundberg
<a rel="nofollow" href="http://www">http://www</a>') + '.google-analytics.com/ga.js'; > +var s = document.getElementsByTagName('script')[0]; > s.parentNode.insertBefor

Re: [SITE] Updates for Branding requirements

2011-02-26 Thread Dennis Lundberg
b wrote: >>>>> On 26 February 2011 12:54, Simone Tripodi >>>>> wrote: >>>>>> Hi Dennis, >>>>>> thanks a lot for your help, I uploaded the Digester3 site on my apache >>>>>> space so you can review the generated

Re: [SITE] Updates for Branding requirements

2011-02-26 Thread Dennis Lundberg
be clickable. >>>>>>> >>>>>>> [1] http://www.apache.org/foundation/marks/pmcs >>>>>>> [2] http://hc.apache.org/ >>>>>>> [3] http://hc.apache.org/dev-docs.html#Maven_Skin_details >>>>>>> [4]

Re: [site][commons-parent] Build with Maven 2 and 3.

2011-01-20 Thread Dennis Lundberg
On 2011-01-20 21:05, Gary Gregory wrote: >> -Original Message- >> From: Dennis Lundberg [mailto:denn...@apache.org] >> Sent: Thursday, January 20, 2011 14:59 >> To: Commons Developers List >> Subject: Re: [site][commons-parent] Build with Maven 2 and 3. &

Re: [site][commons-parent] Build with Maven 2 and 3.

2011-01-20 Thread Dennis Lundberg
0 Peachtree Road, Suite 820 * Atlanta, GA 30326 * USA > Tel: +1.404.760.1560 > Email: ggreg...@seagullsoftware.com<mailto:ggreg...@seagullsoftware.com> > Web: seagull.rocketsoftware.com<http://www.seagull.rocketsoftware.com/> > > > -- Dennis Lundberg

Re: [commons-parent] Using maven-site-plugin 2.x with Maven 2.x and maven-site-plugin 3.x with Maven 3.x

2011-01-19 Thread Dennis Lundberg
ftware > 3340 Peachtree Road, Suite 820 * Atlanta, GA 30326 * USA > Tel: +1.404.760.1560 > Email: ggreg...@seagullsoftware.com<mailto:ggreg...@seagullsoftware.com> > Web: seagull.rocketsoftware.com<http://www.seagull.rocketsoftware.com/> > > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VFS] artifactid

2010-11-13 Thread Dennis Lundberg
- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [pool] time to move groupId?

2010-10-16 Thread Dennis Lundberg
- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [pool] time to move groupId?

2010-10-16 Thread Dennis Lundberg
follow the standard Maven way of doing it. On 2010-10-16 00:28, James Carman wrote: > I didn't say it was required. I said it was a good idea, because it > would keep things consistent. > > On Fri, Oct 15, 2010 at 5:39 PM, Dennis Lundberg wrote: >> Changing the artifactId

Re: [pool] time to move groupId?

2010-10-15 Thread Dennis Lundberg
-- >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>> For additional commands, e-mail: dev-h...@commons.apache.org >>> >>> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1022277 - /commons/proper/pool/trunk/pom.xml

2010-10-13 Thread Dennis Lundberg
7 @@ >> >> org.apache.maven.plugins >> maven-checkstyle-plugin >> - 2.1 >> + 2.3 >> >> ${basedir}/checkstyle.xml >> fa

Re: [all] Preparing for Maven 3

2010-10-07 Thread Dennis Lundberg
ity-matrix.html > > Niall > > ----- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg ---

Re: [Digester] problems on pushing the RC2

2010-09-16 Thread Dennis Lundberg
tp://www.99soft.org/ > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [Digester] NPE when generating JIRA report

2010-09-05 Thread Dennis Lundberg
ed and found MCHANGES-126 [1]. Bumped plugin to latest version >>>>>>> 2.3 in r992789 [2]. Site builds for me now. >>>>>>> >>>>>>> It'd be good to check if all plugins are using the best version >>>>>>> possible before release. >>>>>>>

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-09 Thread Dennis Lundberg
it >> now? I could build it with mvn site and upload it to my apache >> webspace at people... but... >> >> Regards, >> Christian >> > > - > To unsubscribe, e-mai

Re: [compress] Snapshot for 1.1 using Nexus

2010-08-08 Thread Dennis Lundberg
unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] Parent Pom almost ready for snapshot deploy

2010-06-18 Thread Dennis Lundberg
.. > > [I just checked, and the same issue happens with the pom before the > recent changes] > > S/// > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands,

Re: [all] preparing initial commit

2010-05-22 Thread Dennis Lundberg
calling runner.js, which then calls the real build > script in scxml.cgf.build. I spent some time thinking about this when > first hooking up the module system with Dojo, and I think it is the > most elegant possible approach, given the constraints of the > technology. > > Please let me know what you think about this. Thanks, > > Jake > &g

Re: [DOC] Generating release notes from changes.xml

2010-04-14 Thread Dennis Lundberg
nsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> > > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] Non-standard maven source and test directories

2010-04-13 Thread Dennis Lundberg
On 2010-04-13 17:29, sebb wrote: > On 12/04/2010, Dennis Lundberg wrote: >> On 2010-04-12 21:21, sebb wrote: >> > On 12/04/2010, Niall Pemberton wrote: >> >> On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: >> >> > 22 commons-proper pro

Re: [ALL] Non-standard maven source and test directories

2010-04-12 Thread Dennis Lundberg
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> > For additional commands, e-mail: dev-h...@commons.apache.org >> > >> > >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Dennis Lundberg
- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Nexus for mvn management WAS Re: [LANG][COLLECTIONS] Beta releases

2010-03-29 Thread Dennis Lundberg
a member of both the Commons and Maven PMCs, and > the other "suspect" in this case, I wonder if Ralph would have more > useful details for us here; Dennis's input would be similarly welcome. In my view the most important gain of using Nexus is the fact that a release will neve

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 20:50, Niall Pemberton wrote: > On Sat, Mar 13, 2010 at 6:59 PM, Dennis Lundberg wrote: >> On 2010-03-13 18:35, Niall Pemberton wrote: >>> On Sat, Mar 13, 2010 at 5:04 PM, Dennis Lundberg wrote: >>>> On 2010-03-13 17:58, Niall Pemberton wrote: >>

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 18:35, Niall Pemberton wrote: > On Sat, Mar 13, 2010 at 5:04 PM, Dennis Lundberg wrote: >> On 2010-03-13 17:58, Niall Pemberton wrote: >>> On Sat, Mar 13, 2010 at 4:52 PM, Dennis Lundberg wrote: >>>> On 2010-03-13 17:33, Niall Pemberton wrote: >>

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 17:58, Niall Pemberton wrote: > On Sat, Mar 13, 2010 at 4:52 PM, Dennis Lundberg wrote: >> On 2010-03-13 17:33, Niall Pemberton wrote: >>> On Sat, Mar 13, 2010 at 4:24 PM, Dennis Lundberg wrote: >>>> On 2010-03-13 16:54, Niall Pemberton wrote: >>

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 17:33, Niall Pemberton wrote: > On Sat, Mar 13, 2010 at 4:24 PM, Dennis Lundberg wrote: >> On 2010-03-13 16:54, Niall Pemberton wrote: >>> On Sat, Mar 13, 2010 at 3:39 PM, Dennis Lundberg wrote: >>>> On 2010-03-12 11:34, Niall Pemberton wrote: >>

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 17:22, sebb wrote: > On 13/03/2010, Dennis Lundberg wrote: >> On 2010-03-13 16:53, sebb wrote: >> > On 13/03/2010, Dennis Lundberg wrote: >> >> On 2010-03-12 11:34, Niall Pemberton wrote: >> >> > On Fri, Mar 12, 2010 at 3:12 AM,

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 16:54, Niall Pemberton wrote: > On Sat, Mar 13, 2010 at 3:39 PM, Dennis Lundberg wrote: >> On 2010-03-12 11:34, Niall Pemberton wrote: >>> On Fri, Mar 12, 2010 at 3:12 AM, sebb wrote: >>>> On 12/03/2010, Niall Pemberton wrote: >>>>>

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
On 2010-03-13 16:53, sebb wrote: > On 13/03/2010, Dennis Lundberg wrote: >> On 2010-03-12 11:34, Niall Pemberton wrote: >> > On Fri, Mar 12, 2010 at 3:12 AM, sebb wrote: >> >> On 12/03/2010, Niall Pemberton wrote: >> >>> On Fri, Mar 12, 2010 at 2

Re: [all] Replace Commons Site m1 build with m2 version

2010-03-13 Thread Dennis Lundberg
ewvc?view=revision&revision=922120 >>> >>> >>> >> Niall >>> >> >>> >> [1] http://svn.apache.org/viewvc?view=revision&revision=922094 >>> >> [2] http://svn.apache.org/viewvc/commons/proper/commons-site/ >>> >> [3] http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/ >>> >> [4] http://people.apache.org/~niallp/commons/downloads/index.html >> >> Still shows external links for me. >> >>> >> [5] http://people.apache.org/~niallp/commons/team-list.html >>> >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [all] commons-parent-13 problems

2010-03-10 Thread Dennis Lundberg
On 2010-03-10 18:49, Gary Gregory wrote: >> -Original Message- >> From: Dennis Lundberg [mailto:denn...@apache.org] >> Sent: Wednesday, March 10, 2010 09:42 >> To: Commons Developers List >> Subject: Re: [all] commons-parent-13 problems >> >>

Re: [all] commons-parent-13 problems

2010-03-10 Thread Dennis Lundberg
generally unusuable due to MJAVADOC-275" > http://jira.codehaus.org/browse/MJAVADOC-275 > > So probably we should revert to 2.5 for the javadoc plugin > > Niall > > - > To unsubscribe, e-mail: dev-

Re: [all] Changing maven groupIDs [WAS: [IO] Next version of IO - should this be 2.0?]

2010-03-07 Thread Dennis Lundberg
On 2010-03-07 22:53, Luc Maisonobe wrote: > Phil Steitz a écrit : >> Niall Pemberton wrote: >>> On Sun, Mar 7, 2010 at 5:28 PM, Dennis Lundberg wrote: >>>> On 2010-03-07 16:45, Niall Pemberton wrote: >>>>> On Sun, Mar 7, 2010 at 3:28 PM, Dennis Lundb

Re: [IO] Next version of IO - should this be 2.0?

2010-03-07 Thread Dennis Lundberg
On 2010-03-07 16:45, Niall Pemberton wrote: > On Sun, Mar 7, 2010 at 3:28 PM, Dennis Lundberg wrote: >> On 2010-03-07 12:41, Niall Pemberton wrote: >>> On Sat, Mar 6, 2010 at 12:15 AM, sebb wrote: >>>> The trunk pom.xml refers to 1.5-SNAPSHOT, but it seems to me tha

Re: [IO] Next version of IO - should this be 2.0?

2010-03-07 Thread Dennis Lundberg
when we do a major release. IMO we need to stick by that decision. > > Niall > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional

Re: [IO] Next version of IO - should this be 2.0?

2010-03-06 Thread Dennis Lundberg
e fixed (see IO-125). +1 > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org >

Re: [IO] OK to drop Maven1 build files?

2010-01-07 Thread Dennis Lundberg
nds, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: M2 SNAPSHOTS at repository.a.o WAS Re: FaltFile.jar @ us...@commons.a.o

2010-01-06 Thread Dennis Lundberg
nds, e-mail: user-h...@commons.apache.org >> > > > ----- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >

Re: [logging] Re: getClassLoader vs AccessController

2009-12-29 Thread Dennis Lundberg
t; at >> org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1048) >> at >> org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:858) >> at >> org.apache.commons.logging.impl.LogFactoryImpl.newInstance(

Re: Using maven 2 on non-MSFT platform to build JEXL

2009-12-08 Thread Dennis Lundberg
; But with a parent pom version 11, it looks ok. >> >> >> Niall Pemberton wrote: >>> ... >>> Does it make any difference if you remove the leading slash from the >>> href="/...html" attribute on the elements in site.xml? >>> ... >>> &

Re: [dbcp] 1.3 release problems

2009-11-22 Thread Dennis Lundberg
OK at this point to drop the nojdbc3 Ant target > and compiler flags for JDBC 2. > > TIA > > Phil > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >

Re: [logging] JIRA issues building up

2009-11-14 Thread Dennis Lundberg
release. > > Hen > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg -

Re: [all] Problems running "mvn site" - anyone else seeing this?

2009-10-24 Thread Dennis Lundberg
+ 2.4 > + > + > + > + > + org.apache.maven.plugins >maven-source-plugin >2.1.1 > > > ------

Re: Problems releasing commons-parent 12

2009-10-22 Thread Dennis Lundberg
aven 2.2.1 worked but not 2.0.9 & 2.0.10 > +) some SVN problems stem from the fact you are committing on Europe SVN > server This is most likely what happened to Niall. > > Siegfried Goeschl > > Dennis Lundberg wrote: >> Niall Pemberton wrote: >> >&g

Re: Problems releasing commons-parent 12

2009-10-21 Thread Dennis Lundberg
gt; Did you rollback the commit - or is it smart enough to carry on from >>> where it failed? >>> >>> Niall > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Problems releasing commons-parent 12

2009-10-21 Thread Dennis Lundberg
-- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Problems releasing commons-parent 12

2009-10-20 Thread Dennis Lundberg
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg -

Re: [VOTE] Release commons-parent 12

2009-10-18 Thread Dennis Lundberg
t; Vote is open for 72 hours >> >> Niall >> > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [all] M2 release plugin fails with SVN error ...

2009-09-29 Thread Dennis Lundberg
heers, > > Siegfried Goeschl > > Dennis Lundberg wrote: >> Siegfried Goeschl wrote: >> >>> Hi folks, >>> >>> I have simply no "commons" luck at the moment :-( ... see below >>> >>> +) using Maven 2.0.10 on Mac O

Re: [all] M2 release plugin fails with SVN error ...

2009-09-23 Thread Dennis Lundberg
line, so it may not be > checked out. > > > ----- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [jira] Created: (SANSELAN-26) Move Image magic numbers to constants

2009-07-17 Thread Dennis Lundberg
Environment: All > Reporter: Ashish Paliwal > Priority: Minor > > > All the Image magic numbers used in Sanselan.guessFormat() API can be moved > to constants. As of now they are hardcoded within the API > -- Dennis Lundberg

Re: [all] M2 release fails with SVN error message

2009-07-14 Thread Dennis Lundberg
Total time: 5 minutes 39 seconds > [INFO] Finished at: Tue Jul 14 18:26:13 CEST 2009 > [INFO] Final Memory: 5M/10M > [INFO] > > > === END === > > - > To un

Re: [all] Incorrect release info in the doap files

2009-05-27 Thread Dennis Lundberg
Configuration > Modeler > Pool > Validator > > Could everyone look at their projects and fix the files please? > > Thank you, > > Emmanuel Bourg > > ----- > To unsubscribe, e-mail: dev-unsubscr...@

Re: commons-logging version 0.0.0-EMPTY

2009-05-19 Thread Dennis Lundberg
Ceki Gulcu wrote: > > > Dennis Lundberg wrote: >> Ceki Gulcu wrote: >>> Hello all, >>> >>> I have created an empty Maven project with groupId "commons-logging", >>> artifactId "commons-logging" and version 0.0.0-EMPTY. T

Re: commons-logging version 0.0.0-EMPTY

2009-05-18 Thread Dennis Lundberg
st and flexible logging framework for >>> Java. >>> http://logback.qos.ch >>> >>> - >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >>> For additional commands, e-mail: dev-h...@commons.apache.org >>> >>> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> > > Craig L Russell > Architect, Sun Java Enterprise System http://db.apache.org/jdo > 408 276-5638 mailto:craig.russ...@sun.com > P.S. A good JDO? O, Gasp! > -- Dennis Lundberg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

  1   2   3   4   >