Re: compile idea plugin

2006-01-30 Thread Geoffrey De Smet
check out https://svn.apache.org/repos/asf/maven/plugins/trunk/ instead, so you can install the pom of the pom.xml in that directory in your local repo, afterwards maven-idea-plugin will be able to build, because it depends on that pom. Thomas Spiegl wrote: Maven works fine, but I needed to p

Re: [m2] deploy:deploy-file with source?

2006-01-30 Thread jerome lacoste
On 1/28/06, dan tran <[EMAIL PROTECTED]> wrote: > note possible due to http://jira.codehaus.org/browse/MDEPLOY-19 I've attached a tentative fix to the issue a couple of days ago. It depends on MDEPLOY-23 patch to be applied first. Feel free to test and vote for the issue. > try build-helper-maven

Re: How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Allan Ramirez
Hi Venkat, I saw 2.1-SNAPSHOT version of the maven-jar-plugin in the snapshot repo. You may want to try it http://maven.apache.org/guides/development/guide-testing-development-plugins.html Regards, -allan Venkat Muthusamy wrote: Hi Allan, Thank you. It looks like the plugin version 2.0.1 i

RE: project properties

2006-01-30 Thread SRIDEVI VOLETI /SWICI/INFOTECH/VASHI
I got thru this after I put in the dependency element.. thanks -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 9:08 AM To: Maven Users List Subject: Re: project properties To make classes available to your code in Maven 1, use the project.

Fwd: Re: ibibilio.org / maven.org down?

2006-01-30 Thread tony nys
same problem here central repo down ? --- Arik Kfir <[EMAIL PROTECTED]> wrote: > Date: Mon, 30 Jan 2006 22:56:53 +0200 > From: Arik Kfir <[EMAIL PROTECTED]> > To: Maven Users List > Subject: Re: ibibilio.org / maven.org down? > > Hi, > > I'm not using any mirrors or proxies at all, but > ibi

Re: How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Venkat Muthusamy
Hi Allan, Thank you. It looks like the plugin version 2.0.1 is not available in maven repository ibiblio.org. i will wait. thanks Venkat M On 1/30/06, Allan Ramirez <[EMAIL PROTECTED]> wrote: > > Hi Venkat, > > Please refer to this link http://jira.codehaus.org/browse/MNG-1598 > > -allan > > Ve

Re: How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Allan Ramirez
Hi Venkat, Please refer to this link http://jira.codehaus.org/browse/MNG-1598 -allan Venkat Muthusamy wrote: Hi, When I build the jar file using maven, my jar includes the pom.xml and pom.properties by default. I like to know the reason what is the reason behind this and like to know in

How to exclude the pom.xml and pom.properties from the jar

2006-01-30 Thread Venkat Muthusamy
Hi, When I build the jar file using maven, my jar includes the pom.xml and pom.properties by default. I like to know the reason what is the reason behind this and like to know incase if I want to override this what I need to do? Thanks in advance. Venkat M

Re: project properties

2006-01-30 Thread Dion Gillard
It looks in ${basedir}/maven.xml, any parent projects, any plugin dependencies, and any installed plugins. On 1/31/06, SRIDEVI VOLETI /SWICI/INFOTECH/VASHI <[EMAIL PROTECTED]> wrote: > > Here is the url to install pluto.. > > http://portals.apache.org/pluto/v101/developer/build_source.html > >

RE: project properties

2006-01-30 Thread SRIDEVI VOLETI /SWICI/INFOTECH/VASHI
Here is the url to install pluto.. http://portals.apache.org/pluto/v101/developer/build_source.html I am trying to understand how maven looks for its list of goals ..that wud help figure out the problem.. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Tuesday, J

Re: project properties

2006-01-30 Thread Dion Gillard
Where are the pluto instructions on how to deploy? This sounds like it belongs on the pluto list, not here, fwiw. On 1/31/06, SRIDEVI VOLETI /SWICI/INFOTECH/VASHI <[EMAIL PROTECTED]> wrote: > I am building Pluto 1.0.1 from maven 1.0.1 > > When I say maven fullDeployment, maven throws out goal

RE: project properties

