RE: Ann: Mavenzilla

2004-09-15 Thread Jörg Schaible
Moritz Petersen wrote on Thursday, September 16, 2004 7:20 AM: > Yes, that's right. For Eclipse you could also run "maven > eclipse", which wouldn't start a complete build, but just > downloads missing artifacts and creates the eclipse project files. A simple "maven pom:validate" does help also w

Re: Ann: Mavenzilla

2004-09-15 Thread Nathan Coast
I've been kicking ideas around with the maven-example-plugin to enable users to locate, download and use example / test projects. ie source distros placed in /groupId/distributions . In some situations the usage is automatic, e.g. a plugin downloads a project from the repo to use as it's plugin

Re: Ann: Mavenzilla

2004-09-15 Thread Moritz Petersen
I would have been surprised, if noone else had such an idea. But the best thing is, that this web application is a lot faster than Mavenzilla (although MZ is not programmed for speed... ;-) ). -Mo. On Thu, 16 Sep 2004 10:53:44 +0900, otsuka <[EMAIL PROTECTED]> wrote: > Try http://maven.ozacc.com

Re: Ann: Mavenzilla

2004-09-15 Thread Moritz Petersen
Yes, that's right. For Eclipse you could also run "maven eclipse", which wouldn't start a complete build, but just downloads missing artifacts and creates the eclipse project files. -Mo. On Wed, 15 Sep 2004 23:47:26 +0200, Gilles Dodinet <[EMAIL PROTECTED]> wrote: > downloading *makes* sense :

Re: Subversion Questions

2004-09-15 Thread Brett Porter
svn support has been added to scm, though I'm not sure how widely it has been tested. On Wed, 15 Sep 2004 21:31:02 -0400, Adam Fisk <[EMAIL PROTECTED]> wrote: > I'm using Subversion no problem with the following syntax in my project.xml: > > > scm|svn|https|//my-site.org/my-project-

Re: Ann: Mavenzilla

2004-09-15 Thread otsuka
Try http://maven.ozacc.com/ This is the similar web application to Mavenzilla. You can view the source at http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/spring-ext/ozacc-maven/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Ann: Mavenzilla

2004-09-15 Thread Dion Gillard
It would also be good to have a real repo browser to clean up (delete) old snapshots. i.e. delete all snapshots older than a month etc On Wed, 15 Sep 2004 21:00:50 +0200, Moritz Petersen <[EMAIL PROTECTED]> wrote: > Mavenzilla is a browser for Maven repositories. > > http://jface.sourceforge

Re: running app

2004-09-15 Thread Adam Fisk
I'm now having a little snag. The "maven.dependency.classpath" seems to be getting lost somewhere along the way. For some reason, this works: but this doesn't: I'd like to use the second, cleaner method, of course. Any ideas what could be going wrong? Am I incorrect in th

Re: Subversion Questions

2004-09-15 Thread Adam Fisk
I'm using Subversion no problem with the following syntax in my project.xml: scm|svn|https|//my-site.org/my-project-path -Adam Tim Reilly wrote: I'm wondering the current status (maven 1.0) of subversion support; both for scm and changelog plugins? Looking at the archives the last po

Subversion Questions

2004-09-15 Thread Tim Reilly
I'm wondering the current status (maven 1.0) of subversion support; both for scm and changelog plugins? Looking at the archives the last posts I found were in 2003 - stating no support for scm, but that changelog was working with some caveats. Anything new here? Thanks, -TR -

Re: running app

2004-09-15 Thread Adam Fisk
Great -- thanks. I'll give it a shot. -Adam Gilles Dodinet wrote: alternatively, milos wrote a maven plugin that runs a specific class or the primary jar artifact. you can find it there : http://mevenide.codehaus.org/repository under mevenide groupId -- gd Craig S. Cottingham wrote: On Sep 14, 2

Re: plugin project.xml

2004-09-15 Thread Kim Goings
Ah, I see. Thanks much! On Sep 15, 2004, at 1:06 PM, Julien Kirch wrote: Hi all the plugins extends the projects.xml placed in the plugin-parent project, this project - which is not a plugin - is in the same directory that all the plugins, you can found it here : http://cvs.apache.org/viewcvs/ma

Re: Ann: Mavenzilla

2004-09-15 Thread Gilles Dodinet
Moritz Petersen wrote: Its a search tool for remote repositories (that works). Downloading dependencies doesn't make sense, as it is Maven's part. More important is to add tags to the project descriptor. I think some keywords like "last stable" (not snapshot) would be a good help. An Eclipse plug

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Jose Gonzalez Gomez
Thanks a lot, Joachim I hope this is fixed in an upcoming version of maven or xdoclet plugin, it's kind of weird having to correctly guess the right dependencies to make a plugin work... Best regards Jose Joachim Bader wrote: On Wednesday 15 September 2004 10:37, Jose Gonzalez G

Re: Ann: Mavenzilla

