Announcement: Atomic multi-module deploys

2010-05-17 Thread jake pezaro
://code.google.com/p/maven-deferred-deploy-plugin/ Jake -- View this message in context: http://old.nabble.com/Announcement%3A-Atomic-multi-module-deploys-tp28585091p28585091.html Sent from the Maven - Users mailing list archive at Nabble.com

unable to browse artifacts in snapshot repository

2008-01-09 Thread jake pezaro
i can deploy an artifact into our repository, and have verified that it deployed correct by checking the copy on disk, however when i attempt to browse to the artifact i get the following error in the browser: Error 404 Not Found The following resource does not exist:

Re: Dependency Browser Tool

2007-11-25 Thread jake pezaro
there are a couple of reasons why this is not a maven plugin. 1. we found it much easier to understand the dependency tree when it was displayed in a GUI (ie being able open and close branches, see paths being highlighted etc). if this were to be a plugin it would need to display text

Re: Project inheritance

2007-03-09 Thread Jake
By putting the plugins in a pluginManagement section in the parent and then just referencing the groupId:artifactId in the plugin section of the children - Original Message From: Aidan O'Donnell [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, March 9, 2007 8:52:25 AM

Re: Any Archiva download soon?

2007-03-09 Thread Jake
What issues are you having? I've set it up from source just fine (after a few modifications of course)... - Original Message From: Marziou, Gael [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, March 9, 2007 12:11:45 PM Subject: Any Archiva download soon? Hello, I have

M2 assembly problems with multi-module builds

2006-05-10 Thread Jake Pezaro
is as follows for mvn install: build p1 install p1 build p2 build p1 build p2 build p3 does anyone know why this might be happening? does anyone know how the assembly plugin alters the build lifecycle? cheers jake __ This email has been

RE: M2: Assembly Plugin Breaks Module Build

2006-05-10 Thread Jake Pezaro
that in a separate email. jake -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: 06 May 2006 00:32 To: Maven Users List Subject: Re: M2: Assembly Plugin Breaks Module Build Jake, the below structure works for me parent pom.xml child-1 pom.xml child-2 pom.xml

M2: Assembly Plugin Breaks Module Build

2006-05-05 Thread Jake Pezaro
projects to have an assembly defined. Is there a way around this? thanks jake __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email __

M2: Embedded error using assembly plugin when packaging=pom

2006-05-05 Thread Jake Pezaro
:\dev\workspace\ServerAppPom\target isn't a directory. does anyone have any idea how i can avoid this? thanks jake __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http

RE: M2: Assembly Plugin Breaks Module Build

2006-05-05 Thread Jake Pezaro
] Error creating assembly Embedded error: c:\dev\workspace\ServerAppPom\target isn't a directory jake -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Fri 5/5/2006 6:31 PM To: Maven Users List Subject: Re: M2: Assembly Plugin Breaks Module Build for project that requires

M2 Repository Size

2006-04-26 Thread Jake Pezaro
we do a nightly snapshot build deploy of all our apps and our repository is growing rapidly. are there any tools or recommended settings available to control the the size? we are using maven version 2.0.2 thanks jake

RE: creating and using source archive

2006-04-26 Thread Jake Pezaro
to get the source into your repository then you need to attache the source plugin to the package phase as below. this will then automatically generate the sources and deploy them. plugin artifactIdmaven-source-plugin/artifactId version2.0/version executions

Including jsps in war from external dependency

2006-03-26 Thread Jake Meier
that I can process the jar archive during one of the war lifecycle phases so that I can included the files like they were generated-sources? Is there some other approach that would help? Any help or direction would be greatly appreciated. -Jake

eclipse plugin hiding source of compilation error

2006-02-22 Thread Jake Pezaro
the project in question does not fail when run from the command line, however when run from eclipse it produces the following error: is there a way to get the eclipse pluging to show what the error is or do run it in debug mode? Compiling 918 source files to

java compiler memory and/or forking problems

2006-02-21 Thread Jake Pezaro
jake __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email __