2006-01-30 Thread SRIDEVI VOLETI /SWICI/INFOTECH/VASHI
I am building Pluto 1.0.1 from maven 1.0.1 When I say maven fullDeployment, maven throws out goal fullDeployment doesnt exist these are my entries into build.properties file.. maven.proxy.host= maven.proxy.port= maven.proxy.username= maven.proxy.password= maven.tomcat.home=C:\apache-tomcat-5.5.

Maven 1.1b2 - Junit Tests

2006-01-30 Thread Ashley Hurkoo
Hi does anyone knows what is the equilavent java command for maven test? I believe that the junit test run within maven, and I want to know what java command does maven execute when doing the junit test. The reason I am asking is because I am getting different result while executing "maven test"

Re: Maven 2 and Eclipse

2006-01-30 Thread Kathryn Huxtable
Not that I know of, but I'm far from being an expert. I'm willing to run a few mvn jobs from a terminal window, but then, I'm not using Windows, so it may be less painful. -K -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The Un

Re: Maven integration with WAS5

2006-01-30 Thread ikram tahir
hi, could you Please fix date on your computer or server.. i read your mail arriving on Sep 26, 2006 .. thanks, Ike. [EMAIL PROTECTED] wrote: Hi, Can any of you please help me with this info . How to start , stop , deploy applications on WAS5 with maven2 Regards Saravana

RE: Maven 2 and Eclipse

2006-01-30 Thread Maciej Mastalarczuk
Thanks for reply. My problem is that I have my own artifacts that obviously aren't in ibiblio, so I created another repository on my LAN. And 0.0.4 whinges about not being able to authenticate, which is fair enough if it doesn't read settings.xml I went back to 0.0.3, which I use in offline mode

Re: project properties

2006-01-30 Thread Dion Gillard
To make classes available to your code in Maven 1, use the project.xml file's element. See the documentation at: http://maven.apache.org/maven-1.x/reference/project-descriptor.html#class_Dependency On 1/31/06, SRIDEVI VOLETI /SWICI/INFOTECH/VASHI <[EMAIL PROTECTED]> wrote: > I am using mave

RE: M2 dependency not downloading

2006-01-30 Thread Maciej Mastalarczuk
Hi, I've just tried to simulate the situation by removing an artifact from my local repo and shutting down one of my repositories. The error text is quite long and it is at the very end of this message. What is wrong with it is that if m2 cannot connect to the local repo (i.e. networking issue) t

RE: maven-proxy: Does proxying internal repositories make any sen se?

2006-01-30 Thread Treloar, Barrie (SAPOL)
> Its not documented? Hmmm... Have you tried these: > > http://maven.apache.org/guides/introduction/introduction-to- > repositories.html > http://maven.apache.org/guides/mini/guide-multiple-repositories.html Cheers! It makes more sense now. I've been through all the documents at least once, but

Re: Executing mvn test (JUnit)

2006-01-30 Thread Edgar Silva
Hi Allan, Thanks to help me, but it doesn't work yet. I am not doing nothing really HARD, is just a simple test using just one class, my folders as according Maven2 structure, are there some additional configuration, take a look on my pom.xml portion:

project properties

2006-01-30 Thread SRIDEVI VOLETI /SWICI/INFOTECH/VASHI
I am using maven 1.0.2 to compile a project. Its unable to find junit.jar. I have put in the jar in $MAVEN_HOME\lib folder. Still it throws an error.. Can anybody help? thanks Sri -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses of the company's employees have been ch

Re: [m2] parent pom

2006-01-30 Thread Maria Odea Ching
Hi Fredy, The concept of parent poms can be applied to multi-module projects wherein it provides you the priviledge of building your modules individually or as a whole (project). You need to define your parent pom in your project's root directory (ex. C:\Project\pom.xml ) and the children pom

Re: Maven 2 and Eclipse

2006-01-30 Thread Kathryn Huxtable
Yes. It sort of works for me. The 0.0.4 plugin does *not* read the settings.xml file, which is pretty limiting, but I have used it successfully. It works best, IMHO, if you "enable" the Maven2 nature, which puts a Maven2 container in your .classpath file instead of listing each jar separately. Tha

Re: M2 dependency not downloading

