Re: [m2] jsf-api pom without jar?

2005-10-10 Thread Brian Bonner
I'm curious why the javax.servlet 2.3 and 2.4 jars are both out there. Is it because they're API only? Brian Arik Kfir wrote: No you shouldn't ;-) The reason it is not there is because of licensing issues... Please read the following link:

Re: [m2] jsf-api pom without jar? (fixing javax depenedencies)

2005-10-10 Thread Brian Bonner
someone could correct me on this? On 10/10/05, Brian Bonner [EMAIL PROTECTED] wrote: I'm curious why the javax.servlet 2.3 and 2.4 jars are both out there. Is it because they're API only? Brian Arik Kfir wrote: No you shouldn't ;-) The reason it is not there is because of licensing issues

dependency recommendations: jaac

2005-10-10 Thread Brian Bonner
Hi, I'm fairly new to maven. Is there a facility within maven that would suggest to a user where to download a dependency from if it's not included in ibiblio repository? I'm looking for javax.security jaac which hibernate 3.0.5 apparently has a dependency on. I believe it's buried in the

Re: dependency recommendations: jacc

2005-10-10 Thread Brian Bonner
Brian Bonner wrote: Hi, I'm fairly new to maven. Is there a facility within maven that would suggest to a user where to download a dependency from if it's not included in ibiblio repository? I'm looking for javax.security jaac which hibernate 3.0.5 apparently has a dependency on. I believe

servletapi and XOM

2005-10-10 Thread Brian Bonner
commons-jelly is one of the packages that is dependent on servlet-api/2.3 (but uses the groupid of servletapi instead of javax.servlet) which is confusing (probably not the right word) for a new user. -- Brian - To

Re: dependency recommendations: jaac

2005-10-10 Thread Brian Bonner
for this. According to the documentation, this url will be provided to the user if the jar file cannot be downloaded from the central repository (see http://maven.apache.org/reference/project-descriptor.html#class_Dependency). Cheers, On 10/10/05, Brian Bonner [EMAIL PROTECTED] wrote: Hi, I'm

Re: dependency recommendations: jaac (how should m2 behave w/ a missing jar or POM with a licensed jar)

2005-10-10 Thread Brian Bonner
. On 10/10/05, Brian Bonner [EMAIL PROTECTED] wrote: Pascal, thanks. That's good to know. I don't believe the URL was in the POM as it was being downloaded. It certainly didn't display it when m2 complained. Again for new folks, maybe this should be included in the ibiblio pom.xml files

maven plugin project info is out of date

2005-10-11 Thread Brian Bonner
It looks like the various plugin teams need to update their project info. Many of the projects source point to cvs.apache.org instead of svn.apache.org. Resulting in a broken URL link. Should this be in JIRA. If so where should it go so the appropriate teams find it. -- Brian

Re: maven plugin project info is out of date

2005-10-11 Thread Brian Bonner
/ cid:part1.07040607.08010007@paraware.com Brian Bonner wrote: It looks like the various plugin teams need to update their project info. Many of the projects source point to cvs.apache.org instead of svn.apache.org. Resulting in a broken URL link. Should this be in JIRA. If so where should it go

How does maven find plugins?

2005-10-11 Thread Brian Bonner
Hi folks, I'm pretty new to m2 (and maven), but trying to pickup steam. I ran the xmlbeans:xmlbeans task and it correctly located this plugin into my local repository. I have *no* repositories defined in my pom.xml However, when I ran the compile phase, (m2 compile), I figured it would

Re: How does maven find plugins?

2005-10-11 Thread Brian Bonner
it turns out there is a problem with the artifact id in maven-xmlbeans. I logged a jira: http://jira.codehaus.org/browse/MOJO-76 Brian Brian Bonner wrote: Hi folks, I'm pretty new to m2 (and maven), but trying to pickup steam. I ran the xmlbeans:xmlbeans task and it correctly located

Re: *** Spam *** Re: maven plugin project info is out of date

2005-10-11 Thread Brian Bonner
Sorry m1. Brian Jason van Zyl wrote: On Tue, 2005-10-11 at 10:55 -0400, Brian Bonner wrote: It looks like the various plugin teams need to update their project info. Many of the projects source point to cvs.apache.org instead of svn.apache.org. Resulting in a broken URL link. Should

Flattened Eclipse Project

2005-10-12 Thread Brian Bonner
Hi, Is there any way to create a flattened project hierarchy that is eclipse-friendly. I.e. instead of: master-project +---sub-project-A +---sub-project-B to have a hierarchy like this: master-project sub-project-A sub-project-B Likewise, maybe this is my naivete with respect to using

Re: Flattened Eclipse Project

2005-10-12 Thread Brian Bonner
Doh! I found this post after posting my post: http://www.nabble.com/Re%3A-M2-Recommended-Project-Layout-and-Eclipse-t361944.html#a1002147 I'm reading through it now. Brian Brian Bonner wrote: Hi, Is there any way to create a flattened project hierarchy that is eclipse-friendly. I.e

Re: Flattened Eclipse Project

2005-10-12 Thread Brian Bonner
is that this *too* would be dependent upon fop? 2. I noticed that eclipse:eclipse only uses standard builders (i.e. jar). Did anyone have any thoughts on generating the other eclipse artifacts (for example for the WTP) for WARs. Thanks. Brian Brian Bonner wrote: Doh! I found this post

Outstanding questions (Documentation)

2005-10-18 Thread Brian Bonner
I'm looking for documentation about: 1. Reactor (I'd like to understand more about the inner workings of Maven) 2. Tags available when making a plugin, what properties are available to me. 3. Are the packaging elements a finite set? pom, war, ejb, ear, jar Or are there others? Are they

