RE: howto: request committer status

2004-06-29 Thread Michael Mattox
Sounds like you just need read only access, you don't need commit for that. Commit is to commit changes to CVS. People usually start out by submitting patches. But if you're just doing a review, read only will work. Everyone has read only, see the project info page of the maven website. > -

Re: proxy problem with RC4

2004-06-29 Thread Dion Gillard
See http://java.sun.com/j2se/1.4.2/ReleaseNotes.html and http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4857110 On Wed, 30 Jun 2004 09:32:56 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > I wonder how they did it without requiring the additional host/domain > properties? > > I'm workin

Re: howto: request committer status

2004-06-29 Thread John Casey
Brett, AFAIK this is still purely hypothetical. Not to worry. -j On Tue, 2004-06-29 at 19:14, Brett Porter wrote: > No idea what patch, but it was probably me that rejected it. Sorry if > it caused an offence, but I always try to give a reason that something > is not suitable. If I didn't, or yo

Re: Missing type element in the POM

2004-06-29 Thread Brett Porter
the next revision of the POM (post 1.0) will include this. setting maven.multiproject.type will get you half-way. - Brett On Tue, 29 Jun 2004 14:43:57 +0200, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > Hi (hoping to address the correct forum), > > I am busy developing a webapplication using m

Re: IDEA project files from IDEA plugin

2004-06-29 Thread Brett Porter
Actually, this should probably only be done when you run idea:multiproject, and then only for projects in that build rather than automatically assuming you will import your external project modules. But wither way, definitely file a JIRA issue for this. Cheers, Brett On Tue, 29 Jun 2004 15:46:44

Re: WAR file versioning (Maven RC4)

2004-06-29 Thread Brett Porter
the version is correctly attached when it is put into the repository, but it is not appended to the build so that it can be dropped into a container without extra information and do the expected thing. If you want to modify it, I believe you can alter maven.war.final.name. Regards, Brett On Tue,

Re: proxy problem with RC4

2004-06-29 Thread Brett Porter
I wonder how they did it without requiring the additional host/domain properties? I'm working off a patch as I have no access to an NTLM proxy. If anyone can get httpclient to work through an NTLM proxy without setting those variables, I'd be more than happy to apply it! Cheers, Brett On Wed, 30

Re: howto: request committer status

2004-06-29 Thread John Casey
Without getting into the merits of his patch, it's a little bit ridiculous to expect to gain committer status immediately and with no effort on the project. If he can't get the patch through, then he still has the option to fork the war plugin. Catch-22 alleviated. -john On Tue, 2004-06-29 at 18:

RE: RFE for the war plugin

2004-06-29 Thread John Casey
I don't want into this discussion either, but please remember that this is an open system and as such does allow for third-party plugins. If you can't find a committer willing to listen, scratch your own itch on SF.net or something, and be done with it. -j On Tue, 2004-06-29 at 16:57, Ryan Sonnek

Re: proxy problem with RC4

2004-06-29 Thread Dion Gillard
>From memory, 1.4.x brought in NTLM support in the JDK. On Wed, 30 Jun 2004 09:20:26 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > what's interesting is that it seemed NTLM proxies actually used to > work despite reports that they didn't... perhaps just some versions or > some java versions

Re: proxy problem with RC4

2004-06-29 Thread Brett Porter
what's interesting is that it seemed NTLM proxies actually used to work despite reports that they didn't... perhaps just some versions or some java versions of HttpUrlConnection were'nt supporting it? Anyway, the support is explicit now - sorry if it broke this for anyone, but hopefully it makes t

Re: RFE for the war plugin

2004-06-29 Thread Dion Gillard
Oh, and provide some support for it other than 'we want it like this'. (btw Brill, I think you have a good argument, but given the trivial workaround) Featuritis is the bane of most software. On Tue, 29 Jun 2004 15:57:47 -0500, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > > whoo now, i don't wan

Re: howto: request committer status

2004-06-29 Thread Brett Porter
No idea what patch, but it was probably me that rejected it. Sorry if it caused an offence, but I always try to give a reason that something is not suitable. If I didn't, or you don't think it's correct, you're welcome to continue to debate it in the relevant JIRA issue, or take it up on the -dev l

Re: howto: request committer status

