RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mercredi 11 mai 2005 07:04 To: Maven Users List Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 This looks like a much better solution to me, and could make for a clover:multiproject goal

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mercredi 11 mai 2005 07:04 To: Maven Users List Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 This looks like a much better solution to me, and could make for a clover:multiproject goal

Rollout - mechanism

2005-05-11 Thread tmaus
hi there .. using the jar plugin im able to create my jar based application .. it is properly stored in the local rep ... im looking for a plugin that helps me rolling out my final application ( i do not mean javaapp .. which unzips all dependencies and packs everything together ) ... what do

Using Eclipse Compiler in Maven

2005-05-11 Thread Gebhardt, Jörn
Hi, I've set up a Maven build to create an EJB jar and an EAR application which I deploy to JBoss. I'm using Eclipse 3.0 in order to develop my code and I really love the hot code deployment feature. However, because I built my EAR file with Maven (i.e. the standard jdk compiler) and

Re: Rollout - mechanism

2005-05-11 Thread dan tran
dont think there is one yet since it is not generic enough (IMO) to generalize a plugin. You can create another maven project which all your previouly buildt artifacts + dpendencies. Then in your maven.xml create a custom goal to make your desired runtime footprint. Take a look at

RE: Using Eclipse Compiler in Maven

2005-05-11 Thread Maurice Nicholson
Hi, you don't need to use the Eclipse compiler; hot deploy should work fine using Eclipse while debugging and javac to build the deployment JARs. But... AFAIK the only thing that can be hot-replaced is a change to an existing method implementation. If you add/rename methods, change method

Minor docs layout issue..

2005-05-11 Thread Mark Hobson
Hi there, Any chance of inserting a few tabs here?: http://maven.apache.org/maven2/project-descriptor.html http://maven.apache.org/maven2/settings-descriptor.html Not sure whether you guys automate the building of these xdocs, but if not give me a shout if you need a patch.. Cheers, Mark

AW: jar:deploy settings?

2005-05-11 Thread Jan Rudert
hi, thanks! deploying now works, the new problem is, that when attemptimg jars from there he gives me an unknownhostexception until I switch back to file://x/y what's that? thank you very much jan -Ursprüngliche Nachricht- Von: Brett Porter [mailto:[EMAIL PROTECTED] Gesendet:

AW: Using Eclipse Compiler in Maven

2005-05-11 Thread Gebhardt, Jörn
Hi Maurice, Unfortunately it doesn't work... I'm just changing an existing method implementation and when I rerun a JUnit test I get the Hot code replace failed - Scheme change not implemented exception. And I also assured that Eclpise's compiler compliance level is set to version 1.4 (I'm

RE: Using Eclipse Compiler in Maven

2005-05-11 Thread Maurice Nicholson
Hi Joern, Actually we build and deploy our EJBs with plain old JAR files, not EARs. But perhaps the fact you do not get a warning initially means it is reloading the class correctly into the app server!? I don't use Eclipse (anymore), but I would expect that as soon as the class is compiled, it

WebSphere 6 plugin ??

2005-05-11 Thread Mark D. Hansen
Is there a plugin for WAS 6? If not, has anyone used the WAS 5 plugin successfully with WAS 6 ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Junit tests

2005-05-11 Thread Bahaa Nasrallah
Hi, I need to know if after running the unit tests is there any variable that indicates if any of the tests has failed? I want after compiling the project to run unit tests and then depending if the whole tests pass then i continue with another targets otherwise i want to send an email showing

PMD plugin resources

2005-05-11 Thread Massimo Lusetti
I've updated my pmd plugin to the latest release (1.6) but still have plugins/maven-pmd-plugin-1.4 directory which contains plugins-resources/rulests Everything was done with maven -DgroupId=maven -DartifactId=maven-pmd-plugin -Dtype=plugin -Dversion=1.6 plugin:download Is

AW: Using Eclipse Compiler in Maven

2005-05-11 Thread Gebhardt, Jörn
Hi Maurice, I don't get the hot replacement working and I still believe that it is a problem with the different compilers... So does anybody know how to run Maven with the Eclipse Java compiler, i.e. where do I configure the classpath of Maven/Java Plugin/Jelly-Ant so that the Ant java task

Re: Minor docs layout issue..

2005-05-11 Thread Brett Porter
still a problem? I only just republished a few hours back, and they look fine to me now (was bad before). - Brett On 5/11/05, Mark Hobson [EMAIL PROTECTED] wrote: Hi there, Any chance of inserting a few tabs here?: http://maven.apache.org/maven2/project-descriptor.html

