Re: New logo?

2014-01-14 Thread Tim Pizey
>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> >2014/1/9 Mark H. Wood >>>> > >>>> >> On Thu, Jan 09, 2014 at 09:32:54AM -0600, Curtis Rueden wrote: >>>> >&

Re: New logo?

2014-01-05 Thread Tim Pizey
2013 22:26, Stephen Connolly < >> > >>> stephen.alan.conno...@gmail.com> wrote: >> > >>> >> > >>>> I think we can't go with the raven >> > >>>> >> > >>>> http://www.prweb.com/releases

Re: New logo?

2014-01-05 Thread Tim Pizey
>> the A always a different colour, historic Ant reference? ) >> >> >> >> On 3 Jan 2014, at 2:18, Stephen Connolly wrote: >> >> >> >> > As 9 is particularly problematic I have sketched -14 which is n

Re: Re: Why does mvn compiile using java 1.3?

2012-11-30 Thread Tim Pizey
r of maintaining the current behaviour, explicit declaration of version, or you get 1.3. Explicit versioning is what Maven is all about! cheers Tim -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@

Re: maven-archetype-simple: JUnit 3.8 is really old.

2012-09-28 Thread Tim Pizey
taste I would not move away from a classic version, but I am not fashionable :) If you have not yet used Jenkins have a go: you will not look back. thanks Tim On 28 September 2012 16:08, Steinar Bang wrote: >>>>>> Tim Pizey : > >> Not everyone uses annotations, the s

Re: maven-archetype-simple: JUnit 3.8 is really old.

2012-09-28 Thread Tim Pizey
rs-unsubscr...@maven.apache.org >> For additional commands, e-mail: users-h...@maven.apache.org >> > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > - > To unsubscribe,

Re: Filters only work in 3.0.4

2012-05-10 Thread Tim Pizey
the build server, but it would be nice find a > configuration which worked on 3.0.3 > and 2.x maven as well. > org.apache.maven.plugins maven-resources-plugin 2.5 Does enable the to work on 3.0.3 and 3.0.4, have not tested on 2.x cheers T

Filters only work in 3.0.4

2012-05-10 Thread Tim Pizey
but these do not seem to have had any effect. I can update to 3.0.4 on the build server, but it would be nice find a configuration which worked on 3.0.3 and 2.x maven as well. cheers Tim -- Tim Pizey - http://pizey.net/~timp

Re: Producing 2 jars from same sources with different java version ?

2012-03-16 Thread Tim Pizey
-15 and target/classes-16), then would use 2 executions of > maven-jar-plugin to produce both jars with different classifiers if > possible. > > Thanks for help, > Jeremie I suggest you use profiles then you can specify different compiler options in each profile and invoke with mv

Re: Is it possible to use a jar overlay pattern, like the war overlay?

2012-02-24 Thread Tim Pizey
--- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail

Is it possible to use a jar overlay pattern, like the war overlay?

2012-02-23 Thread Tim Pizey
and including a different one. Is there a plugin for that? cheers Tim -- Tim Pizey - http://pizey.net/~timp - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: How to turn off project assembly generation

2012-02-10 Thread Tim Pizey
does not produce such assemblies by default. Somewhere in your > project's POM hierarchy you should find a configuration for > maven-assembly-plugin. > > To find it you can use this command: > > mvn help:effective-pom > > On 2012-02-10 20:07, Tim Pizey wrote: >> Hi,

How to turn off project assembly generation

2012-02-10 Thread Tim Pizey
Hi, I have seen that the default (in maven 2.2) is now to generate a series of -project.zip, -project.tar.bz2, -project.tar.gz files. I have read the site but cannot figure out how to configure my pom to only produce the .jar outputs. thanks in advance Tim -- Tim Pizey - http://pizey.net

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-21 Thread Tim Pizey
roach and > simply install Nexus on a Windows box in your office. ;-) > > Wayne > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org

Re: How to use latest versions of all dependencies and plugins