Re: *** Spam *** Re: Outstanding questions (Documentation)

2005-10-18 Thread Brian Bonner
your docs. for some reason it was colored like I had already visited it. I must have clicked on it by accident. Thanks again. Brian Jason van Zyl wrote: On Tue, 2005-10-18 at 16:02 -0400, Brian Bonner wrote: I'm looking for documentation about: 1. Reactor (I'd like to understand more

help with projecthelp

2005-10-18 Thread Brian Bonner
I was expecting to see the goals for this eclipse plugin using: m2 projecthelp:describe -DgroupId=org.apache.maven.plugins -DartifactId=maven-eclipse-plugin It returns: [ERROR] BUILD ERROR [INFO] - --- [INFO] You must

Re: help with projecthelp

2005-10-18 Thread Brian Bonner
: --- TODO! --- TODO! --- TODO! --- I'm still not sure why the prior syntax doesn't work. Brian Brian Bonner wrote: I was expecting

Using Profiles -- are they additive?

2005-10-19 Thread Brian Bonner
I wanted to run this idea by folks. I'm thinking about using profiles to help with configuration of eclipse based projects. The companies that I work with are not always using eclipse, some use IBM WSAD, some use RAD, and other things. I'd like to have a profile setup to configure the eclipse

Re: Using Profiles -- are they additive?

2005-10-19 Thread Brian Bonner
POM using projecthelp;effective-pom, the build values for the WTP profile are the same as the Eclipse profile. As if it was overwritten. The build values for the plugin are those of the Eclipse profile, too. The WTP profile values are nowhere to be found. Brian On 10/19/05, Brian Bonner [EMAIL

Fwd: Using Profiles -- are they additive?

2005-10-19 Thread Brian Bonner
Well, more info, it looks like it works for different elements inside of a configuration, but not the same element. i.e. if I use: profile !-- Build Profile for Eclipse WTP -- ideclipse/id activation

Re: Using Profiles -- are they additive?

2005-10-19 Thread Brian Bonner
McConnell [EMAIL PROTECTED] wrote: oh, interesting...so the plugins are all lumped together and duplicate plugins of the same time are overriden? On 10/19/05, Brian Bonner [EMAIL PROTECTED] wrote: Well, more info, it looks like it works for different elements inside of a configuration

Re: Using Profiles -- are they additive?

2005-10-19 Thread Brian Bonner
Yah, I submitted one. http://jira.codehaus.org/browse/MNG-1241 Thanks. On 10/19/05, Jesse McConnell [EMAIL PROTECTED] wrote: well, I would submit it into jira and it will likely be ruled one way or the other in fairly short order http://jira.codehaus.org/browse/MNG

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-25 Thread Brian Bonner
Looking for the same thing :) II looked at the maven-eclipse-plugin source and it looks like it should pull these artifacts (check out the addDependency() method). Anyone have a suggestion on this? On 10/24/05, Franck de Bruijn [EMAIL PROTECTED] wrote: Hi, I'm trying out maven 2 and the

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-25 Thread Brian Bonner
I should have added: of EclipseWtpmodulesWriter. On 10/25/05, Brian Bonner [EMAIL PROTECTED] wrote: Looking for the same thing :) II looked at the maven-eclipse-plugin source and it looks like it should pull these artifacts (check out the addDependency() method). Anyone have a suggestion