2004-06-29 Thread Jason van Zyl
On Tue, 2004-06-29 at 18:16, Craig S. Cottingham wrote: > On Jun 29, 2004, at 17:10, Jason van Zyl wrote: > > > On Tue, 2004-06-29 at 16:43, Brill Pappin wrote: > >> How do I go about requesting commit status for this project? > > > > It is bad etiquette to request committer status in OSS projects

Re: RES: UnattainableGoalException: Unable to obtain goal

2004-06-29 Thread John Casey
One last thing: multiproject:install should imply multiproject:artifact, just like jar:install implies jar:jar, so you shouldn't have to specify both on the command line. maven multiproject:install should take care of what you want. HTH, john On Tue, 2004-06-29 at 17:17, Roberto Castro wrote: >

Re: howto: request committer status

2004-06-29 Thread Craig S . Cottingham
On Jun 29, 2004, at 17:10, Jason van Zyl wrote: On Tue, 2004-06-29 at 16:43, Brill Pappin wrote: How do I go about requesting commit status for this project? It is bad etiquette to request committer status in OSS projects and generally looked dimly upon. The normal course of action is you contribut

Re: howto: request committer status

2004-06-29 Thread Jason van Zyl
On Tue, 2004-06-29 at 16:43, Brill Pappin wrote: > How do I go about requesting commit status for this project? It is bad etiquette to request committer status in OSS projects and generally looked dimly upon. The normal course of action is you contribute for a period of time and one of the existin

Re: Howto exclude some tests from within maven.xml

2004-06-29 Thread Josip Gracin
At 17:18 29-06-04, you wrote: On Tue, 29 Jun 2004 16:56:38 +0200, Josip Gracin <[EMAIL PROTECTED]> wrote: > To repeat my original question: is there a way to dynamically (from maven.xml) > add a set of tests which normally wouldn't be run? You're doing half of it by the looks. You're adding it to

RES: UnattainableGoalException: Unable to obtain goal

2004-06-29 Thread Roberto Castro
Ok, John, I entered "maven multiproject:artifact multiproject:install" and all jars were generated correctly and were copied to the local repository. I've made a confusion because I was using jar:install in each subproject mavel.xml to copy jar file to local repository in rc2, instead of using "mul

RE: RFE for the war plugin

2004-06-29 Thread Ryan Sonnek
whoo now, i don't want to get involved, but i do want to let it be known that since this is an open source project, nothing is stopping you from adding the feature you're asking for. * download the source from cvs * make the change you're requesting * submit the change as a patch to JIRA. * hop

howto: request committer status

2004-06-29 Thread Brill Pappin
How do I go about requesting commit status for this project? I would like to be able to research ideas that users have, in order to make the tool better and give each idea a fair review. Thanks for the attention, - Brill Pappin -

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Michal Maczka wrote: On Tue, 2004-06-29 at 18:00, Brill Pappin wrote: I thought I had explained this? You did not. [...] Actually yes I did, working backwards in time and no including the one quoted here: On Tue, 29 Jun 2004 08:53:47 -0400: "The reason I specifically want to do it, is

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Thanks, thats a good and simple temporary solution and will do until a property can be added. - Brill Charles Daniels wrote: Brett, If you want to generate a jar file for your war file and do not want to create 2 subprojects (as is the general convention), you can create a very simple postGoal th

RE: RFE for the war plugin

2004-06-29 Thread Charles Daniels
Brett, If you want to generate a jar file for your war file and do not want to create 2 subprojects (as is the general convention), you can create a very simple postGoal that will jar your class files just prior to construction of your war file: I haven't tested it, so you may have to

Re: RFE for the war plugin

2004-06-29 Thread Michal Maczka
On Tue, 2004-06-29 at 18:00, Brill Pappin wrote: > I thought I had explained this? > You did not. [...] > If you want to know more about what I'm doing (and why I'm asking for > this), you can get a very good idea at this site: > http://java.sun.com/j2se/1.4.2/docs/guide/versioning/index.html >

RES: RES: UnattainableGoalException: Unable to obtain goal

2004-06-29 Thread Roberto Castro
That's it, but there is something wrong with "jar:install" at rc3 and rc4. It used to work on rc2. When it is invoked () it generates(compiling, building) the project again, creating a loop. But let's see multiproject:install. I have 1 master project with 3 subprojects. Do I have to configure "mave

RE: RFE for the war plugin

2004-06-29 Thread Charles Daniels
Brill, First, let me apologize for calling you Brent in my previous posting. Second, I agree with you. It would be a very simple enhancement to the war plugin. All that should be needed are: 1. Define a new Boolean property, named something to the effect of maven.war.generate.jar 2. Enhance w

