Re: [newby] how to include/package private libs/*.jar

2008-04-23 Thread Joshua ChaitinPollak
list which will put your dependencies in a file called foo.txt. You could then use the exec or groovy plugins to process the output file into the format you want. -Josh -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: [newby] how to include/package private libs/*.jar

2008-04-22 Thread Joshua ChaitinPollak
On Apr 22, 2008, at 8:16 PM, Lachlan Deck wrote: Hi Joshua, On 23/04/2008, at 12:56 AM, Joshua ChaitinPollak wrote: Have you tried, or has anyone suggested using the system scope? I had thought about it, but, unless I'm mistaken, that assumes that the jar will be found in that loc

Re: [newby] how to include/package private libs/*.jar

2008-04-22 Thread Joshua ChaitinPollak
on to point to my local copy when offline(?) Any suggestions on this? with regards, -- Lachlan Deck - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn

Surefire-report without install?

2008-04-16 Thread Joshua ChaitinPollak
ch is not installed in the local repository). This strikes me as a bug in surefire-report, but Is there a way to work around this? Thanks, Josh -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Executing a hook before reading a POM

2008-04-15 Thread Joshua ChaitinPollak
e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Highly Available Archiva

2008-04-11 Thread Joshua ChaitinPollak
of Windows Live is here http://www.windowslive.co.uk/get-live -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Deploying a modified plugin to an in-house repository

2008-04-10 Thread Joshua ChaitinPollak
1] Hth, Nick S. [1] http://maven.apache.org/archiva/docs/1.0.2/userguide/deploy.html Joshua ChaitinPollak wrote: I'm still having trouble with deploying my modified exec-maven- plugin. If I run this slightly different command line: mvn org.apache.maven.plugin

Re: Deploying a modified plugin to an in-house repository

2008-04-09 Thread Joshua ChaitinPollak
ctory/repo/plugins-snapshots/org/codehaus/mojo/exec-maven-plugin/1.1-beta-2-SNAPSHOT/exec-maven-plugin-1.1-beta-2-SNAPSHOT.jar . Return code is: 400 Is there anything I can do? -Josh On Apr 9, 2008, at 2:11 AM, Joshua ChaitinPollak wrote: So I just made a modification to the exec-maven-plugin an

Deploying a modified plugin to an in-house repository

2008-04-08 Thread Joshua ChaitinPollak
de is: 400 Which I suspect is because of the -Dpackaging=maven-plugin, but when I tried -Dpackaging=jar, Maven wasn't able to find this version of the plugin. Am I doing something wrong? -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
I've discovered my problem and submitted a patch for the exec-maven- plugin: http://jira.codehaus.org/browse/MEXEC-43 On Apr 8, 2008, at 11:01 PM, Joshua ChaitinPollak wrote: Hi, I'm having a bit of trouble with the exec-maven-plugin. I've got a project setup with two sub-mo

Re: exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
e sub-modules. Is that possible? -Josh On Apr 8, 2008, at 11:01 PM, Joshua ChaitinPollak wrote: Hi, I'm having a bit of trouble with the exec-maven-plugin. I've got a project setup with two sub-modules, and when I run the exec plugin on a main class that is in one module that depend

exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
] Path to dependency: 1) MyProj:ModuleA.jar:1.0-SNAPSHOT 2) MyProj:ModuleB.jar:1.0-SNAPSHOT -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

using jikes?

2008-04-03 Thread Joshua ChaitinPollak
un Maven with the -e switch [INFO] [INFO] Total time: 14 seconds [INFO] Finished at: Thu Apr 03 17:37:50 EDT 2008 [INFO] Final Memory: 13M/24M [INFO] Does anyone have any hints? -- Joshua ChaitinPollak | Software

Re: I want to run install even if my tests fail

2008-04-02 Thread Joshua ChaitinPollak
://tahoe.baselogic.com --- -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Problems with Maven on OSX

2008-04-02 Thread Joshua ChaitinPollak
[EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Setting surefire 'include' parameter on the commandline

2008-03-23 Thread Joshua ChaitinPollak
, and perhaps could even pull the description of the includes parameter from the surefire pom? -Josh On Mar 23, 2008, at 9:45 PM, Joshua ChaitinPollak wrote: Hi, I'd like to filter the unit tests that surefire will run by using the includes parameter on the command line. With our ant buil

Setting surefire 'include' parameter on the commandline

2008-03-23 Thread Joshua ChaitinPollak
oup but how can I test an 'includes' on the command line? -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Real World User Issues with Maven

2008-03-23 Thread Joshua ChaitinPollak
you on that one, in fact, right now we have no requires settings.xml settings, unless you need to deploy to the shared repository. and finally if people refuse to learn you have a bigger than maven problem on your hands :) Yeah, its called getting our releases out on time. -- Joshua Chai

Re: Real World User Issues with Maven

2008-03-22 Thread Joshua ChaitinPollak
ing. I also added 'mvn generate-sources' to the script first, to make sure the tags catch those generated java files. The tags target could also be wrapped in an ant based plugin. Yeah, I figured the ant target we have was just calling a shell script, so why not cut out ant and go

Real World User Issues with Maven

2008-03-21 Thread Joshua ChaitinPollak
e ant tags target to run etags to create emacs TAGS files I pointed these developers to a mktags script that does the same thing. I also added 'mvn generate-sources' to the script first, to make sure the tags catch those generated java files. Just some feedback, Josh -- Joshua C

Re: Customizing Build order

2008-03-21 Thread Joshua ChaitinPollak
's *clear* that building A3 will not cause B1 or B2 to be built. Using relative paths to poms solves a small subset of problems, in smallish projects. But when projects start to scale up, relative paths don't work. And they make people *think* in path-oriented ways, rather than

Re: Customizing Build order

2008-03-21 Thread Joshua ChaitinPollak
mpetent enough then to handle inter-module dependencies. Any inputs? Thanks and regards, Amit Kumar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: [assembly] howto include a jar from my local repository ?

2008-03-21 Thread Joshua ChaitinPollak
rriden by the driver during packaging... ugly isn't it ? Nicolas. 2008/3/21, Joshua ChaitinPollak <[EMAIL PROTECTED]>: Have you tried something like this in your assembly description: lib javax.servlet:jstl

Re: [assembly] howto include a jar from my local repository ?

2008-03-21 Thread Joshua ChaitinPollak
IL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Trouble with Tomcat / MyFaces in Maven JUnits

2008-02-27 Thread Joshua ChaitinPollak
Hi Stefan, Thanks for the suggestion. For now I've just checked the myfaces libs into our webapp directory and moved on. Ugly, but it works. -Josh On Feb 26, 2008, at 7:37 AM, VUB Stefan Seidel wrote: Hi, I could be totally wrong, but I remember something like tomcat scanning the JARs i

maven-license-plugin

2008-02-27 Thread Joshua ChaitinPollak
Does anyone know about the maven-license-plugin? http://www.theserverside.com/news/thread.tss?thread_id=48526 http://code.google.com/p/maven-license-plugin/ It looks interesting, but I haven't tried it yet. Is there any movement to move it to codehaus? -Josh -

How to avoid creating a jar?

2008-01-20 Thread Joshua ChaitinPollak
ar from being created? Thanks, and sorry if this is a silly question. -Josh -- Joshua ChaitinPollak | Software Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970 - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Load a property file in a pom.xml

2007-10-04 Thread Joshua ChaitinPollak
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: command line compile crashes Eclipse

2007-09-10 Thread Joshua ChaitinPollak
ossibly with one of the 3 ways of integrating Eclipse with Maven. I know this doesn't happen when I use our deprecated ant build system. -Josh -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe,

command line compile crashes Eclipse

2007-09-10 Thread Joshua ChaitinPollak
m getting done. Or something like that. Anyone else seen this? -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Heap overflow in deploy:deploy-file

2007-09-07 Thread Joshua ChaitinPollak
At least on *nix, you can set MAVEN_OPTS in ~/.mavenrc On Fri, 2007-09-07 at 11:16 +0200, Jo Vandermeeren wrote: > Have you tried increasing the max heap size for maven by setting > MAVEN_OPTS? > > On Fri, 2007-09-07 at 02:08 -0700, Larry Suto wrote: > > > Hi I am trying to upload an artifact to

Re: q4eclipse NullPointerException importing project

2007-09-07 Thread Joshua ChaitinPollak
ng list traffic > http://groups.google.com/group/q4e-users > > The issue tracker > http://code.google.com/p/q4e/issues/list > > On 9/6/07, Joshua ChaitinPollak <[EMAIL PROTECTED]> wrote: > > Using q4eclipse, I get a null pointer exception importing a Maven > &

q4eclipse NullPointerException importing project

2007-09-06 Thread Joshua ChaitinPollak
Using q4eclipse, I get a null pointer exception importing a Maven pom.xml file into Eclipse. That's about all the information I have. Where can I find a log file with the stack trace, and who can I send it to? -- Joshua ChaitinPollak Software Engineer Kiva Sy

Re: Q4E - A user's view

2007-09-05 Thread Joshua ChaitinPollak
On Sep 5, 2007, at 7:12 PM, Carlos Sanchez wrote: Thanks for giving it a try Joshua, see comments inline On 9/5/07, Joshua ChaitinPollak <[EMAIL PROTECTED]> wrote: Hey guys, just a quick note, I uninstalled M2Eclipse and installed Q4E and gave it a shot. All the core functionality se

Q4E - A user's view

2007-09-05 Thread Joshua ChaitinPollak
pace. So far so good, I hope the m2eclipse and q4eclipse projects can work together in the future. -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Project or module depends on assembly of another?

2007-09-05 Thread Joshua ChaitinPollak
d runs tests against this extracted archive. Tim just posted a sample config to attach assembly to your project lifecycle in this thread: From: Tim Kettler To: Maven Users List Subject: Re: Cannot deploy a parent 'tar.gz' assembly Date: Wed, 05 Sep 2007 10:00:09 +0200 I'll take

Re: source:jar includes resources?

2007-09-05 Thread Joshua ChaitinPollak
On Sep 5, 2007, at 3:18 PM, Siegmann Daniel, NY wrote: Resources are packaged into the standard jar. Why do they need to be in the standard jar as well? Huh? What two different jars are you referring to? You said 'standard jar' twice... -- Joshua ChaitinPollak Software Eng

buildnumber with modified subversion

2007-09-04 Thread Joshua ChaitinPollak
cal directory, svnversion reports something like: 13767:13793M If I then do a commit, svnversion reports: 13767:13794 But the buildnumber plugin just reports '13767'. Is there any way to get the extra information in as well? I have doCheck=false and doUpdate=false, and I'm

Re: Project or module depends on assembly of another?

2007-09-04 Thread Joshua ChaitinPollak
so it would know what file to extract, would be a big help. Does that explain what I'm trying to do? Thanks, Josh -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Project or module depends on assembly of another?

2007-09-04 Thread Joshua ChaitinPollak
how Maven works. You can build from the top (parent) and get this kind of build, but not from modules themselves. Poop. -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Project or module depends on assembly of another?

2007-09-04 Thread Joshua ChaitinPollak
basic starting point, even with MyProj-Core being a dependancy of MyProj-Integration-Tests, running 'mvn compile' in MyProj- Integration-Tests doesn't trigger a build in MyProj-Core. -- Joshua ChaitinPollak

exporting classworlds or testing assembly output

2007-08-30 Thread Joshua ChaitinPollak
embly (or other distributable)? If I could do that, I could write tests and have them test a fully built distributable, which would let the shell scripts assemble the classpath the same way we do in production, which would make the test much more realistic. Thanks for any suggestions, J

Can I apply xslt to surefire reports?

2007-08-30 Thread Joshua ChaitinPollak
over time. Currently this is managed by the target in ant. Thanks, Josh -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Confused about servlet-api.jar

2007-08-30 Thread Joshua ChaitinPollak
On Aug 30, 2007, at 12:17 PM, Farrukh Najmi wrote: Joshua ChaitinPollak wrote: Hello, I'm still having trouble with getting embedded tomcat to compile my JSPs. What did you mean by "embedded tomcat"? Is this a tomcat instance provided by an IDE like Netbeans? No, not a

Confused about servlet-api.jar

2007-08-30 Thread Joshua ChaitinPollak
tomcat:servlet-api, but the javax dependency keeps being pulled in transitively. Can someone explain this to me? Do I need both? Should I exclude one? Thanks, Josh -- Joshua ChaitinPollak Software Engineer Kiva Systems -

Re: cross platform pom

2007-08-29 Thread Joshua ChaitinPollak
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak Software Engineer Kiva Systems - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embedded Tomcat within a Maven Unit Test

2007-08-28 Thread Joshua ChaitinPollak
Hi, I may not have made this clear in my initial post, but I do have all of the tomcat jar's listed as Maven dependancies. That's why I'm confused. Is there any way for maven to handle this, or do I need to pre-compile the jsp's? -Josh On Aug 27, 2007, at 7:36 PM,

Embedded Tomcat within a Maven Unit Test

2007-08-27 Thread Joshua ChaitinPollak
Hello, I have an application with an embedded instance of tomcat. When I run a unittest in maven like this: mvn -Dtest=RunAppTest test (which isn't really a test, it launches the application for a while) and then I browse to http://localhost:8080/distrosite I get a compiler error in the logs.