Mapping to Lists

2005-10-25 Thread Brian Bonner
It appears this part of the doco is missing: http://maven.apache.org/guides/mini/guide-configuring-plugins.html In the eclipse plugin test case:

[ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp

2005-10-25 Thread Brian Bonner
Not sure where to send this. I have been trying to figure out why the .wtpmodules is not getting included when I run mvn eclipse:eclipse. I added a test case to the EclipsePluginTest (the dreaded project-7) and added a project-7 directory with a pom.xml (renamed to projects.xml) to

Re: Mapping to Lists

2005-10-25 Thread Brian Bonner
? Is this old? Brian On 10/25/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Tue, 2005-10-25 at 14:06 -0400, Brian Bonner wrote: Ok, I updated the doco for lists: http://maven.apache.org/guides/mini/guide-configuring-plugins.html Works very much like the population of arrays. -- jvz

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
I just include: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; And it works fine in the xml editor. Brian

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Brian Bonner
: Brian Bonner [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 oktober 2005 18:41 To: Maven Users List Subject: Re: m2 eclipse plugin wtpmodules dependencies to artifacts I should have added: of EclipseWtpmodulesWriter. On 10/25/05, Brian Bonner [EMAIL PROTECTED] wrote: Looking for the same thing

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Brian Bonner
if this is THE solution, since I actually have no clue about the difference between so-called reactor projects and 'normal' projects. Cheers, Franck -Original Message- From: Brian Bonner [mailto:[EMAIL PROTECTED] Sent: dinsdag 25 oktober 2005 18:41 To: Maven Users List Subject

Re: m2 eclipse plugin wtpmodules dependencies to artifacts

2005-10-26 Thread Brian Bonner
I posted: http://jira.codehaus.org/browse/MNG-1332 This has a quick patch that enables the eclipse plugin to work for .wtpmodules. Check out maven-eclipse-plugin out of svn into eclipse. apply the patch and then from the command line issue 'mvn install -DupdateReleaseInfo=true. Have fun.

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
it breaks. I've removed my annoyance by having that configuration in a global parent POM, so my projects' poms don't have the problem... -Stephen On 10/26/05, Brian Bonner [EMAIL PROTECTED] wrote: I just include: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3

Re: [m2] Eclipse webapp lib

2005-10-26 Thread Brian Bonner
Antonio, I'm using WTP 0.71 as well. Antonio, I'm using WTP 0.71 as well. mvn eclipse:eclipse is all you *should* need to do. However, there might be a bug in the maven-eclipse-plugin. For the time being: I posted: http://jira.codehaus.org/browse/MNG-1332 This has a quick patch that

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
configuration source1.4/source target1.4/target /configuration /plugin /plugins /build On 10/26/05, Brian Bonner [EMAIL PROTECTED] wrote

Re: Bad links in the docs

2005-10-26 Thread Brian Bonner
It would probably be better to post it to: http://jira.codehaus.org/browse/MNG under 'documentation'. Brian On 10/26/05, David Jackman [EMAIL PROTECTED] wrote: http://maven.apache.org/guides/introduction/introduction-to-plugins.html

Re: new sites

2005-10-26 Thread Brian Bonner
I presume these are both for M2? It's probably because I'm new, but it's difficult to discriminate between M1 and M2 stuff (it's getting easier when I see jelly references, pom3.0, etc.). Maybe some sort of indicator for Maven2 stuff would help? Brian On 10/25/05, Jason van Zyl [EMAIL

Re: [m2] What is the Maven 2 equivalent for site logos etc?

2005-10-26 Thread Brian Bonner
I logged http://jira.codehaus.org/browse/MNG-1333 for this. On 10/25/05, Pilgrim, Peter [EMAIL PROTECTED] wrote: -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: 25 October 2005 16:07 To: Maven Users List Subject: RE: [m2] What is the Maven 2 equivalent

Re: [m2] Copying dependencies to target/lib as individual files?

2005-10-26 Thread Brian Bonner
Can you do this with a parent jar project that depends on those modules. This sounds like a multi module project. Or perhaps a project on the same level with module dependencies. Search for multiproject on http://www.nabble.com/Maven---Users-f178.html Brian On 10/26/05, Alexander Hars [EMAIL

Re: [m2] Problems with pom.xml and Eclipse + WTP XML Editor vs. Ant Editor

2005-10-26 Thread Brian Bonner
that the ant editor takes over so that the WTP editor doesn't work whenever a target element is found in an xml file. -Stephen On 10/26/05, Brian Bonner [EMAIL PROTECTED] wrote: well, except for that case. :) configuration takes a type of xsd:any, so target won't break it, but WTP doesn't provide

Re: [m2] Eclipse webapp lib

2005-10-26 Thread Brian Bonner
projects, how do this gets consummated by eclipse? Also, doesn't the web module require libraries in WEB-INF/lib? Brian Bonner wrote: Antonio, I'm using WTP 0.71 as well. Antonio, I'm using WTP 0.71 as well. mvn eclipse:eclipse is all you *should* need to do. However, there might

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
the template from Jira it should create all necessary files. Brian Bonner wrote: Srepfler, I'm having trouble getting this archetype to work. I checked out maven-archetypes from svn and ran mvn install and then tried to run: C:\mvn archetype:create -DgroupId=com.j2ee.test -DartifactId=test

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
] - --- On 10/27/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: Yes Brian Bonner wrote: Srepfler, After downloading, I should unpack the archetype jar and do an mvn install, correct? Brian On 10/27/05, Srepfler Srgjan [EMAIL PROTECTED] wrote

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
don't know what's the issue that affects, you. Perhaps you should fila a JIRA? Brian Bonner wrote: Here's what I get when I try to do the mvn install on a clean unpack of maven-j2ee-archetype: C:\test\maven-archetype-j2eemvn install [INFO] Scanning for projects... [INFO

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
PROTECTED] wrote: It could be ibiblio? Brian Bonner wrote: I did as well. A clean slate. I've made mods to eclipse, and changes and deployed a new project-help, but that's it AFAIK. I'll try a clean m2 install w/ a new repo. Brian On 10/27/05, Srepfler Srgjan [EMAIL PROTECTED] wrote

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
I guess http://www.nabble.com/SNAPSHOTs-removed-from-ibiblio-t188982.html#a526518 answers the question :) On 10/27/05, Brian Bonner [EMAIL PROTECTED] wrote: I remember hearing someone say something about this yesterday. Someone named Carlos from apache was working on something to fix ibiblio

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
://www.ibiblio.org/maven;http://cvs.apache.org/repository/ I guess I'll add it now and try it out :) On 10/27/05, Brian Bonner [EMAIL PROTECTED] wrote: I guess http://www.nabble.com/SNAPSHOTs-removed-from-ibiblio-t188982.html#a526518 answers the question :) On 10/27/05, Brian Bonner [EMAIL PROTECTED

Re: SNAPSHOT problems (please verify maven 2 repository)

2005-10-27 Thread Brian Bonner
Should we be using: http://www.ibiblio.org/maven??? or http://repo1.maven.org/maven2 which redirects to http://www.ibiblio.org/maven2. Thanks, Brian On 10/27/05, Arnaud HERITIER [EMAIL PROTECTED] wrote: Snapshots were removed in ibiblio some days ago Snapshots delivered by apache projects

Re: [m2] Eclipse webapp lib

2005-10-27 Thread Brian Bonner
No dice. I logged: http://jira.codehaus.org/browse/ARCHETYPE-10 to get to the root of this problem. Hopefully someone will have a chance and take a looksee. Brian On 10/27/05, Brian Bonner [EMAIL PROTECTED] wrote: And here's a workaround I found in the mailing list: Snapshots delivered

Re: [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp

2005-10-27 Thread Brian Bonner
be the Wagon Http Provider... If it is, the error should go away if you put wagon-http in build - extensions of pom.xml Brian Bonner wrote: Not sure where to send this. I have been trying to figure out why the .wtpmodules is not getting included when I run mvn eclipse:eclipse. I added a test

Re: [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp

2005-10-27 Thread Brian Bonner
/05, Brian Bonner [EMAIL PROTECTED] wrote: Edwin, that's all the console says while running the test case :( I gave it to you verbatim. the last line (after a successful testProject6 was: [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonhttp So if I understand you correctly

Re: eclipse:add-maven-repo problem

2005-10-27 Thread Brian Bonner
That's what the code does. :) First line is: workspace += X; Not sure why this is here. I'll submit a jira and a patch. Hang on. Brian On 10/27/05, Neil Blue [EMAIL PROTECTED] wrote: Hello, I am just trying to enable maven support in eclipse, and I have used the following command: mvn

Re: SNAPSHOT problems (please verify maven 2 repository)

2005-10-27 Thread Brian Bonner
are using m2, the main repository is : http://www.ibiblio.org/maven2/ Arnaud -Message d'origine- De : Brian Bonner [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 octobre 2005 16:52 À : Maven Users List Objet : Re: SNAPSHOT problems (please verify maven 2 repository) Should we

Re: library dependancy wrong?

2005-11-03 Thread Brian Bonner
Srepfler, check under: http://www.ibiblio.org/maven2/javax/servlet/jstl/1.1.2/ Brian On 10/27/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: I've imported a dependency on the JSTL library dependency groupIdjstl/groupId artifactIdjstl/artifactId version1.1.2/version

Could ibiblio site benefit from Search?

2005-11-03 Thread Brian Bonner
It seems like the ibiblio site could benefit from search including: 1. Searching pom.xml files for dependencies 2. Searching for artifacts by a specific name (i.e. jstl) to identify existing/duplicate artifacts, etc. What do others think? Brian

Spring Dependencies

2005-11-04 Thread Brian Bonner
I'm working with Spring 1.2.5 and retrofitting an older application that makes use of spring-jdbc and spring-dao. I'm curious how other folks are using this because I have exclusions out the ying-yang. I'd like to make some suggestions of jars that should be optional. I'm even happy to post my

Re: Spring Dependencies

2005-11-04 Thread Brian Bonner
optionnal and reduce transitive dependencies to expected ones. Brian Bonner a écrit : I'm working with Spring 1.2.5 and retrofitting an older application that makes use of spring-jdbc and spring-dao. I'm curious how other folks are using this because I have exclusions out the ying-yang

Re: Spring Dependencies

2005-11-04 Thread Brian Bonner
I made a couple of others, too. Hopefully Carlos will get this dropped into ibiblio soon :) Brian On 11/4/05, Nicolas De Loof [EMAIL PROTECTED] wrote: Thanks for your corrections. Brian Bonner a écrit : Nicolas, nice work. I'm adding to it the pom for spring-orm and spring-webmvc

Local Repository (not shared) and Offline

2005-11-04 Thread Brian Bonner
I have a bundle setup in my local repository. When I try to do a: mvn -o install at a location where I don't have internet access, it fails because it can't contact the server. Is there something special I need to do when running in offline mode? Thanks, Brian

Re: Spring Dependencies

2005-11-04 Thread Brian Bonner
they're good. Thanks. Brian On 11/4/05, Carlos Sanchez [EMAIL PROTECTED] wrote: You may have asked before. As you see in the issue it's in progress, I'm building spring with m2 so I'll have the right poms soon. I could send you mines and get your feedback. Regards On 11/4/05, Brian Bonner [EMAIL

Re: Spring Dependencies

2005-11-04 Thread Brian Bonner
it at runtime. On 11/4/05, Brian Bonner [EMAIL PROTECTED] wrote: I don't think I asked before :). I'm not building Spring with it. I'm using various modules in a project. Using the modules and building the modules seem like they will have different dependencies. With the building requiring

Re: Spring Dependencies

2005-11-04 Thread Brian Bonner
the same to build and to use. If you need hibernate to build it it's because you may need it at runtime. On 11/4/05, Brian Bonner [EMAIL PROTECTED] wrote: I don't think I asked before :). I'm not building Spring with it. I'm using various modules in a project. Using the modules

Re: Local Repository (not shared) and Offline

2005-11-04 Thread Brian Bonner
/dependency Brian On 11/4/05, John Casey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What specifically is it trying to retrieve from the server? - -john Brian Bonner wrote: | I have a bundle setup in my local repository. When I try to do a: | | mvn -o

Re: Maven(2.0): Web apps and transitive dependencies

2005-11-04 Thread Brian Bonner
Check out: http://jira.codehaus.org/browse/MEV-133 On 11/4/05, Yann Le Du [EMAIL PROTECTED] wrote: The point here is to alter Hibernate Spring POMs directly in central Maven repository, so that everybody gets the benefit of the changes. The way to do that is to file a JIRA issue in

Re: Local Repository (not shared) and Offline

2005-11-04 Thread Brian Bonner
All right, this did the trick. Sorry about that: mvn install:install-file -DartifactId=jt400-full -Dversion=4.8.0 -DgroupId=com.ibm.as400 -Dfile=jt400-full-4.8.0.jar -Dpackaging=jar Lesson for today: don't tinker directly with the repository ;) On 11/4/05, Brian Bonner [EMAIL PROTECTED] wrote

Re: Local Repository (not shared) and Offline

2005-11-04 Thread Brian Bonner
] - --- On 11/4/05, Brian Bonner [EMAIL PROTECTED] wrote: All right, this did the trick. Sorry about that: mvn install:install-file -DartifactId=jt400-full -Dversion=4.8.0 -DgroupId=com.ibm.as400 -Dfile=jt400-full-4.8.0.jar -Dpackaging=jar Lesson for today

Re: Local Repository (not shared) and Offline

2005-11-06 Thread Brian Bonner
Jared, thanks. I'll try it right now. On 11/6/05, Buntingster [EMAIL PROTECTED] wrote: Brian Bonner wrote: I have it setup in: m2repo/com/ibm/as400/jt400-full/4.8.0/ -- jt400-full-4.8.0.jar -- pom.xml -- license.txt From what I can tell looking at ibiblio and my local

Re: Local Repository (not shared) and Offline

2005-11-06 Thread Brian Bonner
that one. Brian On 11/6/05, Brian Bonner [EMAIL PROTECTED] wrote: Jared, thanks. I'll try it right now. On 11/6/05, Buntingster [EMAIL PROTECTED] wrote: Brian Bonner wrote: I have it setup in: m2repo/com/ibm/as400/jt400-full/4.8.0/ -- jt400-full-4.8.0.jar -- pom.xml -- license.txt

What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
I'd like to use this tool if it's available. Does someone know where I can check it out? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
Thanks. From the list, I thought Will Gwaltney working on it. I'll check it out. Brian On 11/9/05, Carlos Sanchez [EMAIL PROTECTED] wrote: I believe nobody is actively developing it It's at svn://svn.codehaus.org/mojo/scm/trunk/ On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: I'd like

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
Carlos, just checkout out svn://svn.codehaus.org/mojo/scm/trunk/ But I couldn't find a corbertura plugin. I could only find jcoverage. Is this what you meant was in mojo? Are the plugins the same? Brian On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: Thanks. From the list, I thought

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
Wow, look at the treasure trove of stuff in there :). Thanks. I'll take a look. On 11/9/05, Carlos Sanchez [EMAIL PROTECTED] wrote: inside mojo-sandbox On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: I guess I should spell it right: Cobertura not Corbertura ;) On 11/9/05, Brian Bonner

