Re: Test results in shell project

2008-02-22 Thread Eric Pugh
www.elis.UGent.be/%7Ewheirman/ > ----- Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com

Re: generate e-mailaddresses from SVN?

2008-02-13 Thread Eric Pugh
d on the commit. -- Wendy - Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com

Re: 1.1 alpha 1 release?

2007-04-20 Thread Eric Pugh
We'll be testing it on Monday as well, can't believe how long the list of changes is! On Apr 20, 2007, at 4:05 AM, LAMY Olivier wrote: Tested on a corporate env (15 project Groups = ~100 projects) : Works VERY well. Big Thanks and congratulations. Already a non binding +1 ;-) -- Olivie

Re: Specifying working directory

2007-04-03 Thread Eric Pugh
So, What we have at one client is a "build_config.xml" that is imported by every project. A project may define: my.requiredproject.dir = ../myrequiredproject but in Continuum's build_config.xml we do: my.requiredproject.dir = ../52 and that fixes things Eric On Apr 3, 2007, at 8:07 AM,

Re: how to get build number?

2007-04-02 Thread Eric Pugh
I've got a chunk of Ruby script that uses Hpricot to parse the list builds page for a project that works. Eric On Mar 30, 2007, at 5:02 PM, Emmanuel Venisse wrote: not yet. It won't be available in 1.1-alpha-1 but probably in alpha-2 Emmanuel [EMAIL PROTECTED] a écrit : Hi All I'm usi

Re: Schedule I've created isn't working

2007-04-02 Thread Eric Pugh
Or, have a cron job call "Curl" and pass it in the URL of the "Build Now" button for your project! Hokey, but works. Eric On Mar 30, 2007, at 2:04 PM, Anoop kumar V wrote: Continuum would only build if there was anything checked into your source control repository. If you are using Continu

Re: Continuum user name in maven

2007-03-16 Thread Eric Pugh
anuel Eric Pugh a écrit : On a related note, is there a way to get the build number as well? If I just successfully did build 168, on the next build is there a system property/value that will give me build 169? I need to stamp the build revision on some source files in a .NET application.

Re: Continuum user name in maven

2007-03-16 Thread Eric Pugh
On a related note, is there a way to get the build number as well? If I just successfully did build 168, on the next build is there a system property/value that will give me build 169? I need to stamp the build revision on some source files in a .NET application. Eric On Mar 15, 2007,

Re: force a goal

2007-03-13 Thread Eric Pugh
I force nightly builds by using Cron and curl to click the "force build" button! Icky, I know. I hear rumors that 1.1 has this built in though. On Mar 13, 2007, at 12:47 PM, Mocsányi Ákos wrote: hi guys, im new to continuum. have two questions: 1. does anyone know how to tell continuum

I received a great surprise from Continuum!

2007-03-13 Thread Eric Pugh
ck up the changed SCM information, and to remove the currently checked out code and replace it with the new code! This is one of those features that I wouldn't have expected Continuum, especially at the 1.0.3 version's level of maturity, to support! E

Re: [m2] Continuum or CruiseControl as a CI server ?

2006-05-04 Thread Eric Pugh
I think a lot of it just comes down to personal preference. If your decision isn't driven by a specific feature/missing feature of one or the other, then go with the one you are more comfortable with! Often having expertise in one or the other is a better reason to pick it. After all, it

Re: [m2] Continuum or CruiseControl as a CI server ?

2006-05-04 Thread Eric Pugh
I used to be a big advocate of CC. I've had a contribution committed to the main code base in almost everyone of the last couple point releases. My big beef with CC breaks down to two things: 1) Speed 2) Web interface I find that with long builds that output a lot of data, the CC method

Re: Does anyone know of a statistics plugin

2006-05-03 Thread Eric Pugh
http://maven-plugins.sourceforge.net / :-) On May 3, 2006, at 1:14 PM, Piéroni Raphaël wrote: javancss for M1 can be found at sourceforge (can't remember the exact address, but ther is a link in the m1 site) I first know about javancss using the plugin for m1. i used the one for m2 which wor

[ANN][M1] Findbugs Plugin 1.1 Released