2011-08-20 Thread Tim Pizey
On 20 August 2011 10:45, Ansgar Konermann wrote: > > Am 20.08.2011 11:37 schrieb "Tim Pizey" : >> >> Hi, >> >> I see from >> https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-PluginMetaversionResolution >

How to use latest versions of all dependencies and plugins

2011-08-20 Thread Tim Pizey
to cover the developers use case where I want to discover and use the latest version of everything, see what breaks, fix and upgrade to latest. I can see that using LATEST was not the right solution, is there a command line flag? cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for

Re: How to run tests in jetty

2011-05-18 Thread Tim Pizey
in Automatic execution of the plugin cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-m

Re: Maven 3.0.3 hanging / having timeouts often?

2011-05-12 Thread Tim Pizey
;hangs', using maven 3.0.2 and artifactory > 2.3.1 (sometimes when running maven site, sometimes performing a build), > then ^C seems to get maven to continue doing what it was doing and > eventually end with success... Me too, on win7/cygwin. I thought it was a cygwin problem. ch

Re: Maven3 missing dependency message is no longer helpful

2011-05-10 Thread Tim Pizey
On 10 May 2011 10:42, Tim Pizey wrote: > Hi, > > In Maven2 when a dependency could not be found in any repository > then there was a helpful message giving the command to install locally > of deploy to your repository. > > Please can we have it back? How can one now deploy

Maven3 missing dependency message is no longer helpful

2011-05-10 Thread Tim Pizey
Hi, In Maven2 when a dependency could not be found in any repository then there was a helpful message giving the command to install locally of deploy to your repository. Please can we have it back? cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
Hi Jason, thank you for your detailed reply. On 6 April 2011 13:59, Jason van Zyl wrote: >> On Apr 6, 2011, at 8:33 AM, Tim Pizey wrote: >> >> Hi Jason, Marc, >> >> Thankyou for your help. >> >> I am now back to working for M2 and M3, but it looks l

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
et you setup > from end to end in a couple hours. > > On Apr 6, 2011, at 7:49 AM, Tim Pizey wrote: > >> Hi, >> >> I now have my project deploying using scp. >> >> I added an explicit configuration for the deploy plugin to the pom: >>     >>    

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
he default install. cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mai

Re: Can no longer deploy project artifacts using maven3

2011-04-06 Thread Tim Pizey
Tim > > [1] > https://cwiki.apache.org/MAVEN/maven-3x-and-site-plugin.html#Maven3.xandsiteplugin-Usingmavensiteplugin2.xwithMaven2.xandmavensiteplugin3.xwithMaven3.x > [2] http://maven.apache.org/repository-management.html > [3] > http://docs.codehaus.org/display/MAVENUSER/Maven+Rep

Re: Can no longer deploy project artifacts using maven3

2011-04-05 Thread Tim Pizey
ion into a dependency embedded in the > maven-deploy-plugin configuration, IIRC: > > >   >     >      maven-deploy-plugin >      2.5 >       >         >          org.apache.maven.wagon >          wagon-ssh >          1.0-beta-7 >         >       >  

Can no longer deploy project artifacts using maven3

2011-04-05 Thread Tim Pizey
.MojoExecutor.execute(MojoExecutor .java:153) thanks in advance Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: One Agile automated CI build

2011-03-30 Thread Tim Pizey
overwrites the same version in the repo. I have toyed with using > install:install-file goal in the install phase. > > Thanks, > Bryan -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org -

Re: Re-using tests - best practice