Running commons-attributes under Maven2 with antrun plugin

2005-11-11 Thread Brian Bonner
I'm trying to run the commons-attributes attribute compiler. I have commons-attribute and the common-attributes-api as dependencies: dependency groupIdcommons-attributes/groupId artifactIdcommons-attributes-api/artifactId

Re: Running commons-attributes under Maven2 with antrun plugin

2005-11-14 Thread Brian Bonner
After some searching I found that the antrun plugin exposes maven.dependency.classpath to ant as a ref. It can be referenced with: property name=depClasspath refid=maven.dependency.classpath / Brian On 11/11/05, Brian Bonner [EMAIL PROTECTED] wrote: I tried adding switching the taskdef

Excluding class files generated by xmlbeans plugin from resulting jar

2005-11-14 Thread Brian Bonner
I have several schemas that are used by test cases. I'd like them to NOT appear in the jar file that results from mvn:install. The schemas are generating java source using the xmlbeans plugin, and they're classes are being generated at target/classes I tried overriding the location using

org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12 dependency

2006-05-16 Thread Brian Bonner
I'm trying to run mvn site and I'm running into this problem: Downloading: http://dist.codehaus.org/org.mortbay.jetty/jars/servlet-api-2.5-6.0 .0beta12.jar [INFO] [ERROR] BUILD ERROR [INFO]