RE: maven parallel/sequential

2004-06-29 Thread Charles Daniels
You need to move just above your tag (and just after your tag). As you have it written, nothing will execute in parallel since all of your subtasks are within the sequential tags. > -Original Message- > From: Jesper Linvald [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 9:24

Re: RES: UnattainableGoalException: Unable to obtain goal

2004-06-29 Thread John Casey
Not sure, but I think what you're looking for is actually multiproject:install... HTH, john On Tue, 2004-06-29 at 13:15, Roberto Castro wrote: > Hi, John, your suggestion worked fine for one project, but, what to do when > you have many subproject and have to run "multiproject:artifact". It didn'

RES: UnattainableGoalException: Unable to obtain goal

2004-06-29 Thread Roberto Castro
Hi, John, your suggestion worked fine for one project, but, what to do when you have many subproject and have to run "multiproject:artifact". It didn't work. I tryed to run "jar:install" as a postgoal of "jar:jar", but it didn't work too. In fact, I faced a loop. Regards, R

Re: proxy problem with RC4

2004-06-29 Thread Webb Morris
That's correct, however I got a weird ClassCastException when I changed my properties. I finally tracked that down to having a variable as my username: user=me maven.proxy.host=proxy.mycomp.net maven.proxy.port=80 maven.proxy.username=${user} maven.proxy.password=mypassword maven.proxy.ntlm.domai

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
heh, Ready or not, here it comes (re: mavin). The team I work with now is likely one of the best I've ever worked with... but also a fairly stubbourn bunch; unfortunatly buzz-words won't work here... we pratice Scrum, Pair Programming, agile and TDD daily so its not like there is no exposure or

Re: proxy problem with RC4

2004-06-29 Thread Nicolas . CHALUMEAU
I think you now need to set : maven.proxy.ntlm.host maven.proxy.ntlm.domain The doc has change : http://maven.apache.org/reference/user-guide.html#Using_Proxies Nicolas Webb Morris <[EMAIL PROTECTED]> 29/06/2004 17:57 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECT

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
I thought I had explained this? Under no circumstances am I asking that classes not ever go into the classes directory, I'm not even asking that the JAR method be the default... I just want to be able to do it. Our requirements do not "clash" not even a little bit. So far, I've only herd reason

proxy problem with RC4

2004-06-29 Thread Webb Morris
I know that someone was talking about this just yesterday, but I don't remember the solution and can't find it in the archives. I just upgraded to RC4 from RC2 and when I start maven, it can not get past the proxy, for instance: Attempting to download velocity-1.4-dev.jar. Credentials cannot be

Re: maven parallel/sequential

2004-06-29 Thread Jefferson K. French
I tried this a few months ago with no luck myself. Someone suggested it might be a bug in the Jelly Ant taglib, so I grabbed the sources and started playing around with it. It does look to me to be a bug in jelly:ant. I tried to come up with a fix, but after a while realized I was two tangents past

Re: Howto exclude some tests from within maven.xml

2004-06-29 Thread Dion Gillard
On Tue, 29 Jun 2004 16:56:38 +0200, Josip Gracin <[EMAIL PROTECTED]> wrote: > To repeat my original question: is there a way to dynamically (from maven.xml) > add a set of tests which normally wouldn't be run? You're doing half of it by the looks. You're adding it to the includes, but not removin

RE: Maven eclipse plugin

2004-06-29 Thread STRAYER, JON (SBCSI)
I attached the patch to the issue. > -Original Message- > From: Eric Pugh [mailto:[EMAIL PROTECTED] > Sent: Monday, June 28, 2004 4:35 PM > To: Maven Users List > Subject: RE: Maven eclipse plugin > > > Sure.. There have been some changes to try and decouple > plugins from each > oth

Re: Howto exclude some tests from within maven.xml

2004-06-29 Thread Josip Gracin
On Tuesday 29 June 2004 16:56, Josip Gracin wrote: > > In the above debug, com/ingemark/articlebook/** is included and > > excluded. I don't think you want to do both > > Well, actually, I do. Sort of. Because I have all unit tests in one > source tree, and I want only some of the tests to be

Re: Howto exclude some tests from within maven.xml

2004-06-29 Thread Josip Gracin
On Tuesday 29 June 2004 16:43, Dion Gillard wrote: > On Tue, 29 Jun 2004 16:33:24 +0200, Josip Gracin <[EMAIL PROTECTED]> wrote: > > [junit] [DEBUG] fileset: Setup scanner in dir C:\ing\bits-ci\test > > with patternSet{ includes: [com/ingemark/articlebook/**] excludes: > > [com/ingemark/article

Re: Howto exclude some tests from within maven.xml

2004-06-29 Thread Dion Gillard
On Tue, 29 Jun 2004 16:33:24 +0200, Josip Gracin <[EMAIL PROTECTED]> wrote: [snip] > [junit] [DEBUG] fileset: Setup scanner in dir C:\ing\bits-ci\test with > patternSet{ includes: [com/ingemark/articlebook/**] excludes: > [com/ingemark/articlebook/**, **/*AbstractTestCase.java] } [snip] > For s