2011-03-28 Thread Tim Pizey
SUT they >> are >> designed for) your approach with dependency:unpack looks correct. >> >> But again, I would suggest to analyze the reason behind this operation and >> do everything you can to avoid this artificial separation of the SUT >> (system >> under

Re: Re-using tests - best practice

2011-03-25 Thread Tim Pizey
t a third-party library. If you want to reuse some code from > the library - just get their .java files from their repository and add them > to your project statically (don't forget to review their license > restrictions). > — > Yegor Bugayenko, PMP®, SCEA > > > > On

Re-using tests - best practice

2011-03-22 Thread Tim Pizey
then need to configure my project by duplicating the configuration information in the test POM. Is this the best way to reuse tests? cheers Tim -- Tim Pizey - http://pizey.net/~timp Centre for Genomics and Global Health - http://cggh.org

netbeans/cvslib jar needs updating [was Still having problem parsing cvs dates]

2005-09-21 Thread Tim Pizey
ta-2 is still shipping with a jar called cvslib-3.6.jar If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a netbeans 4.1 installation to ~/.maven/repository/netbeans/jars/cvslib-3.6.jar then the problem goes away. Hope this helps Tim Pizey On Friday 16 September 2005 10:55,

Still having problem parsing cvs dates

2005-09-16 Thread Tim Pizey
Hi, For some while now I have had problems with cvs dates. I have just installed maven-1.1.-beta-2 in the hope that that would cure it, but no. The server was running cvs-1.12.9 which seemed to introduce this problem. I have now upgraded the server to 1.12.12, which my client is also running

Congratulations

2004-07-13 Thread Tim Pizey
Congratulations to all for the 1.0 release! Thanks for all the hard work. Nice that there is a new release on the day I come to do a clean install. yours TimP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Maven SCM and PVCS

2004-06-20 Thread Tim Pizey
Hi, We use PVCS (from Merant, now Serena) at work. I am familiar with CVS and a fan of Maven, so want to find a way of either exporting pvcs to CVS or of using pvcs as the scm for maven. The SCM plugin only deals with scource code control, not change logs, developer activity, file activity

Don't put a symlink to . in a .war

2004-04-29 Thread Tim Pizey
Hi, I don't suppose anyone else would do this but I put a symlink to . in my webapp directory with: ln -s page . I had to kill maven war with Ctrl C (Not suggesting that this is a bug) Tim Pizey - To unsubscribe, e

mail-lists.xml patch

2004-03-03 Thread Tim Pizey
Hi, A patch for maven-plugins/xdoc/src/plugin-resources/templates/mail-lsits.xml -#if ($link.startsWith("http")) +#if ($link.trim().startsWith("http")) looks like this is a hack to overcomne the fact that leading spaces are being included in the variable. yours T

Re: Problem with assert in jellydoc

2004-03-03 Thread Tim Pizey
The above problems can be seen at http://spindent.paneris.net/ yours tim pizey On Wednesday 03 March 2004 3:06 pm, Tim Pizey wrote: > Hi, > > I am running out of cvs on my local machine > but using 1.0-beta-9 on the production machine. > Both systems are running j2sdk1.4.2

Problem with assert in jellydoc

2004-03-03 Thread Tim Pizey
Hi, I am running out of cvs on my local machine but using 1.0-beta-9 on the production machine. Both systems are running j2sdk1.4.2 maven dist works on both On the production machine maven site fails with [javadoc] /usr/local/packages/dist/SPIndent/build/org/paneris/spindent/set/quasi/

Re: Melati version 0.7.2

2004-03-03 Thread Tim Pizey
On Wednesday 03 March 2004 4:12 am, Jason van Zyl wrote: > On Tue, 2004-03-02 at 18:55, Tim Pizey wrote: > > Version 0.7.2 of Melati has been released. > > Why are you announcing this on the maven user list? Because it is a Mavenised project and on the Maven powered by page ? If t

Melati version 0.7.2

2004-03-02 Thread Tim Pizey
handling servlet Examples and details at http://melati.net/ where you can see and play with the generic database admin system. Further example code can be seen at http://paneris.net/ yours Tim Pizey - To unsubscribe, e-mail

Problems building from cvs

2004-02-24 Thread Tim Pizey
send this straight away I thought I would try a few more times. I deleted my whole repository and tried again. then I manuall fetched the commons-util-SNAPSHOT.jar and copied it to commons-util-final.jar But still no go :( Dows CVS head work for others at the moment? yours tim pizey

Re: Powered by additions

2003-10-04 Thread Tim Pizey
On Thursday 02 October 2003 12:16 am, [EMAIL PROTECTED] wrote: > Done. Thankyou Tim Pizey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Powered by additions

2003-10-01 Thread Tim Pizey
On Wednesday 01 October 2003 1:48 pm, Tim Pizey wrote: > Hi, > > I have been using Maven for a while, > it has been of great benefit to me. > > Please consider listing the following two sites: > Melati (http://melati.org/) Arrg, hadn't made the switch, have now. &g

Powered by additions

2003-10-01 Thread Tim Pizey
of the PanEris collabrative." yours Tim Pizey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with xref and linkcheck

2003-07-12 Thread Tim Pizey
dsd.tablesInPackage; 5. linkcheck counts 301 and 302 as dead links 6. linkcheck claims not to be able to /javadoc/ which I can find by hand. hope this helps, Tim pizey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Replacing tags in xdocs

2003-07-09 Thread Tim Pizey
On Wednesday 09 July 2003 1:50 pm, Jason van Zyl wrote: > On Wed, 2003-07-09 at 10:40, Tim Pizey wrote: > > > > I am slightly suprised to see > > > > > > Maven > > Jason van Zyl > > > > > > hardcoded into the maven xdocs, sure

Re: Replacing tags in xdocs

2003-07-09 Thread Tim Pizey
Tim, Didn't spot any replies, so I have tried this, but I get: Fatal Error [line 7, row 35]: The prefix "ant" for element "ant:copy" is not bound. org.xml.sax.SAXParseException: The prefix "ant" for element "ant:copy" is not bound. at org.apache.xerces.parsers.AbstractSAXParser.parse(U

Feature request: link to source from task list

2003-07-04 Thread Tim Pizey
Hi, The Task List would be much improved with a link to the appropriate file Source Xref, possibly even the line of the todo. Thanks for all the work going into Maven. TimP - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: Javadoc plugin links property

2003-07-01 Thread Tim Pizey
On Tuesday 01 July 2003 3:19 pm, Martin Skopp wrote: > On Tue, 2003-07-01 at 18:10, Tim Pizey wrote: > > > does the console say > > > > > > Linking with API information from ... > > > > Yes, then it says: > > /usr/local/packages/dist/test/src/org

Re: Javadoc plugin links property

2003-07-01 Thread Tim Pizey
Martin, Thanks a lot for your reply. On Tuesday 01 July 2003 8:16 am, Martin Skopp wrote: > On Mon, 2003-06-30 at 20:48, Tim Pizey wrote: > > I cannot persuade my cvs snapshot version of Maven > > (1.0-BETA-10-SNAPSHOT) to pass a links argument to javadoc.

Javadoc plugin links property

2003-06-30 Thread Tim Pizey
cheers tim pizey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using Maven [was Re: [WebMacro-user] WM Wishlist?]

2003-06-11 Thread Tim Pizey
like it when one developer overtakes another! cheers TimP > > Tim Pizey wrote: > >On Tuesday 10 June 2003 10:47 pm, Eric B. Ridge wrote: > >>Anything else we need to do? > > > >What do you guys think of http://maven.apache.org/ ? > >I am mov

Melati 0.7.0 released

2003-06-04 Thread Tim Pizey
Dynamic tracking of vehicles Melati is a very nice tool and we are very keen to have more people use it. Melati can be used under the GPL - or any other licence you need. Once you have tried it you won't go back! yours sincerely Tim Pize

Newbie questions

2003-04-02 Thread Tim Pizey
commons.jelly.tags.ant.AntTag - Class c om.werken.werkz.jelly.ProjectTag doesn't support the nested "path" element. What file/line number are these errors being generated from? I am also trying to move up to Eclipse, it seems that the Eclipse Maven plugin is still in developme