Re: Minor docs layout issue..

2005-05-11 Thread Mark Hobson
Heh, looks like I asked as you were publishing.. :) Cheers, Mark On 5/11/05, Brett Porter [EMAIL PROTECTED] wrote: still a problem? I only just republished a few hours back, and they look fine to me now (was bad before). - Brett On 5/11/05, Mark Hobson [EMAIL PROTECTED] wrote: Hi

RE: Plugin Developer's Guide?

2005-05-11 Thread Vincent Massol
Hi Alex, It'll be available on Safari roughly at the same time as it appears in bookstore, so I'd say mid-June/end of June. Thanks -Vincent -Original Message- From: Alex Soto [mailto:[EMAIL PROTECTED] Sent: mercredi 11 mai 2005 06:43 To: Maven Users List Subject: Re: Plugin

RE: Plugin Developer's Guide?

2005-05-11 Thread Vincent Massol
Hi Alex, It'll be available on Safari roughly at the same time as it appears in bookstore, so I'd say mid-June/end of June. Thanks -Vincent -Original Message- From: Alex Soto [mailto:[EMAIL PROTECTED] Sent: mercredi 11 mai 2005 06:43 To: Maven Users List Subject: Re: Plugin

RE: Using Eclipse Compiler in Maven

2005-05-11 Thread Tran, Khiet
Hi Jörn, I am compiling with Eclipse and here's how I do it: I've added these jars into maven installation maven\lib\jdtCompilerAdapter.jar maven\lib\jdtcore.jar and specify this property build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter somewhere into maven properties tree. Hope this helps,

RE: Using Eclipse Compiler in Maven

2005-05-11 Thread Tran, Khiet
Sorry, I've added these lines to maven/bin/forehead.conf too: ${maven.home}/lib/jdtcore.jar ${maven.home}/lib/jdtCompilerAdapter.jar -Original Message- From: Tran, Khiet [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 10:11 AM To: 'Maven Users List' Subject: RE: Using

j:if ...

2005-05-11 Thread sergiu gordea
Hi all, I have a little problem. We used ant in our project and now we migrated to maven. I read that the ant unless is replaced with j:if, but it seems that tha test attribute must have a boolean value j:if test=true ... How can I check in maven if a file exists? I need to write something like

Re: j:if ...

2005-05-11 Thread Arik Kfir
Hi Try this (the u is from jelly:util namespace): u:file var=f name=/${my.file.property.name}/myfile.jar// j:if test=${f.exists()} ... /j:if sergiu gordea wrote: Hi all, I have a little problem. We used ant in our project and now we migrated to maven. I read that the ant unless is

Re: j:if ...

2005-05-11 Thread sergiu gordea
Arik Kfir wrote: Hi Try this (the u is from jelly:util namespace): u:file var=f name=/${my.file.property.name}/myfile.jar// j:if test=${f.exists()} ... /j:if Thanks a lot, Sergiu sergiu gordea wrote: Hi all, I have a little problem. We used ant in our project and now we migrated to

Re: j:if ...

2005-05-11 Thread Arik Kfir
Gladly :) sergiu gordea wrote: Arik Kfir wrote: Hi Try this (the u is from jelly:util namespace): u:file var=f name=/${my.file.property.name}/myfile.jar// j:if test=${f.exists()} ... /j:if Thanks a lot, Sergiu sergiu gordea wrote: Hi all, I have a little problem. We used ant in

Maven FAQ plugin schema?

2005-05-11 Thread Jeff Jensen
Is there a schema file for the FAQ? Particularly, is there a URL to use for the namespace? I didn't see one in its jar or repository area, nor in the doc page for it, and the example one was not using one. So there probably is not one, but wanted to check.

AW: Using Eclipse Compiler in Maven

2005-05-11 Thread Gebhardt, Jörn
Thanks Khiet, now everything is working fine. Even my hot-deployment works! Just a short anecdote: I've did exactly what you told me before (adding jars to lib and forehead.conf) but I got the exception that the org.eclipse.jdt.core.JDTCompilerAdapter couldn't be found. Now I found the reason

Re: j:if ...

2005-05-11 Thread Steve Molloy
You might want to have a look at the available tag... http://jakarta.apache.org/commons/jelly/libs/util/tags.html#util:available Steve On Wed, 2005-11-05 at 17:36 +0200, Arik Kfir wrote: Gladly :) sergiu gordea wrote: Arik Kfir wrote: Hi Try this (the u is from jelly:util

build.properties question: how get environment variable values?

2005-05-11 Thread Mark D. Hansen
I've got this in my build.properties (running in linux): was.home=$WAS_HOME It does not give the desired result. Instead of setting was.home to 'opt/IBM/WebSphere/AppServer', it sets was.home to '$WAS_HOME'. How do I get the value of a shell environment variable inside of maven? Thanks!

RE: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-11 Thread Vincent Massol
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: mercredi 11 mai 2005 07:04 To: Maven Users List Subject: Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2 This looks like a much better solution to me, and could make for a clover:multiproject goal

Re: Mevenide problem with eclipse 3.1M6

2005-05-11 Thread Gilles Dodinet
i've already added a jira entry concerning this issue (http://jira.codehaus.org/browse/MEVENIDE-176). i havent had the time to investigate this so i dont know yet why m6 breaks the editor. -- gd Thomas Van de Velde wrote: In that case I'd log it in JIRA (I had a similar problem when 3.0 first

aspectj plugin and 1.5 report

2005-05-11 Thread Adam Jenkins
Hi Guys, Just reporting back on the status on java 1.5, aspectj1.5 and the aspectj plugin. I did a test just switching the project.xml dependencies to aspectrt-1.5.jar and aspectjtools-1.5.jar and reinstalling the plugin (had to add the jars manually as I don't think they're on ibiblio).

Re: maven-1.1-SNAPSHOT + jelly + XSLT

2005-05-11 Thread Brett Porter
Maven 1.1 doesn't come bundled with all the optional tasks. You need to add a dependency on ant-style-1.6.jar, and possibly set the classloader to root (FAQ may help here) Cheers, Brett On 5/12/05, Bradford Pielech [EMAIL PROTECTED] wrote: I am having trouble invoking my project's old ant

Re: build.properties question: how get environment variable values?

2005-05-11 Thread Brett Porter
Ant has a way to retrieve them, which you could do in maven.xml, but I'd suggest avoiding the need wherever possible. Cheers, Brett On 5/12/05, Mark D. Hansen [EMAIL PROTECTED] wrote: I've got this in my build.properties (running in linux): was.home=$WAS_HOME It does not give the desired

Re: Junit tests

2005-05-11 Thread Brett Porter
you should set the ignore property to 'true' so that the failure doesn't halt the build, then look at 'maven.test.failure' to see if they failed or not. - Brett On 5/11/05, Bahaa Nasrallah [EMAIL PROTECTED] wrote: Hi, I need to know if after running the unit tests is there any variable that

Re: jar:deploy settings?

2005-05-11 Thread Brett Porter
The JDK URL Handler doesn't follow the spec with file: URLs. We do some munging to try and work around it, but I've found the best way to set it is just file:$PATH, eg file:/x/y. This is only the case for the repo.remote setting - the deployment should work with both. - Brett On 5/11/05, Jan

Need advice on deploying compoent software

2005-05-11 Thread Helck, Christopher
I know this could be a huge topic, but I have to start somewhere and I suspect that this issue is common for maven users. We've successfully migrated a project from Ant to Maven. In the process we've broken a large application into 5 components. Currently we deploy and install the entire thing as

[m2] - how to use scm

2005-05-11 Thread Chalermpong Chaiyawan
Hi, I am a newbie. I want to update latest source code from cvs before building the project. I tried to put scm into pom.xml like this scm connectionscm:cvs:pserver:[EMAIL PROTECTED]:/usr/local/arg:common-util/connection /scm and run the following command $ m2 scm:update I got this error

Re: [m2] - how to use scm

2005-05-11 Thread Brett Porter
It seems that there is no maven-scm-plugin-1.0-SNAPSHOT.jar on the remote repo, any idea? There is no SCM plugin for m2 yet. See http://maven.apache.org/maven2/plugin-list.html. - Brett - To unsubscribe, e-mail: [EMAIL

Geronimo deploy

2005-05-11 Thread GOKULAM Jayaram
Hi all, I wrote up a customized script to do a deployment in Geronimo server. This is how my jelly looks like goal name=geronimo:deploy description=Deploys an application attainGoal name=geronimo:log/ java classname=org.apache.geronimo.deployment.Deployer classpath