Re: Howto exclude some tests from within maven.xml

2004-06-29 Thread Josip Gracin
Hello Brett! Thanks for a thorough answer. I've been trying your suggestions for the last two days but I couldn't get any of them to work. On Monday 28 June 2004 04:24, Brett Porter wrote: > BUT you don't seem to be modifying the source set - instead you want > to change the tests that are run?

RE: maven parallel/sequential

2004-06-29 Thread Jesper Linvald
Thank you very much - will try this right away :) >-Original Message- >From: Maksimenko Alexander [mailto:[EMAIL PROTECTED] >Sent: 29. juni 2004 15:37 >To: Maven Users List >Subject: Re: maven parallel/sequential > >use >xmlns:threads="jelly:threads" > > > > > >service:weblogic-d

RE: RFE for the war plugin

2004-06-29 Thread Maczka Michal
> -Original Message- > From: Brill Pappin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 2:54 PM > To: Maven Users List > Subject: Re: RFE for the war plugin > > > Where this flack is coming from? > > The reason I specifically want to do it, is so I can use the > manifest to

Re: IDEA project files from IDEA plugin

2004-06-29 Thread sverre
Hi Again, I've done some digging into the plugin and found, that the module.jelly which generates the .iml file *does* sort the jar files into external and internal module vs. module-libraries. I would suggest a plugin property which should be tested against in the module.jelly file, so it is

Re: maven parallel/sequential

2004-06-29 Thread Maksimenko Alexander
use xmlns:threads="jelly:threads" service:weblogic-deploy"; /> perhaps you also need to add dependency : commons-jelly commons-jelly-tags-threads 20030211.143515 Hello all, I been trying to get the ant parallel task to work with no success :( In my goal I have:

Re: maven parallel/sequential

2004-06-29 Thread Dion Gillard
Have you tried the jelly thread tag? On Tue, 29 Jun 2004 15:23:53 +0200, Jesper Linvald <[EMAIL PROTECTED]> wrote: > > Hello all, > > I been trying to get the ant parallel task to work with no success :( > > In my goal I have: > > > >

Re: RFE for the war plugin

2004-06-29 Thread Dion Gillard
The way we do this for our projects is to have a separate project to hold the code in Eclipse and another for the web app. This works well for us in MyEclipse or WSAD. On Tue, 29 Jun 2004 08:53:47 -0400, Brill Pappin <[EMAIL PROTECTED]> wrote: > > Where this flack is coming from? > > The reason

RE: RFE for the war plugin

2004-06-29 Thread Matt Read
I suggest talking to them about components, cohesion and various other buzzwords although it sounds like you might be fighting a losing battle if your team are too stubborn to run builds. Separating your application into individual components with clearly defined responsibilities makes a lot of se

maven parallel/sequential

2004-06-29 Thread Jesper Linvald
Hello all, I been trying to get the ant parallel task to work with no success :( In my goal I have: http://localhost:7001/console/login/LoginForm.jsp"/>

IDEA project files from IDEA plugin

2004-06-29 Thread sverre
Hi all, I'm using the IDEA plugin to generate the IDEA IDE project files. The projects we're doing consists of a number of artifacts (jar, war, ejb-jar files e.t.c.) grouped by groupId to indicate that they belong to the same application. When the IDEA plugin generates the .iml file, it seems

Re: WAR file versioning (Maven RC4)

2004-06-29 Thread Brill Pappin
Yes I know, but it would be a disaster in our particular case. We use the tomcat foo.xml for development, but deploy the war remotely via the manager interface. not only that but it means another point of failure for us with two files to maintain. Anyway, someone mentioned using the properties

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Actually I don't really have much of a problem with Eclipse, other than I have to keep the parts of an app together... remember I'm one of the group who is trying to get the old fuddy-duddies around here to use Maven, so not everyone would "get it" if the parts of an app where spread all over t

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Where this flack is coming from? The reason I specifically want to do it, is so I can use the manifest to package extended information about the classes. I think I said that though... as for not "convincing", that assumes that the way you do things is the right way... I wasn't trying to convince

RE: Missing type element in the POM

2004-06-29 Thread Vincent Massol
Agreed. We have added this in POM v4 which will be available with Maven 1.1 (soon now). -Vincent > -Original Message- > From: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Sent: mardi 29 juin 2004 14:44 > To: [EMAIL PROTECTED] > Subject: Missing type element in the POM > > Hi (hoping to a

Re: WAR file versioning (Maven RC4)

2004-06-29 Thread Martijn Dashorst
Brill Pappin wrote: I don't know how others are deploying, but I definitely *do not* want the version appended to the war file. The reason for this is that most containers name the context after the name of the war file and having a version on the end would mean that the context changed every ti

Re: WAR file versioning (Maven RC4)

2004-06-29 Thread Brill Pappin
I don't know how others are deploying, but I definitely *do not* want the version appended to the war file. The reason for this is that most containers name the context after the name of the war file and having a version on the end would mean that the context changed every time a new version was

RE: RFE for the war plugin

2004-06-29 Thread Maczka Michal
> -Original Message- > From: Brill Pappin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 29, 2004 2:38 PM > To: Maven Users List > Subject: Re: RFE for the war plugin > > > Yes, I thought of doing that very thing :) > however I then have problems with Eclipse as it doesn't understand >

RE: RFE for the war plugin

2004-06-29 Thread Matt Read
What problems do you have with Eclipse? I do exactly this across a project with many components which are re-used in various combinations of .ear and .war files using the Maven dependency mechanism and have no problems at all using Eclipse as my IDE. Matt. > -Original Message- > From: Bri

Missing type element in the POM

2004-06-29 Thread Martijn Dashorst
Hi (hoping to address the correct forum), I am busy developing a webapplication using maven. When I call the distribution plugin, it automatically assumes a JAR type of project. IMO a tag next to and called should be included in the POM, so dist (and other plugins) can use this to their advan

Re: RFE for the war plugin

2004-06-29 Thread Brill Pappin
Yes, I thought of doing that very thing :) however I then have problems with Eclipse as it doesn't understand multi-project builds, and you really want all the parts of an application in the same place. Still doable, but less than optimum. - Brill Charles Daniels wrote: If you really want to cre

Need help unsubscribing

2004-06-29 Thread Paterline, David L.
Hi - I have tried unsuccessfully several times to unsubscribe from the maven developers list (both via email and through the web site). I don't think my emails are getting through. Can anyone provide me with help in unsubscribing from this list? Thank you. - David L. Paterline Principal Engineer

Re: Failed to download plugin ???

2004-06-29 Thread Dion Gillard
I raised an enhancement in jira that if any of artifactId, groupId or version are missing to prompt for them. On Tue, 29 Jun 2004 13:08:33 +0200, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > Apparently, this problem is due to SET command. > This command doesn't support "=" for in the value >

Re: Failed to download plugin ???

2004-06-29 Thread Emmanuel Venisse
Apparently, this problem is due to SET command. This command doesn't support "=" for in the value If you write a very simple test.bat file : echo %1 and run it like it : test.bat myvar=myvalue =>you'll obtain only myvar, "=myvalue" disappear when dos run internally a set for %1 Emmanuel -

Re: Failed to download plugin ???

2004-06-29 Thread Emmanuel Venisse
> > Still not work !!! I don't have win98 for test/fix it. You can open a jira issue. Emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fw: Failed to download plugin ???

2004-06-29 Thread Emmanuel Venisse
- Original Message - From: "Eric Chow" <[EMAIL PROTECTED]> To: "Emmanuel Venisse" <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 12:32 PM Subject: Re: Failed to download plugin ??? > Still not work !!! > > C:\Projects>maven "-DartifactId=maven-ejbgen-plugin" > "-DgroupId=codeczar-ejbg

Re: Failed to download plugin ???

2004-06-29 Thread Emmanuel Venisse
Curious, "=" disappeared Try this (I think it doesn't work, but it's for test) : maven "-DartifactId=maven-ejbgen-plugin" "-DgroupId=codeczar-ejbgen" "-Dversion=1.1" plugin:download Emmanuel - Original Message - From: "Eric Chow" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTEC

Re: Failed to download plugin ???

2004-06-29 Thread Eric Chow
If is is the bug in maven.bat ??? Eric - Original Message - From: "Dion Gillard" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "Eric Chow" <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 6:17 PM Subject: Re: Failed to download plugin ??? > There's no '=' between -Da

Re: Failed to download plugin ???

2004-06-29 Thread Dion Gillard
There's no '=' between -DartifactId and maven-ejbgen-plugin. On Tue, 29 Jun 2004 18:12:35 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > > Here is the output !!! > > C:\Projects> > > C:\Projects> > > C:\Projects> > > C:\Projects>if exist "\mavenrc_pre.bat" call "\mavenrc_pre.bat" > > C:\Proje

Re: Failed to download plugin ???

2004-06-29 Thread Eric Chow
Here is the output !!! C:\Projects> C:\Projects> C:\Projects> C:\Projects>if exist "\mavenrc_pre.bat" call "\mavenrc_pre.bat" C:\Projects> C:\Projects>if ""=="Windows_NT" @setlocal C:\Projects> C:\Projects>if not "c:\j2sdk1.4.2" == "" goto OkJHome C:\Projects>if exist "c:\j2sdk1.4.2\bin\j

Re: Failed to download plugin ???

2004-06-29 Thread Emmanuel Venisse
Can you modify maven.bat for pass echo off to echo on, and send us the output of maven execution? Emmanuel - Original Message - From: "Eric Chow" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 9:45 AM Subject: Re: Failed to download plugin ???

Re: config files dependencies

2004-06-29 Thread Maksimenko Alexander
Thanks for answers ! So we all go on the correct way :) I keep all the conf files in each project's src/conf directory and we do not put them in our jars because that's not practical for production (the sysadmin doesn't know how to find the jar, unzip it, modify, rezip, etc.). So I wrote some goals

Re: Réf. : WAR file versioning (Maven RC4)

2004-06-29 Thread sverre
Will do - thnx. BTW, it's really, really nice to be able to use the artifact:deploy method now - so much easier to deploy where and how you want it. br, /Sverre Citat [EMAIL PROTECTED]: > > Hi > > by default, a generated war is named "${pom.artifactId}.war" so it uses no > version number >

Réf. : WAR file versioning (Maven RC4)

2004-06-29 Thread julien . kirch
Hi by default, a generated war is named "${pom.artifactId}.war" so it uses no version number if you want to version it, just add maven.war.final.name=${pom.artifactId}-${pom.currentVersion}.war to your project.properties br Julien Extranet [EMAIL PROTECTED] - 29/06/2004 10:48 Veuillez r

WAR file versioning (Maven RC4)

2004-06-29 Thread sverre
Hi, I just used the war plugin, it seems that it does not attach a version to the generated war file. I am using Maven RC4. I'd expect that a testapp-1.0.war would be generated in the target directory, I only get a testapp.war I reproduced it quite easily: 1) generate a new application with

Re: Failed to download plugin ???

2004-06-29 Thread Eric Chow
How can I do now ??? Eric - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "Eric Chow" <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 3:18 PM Subject: Re: Failed to download plugin ??? > maybe a bug in maven.bat as it seems to

Re: Failed to download plugin ???

2004-06-29 Thread Brett Porter
maybe a bug in maven.bat as it seems to think that maven-ejbgen-plugin is a goal, not a property. On Tue, 29 Jun 2004 15:13:47 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > > Hello, > > It just said "Failed " when downloading the plugin with the following > command. > I have put a build.prop

Failed to download plugin ???

2004-06-29 Thread Eric Chow
Hello, It just said "Failed " when downloading the plugin with the following command. I have put a build.properties with maven.repo.remote=http://www.ibiblio.org/maven,http://www.codeczar.com/maven Anything I missed ??? I am using Maven-rc4 in Win98 + JDK1.4.2. C:\Projects>maven -Dartif

Re: howto add jar to classpath

2004-06-29 Thread Milos Kleint
Stepan Koltsov wrote: Hi, all, I need some help. How can I add some jars, not stored in maven repository to build classpath? I have to do something like somewhere in right? Maybe there is easier or more proper way? S. - To unsubs