Re: What it is repository.xml file

2008-09-16 Thread Tim Moloney
I believe that it is being generated by the maven-obr-plugin. Something that you built is an OSGi bundle. When it was installed into your local repository, its metadata was added to repository.xml. This allows your local Maven repository to also serve as an OSGi Bundle Repository (OBR).

Re: metrics report-plugin (for cyclomatic complexity + loc)

2008-04-22 Thread Tim Moloney
aldana wrote: hi, to make code smells more visible and to better find out refactoring targets amongst others i want to introduce some metrics. for that i miss a plugin which measures the cyclomatic complexity and loc (for classes, methods). surprisingly i did not find any maven plugin which

Re: Live cd of an development environment

2007-10-12 Thread Tim Moloney
From what little I know, it sounds like you are talking about Buildix. * http://buildix.thoughtworks.com/ * http://en.wikipedia.org/wiki/Buildix I just stumbled across it the other day. I haven't tried it yet, so I don't know much about it. Tim [EMAIL PROTECTED] wrote: Some time

Re: Maven proxies / Let's get together

2007-06-01 Thread Tim Moloney
This email message caught my attention because I am about to start investigating the different maven proxies available. Since you said that all of the current maven proxies are essentially repository managers and you are suggesting that we combine them and all of their features into one

Re: Felix build fails using Maven 2.0.5

2007-03-11 Thread Tim Moloney
believe. Can you set the plugin to al already released version until the new one is deployed, then update the build to use the latest version? Andy On 10 Mar 2007, at 23:49, Tim Moloney wrote: Yes, maven-bundle-plugin is used later in the build. maven-bundle-plugin is the third bundle to be built

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Tim Moloney
Williams wrote: Am I right in guessing that your parent pom refers to the felix maven-bundle-plugin? Andy On 8 Mar 2007, at 06:30, Tim Moloney wrote: Any of the following commands fail with the error message below using Maven 2.0.5 and an empty local repository. Maven 2.0.4 works fine. ant

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Tim Moloney
it is using the plugin which is still to be built... Is that not the case? Andy On 10 Mar 2007, at 11:34, Tim Moloney wrote: Yes, the parent pom (the one executed by the ant wrapper) is a multi-module pom and one of the modules to build is maven-bundle-plugin. This is why I'm confused

Felix build fails using Maven 2.0.5

2007-03-07 Thread Tim Moloney
Any of the following commands fail with the error message below using Maven 2.0.5 and an empty local repository. Maven 2.0.4 works fine. ant ant install mvn -Dpackaging=bundle clean install mvn -Dpackaging=bundle install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO]

Re: 2 modello questions

2007-02-26 Thread Tim Moloney
Any suggestions? Even if it is a better place to post these questions? Thanks, Tim Tim Moloney wrote: 1) How do you write a .mdo file to implement the following XML? root element attr1=value1 attr2=value2element text/element /root To get the attributes, you have to define a class

2 modello questions

2007-02-24 Thread Tim Moloney
1) How do you write a .mdo file to implement the following XML? root element attr1=value1 attr2=value2element text/element /root To get the attributes, you have to define a class. However, a class appears to only support attributes and child elements. 2) Is it possible to add something

Re: Best way to extend install plugin?

2007-02-18 Thread Tim Moloney
Tom Huybrechts wrote: Extending existing mojo's doesn't work very well, because the parameters for the extended mojo are not injected. Thanks, you confirmed my diagnosis. :) Do you really need to subclass ? Can't you just write an additional mojo and bind that to the install phase, next to

Re: Best way to extend install plugin?

2007-02-18 Thread Tim Moloney
Eric Redmond wrote: On 2/18/07, Tim Moloney [EMAIL PROTECTED] wrote: Can two bundles be bound to the same phase as default? Yes, you can write a comma-seperated list of goals in the phase field of your packaging extension. For example, the definition of the maven-plugin lifecycle mapping

Best way to extend install plugin?

2007-02-17 Thread Tim Moloney
I'd like to add a little extra functionality to the maven-install-plugin (create/update an xml file based on the jar being installed). I tried creating my own plugin which subclassed InstallMojo, but I ended up with a NPE inside InstallMojo. I think that InstallMojo's class variables aren't

Re: Best way to extend install plugin?

2007-02-17 Thread Tim Moloney
Wendy Smoak wrote: On 2/17/07, Tim Moloney [EMAIL PROTECTED] wrote: I'd like to add a little extra functionality to the maven-install-plugin (create/update an xml file based on the jar being installed). Does your file go inside the jar, beside it in the repository, or somewhere else? Maven

Re: Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-29 Thread Tim Moloney
Thanks, everyone, for the latest status. Tim Moloney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-26 Thread Tim Moloney
I saw that there is now a timeframe for open-sourcing Java [1]. Since I just had to cope with several of Sun's jar files [2], this news made me wonder if this will make it possible to distribute Sun's jar files via the Maven repositories. Or am I misunderstanding something? Tim Moloney

Re: Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-26 Thread Tim Moloney
Recently, I had to manually add the following to my local repository to build a commons-logging bundle for Felix. - com.sun.jdmk.jmxtools - javax.mail - javax.jms Tim Moloney Wayne Fay wrote: Which specific Sun jars are you interested in? Depending on the license (I'll assume CDDL

Re: Maven plugin to generate Java source, SQL schema, and O/R mapping files from XSD?

2006-10-13 Thread Tim Moloney
Thank you for all of the suggestions. :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven plugin to generate Java source, SQL schema, and O/R mapping files from XSD?

2006-10-12 Thread Tim Moloney
that will generate all three types of output files but it does this from a Hydrate model XSD file, not from the type of XSD file that JAXB or XMLbeans would take as input. Of course, it would be perfect if this tool could be integrated into a Maven 2 build process. Thanks. Tim Moloney

Unable to download org-cybergarage:cyberlink-upnp-patched

2006-09-09 Thread Tim Moloney
-repository), domoware.isti.cnr.it (http://domoware.isti.cnr.it/maven2) How can I get past this? Thanks, Tim Moloney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to download org-cybergarage:cyberlink-upnp-patched

2006-09-09 Thread Tim Moloney
I'm new to both Maven and Felix. I thought that domoware.isti.cnr.it was one of the standard Maven repositories. I'll ask someone over on the Felix mailing list to post a copy of the pom (and associated JAR file?). Thanks for the help. Tim Moloney Wayne Fay wrote: First, I'd ask