Re: org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12 dependency

2006-05-16 Thread Brian Bonner
Brett, thanks for working on the dist.codehaus.org repository. I hope that this will resolve this problem. Brian On 5/16/06, Brian Bonner [EMAIL PROTECTED] wrote: I'm trying to run mvn site and I'm running into this problem: Downloading: http://dist.codehaus.org/org.mortbay.jetty/jars/servlet

Re: Doxia/site problems - FIXED

2006-05-16 Thread Brian Bonner
Brett, I removed the files as you suggested. However, I'm still getting the following errors when I run mvn site: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Doxia/site problems - FIXED

2006-05-16 Thread Brian Bonner
Kevin, I'm not sure what has happened, but we continue to get the same error org.apache.maven.lifecycle.LifecycleExecutionException: Error getting reports fr om the plugin 'org.apache.maven.plugins:maven-site-plugin': Unable to find the m ojo

Re: Doxia/site problems - FIXED

2006-05-16 Thread Brian Bonner
Mark, I'd try removing your doxia directory inside your .m2 repository and try again. I just tried it and it it came down just fine. Mind you, I'm getting a different error, but the doxia code is coming down fine. Brian On 5/16/06, Mark Hansen [EMAIL PROTECTED] wrote: FIX isn't working for

Re: Doxia/site problems - FIXED

