RE: provided dependency scope

2005-06-28 Thread JWiegman
Can anyone comment if this specific bug will be fixed in MNG-514? Or beta1 for that matter? Should I make a comment about this problem on MNG-514? Many thanks! -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 11:22 AM To: Maven Users List

provided dependency scope

2005-06-27 Thread JWiegman
I'm trying to figure out the correct approach here, and I may have also stumbled upon a bug... I'm using the provided scope for declaring dependencies, and I'm noticing that these libraries aren't included in the TEST classpath, so none of my tests compile. I tried adding the same dependencies

RE: EARs

2005-06-24 Thread JWiegman
FYI, after downloading the newest alpha-3 version, I tried using the m2 ear:ear command again and got the following error because it's pointing to a bad URL to get the ear plug-in. Any ideas on how to fix this?? Downloading:

RE: EARs

2005-06-24 Thread JWiegman
I copied the files as instructed, but unfortunately, I'm still getting the same error. It's still trying to find the POM via the URL: Downloading: http://repo1.maven.org/maven2/plugins/org/apache/maven/plugins/maven-ear-plu

RE: EARs

2005-06-23 Thread JWiegman
I've changed the packaging to ear in the pom.xml, and it doesn't do anything either when an m2 package command is executed. I did find that the m2 ear:ear command does work rather well though, although it's probably an unsupported operation... you'll have to put an application.xml in the

RE: M2 - Dependent Jars for EJB

2005-06-22 Thread JWiegman
First... many thanks for the response! It's so tough to find good examples with this product since it's so new. I tried your example... here's my pom.xml entry: plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ejb-plugin/artifactId goals

RE: M2 - Dependent Jars for EJB

2005-06-22 Thread JWiegman
Here's the basic gist of what I'm after: Since our EJBs are course-grained, we pass and return value objects in our signature methods... for example, let's take an EJB and call it ObjectLookup, which has the following method: public Thingy getThingy(ThingyIdentifier id); Now, of course, I would

EJB src directory structure

2005-06-21 Thread JWiegman
Hello all, For Maven 2, do the EJB jar descriptors need to be placed in a different directory than src/ejb/META-INF? Here's my error: [ERROR] Cause: org.apache.maven.plugin.MojoExecutionException: Error assembling EJB at

RE: EJB src directory structure

2005-06-21 Thread JWiegman
Works great! Thanks! -Original Message- From: Nathaniel Stoddard [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 10:53 AM To: Maven Users List Subject: Re: EJB src directory structure I never used Maven 1, or whatever versions they are ... but for Maven 2, I have my ejb-jar.xml

M2 - Dependent Jars for EJB

2005-06-21 Thread JWiegman
For some reason my dependent jars aren't being included in my EJB jar when I issue an m2 package command. Here are the pertinent entries in my pom.xml: packagingejb/packaging EXAMPLE dependent jar entry (on local repository only, not remote): dependency groupIdlis/groupId