2006-01-02 Thread Eric Pugh (OSC)
The maven-plugins team is pleased to announce the FindBugs Plug-in 1.1 release! http://maven-plugins.sourceforge.net/maven-findbugs-plugin A plugin to automate FindBugs tasks Changes in this version include: Changes: o Update to findbugs 0.9.4. (Special thanks to Carlos Sanchez for his

Adding CVS branched project to 1.0.2

2005-12-16 Thread Eric Pugh
.html didn't seem to have a good example. It also looks like I could upload a version of my app, and then edit its configuration and supply a branch in the Scm Branch/Tag field? Eric --- Eric Pugh Principal OpenSource Connections If y

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Eric Pugh
Take a look at some of the in memory Java databases. We use Hibernate with Hypersonic in test, and then switch to MSSQLServer in production very successfully. Eric On Nov 9, 2005, at 5:21 PM, Brian E. Fox wrote: We currently have a system that uses JDO (Kodo implementation) for our persis

[ANN][M1] Findbugs 1.0 Release

2005-11-02 Thread Eric Pugh
The maven-plugins team is pleased to announce the FindBugs Plug-in 1.0 release! http://maven-plugins.sourceforge.net/maven-findbugs-plugin A plugin to automate FindBugs tasks Changes in this version include: Fixed bugs: o Sample findbugs report didn't have xref source to link to. Issue: 1

Re: [M2] Too heavy load for ibiblio?

2005-10-28 Thread Eric Pugh
There are a couple of mirrors that you can use.. I find that solves a lot of these types of issues! There is a doc about how to use mirrored repositories. Eric On Oct 28, 2005, at 2:46 AM, Dietrich Schulten wrote: Hi, Mvn is having trouble to download commons-codec from ibiblio. Browsi

Deploy artifact and site via FileSystem

2005-10-25 Thread Eric Pugh
Hi all, Is there a way for me to define the URL for file deployment in my settings.xml? When I mount a directory on OSX, I have /Volumes/ bronze/repo directory, but other folks have different paths. But they all point to the same directory! I tried: bronze-maven-repo-file

Re: Installing Commercial Jars and missing POM XML files

2005-10-24 Thread Eric Pugh
There is a page that highlights "suggested names for Sun Jars", I don't really see why we couldn't just extend that. It could even be done by hand for now for those common ones. Alternatively, it sounds like a great contribution project for someone to take up! Eric On Oct 24, 2005, at 10

Re: Prevent M2 repository from constantly checking for POM