2006-05-16 Thread Brian Bonner
Mark H. sounds like you fixed it before I sent the note. Does mvn site work OK for you? What error are you seeing? On 5/16/06, Brian Bonner [EMAIL PROTECTED] wrote: Mark, I'd try removing your doxia directory inside your .m2 repository and try again. I just tried it and it it came down just

Re: codehaus down?

2006-05-16 Thread Brian Bonner
I saw this yesterday and today as well. I pinged one of the guys on the XFire team. No word yet. On 5/16/06, Kees de Kooter [EMAIL PROTECTED] wrote: I have been trying to take a look at the maven-proxy but for more than a day now the codehaus website is unreachable: We are currently

Re: Doxia/site problems - FIXED

2006-05-16 Thread Brian Bonner
how these repos reference each other and when the local .m2 repo refreshes stuff ... -- Mark Brian Bonner wrote: Mark H. sounds like you fixed it before I sent the note. Does mvn site work OK for you? What error are you seeing? On 5/16/06, Brian Bonner [EMAIL PROTECTED] wrote: Mark, I'd

Assembly with dependent JARs - (keeping the JARs in a lib dir, or exploding them)

2006-06-08 Thread Brian Bonner
I've been experimenting with the assembly plugin and it looks like it unpacks the dependent jars and creates a large jar with dependencies built-in into one plugin. Is this the preferred deployment mechanism? I can see benefits to this--namely tying it to the build and source more easily. Are

