extra jars not kept up-to-date in remote repository

2006-12-20 Thread gdub
Hi- We're building with Continuum and I have the problem that builds aren't causing all of the artifacts to be stored. What seems to happen is that for the first build for a given date code, all the source, test, and javadoc jars get deployed. For subsequent builds that have the same date in the

successful AJDT integration?

2006-11-14 Thread gdub
Good morning- I'm trying to figure out the best way to use AspectJ with both Eclipse and Maven 2. Problem 1: I have the Codehaus plugin installed and working. But the eclipse:eclipse target does not configure the project as AspectJ. Does anyone know if this feature is being considered? If it is

Re: creating and using source archive

2006-04-26 Thread gdub
Jamie Bisotti wrote: On 4/26/06, Aaron Freeman <[EMAIL PROTECTED]> wrote: So what you all are saying is that the "eclipse:eclipse -DdownloadSources=true" command is the only way to get Maven to copy source jars into the local repository. So if you already have .project and .classpath file, the t

Re: creating and using source archive

2006-04-26 Thread gdub
Tom Huybrechts wrote: > The Eclipse plugin will (or should) > only download javadocs if the > sources are not available. Makes > sense for Eclipse, since it will > extract the javadocs from the sources if needed. Ah. I see. I deleted a source archive and it did indeed attach the javadoc archive i

Re: creating and using source archive

2006-04-26 Thread gdub
Tom Huybrechts wrote: If you execute 'mvn eclipse:eclipse -DdownloadSources=true', an Eclipse project will be generated with sources or javadocs attached. Thanks, Tom. I've started using that flag. However, a surprising number of packages on ibiblio don't include source or javadoc archives. I'

Re: creating and using source archive

2006-04-26 Thread gdub
gdub wrote: gdub wrote: I have the source and javadoc archives going into the repository just fine but the eclipse plugin isn't picking them up when I execute the eclipse:eclipse goal. It was just a plugin version issue. The newest version picks up the sources just fine. It does not se

creating and using source archive

2006-04-26 Thread gdub
Good morning- We just completed our first Maven-based project and are on to the next. First, thanks to the Maven developers for their efforts and to the members of this list who were invariably helpful and patient during the newbie days. So, we are moving from the "let's see how Maven works" pha

Re: jetty out of memory reloading spring app

2006-04-21 Thread gdub
Stephen Duncan wrote: Also look at the second question in this FAQ: http://tomcat.apache.org/faq/deployment.html It explains why reloading an app causes this problem to show up more quickly. The description sounds like it would apply to any container that uses multiple classloaders, not just To

Re: jetty out of memory reloading spring app

2006-04-21 Thread gdub
I wrote: > It does say that it's PermGen space > memory that's the problem. I'll look > at the article you mention tomorrow > and see if it helps. I increased the perm memory to 128Mb as a responder on the blog suggested. MAVEN_OPTS='-XX:MaxPermSize=128m' Now, I'm not getting the out-of-memory

Re: jetty out of memory reloading spring app

2006-04-20 Thread gdub
> Hi is this a problem with perm memory? if so I think it is > the same problem > Matt Railble describes on his blog: > http://raibledesigns.com/page/rd/20060419 Thank you, Rolf- It does say that it's PermGen space memory that's the problem. I'll look at the article you mention tomorrow and see

Re: jetty out of memory reloading spring app

2006-04-20 Thread gdub
Thanks, Jan- > The jetty maven plugin is up to release beta14 > so I would give that a go and see if it helps > with your memory issue. I'll try that. > Are the spring jars explicitly on the plugin's > classpath or are they as dependencies of the > project? All dependencies are configured in M

jetty out of memory reloading spring app

2006-04-19 Thread gdub
I use the jetty6:run (6.0 beta 9) target to launch Jetty with my web app under integration. It has a not-too-extensive Spring/Hibernate configuration. Jetty detects code changes just fine but after maybe 10 reloads, it starts reporting out-of-memory problems and refuses to reload. The machine isn

Re: test cases failing in Maven but not Eclipse

2006-04-14 Thread gdub
Jakub Pawlowicz wrote: > Did you take a look at files in the > 'target/surefire-reports' directory of > your project? Wayne Fay wrote: > Have you tried mvn -X, it reports a lot more > data than -e. Perhaps you'll see something > strange with -X? Valerio Schiavoni wrote: > we spotted out that our

test cases failing in Maven but not Eclipse

2006-04-13 Thread gdub
I am trying to install a module that depends on Spring and Hibernate. All of those dependencies for the app are in that Maven project. The trouble is that the tests won't pass. They pass fine in Eclipse. All the rest of the modules for this project pass their tests in both Maven and Eclipse. I c

Using the Eclipse compiler under maven

2006-04-08 Thread gdub
I see messages that suggest that I can use the Eclipse compiler instead of the Sun compiler from within Maven. Is this true? Is there a con- figuration page somewhere? I can't seem to find it. I have run across a situation where the Eclipse compiler compiles my 1.5 code but the Sun compiler won't

Re: configure ArrayList in POM

2006-04-04 Thread gdub
Mike Perham wrote: > > http://... > http://... > Thanks, Mike. Is configuration syntax like that specifically written into each each plug-in? Or does Maven somehow automatically discern that "link" is the element that holds list items for a property named "links?" I'm just wondering how

configure ArrayList in POM

2006-04-04 Thread gdub
When a plugin lists a configuration property of type ArrayList, how are values expressed in a POM? In particular, I want to use the links configuration of the javadoc plugin but when I do the simple thing--just put a URL in the configuration/links element-- Maven complains that I'm trying to assi

thoughts on project lifecycle and editor configs (was: eclipse plug-in now compiles project)

2006-04-01 Thread gdub
I've re-read the MECLIPSE-37 discussion and thought a bit about the bigger picture: Maybe the root of the problem is that plug-ins like eclipse are logically outside Maven's scope. Arguably, Maven as a project lifecycle management tool should not be concerned with how developers view and modify

eclipse plug-in now compiles project

2006-03-31 Thread gdub
Hi- I'm wondering if this is a bug or just intended new behavior. I also don't know if it is a plug-in issue or a Maven application issue. Recently, I installed 2.02 on my laptop (I use 2.01 at the office). The eclipse:eclipse target on the laptop tries (and fails) to compile my project. This do