2005-10-21 Thread Eric Pugh
cool.. I'll go ahead and create them then... On Oct 20, 2005, at 8:10 PM, Brett Porter wrote: Yes, it will do this. We'll probably sort that out for 2.0.1, but for now you can report the missing pom as an issue or create it in your repo. - Brett On 10/20/05, Eric Pugh <[EM

Re: Prevent M2 repository from constantly checking for POM

2005-10-20 Thread Eric Pugh
existent pom's. Eric On Oct 20, 2005, at 6:19 PM, Carlos Sanchez wrote: 2.0 final doesn't check for poms after they are dowloaded. That happened with first beta versions On 10/20/05, Eric Pugh <[EMAIL PROTECTED]> wrote: Hi all, I'm noticing that M2 is constantly ch

Prevent M2 repository from constantly checking for POM

2005-10-20 Thread Eric Pugh
Hi all, I'm noticing that M2 is constantly checking for POM's from the repositories. It seems like I can control how often we check via: true daily warn central Maven Repo http://repo1.maven.org/maven2 default Ho

[ANN] Maven Simian Plugin 1.5 Available

2005-07-26 Thread Eric Pugh
The maven team is pleased to announce the Maven Simian Plugin 1.5 release! http://maven.apache.org/reference/plugins/simian/ Simian Plugin for Maven Changes in this version include: New Features: o Add include/exclude pattern for test directories. Issue: MPSIMIAN-7. Changes: o Upgrade

Re: generated Cruisecontrol.xml

2005-07-26 Thread Eric Pugh
Don't recall exactly, but I believe there was some issues with generating crusecontrol.xml and if you had multiple tagged/branched versions of your project, then they conflicted. Also might have been to use a more Maven "standard" name. Eric On Jul 26, 2005, at 9:28 AM, Per Abich wrote:

Maven FindBugs Plugin 0.9.1 Released

2005-06-20 Thread Eric Pugh
The maven-plugins team is pleased to announce the FindBugs Plug-in 0.9.1 release! http://maven-plugins.sourceforge.net A plugin to automate FindBugs tasks Changes in this version include: New Features: o add workHard option, set to true by default. Set VM to use 256 mb of memory and fin

Re: merging maven errors' in CruiseControl

2005-06-15 Thread Eric Pugh
ly, these are bugs that need to be resolved, so I will try to take some notes in the future so I can report specifics. ..David.. -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Tue 6/14/2005 10:10 AM To: Maven Users List Subject: Re: merging maven errors' in Crui

Re: merging maven errors' in CruiseControl

2005-06-14 Thread Eric Pugh
Are you using 2.2.1 of CC? It works fine there. This would be a better question on the CC users's list.. Eric On Jun 9, 2005, at 8:05 AM, Chedly GUERFALI wrote: Hello all, I would like to know if there is a way for merging the real maven "buid failed" messages throw CruiseControl. It

Re: SmokeTests in Maven

2005-06-07 Thread Eric Pugh
There is a webtest plugin for maven on http://maven-plugins.sf.net. Eric On Jun 7, 2005, at 11:08 AM, Gimbel, Trevor wrote: We are using HtmlUnit (http://htmlunit.sourceforge.net/) which has been working quite nicely. Ideally, we want to also use dbUnit to put the database into a known sta

Re: How to send build status in email...

2005-06-03 Thread Eric Pugh
A little off topic, but why wouldn't you use CruiseControl (or any of the other tools out there?) CC has good Maven support, an okay reporting interface, and is scalable. I'd hazard that you could get a basic build up and running in the required 15 minutes for a sniff test! Well, after runn

Re: How to send build status in email...

2005-06-02 Thread Eric Pugh
Use CruiseControl http://cruisecontrol.sf.net - Eric On Jun 2, 2005, at 4:03 AM, dan tran wrote: To schedule a job, use cron on unix or cron with cygwin on windows, or windows' scheduletask. Regarding troubleshooting your goal, perhaps you should scale it down and debug from there, use mave

Re: maven and cruisecontrol

2005-04-05 Thread Eric Pugh
I am pretty sure that it is something related to Maven, not CC.. Are you trying both approaches on the same machine? Can you run cvs directly using just the command line arguments that are being passed to the underlying Ant task? Also, can you get CVS modificationset aspect of CC to work pro

RE: Best approach to job

2005-03-23 Thread Eric Pugh
What is your objection to doing the tests, reports, and website? Howe often do you expect to do a distribution? You could code around it, but yes, it would be easier to just go with the flow.. You could run the default dist goal, and then add your own logic after that to stip out the parts you

Images in PDF's

2005-03-17 Thread Eric Pugh
Hi all, Just playing around with the PDF plugin, and it does a great job of output. Only question is, theoretically I should be able to incorporate GIF images, however they don't show up in the produced pdf. I don't see any specific settings, is there anything that needs to be done to "turn" on

RE: New Maven Site is Live

2005-03-15 Thread Eric Pugh
Much better! Good docs help make great projects! -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 7:23 AM To: Maven Users List Subject: New Maven Site is Live The new Maven web site has now gone live at http://maven.apache.org/. After point

RE: junit tests factorisation

2005-03-14 Thread Eric Pugh
I've had this challenge as well. It seems wrong to have unit tests away from the unit. However, really you could think of those tests are "functional" or "Technology Compatiblity Kit" type of tests. The DAO tests are focused (I'm guessing) mainly on verifing that the DAO's for multiple impleme

RE: How to use Maven!!

2005-03-14 Thread Eric Pugh
I would recommend reading the getting started documentation here: http://maven.apache.org/start/index.html. Also, look at the eclipse plugin and the weblogic plugins here: http://maven.apache.org/reference/plugins/eclipse/ and here: http://maven-plugins.sourceforge.net/maven-weblogic-plugin/ In

RE: HOWTO: Maven SourceCast Integration