2006-01-30 Thread Edwin Punzalan
Can you supply us with more info like running mvn with -X ? Thanks. Maciej Mastalarczuk wrote: Hi, I've had the same problem. It looks like if the artifact is not in the repository it will try another one, but if the repository is not available it will not. Can someone comment whether it's

Re: [m2] deploy:deploy-file with source?

2006-01-30 Thread dan tran
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html indicates what maven will zip and deploy the your source if you pass in -DperformRelease=true. Give it a try. -Dan On 1/30/06, dan tran <[EMAIL PROTECTED]> wrote: > > sorry, i thougth you already have the source zipped

Re: [m2] deploy:deploy-file with source?

2006-01-30 Thread dan tran
sorry, i thougth you already have the source zipped up. Perhaps you can zip it up before package phase. Also the Deploy plugin ( in svn ) now supports deploy artifact with classifier, but you still need to have the zip source thou -Dan On 1/30/06, Dirk Olmes <[EMAIL PROTECTED]> wrote: > > dan

Re: maven-proxy: Does proxying internal repositories make any sen se?

2006-01-30 Thread Edwin Punzalan
No, I don't change their pom. ;) Say you want to use a project from codehaus, you can put the codehaus repository in your pom.xml so maven can download jars from it. Its not documented? Hmmm... Have you tried these: http://maven.apache.org/guides/introduction/introduction-to-repositories.h

Maven 2 and Eclipse

2006-01-30 Thread Maciej Mastalarczuk
Hi, Has anyone had any luck with using Maven 2 with Eclipse? It can be easily integrated through external launch configuration, but Eclipse build paths are pain. I know there is a plugin for Eclipse (http://m2eclipse.codehaus.org), but the latest version (0.0.4) seems to be completely broken as

Re: [m2] deploy:deploy-file with source?

2006-01-30 Thread Dirk Olmes
dan tran wrote: >> I'm currently deploying third party jars into our company's repository >> using deploy:deploy-file. I'd like to deploy source jars along with the >> binaries so manven's eclipse plugin can pick the source up and I can >> step through the code in the debugger. >> >> Does anyone kn

RE: maven-proxy: Does proxying internal repositories make any sen se?

2006-01-30 Thread Treloar, Barrie (SAPOL)
> -Original Message- > From: Edwin Punzalan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 31 January 2006 12:18 PM > To: Maven Users List > Subject: Re: maven-proxy: Does proxying internal repositories make any sen > se? > > > For deploying, yes. you need only the dsitributionManagement and

Re: maven-proxy: Does proxying internal repositories make any sen se?

2006-01-30 Thread Edwin Punzalan
For deploying, yes. you need only the dsitributionManagement and the settings.xml configuration. But when other projects wants to use your artifacts ( which is of course not in ibiblio ), they need to know where to download it. So you put in their pom.xml. About the complexity of the sc

RE: maven-proxy: Does proxying internal repositories make any sen se?

2006-01-30 Thread Treloar, Barrie (SAPOL)
> About your inquiry, I guess proxying internal repositories is still > helpful because you need not put your internal repositories in your > project's pom.xml. Can you explain more about putting the internal repositories in the project's pom.xml? The only place the repository is defined is in th

Re: maven-proxy: Does proxying internal repositories make any sense?

2006-01-30 Thread Edwin Punzalan
You're right about having to put your internal repositories in settings.xml for deploy. maven-proxy and proximity are meant to proxy artifact/file downloads from its proxied repositories. To deploy your artifacts, you will need direct access to the repository ( not necessarily internal ), a

Re: compile idea plugin

2006-01-30 Thread Thomas Spiegl
deleting my local repository once again, resolved my problem. Thanks for your answers Thomas On 1/30/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > Maven works fine, but I needed to patch the idea plugin. Therefore I > - installed maven 2.0.2, deleted my local repository before. > - checked out t

maven-proxy: Does proxying internal repositories make any sense?

2006-01-30 Thread Treloar, Barrie (SAPOL)
Having documentied the process I went through in creating internal repositories and setting up maven-proxy, I wondered why you would proxy internal repositories. The property files available for maven-proxy include internal repositories as part of their configuration. See http://cvs.maven-proxy.c

Continuum xmlrpc

2006-01-30 Thread Henri Yandell
On 1/27/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > Henri Yandell a écrit : > > 2) xmlrpc python. > > This feature isn't tested and documentation is out of date. > We don't have officially a xmlrpc client, it will be integrated in next > release (java client), but > you can find it there