war:war not excluding files in listed in excludes

2005-11-23 Thread Brian Bonner
I have the following config: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.0-beta-3-SNAPSHOT/version configuration

Re: M2: Tarball from site goal?

2005-11-23 Thread Brian Bonner
Howard, it looks like assembly:assembly should do it for you. There is an optional includeSite property that you'd need to set to true in your configuration. http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html By local goals, I assume you mean the concept of a target in

Re: Pom for repository jars necessary?

2005-11-26 Thread Brian Bonner
Frank, the POM is not generated automatically. In fact, it will cause dependencies to fail if you run it in offline mode unless you have the patch described here: http://jira.codehaus.org/browse/MNG-1443 Brian On 11/25/05, ir. ing. Jan Dockx [EMAIL PROTECTED] wrote: On 25 Nov 2005, at 15:22,

best practices question re: dependencies

2005-11-28 Thread Brian Bonner
In M1, in a multi-module project, you can declare dependencies in the parent pom and then the child modules would pickup the dependencies. The same holds true in M2, but I was wondering if this was preferred over showing the dependency relationships between the modules. i.e. parent modA

m2 - target/xmlbeans-source to be included as source dir for eclipse

2005-11-28 Thread Brian Bonner
I'm generating java source using xmlbeans from a schema. the source is landing in target/xmlbeans-source. Is there an easy way to include that source directory in the eclipse build path when I run eclipse:eclipse? Or is there another approach i should use? Thanks.

Re: [ANN] Maven Help Plugin 2.0 Released

2006-01-27 Thread Brian Bonner
Brett, thanks! Just tried it and it works great! Brian On 1/24/06, Brett Porter [EMAIL PROTECTED] wrote: The Maven Help plugin provides goals aimed at helping to make sense out of the build environment. It includes the ability to view the effective POM and settings files, after inheritance