2005-03-08 Thread Eric Pugh
For the Scarab project (http://scarab.tigris.org/) I believe we are using the free version of SourceCast.. In the case of our documentation site we have an url like http://scarab-gen.tigris.org/nonav/HEAD/ pointing to our docs.. The /nonav/ prevents the decoration of the pages. Eric -Origin

RE: Add Vicent Massol pdf to the article section (Re: breaking a PROJECT up into multiple Maven Projects)

2005-03-04 Thread Eric Pugh
I've been clicking through the stage site, and it all loks real good. However, I noticed the wagon/scm sections don't load. And that gets me to thinking that do we really want them on the front page? Do you expect people who have questions about wagon or scm aspects of Maven to go to those projec

RE: New Maven WebTest Plugin - Re: [Webtest] [maven plugin] Button not clicked in test

2005-03-03 Thread Eric Pugh
I have just committed the changes that Matt supplied to bump webtest to build 733. I've tested on Windows, please test on antoher platform. As soon as Siegfried get's his patch in, we can cut a release. Eric Pugh -Original Message- From: Matt Raible [mailto:[EMAIL PROTEC

RE: Incremental builds/service packs

2005-02-24 Thread Eric Pugh
on't want incremental builds, then just do 'maven clean jar' to ensure you are starting from scratch. Of course, this does make your builds take much longer! In our CC environment we do 'maven test' and then every 4th build do 'maven clean test'. Eric Pug

RE: Incremental builds/service packs

2005-02-24 Thread Eric Pugh
Unfortunantly no.. You could do something by tracking the dependencies in some sort of database and tracking the changes. Right now project A has no concept that the project C depends on project E. When you update E, you'll still have to bump the version information in project C, as well as bump

RE: Cruisecontrol plugin not running

2005-02-23 Thread Eric Pugh
You can specify which goals to run, so you don't have to use the scm plugin. Additionally, I believe CC runs with ClearCase right now... -Original Message- From: Janos Mucsi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 1:29 PM To: Maven Users List Subject: Cruisecontrol p

RE: is there a way to force maven to always download a dependency?

2005-02-02 Thread Eric Pugh
st Subject: Re: is there a way to force maven to always download a dependency? Eric Pugh, thanks for your response. Question: do I need a property set in project.properties or project.xml to make SNAPSHOT work? Here's my dependency: loggingservice logging-client SNAP

RE: is there a way to force maven to always download a dependency?

2005-02-02 Thread Eric Pugh
Are you sure about this? I believe SNAPSHOT will do exactly what you want. There may (I can't remember) be some logic about checking timestamps or something... But as far as I recall, you should be downloading everytime. ERic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: building all eclipse dependency projects

2005-01-27 Thread Eric Pugh
Something along these lines is in Cruisecontrol 2.2, where builds are triggered by dependent projects being built.. -Original Message- From: Adam Fisk [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 1:33 PM To: Maven Users List Subject: building all eclipse dependency projec

RE: Cruise Control View results here

2005-01-27 Thread Eric Pugh
This should be sent to the cruisecontrol user list, not the maven user list. Hint: go look at the config elements for and you'll see the parameter you need! ERic -Original Message- From: Chris Huisman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 1:48 PM To: Maven Users Li

RE: Plugin version dependencies?

2005-01-25 Thread Eric Pugh
Check the mailing list, this was answered last week.. Additional info here: http://www.mavenblogs.org/. In short, yes, it works, just add it to your project.xml with type plugin! -Original Message- From: Russ Jubenville [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 10:37 AM

RE: executing scripts from Maven

2005-01-24 Thread Eric Pugh
Because Maven supports Ant, you just use the Ant task. Here is an example of calling netsvc.exe on windows: Eric -Original Message- From: Tate Austin [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 10:13 AM To: users@maven.apache.or

RE: Maven and CruiseControl results display

2005-01-20 Thread Eric Pugh
It works, I promise! Are you using the latest released version of CC? Maven support really only got there recently. Also, run "maven cruisecontrol" and inspect the generated config.xml file, you should have something like that... I regualry build all my projects config in CC using that goal...

RE: Configuration Management with maven

2005-01-20 Thread Eric Pugh
oject! Alternatively, and possibly better, is to use Continous Integration and nightly builds to verify that everything still builds, even when you haven't touched it in a while! That way as your Maven environment evolves, you know it still works with both old dormant code and new active code.

RE: code review plugin

2005-01-18 Thread Eric Pugh
You may want to float it by maven-plugins.sf.net as well.. The barrier to entry is lower there... -Original Message- From: Jeffrey Bonevich [mailto:[EMAIL PROTECTED] Sent: Saturday, January 15, 2005 10:21 PM To: Maven Users List Subject: code review plugin Would anyone be interested i

RE: Maven help for building 2 versions for a component build

2005-01-13 Thread Eric Pugh
project.xml's.. Eric -Original Message- From: Rick Mann [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 5:36 PM To: Maven Users List Subject: Re: Maven help for building 2 versions for a component build On Jan 12, 2005, at 14:08, Eric Pugh wrote: > It seems to me like yo

RE: Maven help for building 2 versions for a component build

2005-01-12 Thread Eric Pugh
It seems to me like you should have two versions tagged in CVS... Check out the version youw ant and build it.. Maven really encourages that you can only build one artifact per project... One jar, one war, etc >From what you are doing, it sounds like you are mostly reinventing your Ant buil

RE: Looking for InstallShield Goal. RE: Looking for InstallShield plugin

2004-12-12 Thread Eric Pugh
Check out the NSIS plugin. It creates an installer using the NSIS tool, which is comparable to InstallShield. Eric > -Original Message- > From: Helck, Christopher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 07, 2004 6:14 PM > To: Maven Users List > Subject: Looking for InstallShi

RE: Finbugs has stopped working

2004-12-12 Thread Eric Pugh
Hi all, One thing you can do is just download findbugs and then try and install the various required jars. We moved some things around so that maven findbugs plugin was automatically published to ibiblio. however, that seems to have led to the removal of the findbugs jars from maven-plugins.sf.n

RE: Anyone really doing continuous integration with Maven?

2004-12-05 Thread Eric Pugh
Oh, and if you are using the latest CruiseControl (2.2) you must use CVS head of the maven plugin to support the Maven .bat file on windows. > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 9:57 PM > To: Maven Users List > Subject: Re: A

RE: Anyone really doing continuous integration with Maven?

2004-12-05 Thread Eric Pugh
I'm not sure the steps are quite right there.. The way I understand CC is that CC handles the checkout of the code instead of Maven. The reason is that that is how CC knows if any changes have been made, which is then used to decide if it should actually trigger a build. Therefore you need to d

RE: how can i send mail if compilation fails at module level

2004-12-03 Thread Eric Pugh
This question has been answered for you a couple times. Use CruiseControl. This is open source, not free consulting source, we aren't here to do your work for you. There is a lot of good information in the archives, plus the CruiseControl people are very helpful. Having said that, if you would l

RE: strategy to retrieve the sources of an maven project

2004-12-03 Thread Eric Pugh
ably add a disclaimer on the plugin site! eRic > -Original Message- > From: Krystian Nowak [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 1:36 PM > To: Maven Users List > Subject: Re: strategy to retrieve the sources of an maven project > > > Eric Pugh wrote:

RE: Maven Multiproject and Cruisecontrol

2004-12-01 Thread Eric Pugh
you can supply a list of includes/excludes for multiproject I believe.. You want: exclude=project.xml, include=**/project.xml I do the same thing all the time as well. I have a nightly task that stops CC, runs a script to rebuild everything, and then starts CC again Eric > -Original Mes

RE: JSF jars disappeared from ibiblio?

2004-12-01 Thread Eric Pugh
I had the same set of issues with Commons email and the Sun jars. The fix to the Ant plugin only works if you can check the jars in CVS. I had my wrist slapped on doing that ;-) b/c that means they are redistributable. Same probably applies to the JSF jars. However, the automated build for commo

RE: Classpath order

2004-11-26 Thread Eric Pugh
Order in project.xml will do that. > -Original Message- > From: Daniel Frey [mailto:[EMAIL PROTECTED] > Sent: Friday, November 26, 2004 7:12 PM > To: 'Maven Users List' > Subject: Classpath order > > > I have some classpath issues which are (at the moment) only solvable by > specifying t

RE: Using the Javadoc Plugin with multiple source trees

2004-11-25 Thread Eric Pugh
When you start doing lots of weird things, it is sometimes better to copy the plugin in question, and create "myplugin" to do this stuff. Otherwise you are constantly testing against changes made to the javadoc plugin. Especially when they are somewhat unusual requirements. > -Original Messa

RE: problem *not* forking unit tests

2004-11-24 Thread Eric Pugh
I did something like this: http://jroller.com/page/dep4b/20040210#in_container_testing_makes_testing to help with the startup cost. Eric > -Original Message- > From: Micah Craig [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 5:29 PM > To: Maven Users List > Subject: Re: p

RE: XDoclet in Maven

2004-11-18 Thread Eric Pugh
doclet plugin is available in xdoclet distribution. > > > > > >See > > >http://sourceforge.net/project/showfiles.php?group_id=31602&package_i > > >d=23635&release_id=277003 > > > > > >On Thu, 18 Nov 2004 13:51:22 +0100, Jose Gonzalez Gom

RE: XDoclet in Maven

2004-11-17 Thread Eric Pugh
The snapshot error is worrisome.. double check that the version of xdoclet used by the plugin in MAVEN_HOME\cache\maven-xdoclet-plugin\project.xml isn't marked as SNAPSHOT. If it is, where did you get this plugin, from the download at xdoclet.sf.net? Eric --

RE: XDoclet in Maven

2004-11-15 Thread Eric Pugh
I am in the process of updating the XDoclet repository at http://xdoclet.sf.net/repository. I have everything bug the newest plugin uploaded, I ran into an issue with permissions on the filesystem that is stopping me. Hopefully everything will be online in the next day or so. Eric > -Origin

RE: Did inheriting project/build.properties break in 1.0.1? We are NOT seeing "maven.repo.remote" setting in extended projects?

2004-11-15 Thread Eric Pugh
Are we going to try and get updated plugins in 1.0.2 then as well? I've got a couple of patches to deal with, should I try and get through them ASAP for 1.0.2? > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 8:01 PM > To: Maven Users L

RE: [OT] Re: XDoclet in Maven

2004-11-14 Thread Eric Pugh
modules > > dependencies to version 1.2.2. EJBs classes and hibernate mappings > > generation works fine. > > > > Thanks. > > > > > > > > On Sat, 13 Nov 2004 12:47:53 -, Eric Pugh <[EMAIL PROTECTED]> wrote: &g

RE: XDoclet in Maven

2004-11-13 Thread Eric Pugh
Have you tried with the latest and greatest of xdoclet? 1.2.2 was released, and had many improvements and cleanups applied to the Maven plugin. > -Original Message- > From: Pascal Thivent [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 13, 2004 6:32 AM > To: Maven Users List > Subjec

RE: JUnit Report Plugin : Grouping reports by TestSuite?

2004-11-12 Thread Eric Pugh
Funny you should have this problem! I actually am doing something similiar where I have a TestScanner class go through and pick up all the appropriate tests as well. And therefore my report comes out as one giant TestSuite as well.. I tried playing around with how I add the test to the parent te

RE: Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Eric Pugh
t; > Eric, thanks the pointer, I changed my MS JDBC driver as well. > When I build > my webapp is there a standard directory in my project folder > where I should > be placing my JSP's? > > - Original Message - > From: "Eric Pugh" <[EMAIL PROTECTE

RE: Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Eric Pugh
Check and see if the manifest files help you. Also, try and see if there is a published version you can use instead. Lastly, I'll do myjar-unversioned.jar if I have too.. By the way, ditch 3 dependencies and use jTDS instead of MS JDBC driver. Eric > -Original Message- > From: Duncan K

RE: how can I use an ANT task inside my maven.xml

2004-11-04 Thread Eric Pugh
All Ant tasks are first class citizens in Maven. So when maven does a it is using the Ant copy task. For examples on scripting in Maven, look in maven-plugins in CVS. Look for ant: to find lots of examples. Here's an article about writing a plugin, which is representative of writing a maven.xm

RE: maven with eclipse, mevenide et al

2004-10-26 Thread Eric Pugh
You can just run a goal to generate the .classpath and add the maven repo... http://maven.apache.org/reference/plugins/eclipse/goals.html > -Original Message- > From: Kenneth Simpson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 2:24 AM > To: [EMAIL PROTECTED] > Subject: Re

RE: multi projects

2004-10-26 Thread Eric Pugh
Today you have to do it by hand.. Future maven's will handle transitive (?) dependencies better. > -Original Message- > From: Bowe, Bastian [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 26, 2004 1:51 PM > To: '[EMAIL PROTECTED]' > Subject: multi projects > > > Hello, > > I like to se

RE: maven with eclipse, mevenide et al

2004-10-26 Thread Eric Pugh
Take a look at the updated (in CVS) docs. I added a bit about using the generated source directory to import your xdcolet directory as a source directory. That way, when eclipse does a clean compile, it doesn't wipe out your source... I htink you are using xdoclet to generate a lot of the ejb st

RE: strategy to retrieve the sources of an maven project

2004-10-26 Thread Eric Pugh
Insofar as we are looking for the minimal solution for Eclipse for use today, I think you oonly want to bother downloading /foo/dist/foo-0.1.zip. Maven2 or whatever will have better handling of source zips, but that could a while, so we don't want to wait! If what you are looking for is how to dow

RE: Maven

2004-10-20 Thread Eric Pugh
Take a look at the uberjar plugin.. it handles creating the classpath... > -Original Message- > From: Ming Fang [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 19, 2004 4:21 PM > To: Maven Users List > Subject: Re: Maven > > > we actually copy the versioned jars to a "distribution" di

RE: Eclipse Plugin v1.8 not Overriding Stated Dependencies

2004-10-18 Thread Eric Pugh
I'm a little behind in going through patchs. I've got a couple that I just need to finalize before committing. If no one else beats me to it, I'll do it tomarrow. However, for this functionality specifically, I think CVS HEAD has it. It's marked as closed.. ERic > -Original Message- >

RE: Newbie: Reference for documentation xml files

2004-10-18 Thread Eric Pugh
I would recommend checking out some existing mavenized projects and see how they do it. Maven itself or the various plugnis are good examples.. Skip the jakrata2 or anakia sites, they are old. > -Original Message- > From: Ylan Segal [mailto:[EMAIL PROTECTED] > Sent: Monday, October 18,

RE: Compiling eclipse plugin with Maven

2004-10-18 Thread Eric Pugh
There is also a Jira issue about adding something to the maven-eclipse-plugin so that you can understnad Eclipse plugin source.. that may help.. I haven't gotton around to checking it out however... eRic > -Original Message- > From: Milos Kleint [mailto:[EMAIL PROTECTED] > Sent: Monday,

RE: Is Jelly still active

2004-10-14 Thread Eric Pugh
You may want to email the jakarta-commons user list, since that is where development of jelly occurs. > -Original Message- > From: A Leg [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 14, 2004 5:04 PM > To: Maven Users List > Subject: Is Jelly still active > > > Hi > > I send several

RE: Maven SAR (service archive) goal?

2004-10-13 Thread Eric Pugh
If the SAR plugin is too specific for maven, you could submit it to maven-plugins.sf.net ERic > -Original Message- > From: Stéphane Nicoll [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 3:42 PM > To: Maven Users List > Subject: RE: Maven SAR (service archive) goal? > > > I

RE: How do I use maven day to day?

2004-10-08 Thread Eric Pugh
One of the things that does really help w/ developers who use Jbuilder or Eclipse is to provide a good reason why the Maven build must work. I find that as you integrate extra steps like xdoclet or database generation, tools like Maven become more useful. Also, if you have a continouse integratio

RE: CruiseControl, Maven, modificationsets

2004-10-07 Thread Eric Pugh
Also, there is support for this in the plugin.. check the properties documentation. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 4:51 PM > To: Maven Users List; Nigel Magnay > Subject: Re: CruiseControl, Maven, modificationset

RE: cruisecontrol:configure

2004-09-22 Thread Eric Pugh
Brett, I like seeing a bug that I thought was going to end up on my plate on someone elses! If I can help test this, let me know.. I have had some icky problems in the past with changing around the template used by the CC plugin, but this specific bug isn't something I ever had.. Eric > -O

RE: turning off versioning

2004-09-21 Thread Eric Pugh
p.war, it'll attempt to download the latest SNAPSHOT version of your lib.jar. ERic > -Original Message- > From: Stijn de Witt [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 21, 2004 3:23 PM > To: Maven Users List > Subject: Re: turning off versioning > >

RE: turning off versioning

2004-09-21 Thread Eric Pugh
You could always add a postGoal to the jar target and rename it.. But why would be my question? I have found that non versioned jar files can lead to lots of confusion on what you are putting into another application... If the challenge is that you just want to always use the latest and greates

RE: How we handle multiple versions of Maven and Maven plugins

2004-09-21 Thread Eric Pugh
On a related note.. I am working ona plugin that I am hoping to check into the sandbox this week called maven-versions-plugin. Basically, all it does is take in details about an artifact, and then searches all the repo's it knows about for a newer version.. If it finds one, then it lets you kno

RE: maven auto update plugin

2004-09-09 Thread Eric Pugh
I have a chunk of code and maven goal called "latestversion" that checks for newer versions of a specific plugin and notifies the user. I am pulling it out of the existing location and hope to commit it to maven-plugins/sandbox sometime next week. ERic > -Original Message- > From: Ryan S

RE: Ref. : RE: How to schedule a nightly build in Maven

2004-09-09 Thread Eric Pugh
That is a great idea.. Can you send in a patch? Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 4:05 PM > To: [EMAIL PROTECTED] > Subject: Ref. : RE: How to schedule a nightly build in Maven > > > > Hi all > > > >

RE: [Poll] Writing documentation with Maven

2004-09-07 Thread Eric Pugh
[EMAIL PROTECTED] > Subject: Re: [Poll] Writing documentation with Maven > > > Eric, > > why not just write straight html and use the html2xdoc plugin? > > > On Tue, 7 Sep 2004 19:32:55 +0200, Eric Pugh <[EMAIL PROTECTED]> wrote: > > > > >A. xdoc >

RE: [Poll] Writing documentation with Maven

2004-09-07 Thread Eric Pugh
>A. xdoc > >B. one that is not WYSIWYG (please say what) (Eclipse!) > > 3. Would you like to use another format instead of answered in > (1) and why? I am very happy with xdoc.. I just wish there was a better more Word like tool for writing it.. Somethign that did the wrapping for me, a

RE: CC and Maven

2004-09-06 Thread Eric Pugh
One more thing.. You can specify your own script for generating the config file for CC. I do this for a client who has specific plugins for CruiseControl they want to use. You could do that in the short term, and supply patches to scm and cruisecontrol for VSS in the longer term. Eric > -O

[ANN] Maven Cruisecontrol Plugin 1.5 Released

2004-08-14 Thread Eric Pugh
The maven team is pleased to announce the Maven Cruise Control Plugin 1.5 release! http://maven.apache.org/reference/plugins/cruisecontrol/ A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0. Changes in this version include: New Features: o

[ANN] Maven Hibernate Plugin 1.2 Released

2004-08-14 Thread Eric Pugh
The maven team is pleased to announce the Maven Hibernate Plug-in 1.2 release! http://maven.apache.org/reference/plugins/hibernate/ Changes in this version include: New Features: o New aggregate-mappings goal to aggregate multiple .hbm files into one file. Issue: MPHIBERNATE-6. Thanks to

[ANN] Maven Eclipse Plugin 1.8 released

2004-08-14 Thread Eric Pugh
The maven team is pleased to announce the Maven Eclipse Plugin 1.8 release! http://maven.apache.org/reference/plugins/eclipse/ A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Changes in this version include: New Features: o Add eclips

RE: Maven Source Code

2004-08-13 Thread Eric Pugh
I think CVS is all there is. Or use CVSGrab. I am surprised that the new jersey institute of tech is worried about using CVS. Eric > -Original Message- > From: Puneet Garg [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 2:46 PM > To: Maven Users List > Subject: Maven Source Co

  1   2   >