RE: Maven-Proxy

2006-01-30 Thread Treloar, Barrie (SAPOL)
> -Original Message- > From: Fredy [mailto:[EMAIL PROTECTED] > Sent: Monday, 30 January 2006 11:02 PM > To: users@maven.apache.org > Subject: Maven-Proxy > > Hey all, > is it possible to use a http-proxy in the maven-proxy? > What is this configuration for= does it work? > > Fredy > > ##

Re: How to install/use a third-party archetype?

2006-01-30 Thread Wendy Smoak
On 1/30/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: > I need to release the archetype plugin. I added a parameter to specify > the repository where the archetype comes from. I'm just swamped at the > moment but I'll try to get to it tomorrow. The archetype plugin doesn't > look at settings.xml. I

Re: compile idea plugin

2006-01-30 Thread Thomas Spiegl
Maven works fine, but I needed to patch the idea plugin. Therefore I - installed maven 2.0.2, deleted my local repository before. - checked out the plugin from https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin - changed a few lines of code, and tried to install the plugin by ty

Re: M2.02 - mvn site now triggers a compile!

2006-01-30 Thread Brett Porter
On 1/30/06, David Sag <[EMAIL PROTECTED]> wrote: > > so my questions: > 1) could someone with a working (with maven 2.0.2) cobertura plugin please > send it to me with the correct pom.xml - jason z only sent me the compiled > plugin without any pom.xml so it is entirely possible this is a big part

Re: ibibilio.org / maven.org down?

2006-01-30 Thread Arik Kfir
Hi, I'm not using any mirrors or proxies at all, but ibiblio seems to crawl horribly, at times to the point that maven times out completely. Other net access works fine... And yeah, please don't cross-post On 1/30/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > http://maven.apache.org/guid

Re: m2 offline: Can't read the url

2006-01-30 Thread Brett Porter
fixed in SVN. On 1/31/06, Joerg Hohwiller <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi there, > > it seems that the projectinfo plugin does not take care of the offline-mode. > If I run "mvn -o site" it fails with the Error > > [INFO] Can't read the url [http

m2 offline: Can't read the url

2006-01-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, it seems that the projectinfo plugin does not take care of the offline-mode. If I run "mvn -o site" it fails with the Error [INFO] Can't read the url [http://www.apache.org/liceneses/LICENSE-2.0.txt] : www.apache.org This is my license fil

Re: ibibilio.org / maven.org down?

2006-01-30 Thread Carlos Sanchez
http://maven.apache.org/guides/mini/guide-mirror-settings.html and please don't crosspost. On 1/30/06, Joerg Hohwiller <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi there, > > currently I can not access www.ibiblio.org while sf.net, codehause.org, etc. > is

ibibilio.org / maven.org down?

2006-01-30 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, currently I can not access www.ibiblio.org while sf.net, codehause.org, etc. is accessable without problems. Is there a temporary downtime? Thanks Jörg -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG w

Re: compile idea plugin

2006-01-30 Thread Geoffrey De Smet
do cd .. mvn install This might fail, but don't worry, it will have have installed the pom of maven-plugin-plugin in your local repo. cd maven-idea-plugin mvn compile mvn install With kind regards, Geoffrey De Smet Thomas Spiegl wrote: when compiling the maven idea plugin with mvn compile I

Re: compile idea plugin

2006-01-30 Thread Wendy Smoak
On 1/30/06, Thomas Spiegl <[EMAIL PROTECTED]> wrote: > when compiling the maven idea plugin with mvn compile I get the > following build error. > > [ERROR] BUILD ERROR > [INFO] > > [INFO] The plugin 'org.apache.maven.plu

[m2] Copy with preservelastmodified, like Ant

2006-01-30 Thread Richard Allen
When Maven copies files (to generate a working directory for JARs, WARs, whatever) can it be configured to keep the lastmodified time the same as the original? If not, can that be add as a JIRA issue? Thanks, Richard Allen - T