inheriting generating classpath inside plugins

2006-02-16 Thread Jake Pezaro
from the calling pom, without having to explicity re-state them in under build.plugins.plugin.depedencies 2. add some additional dependencies to the classpath within the plugin. these dependencies are all jars located in a directory. thanks jake

deploying 3rd party jars

2006-01-18 Thread Jake Pezaro
i want to deploy a 3rd party jar (which is already in my local repository) to the remote repository that we have set up on one of our servers. what command should i use to do this? __ This email has been scanned by the

Re: multiproject:site problem (Intern)

2005-06-15 Thread Jake
I guess not... Just use subst to create a drive pointing to it and it should be fine... A workaround, yes, but it's not too much of a hack. --- Wim Deblauwe [EMAIL PROTECTED] wrote: Hmm.. How can they solve that, windows itself does not support it? 2005/6/15, [EMAIL PROTECTED] [EMAIL

multiproject:site problem

2005-06-14 Thread Jake
For some reason, and I've never gotten this before, I'm getting aggregate file copy errors.. ex: Failed to copy C:\Documents and Settings\melnicj1\My

EJB RMIC with Maven and WSAD

2005-06-14 Thread Jake
Ok, this is truly driving me mad... Here's the situation (NOTE: None of the following is in my sphere of control besides Maven): Application: J2EE app with JAR, EJB, and WAR projects Development Environment: WSAD 5.1.2 Development Test Environment: WTE Build Tool: Maven 1.0.2 Here's my

Re: newbie ques: downloading latest stable jars

2005-06-14 Thread Jake
Right now you can either: Manually set the version of the dependency to retrieve, or You can change your dependencies to be SNAPSHOT. This ensures you get the latest version (with a version of SNAPSHOT), not necessarily the latest STABLE dependency... Hope that helps... --- Theodore Watson

Re: hsql DB startup

2005-01-06 Thread Jake Ewerdt
On Thursday 06 January 2005 02:28 am, Janos Mucsi wrote: This is not a strictly Maven question. Hi Jake This sounds very interesting. I have two questions: 1. Is testing against an in-process database a better idea than using mock-objects to fake Connection, ResultSet, etc? (I need to test

Re: hsql DB startup

2005-01-05 Thread Jake Ewerdt
:. with something like jdbc:hsqldb:tmpdb only if I need to view the actual tables or data in the database. -jake On Wednesday 05 January 2005 11:35 am, Charles N. Harvey III wrote: Hello. I have been doing lots of reading about how great it is to use an in-process DB like Hypersonic for testing

Re: hsql DB startup

2005-01-05 Thread Jake Ewerdt
;  public static Test suite() {    TestSuite suite = new TestSuite(JDBCTest.class); _db = new DbSetup(suite);    return _db;  }  public void testSomething() { Connection conn = _db.getConnection();  } } If you go with that solution -jake On Wednesday 05 January 2005 04:01 pm

Re: hsql DB startup

2005-01-05 Thread Jake Ewerdt
This is why and how we use HSQL for testing. - It is much faster for developers who are in the habit of continuous testing to use HSQL instead of (for example) Oracle. - We don't have enough Oracle resources (connections, accounts, cpu) to support all the developers using it for continuous

Checkstyle source directory

2004-04-16 Thread Jake Ewerdt
changing the checkstyle project.xml and building a customized maven-checkstyle.jar? Thanks, Jake - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Linkcheck and FindBugs OutOfMemoryError

2004-01-19 Thread Jake Ewerdt
.. file:/home/jake/.maven/plugins/maven-linkcheck-plugin-1.1/ Element... linkcheck:linkcheck Line.. 73 Column 9 java.lang.OutOfMemoryError Total time: 32 minutes 25 seconds maven-findbugs-plugin:report: [echo] Running the FindBugs task... [findbugs] Running FindBugs... [findbugs

Re: javadoc plugin

2004-01-14 Thread Jake Ewerdt
}/ /j:forEach /j:if /j:forEach /ant:fileset and then in your project.xml file, put a line like: packagejava.util,java.lang,javax.xml.parsers/package I'm using JDK 1.3.1 and Maven 1.0-rc1 -jake On Wednesday 14 January 2004 07:25 am, Ebersole, Steven wrote: whenever I

