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

2008-04-23 Thread Joshua ChaitinPollak
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
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

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 location

Surefire-report without install?

2008-04-16 Thread Joshua ChaitinPollak
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
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer Kiva

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
://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.plugins:maven-deploy-plugin:2.3:deploy \ -DaltDeploymentRepository

Deploying a modified plugin to an in-house repository

2008-04-09 Thread Joshua ChaitinPollak
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: Deploying a modified plugin to an in-house repository

2008-04-09 Thread Joshua ChaitinPollak
/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 and now

exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
) 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

Re: exec:java in multi project environments

2008-04-08 Thread Joshua ChaitinPollak
-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 depends on another, I

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-modules, and when

using jikes?

2008-04-03 Thread Joshua ChaitinPollak
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 Engineer Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970

Re: Problems with Maven on OSX

2008-04-02 Thread Joshua ChaitinPollak
- 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: 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: Real World User Issues with Maven

2008-03-23 Thread Joshua ChaitinPollak
, 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 ChaitinPollak | Software

Setting surefire 'include' parameter on the commandline

2008-03-23 Thread Joshua ChaitinPollak
an 'includes' on the command line? -- 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
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 build system, developers can do: ant -Dpackage=rm test-match and it will set a fileset like this com

Re: Real World User Issues with Maven

2008-03-22 Thread Joshua ChaitinPollak
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 straight to the script. -- Joshua ChaitinPollak | Software Engineer

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

2008-03-21 Thread Joshua ChaitinPollak
the driver in your repo and don't declare it as provided but as a normal dependency. Henry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Joshua ChaitinPollak | Software Engineer

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

2008-03-21 Thread Joshua ChaitinPollak
the expected /lib with the orcale driver, but also includes the .war A hack solution is to use outputFileNameMapping with a fixed name, so that the war gets overriden by the driver during packaging... ugly isn't it ? Nicolas. 2008/3/21, Joshua ChaitinPollak [EMAIL PROTECTED]: Have you

Re: Customizing Build order

2008-03-21 Thread Joshua ChaitinPollak
- 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: Customizing Build order

2008-03-21 Thread Joshua ChaitinPollak
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

Real World User Issues with Maven

2008-03-21 Thread Joshua ChaitinPollak
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 ChaitinPollak | Software Engineer Kiva Systems, Inc., 225

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

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

How to avoid creating a jar?

2008-01-20 Thread Joshua ChaitinPollak
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] For additional

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-mail: [EMAIL

command line compile crashes Eclipse

2007-09-10 Thread Joshua ChaitinPollak
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: command line compile crashes Eclipse

2007-09-10 Thread Joshua ChaitinPollak
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, e-mail: [EMAIL PROTECTED

Re: q4eclipse NullPointerException importing project

2007-09-07 Thread Joshua ChaitinPollak
://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 pom.xml file into Eclipse. That's about all the information I have. Where

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 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 Systems

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 Engineer Kiva

Re: Project or module depends on assembly of another?

2007-09-05 Thread Joshua ChaitinPollak
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 a look at this. -- Joshua ChaitinPollak

Q4E - A user's view

2007-09-05 Thread Joshua ChaitinPollak
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 commands, e-mail

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 seems

Project or module depends on assembly of another?

2007-09-04 Thread Joshua ChaitinPollak
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 Software Engineer Kiva Systems

Re: Project or module depends on assembly of another?

2007-09-04 Thread Joshua ChaitinPollak
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 additional commands, e-mail: [EMAIL

Re: Project or module depends on assembly of another?

2007-09-04 Thread Joshua ChaitinPollak
, 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]

Confused about servlet-api.jar

2007-08-30 Thread Joshua ChaitinPollak
-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 - To unsubscribe

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 at all. I have

Can I apply xslt to surefire reports?

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

exporting classworlds or testing assembly output

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

Re: cross platform pom

2007-08-29 Thread Joshua ChaitinPollak
: [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, Joshua ChaitinPollak

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.