2004-09-15 Thread Moritz Petersen
Its a search tool for remote repositories (that works). Downloading dependencies doesn't make sense, as it is Maven's part. More important is to add tags to the project descriptor. I think some keywords like "last stable" (not snapshot) would be a good help. An Eclipse plugin is already planned (b

Re: Ann: Mavenzilla

2004-09-15 Thread Gilles Dodinet
is it yet a search tool or a real browser ? a remote repo browser, capable of downloading dependencies, would be a very helpful. if you dont mind we could integrate it into mevenide ? -- gd Moritz Petersen wrote: Mavenzilla is a browser for Maven repositories. http://jface.sourceforge.net/mavenz

RE: aspectj weaving the files

2004-09-15 Thread Carlos Sanchez
Hi Thorsten, When weaving into a jar the results are put in target/classes dir uncompressed, no jar is created. I suppose you include the jars with something like true. You can't do this as it means including the non weaved jars. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page

Re: running app

2004-09-15 Thread Gilles Dodinet
alternatively, milos wrote a maven plugin that runs a specific class or the primary jar artifact. you can find it there : http://mevenide.codehaus.org/repository under mevenide groupId -- gd Craig S. Cottingham wrote: On Sep 14, 2004, at 23:37, Adam Fisk wrote: It seems like there must be a simpl

Re: site / changelog exception

2004-09-15 Thread Jefferson K. French
Nathan, I remember reading something about this on the list a couple months ago. It looks like someone updated your CVS recently. The newer version of CVS adds the timezone. I don't recall the resolution, but there might be a mention in the archive. Jeff On Wed, 15 Sep 2004, at 18:05:03 [GMT +

Ann: Mavenzilla

2004-09-15 Thread Moritz Petersen
Mavenzilla is a browser for Maven repositories. http://jface.sourceforge.net/mavenzilla/ To be honest: it is currently in a very early development stage, and more a prototype than a real application. The question is: is a repository browser neccessary / useful, or am I missing a point with Maven?

Re: plugin project.xml

2004-09-15 Thread Julien Kirch
Hi all the plugins extends the projects.xml placed in the plugin-parent project, this project - which is not a plugin - is in the same directory that all the plugins, you can found it here : http://cvs.apache.org/viewcvs/maven-plugins/ Julien Kim Goings prit la peine le 15/09/2004 19:58 de nous

plugin project.xml

2004-09-15 Thread Kim Goings
I'm working on a plugin loosely based on the tasklist-plugin. All of the plugin project.xml files I have looked at extend this one: ../plugin-parent/project.xml but I don't seem to have that anywhere. Should I? Can someone point me in the right direction? Thanks, Kim ---

maven-proxy configuration

2004-09-15 Thread Winston . Rast
I'm having some serious problems trying to configure maven-proxy the way I want. I have a private remote repository the developers share. It contains snapshots of numerous projects under development. We are trying to eliminate ibiblio as a remote repository as well. I have configured maven-proxy

Re: duplicate class error

2004-09-15 Thread Jefferson K. French
Check if maven.src.dir is in maven.compile.src.set twice: cp=${cp} You may want to try checking out your files into another directory besides src. Jeff On Mon, 13 Sep 2004, at 12:12:48 [GMT -0400] Karan-Sahni (Contractor) wrote: > I used the following code to get maven to recognise my s

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Joachim Bader
On Wednesday 15 September 2004 10:37, Jose Gonzalez Gomez wrote: > I'm trying to generate the ejb jboss descriptor using Maven and > XDoclet with no success. I had success generating all the other stuff > (home and remote interfaces, util classes, standard descriptor...) but > whenever I try to

aspectj weaving the files

2004-09-15 Thread thorsten maus
hi there .. had problems with aspectj before ... and still have them .. although maven is telling me that aspectj is weaving files .. it does not do so .. this is my output: Starting the reactor... Our processing order: the barmagnat-ear file + | Build

How we handle multiple versions of Maven and Maven plugins

2004-09-15 Thread Brian Murray
Apologies in advance for the length of this post, hope you find it useful. In our J2EE development environment we were really struggling with how to deal with multiple versions of Maven and of the Maven plug-ins. If a project was developed with one version of Maven and one set of plug-ins, how

cvs checkout and ejbdeploy running twice

2004-09-15 Thread jeff mutonho
I have a pre-goal of a cvs checkout for a subproject , that uses the was-40 plugin.My top level maven.xml file looks as follow Support_Persistence The Support_Persistence is a sub-project sitting directly under the top level project called Support i.e /Support/Sup

site / changelog exception

2004-09-15 Thread Nathan Coast
Hi, I seem to be getting an exception during site / changelog when parsing the date returned by cvs. maven-changelog-plugin:report: java.lang.Exception: Couldn't parse date 2004-09-14 15:34:50 + from ChangeLogEntry.java: private static final SimpleDateFormat CVS_TIMESTAMP_FORMAT = n

RE: Maven / XDoclet / JBoss problem

2004-09-15 Thread Pierre-Yves Chauveau
I don't if that would change something but the version property is slightly different : maven.xdoclet.ejbdoclet.jboss.0.Version=3.2.5 -Message d'origine- De : Joachim Bader [mailto:[EMAIL PROTECTED] Envoyé : mercredi 15 septembre 2004 11:20 À : Maven Users List Objet : Re: Maven / XDoclet

Re: Maven / XDoclet / JBoss problem

2004-09-15 Thread Joachim Bader
Hi, On Wednesday 15 September 2004 10:37, Jose Gonzalez Gomez wrote: > I'm trying to generate the ejb jboss descriptor using Maven and > XDoclet with no success. I had success generating all the other stuff > (home and remote interfaces, util classes, standard descriptor...) but > whenever I t

Maven / XDoclet / JBoss problem

2004-09-15 Thread Jose Gonzalez Gomez
Hi there, I'm trying to generate the ejb jboss descriptor using Maven and XDoclet with no success. I had success generating all the other stuff (home and remote interfaces, util classes, standard descriptor...) but whenever I try to modify project.xml, or project.properties to add xdoclet