RE: multi-module maven 2 project

2006-01-30 Thread Johnson, Jonathan
I submitted the parent pom to continuum. Its very nicely found all the sub-modules and set those up as well. I did not have to set up a command line project (not sure what that is either). One thing that could be enhanced for continuum is a tree structure instead of a flat list. The tree str

Re: SVN/SCM Release Help (M20

2006-01-30 Thread brian . a . yoffe
Emmanuel, I took your advice and tried the prepare call again after doing a manual commit using the SVN command line. Suprise it worked.Many thanks to your for your help. Thanks, Brian Yoffe Emmanuel Venisse <[EMAIL PROTECTED]> 01/30/2006 12:21 PM Please respond to "Maven Users List"

Re: SVN/SCM Release Help (M20

2006-01-30 Thread Emmanuel Venisse
Yes, release and scm plugins use maven-scm. I think your maven-release plugin use an old maven-scm (before 1.0-beta-2), You can check it with -X parameter on command line. Code in svn use a more recent version. Emmanuel [EMAIL PROTECTED] a écrit : Ok, Found this and using the SCM plugin dir

Re: SVN/SCM Release Help (M20

2006-01-30 Thread brian . a . yoffe
Ok, Found this and using the SCM plugin directly - seems to work fine (I believe this is the same plugin the release plugin uses).I think I've provided/run every test that I can think of, so I'll stop posting and give people a chance to digest this and propose some other direction. I rea

Re: Adding generated source to jxr report

2006-01-30 Thread Lee Meador
They are generated from within the antrun plugin by an ant script that calls the websphere version of wsdl2java. I add the generated source to the compile and they do get compiled. If I use the -e -X for mvn I can see the two folders in the compile list for the compiler plugin and can see that onl

RE: multi-module maven 2 project

2006-01-30 Thread Stevenson, Chris
Gents, Can I just check, did you setup your mvn multi module project by submitting the parent pom and continuum working it out? Or did you have to create a command line project? I remember a while back that continuum couldn't build multi module projects, except as a command line project. Or

Re: SVN/SCM Release Help (M20

2006-01-30 Thread Emmanuel Venisse
Do you have retry to run release mojo after this command? password must be save now in svn registry. Emmanuel [EMAIL PROTECTED] a écrit : Just verified (again) that command line svn commit functions correctly: Is there a way to test to svn scm plugin in isolation? svn commit --username=MY_UN

Re: SVN/SCM Release Help (M20

2006-01-30 Thread brian . a . yoffe
Just verified (again) that command line svn commit functions correctly: Is there a way to test to svn scm plugin in isolation? svn commit --username=MY_UN --message=Test Sendingpom.xml Authentication realm: Subversion Test Repository Password for 'M

Re: SVN/SCM Release Help (M20

2006-01-30 Thread brian . a . yoffe
Here's the results of svn info: Path: . URL: http://MY_URL/trunk Repository UUID: 0d904ab9-2b0b-0410-8389-833101efcc01 Revision: 22 Node Kind: directory Schedule: normal Last Changed Author: MY_UN Last Changed Rev: 20 Last Changed Date: 2006-01-27 19:12:08 -0500 (Fri, 27 Jan 2006) mvn release:pre

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
I think yes. For my configuration, repo.local-repo.url=file///./ It has the same value of the variable repo.local.store=./ ( on the head of propertie file) My maven-proxy jar and propertie are located on the repository directory (it is the simplest) and a I put #If copy is true, jars are copied fro

compile idea plugin

2006-01-30 Thread Thomas Spiegl
when compiling the maven idea plugin with mvn compile I get the following build error. [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-plugin-plugin' does not exist or no valid version could

Re: Maven-Proxy

2006-01-30 Thread Fredy
The cache ?? The log says: Updating /junit/junit/3.8.1/junit-3.8.1.jar in snapshot cache Where is the cache? Does it mean the "repo.local-repo.url" variable? Usually i can not write to that folder... Fredy "Maven Users List" schrieb am 30.01.06 17:18:59: I don't find what's wrong. You have to

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
In conclusion, Do you think that your maven-proxy works now? Try another dependency for your project Choose it with no dependency to prevent download processing of all transitive dependencies, and compile your project. Does it work? Tom 2006/1/30, Fredy <[EMAIL PROTECTED]>: > hi, > > >Sorry it see

Re: Maven-Proxy

2006-01-30 Thread Fredy
hi, >Sorry it seems stupid but could you connect to internet by using the >http proxy on browser? Yes that works, the proxy has already worked as proxy in settings.xml. Our connection to the internet is very slow ,-( But the timout of the proxy should not be as quick! Fredy "Maven Users List"

RE: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Brian E. Fox
Maven uses plugins to effectively do everything, thus the maven compiler plugin is "out of the box" -Original Message- From: Dave Maung [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 10:39 AM To: Maven Users List Subject: Re: source inclusion and exclusion out of the box in mav

Re: How to install/use a third-party archetype?

2006-01-30 Thread Jason van Zyl
Wendy Smoak wrote: I've created an archetype, and it works fine if I build and install it locally, but I can't figure out how to tell people to get it from the snapshot repository. I need to release the archetype plugin. I added a parameter to specify the repository where the archetype comes f

Re: SVN/SCM Release Help (M20

2006-01-30 Thread Emmanuel Venisse
Are you sure you use the same svn url? Check it with svn info Emmanuel [EMAIL PROTECTED] a écrit : Ok, tried: mvn release:prepare \ -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \ -DtagBase=http://MY_URL/tags \ -Dusername=MY_UN and I tried: mvn releas

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
I don't find what's wrong. You have to retry . Sometimes on browsing central repository it takes a lot of times before you get the window messagedialog to download .jar or .pom. If your httpproxy time out is short the request is cancelled. Sorry it seems stupid but could you connect to internet by

RE: SVN/SCM Release Help (M20

2006-01-30 Thread brian . a . yoffe
Ok, tried: mvn release:prepare \ -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \ -DtagBase=http://MY_URL/tags \ -Dusername=MY_UN and I tried: mvn release:prepare \ -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \ -DtagBase=ht

Re: Maven-Proxy

2006-01-30 Thread Fredy
ok, i've fixed that. Onothe great mistake i had ;-(( I had configured a proxy in my settings, because i need it before i installed this proxy!!! Now Maven says: Downloading: file:///v:/mvnReleaseRepo/junit/junit/3.8.1/junit-3.8.1.jar [WARNING] Unable to get resource from repository kdg_release

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
No I have not.I specify tag on setings.xml - - central maven proxy local test http://10.21.240.120:/repository local-proxy 2006/1/30, Fredy <[EMAIL PROTECTED]>: > How have you configured your maven-proxy as repositoiry? > > I've extend my profile in settings.xml like this: >

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Dave Maung
no. Javadoc inclusion source code is not the thing I was asking. I was asking about something maven can compile java source code in a customized way out of the box, basically do the similar thing as maven-compiler. probably, there isn't one and that is why maven compiler plugin exist. On 1/30/

Re: Maven-Proxy

2006-01-30 Thread Fredy
How have you configured your maven-proxy as repositoiry? I've extend my profile in settings.xml like this: maven-proxy ...Repositories http://:8080/maven-proxy-webapp true true Fredy "Maven Users

Re: How to install/use a third-party archetype?

2006-01-30 Thread Wendy Smoak
On 1/29/06, Fredy <[EMAIL PROTECTED]> wrote: > Can you add the snippet of your settings.xml? Sure: http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/Settings Do I need to do something prior to 'mvn archetype:create' or should it go retrieve the archetype? It looks like it's trying to find it... $

Re: Maven-Proxy

2006-01-30 Thread Fredy
The request doesn't reach the proxy ?!?!?! 2006-01-30 16:10:18,242 [INFO ] proxy.servlets.RepositoryServlet - Received request: null 2006-01-30 16:10:18,246 [INFO ] proxy.servlets.RepositoryServlet - Received request: / 2006-01-30 16:10:18,250 [INFO ] proxy.servlets.RepositoryServlet - Browsi

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
Sometimes , I get this error . I restart maven-proxy and it works again. 2006/1/30, Fredy <[EMAIL PROTECTED]>: > So, > I have set up the maven-proxy and it seems it's running. > > But if I delete a jar from my local repository and start mvn compile than in > hangs: > > Downloading: > http://:808

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
2006/1/30, Tom Joad <[EMAIL PROTECTED]>: > I use the standalone version . I launch maven-proxy in a linux > terminal so I get logs in standard output . When it downloads the > artifact from remote repository , I find the requests sent passing by > http-proxy. Do you have the same on tomcat terminal

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
I use the standalone version . I launch maven-proxy in a linux terminal so I get logs in standard output . When it downloads the artifact from remote repository , I find the requests sent passing by http-proxy. Do you have the same on tomcat terminal? 2006/1/30, Fredy <[EMAIL PROTECTED]>: > So, >

m2: developing ant plugin - problems passing maven.compile.classpath

2006-01-30 Thread john . w . law
I have created an ant plugin with the following mojo: gateway.mojos.xml generate-transform generate-xquery this target generates the transform driven from pathMappings.xml Here is the corresponding target within my build script:

Re: Maven-Proxy

2006-01-30 Thread Fredy
So, I have set up the maven-proxy and it seems it's running. But if I delete a jar from my local repository and start mvn compile than in hangs: Downloading: http://:8080/maven-proxy-webapp/repository/junit/junit/3.8.1/junit-3.8.1.jar after a few minutes the following error occures: from the

Maven integration with WAS5

2006-01-30 Thread Saravanakumar . B
Hi, Can any of you please help me with this info . How to start , stop , deploy applications on WAS5 with maven2 Regards Saravana

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
Hello, you just need to specify Ip adress or dns name and port of your http-proxy and possibly authentication values. If you have one http-proxy proxy.list=one and #Unauthenticated proxy proxy.one.host=HtpProxyAddress proxy.one.port=HttpProxyPort And so one if you are more tha one http-proxy.

Re: [m2] multiple "cvs" modules

2006-01-30 Thread Ramin Farhanian
Dear Fredy, I sympathize with you. I have had the same problem in the last two month and I came up with multiple modules to be more comfortable with the everchanging requirement of the client. Emmanuel just imagine that my application could have connections to three different databases in one

Maven-Proxy problems durting startup

2006-01-30 Thread Fredy
Hi all, does anybody knows a/this problem with maven-proxy? We have installed it as a webapp in tomcat 5.0.19 with the default configuration. 2006-01-30 14:04:40,971 [INFO ] webapp.listeners.Lifecycle - Starting... 2006-01-30 14:04:40,976 [INFO ] webapp.listeners.Lifecycle - Loading /srv/www/t

Maven-Proxy

2006-01-30 Thread Fredy
Hey all, is it possible to use a http-proxy in the maven-proxy? What is this configuration for= does it work? Fredy PROXIES #This is just a hack, it should auto discover them proxy.list=one,two,three #Unauthenticated proxy proxy.one.host=proxy1.example.com proxy.one.port=3128 #

Re: [m2] multiple "cvs" modules

2006-01-30 Thread Emmanuel Venisse
You can use relative path in modules definition in your pom. Emmanuel Fredy a écrit : You are right, but it is more convenient to make releases ;-) If the global enviroment not processed as a 'good practice', somethimes it's difficult to develop in an 'good practice'. And if the customers not

Maven2: Surefire plugin and inner classes

2006-01-30 Thread Georges Polyzois
Hi We had some problems with JUnit tests where the test class has an inner class. Suppose you have a test class - e.g. TestDummy - which has a inner class named InnerDummy. This will produce two classes in taget/test-classe named TestDummy.class and TestDummy$InnerDummy.class the sure fire plu

Re: Nightly builds in Maven2

2006-01-30 Thread Emmanuel Venisse
You can use Continuum (http://maven.apache.org/continuum) Emmanuel [EMAIL PROTECTED] a écrit : Hi , I believe cruise control supports only maven1.x , Is there anyway to create nightly builds in maven2 ? Regards Saravana -

Overriding the war target

2006-01-30 Thread Paul Hepworth
Hi I have got a couple of profiles set up for my build process, and in one of the profiles, I don't want to perform the war target but instead use the antrun plugin to perform some other functionality. Is it possible to stop the war target from running by default? Thanks Paul This message

Re: M2.02 - mvn site now triggers a compile!

2006-01-30 Thread David Sag
Hmm okay then something very strange is happening as when I type mvn site it attempts to compile my code again, then instrument the classes for cobertura again (only now generates 0 byte length classes doing so) and then dies running the unit tests via surefire. i don't have the source code for

RE: Possibility to define central mirror on command line ?

2006-01-30 Thread LECAN Damien
> The embedder now uses it. It will align itself to a user > installation if it exists. Waoh ! In maven-2.0.3-snapshot or maven-2.1.0-snapshot ? Thanks Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [m2] multiple "cvs" modules

2006-01-30 Thread Fredy
You are right, but it is more convenient to make releases ;-) If the global enviroment not processed as a 'good practice', somethimes it's difficult to develop in an 'good practice'. And if the customers not sure what they want, it can be very difficult to develop in a 'good practice'. So i thou

Nightly builds in Maven2

2006-01-30 Thread Saravanakumar . B
Hi , I believe cruise control supports only maven1.x , Is there anyway to create nightly builds in maven2 ? Regards Saravana

Re: Executing mvn test (JUnit)

2006-01-30 Thread Allan Ramirez
Try this http://maven.apache.org/plugins/maven-surefire-plugin/howto.html -allan [EMAIL PROTECTED] wrote: Hi Folks Perhaps my problems is very simple: I am creating very simple tests creating simple testcases, when I do the smaller and easier test using some class as which is src folder

Re: antrun plugin in both parent and child run tasks twice

2006-01-30 Thread Martin van der Plas
Hi Antrun developer, Please respond. Martin Martin van der Plas wrote: Hi, When I have a parent and child pom, and both have an antrun plugin entry, I notice that activated anttask run twice. See attached poms and the output below. My directory structure: parent/ /pom.xml

Continuum & Maven 2 not using settings.xml

2006-01-30 Thread Christian Mouttet
Hello everybody, on my Linux machine I have jdk-1.5, maven-2.0.1 and continuum-1.0.2 installed. With adding any M2-Project I run into trouble: The configuration file settings.xml isn't used by Maven when called by Continuum. I have tried quite a lot with help of Emmanuel - thank's for that agai

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Kees de Kooter
Sorry, that is on a different mailing list. On 1/30/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > Dave, see the "Source attachment and javadoc location" thread. > > > If the sources are available in repository, plugin will download and > install it so you can browse it without doing anything ma

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Kees de Kooter
Dave, see the "Source attachment and javadoc location" thread. If the sources are available in repository, plugin will download and install it so you can browse it without doing anything manually. Unfortunately, not all projects have sources packaged with them on ibiblio as far as I know. It work

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Dave Maung
anybody know? On 1/28/06, Dave Maung <[EMAIL PROTECTED]> wrote: > > Is there way to include and exclude java source out of the box in maven 2 > instead of using maven-compiler-plugin? > something like? > > ../main/src/java > > custom.java > Dave >

Re: SVN/SCM Release Help

2006-01-30 Thread Emmanuel Venisse
Try this : mvn release:prepare \ -Dproject.scm.developerConnection=scm:svn:http://MY_URL/trunk \ -DtagBase=http://MY_URL/tags \ -Dusername=MY_UN -Dpassword=MY_PW Emmanuel [EMAIL PROTECTED] a écrit : I'm moving from an ANT build script to Maven, and also moving from a wi

Re: [m2] multiple "cvs" modules

2006-01-30 Thread Emmanuel Venisse
It's possible, but it isn't a good practice. If you separate your projects in several cvs modules, it's because they are independant with their own release cycle. So you don't must use them as subprojects but as dependencies only. Emmanuel Fredy a écrit : Hey all, is it possible to create a p

Re: [m2] dependency with local file

2006-01-30 Thread Samuel Liard
Thanks, It's work :) Now I want to create an EJBJar for Jonas (without xDoclet). I don't find something like genic or ejbjar... Is it possible, or I have to create an Maven plug-in to do that ? Samuel --- Tim Morrow <[EMAIL PROTECTED]> a écrit : > Specifically for a dependency on the J2EE > s

  1   2   >