Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Craig Ching
gt; the archetype (groupId, artifactId, and version) when creating a new > project using an existing archetype. > > Wayne > > On 8/3/07, Craig Ching <[EMAIL PROTECTED]> wrote: > > Thanks Wayne, I appreciate the help. Here I thought I was making good > head > >

Re: adding external jars to bundle

2007-08-03 Thread Craig Ching
Whoops, I completely missed that he had two stanzas! On 8/3/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > On 03/08/07, Arash Amiri <[EMAIL PROTECTED]> wrote: > > ok, below is my pom.xml > > here is what I did: > > - added commons-httpclient.jar to the classpath (as an > environment-variable

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Craig Ching
gt; "fix" it. > > An even better alternative is to fully specify all parameters in the > call to archetype:create -- this means passing in all the archetype > params using -D including version etc. Its a bit more typing but it > should "always work" barring other pr

Re: [JETTY PLUGIN]

2007-08-03 Thread Craig Ching
Hi Joao Maybe I'm wrong about this, but I don't think there would be a way to set those in the pom as the jetty plugin runs inside the same JVM that maven runs in and I don't know of a way to set those after the JVM has been created. I think you're going to need to find a way (maybe using MAVEN_O

Re: adding external jars to bundle

2007-08-03 Thread Craig Ching
Hi Arash, A few suggestions for you: 1) In your Export-Package statement, you're exporting org.apache.commons.httpclient.methods.*. You might also want to add that to your Import-Package as well, it's recommended practice (read the core spec about why, you might have reasons for not wanting to

Re: Problem with maven-archetype-quickstart

2007-08-03 Thread Craig Ching
hetypeGroupId= \ > -DarchetypeArtifactId= \ > -DarchetypeVersion=\ > -DgroupId=\ > -DartifactId= > > Wayne > > On 8/2/07, Craig Ching <[EMAIL PROTECTED]> wrote: > > Well, I deleted my local rep

Re: Problem with maven-archetype-quickstart

2007-08-02 Thread Craig Ching
ROTECTED]> wrote: > > I think you want to specify the version of your new project, try: > > mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app > -Dversion=1.0-SNAPSHOT > > -Dave > > -Original Message- > From: Craig Ching [mailto:[EMAIL PROT

Problem with maven-archetype-quickstart

2007-07-27 Thread Craig Ching
Hi, Haven't had any problems generating new maven projects until today. This simple command line: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app fails with: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Can maven-eclipse-plugin generate eclipse osgi plugin project

2007-07-27 Thread Craig Ching
Ah, thanks Stuart, much appreciated! I'd run across your Pax stuff via some hints from the Felix JIRA. I found an eclipse plugin that generated the necessary boilerplate for an eclipse PDE, but I'd not seen your maven plugin which I'd prefer. Thanks for the tips! Cheers, Craig On 7/25/07, Stua

Can maven-eclipse-plugin generate eclipse osgi plugin project

2007-07-25 Thread Craig Ching
Hi! Can the maven-eclipse-plugin generate an eclipse plugin project that's intended to be an OSGi bundle? I'm trying to use the maven-bundle-plugin to generate OSGi bundles, but I, of course, want to do my development in eclipse. Any help for me? Cheers, Craig

Re: OSGi bundles as dependencies

2007-06-28 Thread Craig Ching
On 6/28/07, Steven E. Harris <[EMAIL PROTECTED]> wrote: Craig Ching <[EMAIL PROTECTED]> writes: > Would the best way to approach this be to jar up the bundle and > shove into the maven repo with a groupId and artifactId? Yes, I'd do that first. > Then have some way

Re: OSGi bundles as dependencies

2007-06-28 Thread Craig Ching
On 6/28/07, Steven E. Harris <[EMAIL PROTECTED]> wrote: Craig Ching <[EMAIL PROTECTED]> writes: > AFAICT, the OSGi bundles aren't packaged as a single jar, they > appear to be much more complex (or maybe I am lacking some > understanding of how these bundles are pa

Re: OSGi bundles as dependencies

2007-06-28 Thread Craig Ching
-- Original message ----- From: "Craig Ching" <[EMAIL PROTECTED]> To: "Maven Users List" Date: Wed, 27 Jun 2007 17:52:49 -0500 Subject: Re: OSGi bundles as dependencies Hi Steven, Thanks for the response, I very much appreciate the conceptual information. However, being a

Re: OSGi bundles as dependencies

2007-06-28 Thread Craig Ching
I apologize in advance for the quoting, I'm thinking I should have used my normal mail account instead of gmail now. On 6/27/07, Steven E. Harris <[EMAIL PROTECTED]> wrote: Craig Ching <[EMAIL PROTECTED]> writes: > I am looking for a more practical, though obvio

Re: OSGi bundles as dependencies

2007-06-27 Thread Craig Ching
en my google searches didn't turn up much information ;-) Thanks! Cheers, Craig On 6/27/07, Steven E. Harris <[EMAIL PROTECTED]> wrote: Craig Ching <[EMAIL PROTECTED]> writes: > Has anyone done this or anything like this? Yes, but we've only "solved" it b

OSGi bundles as dependencies

2007-06-27 Thread Craig Ching
Hi, I'm a maven newbie. I have what I think is a fairly sophisticated need and I'm looking for advice on how to resolve this need. I'm trying to integrate the BIRT viewer into my web app. Basically, this involves putting some static content in the right place and getting the pom dependencies r