Re: maven jelly tag and build.properties properties

2004-01-14 Thread Jake Ewerdt
(build.number)} , it doesn't work. This is a different code example then yours, but you can apply the idea. -jake On Wednesday 14 January 2004 03:25 pm, Ebersole, Steven wrote: Same error message. Tried using a bunch of different plugin contexts (test, java, idea)... -Original Message

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-09 Thread Jake Ewerdt
of the JVM were you using? I've currently using 1.4.1-1 but I believe I have access to other versions which I will be trying today and reporting on. I don't have the option to move to Linux for this process. Jake Ewerdt wrote: I had exactly the same problem with Maven (1.0-rc1) and Tru64

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-08 Thread Jake Ewerdt
it works correctly. I would also be very interested in a solution! -jake On Thursday 08 January 2004 12:05 pm, Erik Husby wrote: I've installed Maven-1.0-RC1 on my Windows XP system and my Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650); Using a shared drive, if I build the project

Java output

2004-01-08 Thread Jake Ewerdt
I need to capture the result of running the java task in the maven.xml file. The same code works in an ant build.xml file, and it should work in the maven.xml file. Java file package com.jake; public class Jake { public static void main(String []args) { System.out.println

Re: Multiproject and jelly scripting

2004-01-06 Thread Jake Ewerdt
In my maven.xml file, I just reference them like ${pom.artifactId} ${pom.currentVersion} -jake On Tuesday 06 January 2004 07:36 am, Hahne, Ronald wrote: I need to write a jelly script at the top level of the multiproject which will optain the POM id and currentVersion of each

Deploy info

2004-01-05 Thread Jake Ewerdt
=packagedeploy:copy-deps todir=lib excludes=*unit*.jar//goal /project Thanks, -jake - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Where and how to set environment variables?

2004-01-02 Thread Jake Ewerdt
task. http://ant.apache.org/manual/OptionalTasks/javacc.html -jake On Friday 02 January 2004 05:43 pm, [EMAIL PROTECTED] wrote: Hi, I was wondering, where and how would I set environment variables within Maven? For example, I'm trying to convert the following task attribute within my

Last Sequential File

2004-01-02 Thread Jake Ewerdt
? -jake - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JUnitTask not found in test:test goal

2003-12-30 Thread Jake Ewerdt
Hello, I run maven test:test and I get this error: BUILD FAILED File.. file:/usr/users/jake/.maven/plugins/maven-test-plugin-1.4/ Element... junit Line.. 94 Column 39 org/apache/tools/ant/taskdefs/optional/junit/JUnitTask Total time: 11 seconds Finished at: Tue Dec 30 12:24:31 EST

Re: JUnitTask not found in test:test goal

2003-12-30 Thread Jake Ewerdt
of the problem. Linux --- [DEBUG] Adding reference: maven.dependency.classpath - /home/jake/.maven/repository/xerces/jars/xercesImpl-2.6.0.jar:/home/jake/.maven/repository/xerces/jars/xmlParserAPIs-2.6.0xerces.jar:/home/jake/.maven/repository/commons-jelly/jars/commons-jelly-tags-log-20030211.142821

multiproject sample maven.xml ?

2003-09-24 Thread jake stone
seems to be a task intrinsic to its purpose. In my case, I am not trying to build separate projects, but rather compile the modules for both the standalone and the client versions of the same project. thanks a lot Jake

Re: multiproject sample maven.xml ?

2003-09-24 Thread jake stone
will never go back to any other build/project management tool, but I do question this specific behaviour and whether it is being handled as well as it could be. Jake Andy Jefferson wrote: A plugin performs a particular task ... whether it is a core plugin, or a plugin for an extension task