using ant to do the packaging

2006-10-09 Thread Nigel Magnay
Hello listers I am binding things like ant tasks into the lifecycle by using the maven-antrun-plugin bound to the package phase. The ant script usually overwrites the target/blah.jar file with something new. This works well, and I get what I expect in the target directory of my build.

Continuum abruptly stopped

2006-10-09 Thread Anoop kumar V
Here are the last 100 lines of nohup.out. Seems to say There was no such logger $ tail -100 nohup.out 10:56:33.135 EVENT Stopped HttpContext[/] 10:56:33.136 EVENT Stopped [EMAIL PROTECTED] [INFO] Stopping servlet container service. [INFO] Undeploying 'continuum'. 2006-09-25 10:56:33,136

Re: Continuum abruptly stopped

2006-10-09 Thread Jesse McConnell
no such logger is normal I believe...what killed the process? On 10/9/06, Anoop kumar V [EMAIL PROTECTED] wrote: Here are the last 100 lines of nohup.out. Seems to say There was no such logger $ tail -100 nohup.out 10:56:33.135 EVENT Stopped HttpContext[/] 10:56:33.136 EVENT Stopped [EMAIL

Re: Continuum abruptly stopped

2006-10-09 Thread Jesse McConnell
ya, I don't think 100 lines back is enough for that, could you get some more before the Stopping Jetty bit would be good On 10/9/06, Anoop kumar V [EMAIL PROTECTED] wrote: I dont know what killed the process.. Actually looking more at the same logs it seems that the process was killed before

Re: MavenProject from pom.xml

2006-10-09 Thread MortenK
It's not for plugin testing! I simply need to load the pom.xml in a plugin I'm working on to be able to read configurations for several maven projects specified by user. MortenK franz see wrote: MortenK wrote: How can I load a pom.xml file from the filesystem into a MavenProject

RE: sjc (jaxb) plugin for jdk1.4

2006-10-09 Thread Swenson, Eric
I found the jaxb1 maven plugin at: http://jira.codehaus.org/browse/MOJO-374. This appears to work fine with jdk 1.4. -- Eric From: Swenson, Eric Sent: Sunday, October 08, 2006 8:02 PM To: 'users@maven.apache.org' Subject: sjc (jaxb) plugin for jdk1.4 I

jar and war together

2006-10-09 Thread Neeraj Bisht
hi all i want to install jar and war from one pom but how i can achieve this i do not know i tried and able to made the jar and war from single pom but able only to install one ,either jar or war can any one tell me how i can install or deploy both jar and war Regards Neeraj

har plugin

2006-10-09 Thread Neeraj Bisht
hi all can any one tell be there is any plugin for packing my project in har file as like of jar , Regards Neeraj

Re: [m2] Artifact not resolving for internal repository

2006-10-09 Thread Tony Truong
thanks for the help. I found the bug http://jira.codehaus.org/browse/MNG-714 Changes will be commited in 2.1 Wayne Fay wrote: Have you tried -o for offline, just to see if it works? Or perhaps instead -npu as this is a plugin and not a random artifact/dependency? Wayne On 10/8/06,

Re: Checkstyle influence on build process

2006-10-09 Thread Rolf Strijdhorst
I have gone a little further but still no succes. I found a configuration property but when i set this to true the reporting fails all together with an exception this is the property: failsOnErrortrue/failsOnError This is my configuration build plugins

Re: Issues with calling mvn from Ant on Linux

2006-10-09 Thread Hervé BOUTEMY
It works perfectly here. Here is the full build.xml I wrote for the test : project default=def basedir=. target name=def macrodef name=projectfiles attribute name=dir/ sequential exec dir=@{dir} executable=mvn.bat os=Windows XP arg line=--version/

SV: jar and war together

2006-10-09 Thread Naess, Ronny
Do you have one pom with one war artifact and one jar dependency, or do you have one parent pom (maven 2) with two modules/artifacts? I guess you want your jar in [war]/WEB-INF/lib when deployed to server? The jar artifact should be included into lib if spesified as a dependency. The war plugin

Re: jar and war together

2006-10-09 Thread neeraj daffodil
i have simple pom which contain only one source and of this source i want to make war and jar means 1) i have one source and genrate jar and war of same source my pom is like project modelVersion4.0.0/modelVersion groupIdcom.daffodilwoods.framework/groupId artifactIddakwar/artifactId

Re: har plugin

2006-10-09 Thread Wayne Fay
I know there's work underway on a JBoss Maven plugin, which will support HAR files along with other types, but I don't know much about it to be honest... Search the archives and you should find several discussions on the subject. Wayne On 10/9/06, Neeraj Bisht [EMAIL PROTECTED] wrote: hi all

Re: [Multiple modules]

2006-10-09 Thread aquinault
My solution consist of: to have a flat hierarchical under CVS. ex: -TestWeb1WAR -TestWeb2WAR -TestWebEAR -TestWebMultiProject Make an alias under CVSROOT/modules. ex: testVPRWebMPAlias TestWebMultiProject pom.xml TestWeb1WAR TestWeb2WAR TestWebEAR to have a multiproject POM.XML looks like:

SV: jar and war together

2006-10-09 Thread Naess, Ronny
Sorry, I do not have the answer for why this is not working. Maybe you could try it the other way around? Change your pom to hav packaging to war, and specify maven-jar-plugin instead. We have more than one pom with packaging set to jar and at same time using maven-jar-plugin spesifying test-jar

required artifacts missing:xdoclet-plugins:xdoclet-plugin-qtags:jar:${pom.currentVersion}

2006-10-09 Thread bhaskar ramasamy
Hi Maven Users, Iam getting the following error even after manual installation of missing artifacts. Your help will be highly appreciated. [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) [INFO]

Re: Can I bypass the whole Maven build part?!

2006-10-09 Thread Manfred Moser
SomeDude wrote: I am very new to Maven and from the introductory reading that I have done I am starting to understand that if I were to use it in our projects I would have to replace our current build process. Here are my problems: 1) Boss wants me to see if Maven can be useful for us in the

MavenProject from pom.xml

2006-10-09 Thread Morten Kristiansen
How can I load a pom.xml file from the filesystem into a MavenProject object? Morten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem getting started

2006-10-09 Thread Bart Zagers
This doesn't really help, the intro is the same/similar as with the basic Maven starting guide and naturally does not mention my basic (and probably stupid) problem. [INFO] [compiler:testCompile] Compiling 1 source file to D:\test\VacApp\target\test-classes [INFO] [surefire:test] [INFO] Surefire

Re: Idea plugin and hot deploys from Maven

2006-10-09 Thread Ralf Quebbemann
As far as I know this is not possible. The Idea plugin creates Idea Project/Module files from your existing Maven POMs, but it does not provide a Maven integration (like ant) into Idea (please correct me anybody if I am wrong). I am currently in process of writing such a plugin that

Site issue

2006-10-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I got this while running mvn site. What special dependencies do I need to have to be able to build a Maven 2 Site? Thanks. [ERROR] BUILD ERROR [INFO] [INFO] Error building POM (may not be this project's POM).

Weblogic plugin

2006-10-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi, I am having a problem with using the stop goal of the Weblogic plugin. Here is my error. [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin manager executing goal

Lib dependencies in .war artifact

2006-10-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I need some .jar's for compilation of a .war artifact, but I want to only include a subset of these in the WEB-INF/lib. If I set the subset of the ones for inclusion with the scope of runtime for each, they will not be used for compilation, and the compilation will fail. Thus, the question

Problem using Maven to run ejb3 tests.

2006-10-09 Thread Watt Poosanguansit
Hi, I am new to Maven2. I appreciate any advice. I am using Maven2 with Netbeans 5.5. I created and tested ejb3 entity beans code in Netbeans web project and everything works find. So I move the code to Maven project. It does compile fine but it has an error No Persistence provider for

XDoclet problem using the Maven2 xdoclet plugin

2006-10-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I try to generate the XDoclet artifacts using the following definition. However, nothing gets produced in the target in generated-souces/xdoclet. In fact, no artificats anywhere are produced when I call mvn generate-sources. May someone please assist me in this, as I have searched this

Re: Site issue

2006-10-09 Thread Geoffrey De Smet
Are you using maven 2.0.4? I think I had this issue too when using maven 2.0.2 with a newer site plugin. Morgovsky, Alexander (US - Glen Mills) wrote, On 2006-10-07 8:34 AM: Hi. I got this while running mvn site. What special dependencies do I need to have to be able to build a Maven 2

Aid with Maven2

2006-10-09 Thread Saminda Abeyruwan
Hi All, I'm in the process of migrating from Maven1 to Maven2. I got the following problem, When i say mvn install, it'll work. But after when i said, mvn clean, following exception occurred with -e ===

Re: har plugin

2006-10-09 Thread neeraj daffodil
Thanks Wayne fay On 10/9/06, Wayne Fay [EMAIL PROTECTED] wrote: I know there's work underway on a JBoss Maven plugin, which will support HAR files along with other types, but I don't know much about it to be honest... Search the archives and you should find several discussions on the subject.

SV: Aid with Maven2

2006-10-09 Thread Naess, Ronny
Try 'mvn -cpu install' or also delete the plugin manually in your repository so it downloads a new one when you try again. -Ronny -Opprinnelig melding- Fra: Saminda Abeyruwan [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 10:04 Til: users@maven.apache.org Emne: Aid with Maven2 Hi

Re: sjc (jaxb) plugin for jdk1.4

2006-10-09 Thread Aleksei Valikov
Hi. I am trying to convert a large ant project to maven and the project (for various reasons) is tied to jdk 1.4. There are several uses of xjc (jaxb) and I wanted to use a maven jaxb plugin in order to build those projects. However, the jaxb plugin available maven-jaxb-plugin

Re: problem getting started

2006-10-09 Thread Naess, Ronny
Can you paste your POM? -Opprinnelig melding- Fra: Bart Zagers [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 09:57 Til: users@maven.apache.org Emne: Re: problem getting started This doesn't really help, the intro is the same/similar as with the basic Maven starting guide and

Re: XDoclet problem using the Maven2 xdoclet plugin

2006-10-09 Thread Rémy Sanlaville
It seems that the XDoclet plugin does not work very welll. One solution is to use the antrun plugin with an ejbdoclet task See http://www.nabble.com/-M2--Struts-and-XDoclet-tf1775233.html#a4832525 http://www.nabble.com/maven2---xdoclet-plugin-and-strutsconfigxml-tf2270128.html#a6363580

docbook plugin

2006-10-09 Thread Aleksei Valikov
Hi folks, Which docbook plugin would you recommend to use? Just like many people I previously used DocBook XSLTs and builds from Hibernate documentation. My projects are now ported to Maven and I'd like to port documentation generation as well. I've found several plugins that seem to do the

Re: problem getting started

2006-10-09 Thread Bart Zagers
I don't think the problem is there, it's the basic generated pom project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion

SV: problem getting started

2006-10-09 Thread Naess, Ronny
I agree. Not much in this pom that can og wrong. If you have tested it on an other machine and it workd there must be a path issue or something like your dutch message says :-) -Ronny -Opprinnelig melding- Fra: Bart Zagers [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 10:40 Til:

Re: problem getting started

2006-10-09 Thread Marco Mistroni
hello, can you run mvn --debug to have more informations? hth marco On 10/9/06, Bart Zagers [EMAIL PROTECTED] wrote: I don't think the problem is there, it's the basic generated pom project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Problem using Maven to run ejb3 tests.

2006-10-09 Thread Marco Mistroni
Hello, shoudnt' persistence.xml be included int he META-INF directory of your ejb target classes? because you'll need it when you deploy it on appserver...thus it will have to be part of your ejb3 deployment . personally, i m putting persitence.xml in src/main/resources/META-INF directory and i

Eclipse and web services

2006-10-09 Thread Javier Leyba
Hi I'm trying to adapt my old ant project to maven. My application was a web service with the following structure: +---classes +---etc ¦ +---xml ¦ +---wsdl +---src In etc/xml/ I use to have mappings needed to generate a wsdl and the wsdl file is generated in wsdl directory. My

Multiple Project, Multiple POM

2006-10-09 Thread swdev
Hello, Suppose I have the following directory structure: + jgtfw . + src .. + main ... + java * CrudAction.java * pom.xml + osstaf . + src .. + main ... + webapp * pom.xml I want to use CrudAction.java in osstaf project, as

hexadecimals as integer parameters

2006-10-09 Thread Philippe Faes
Hi all, I've noticed that I cannot pass hex values 0xa01 or octal values 0755 as integer parameters. This fails in the pom, and in the source file of the Mojo I develop (@parameter expression=0xa01). I'd like to submit this as a feature request, but I have no idea which project is responsible

buildnumber for maven2

2006-10-09 Thread Ravinder Singh
I want to have a buildnumber appended to each snapshot I generate.. Is this possible using maven2? I was looking at groupIdorg.codehaus.mojo/groupId artifactIdmaven-buildnumber-plugin/artifactId But it seems that this is for maven1, or am i wrong? Ravinder Singh

Re: Eclipse and web services

2006-10-09 Thread Marco Mistroni
Hello, On 10/9/06, Javier Leyba [EMAIL PROTECTED] wrote: Hi I'm trying to adapt my old ant project to maven. My application was a web service with the following structure: +---classes +---etc ¦ +---xml ¦ +---wsdl +---src In etc/xml/ I use to have mappings needed to generate a

Re: Eclipse and web services

2006-10-09 Thread Marco Mistroni
Hello, my 2 cents here On 10/9/06, Javier Leyba [EMAIL PROTECTED] wrote: Hi I'm trying to adapt my old ant project to maven. My application was a web service with the following structure: +---classes +---etc ¦ +---xml ¦ +---wsdl +---src In etc/xml/ I use to have mappings needed to

Re: MavenProject from pom.xml

2006-10-09 Thread Kristian Nordal
On 10/6/06, Morten Kristiansen [EMAIL PROTECTED] wrote: How can I load a pom.xml file from the filesystem into a MavenProject object? http://maven.apache.org/guides/mini/guide-embedding-m2.html -- Cheers, Kristian

SV: Multiple Project, Multiple POM

2006-10-09 Thread Naess, Ronny
In your osstaf/project pom create a dependency to jgtfw like this. dependency groupIdyour.jgtfw.group.id/groupId artifactIdjgtfw/artifactId version1.0-SNAPSHOT/version!-- or the correct version number you are using -- /dependency When compiling osstaf the dependency will

Re: jar and war together

2006-10-09 Thread Neeraj Bisht
hi Ronny i tried both way and not able to install the jar or war actully it is installing jar but which is it installing is also wrong while at installing it show following message Installing D:\data\localcvs\ABHIWORK\sample\Release\DAK\module\war\target\dakwar- 1.0-SNAPSHOT.war to

SV: buildnumber for maven2

2006-10-09 Thread Naess, Ronny
Since it not is a release i guess timestamp would solve your purposes? Try 'mvn deploy' it uploads a timestamped artifact to your internal repository (must be configured). It is to be considered as a stable snapshot build. Internal repository: distributionManagement repository

SV: jar and war together

2006-10-09 Thread Naess, Ronny
What, it says it installes the war to the jar? Is it replacing/moving it? Seems like strange behavior. Is it only the jar and now war inside C:\Documents and Settings\harvinder.bhutani.HARVINDER\.m2\repository\com\daffodilwoods\fr amework\dakwar\1.0-SNAPSHOT\ If only the jar, if you look iside

War file with other suffix

2006-10-09 Thread Per Norrman
Hi, we develop SIP servlets which are packaged in SAR files--just like WAR files but with a SIP servlet specific descriptor added, sip.xml, and a '.sar' extension. This works very well using the maven-war-plugin. However, I just cannot find a way to control the file extension--it seems to be

Re: jar and war together

2006-10-09 Thread Mark Struberg
please take a short look at my last comment in MWAR-73 http://jira.codehaus.org/browse/MWAR-73 I patched the maven-war-plugin to also generate an attached artifact with the jar-ed WEB-INF/classes if you set archiveClasses=true. This attached artifact may later be requested as dependency in

Warnings accessing M1 repository

2006-10-09 Thread Sybren Stüvel
Hi there, I'm moving our projects from Maven 1 to Maven 2, and things are looking good. When running Maven 2 I do get a list of warnings: Downloading: http://repo1.maven.org/maven2/jaxb/xalan/1.2.6/xalan-1.2.6.pom [WARNING] Unable to get resource from repository central

Re: Building POMs

2006-10-09 Thread Elliotte Harold
Elliotte Harold wrote: How do I set up Maven 1.0.2 to generate a POM file? It used to do this automatically with maven dist:deploy but since we shifted over to WebDAV deployment that no longer happens. Jaxen has no POM for beta 10 or 11 at this point. Wait a minute. Is the POM file just

SV: Building POMs

2006-10-09 Thread Naess, Ronny
Yes, that is correct. -Opprinnelig melding- Fra: Elliotte Harold [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 12:57 Til: Maven Users List Kopi: [EMAIL PROTECTED] Emne: Re: Building POMs Elliotte Harold wrote: How do I set up Maven 1.0.2 to generate a POM file? It used to do this

SV: Warnings accessing M1 repository

2006-10-09 Thread Naess, Ronny
Try http://repo1.maven.org/maven/ instead -Ronny -Opprinnelig melding- Fra: Sybren Stüvel [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 12:46 Til: users@maven.apache.org Emne: Warnings accessing M1 repository Hi there, I'm moving our projects from Maven 1 to Maven 2, and things

Re: SV: Warnings accessing M1 repository

2006-10-09 Thread Sybren Stüvel
I have put this into $M2_HOME/conf/settings.xml, but still I get the warnings: profile idjdk-1.4/id activation activeByDefault/ /activation repositories repository idm1-repository/id nameMaven 1.x Repository/name

SV: Warnings accessing M1 repository

2006-10-09 Thread Naess, Ronny
Sorry, I read you where converting the other way :-) I don not belive you can reference maven 1 dependencies without a maven 2 pom. You might need to concider upgrading your dependencies, or you can upload the needed dependencies to you internal repository if not found on a public one with

Re: SV: Warnings accessing M1 repository

2006-10-09 Thread Sybren Stüvel
I can manually install every JAR file in my local M1 repository into the M2 repository, but that would be rather time consuming. Isn't there a tool that can convert a M1 repos to M2 format? Sybren Naess, Ronny wrote: Sorry, I read you where converting the other way :-) I don not belive you can

Re: jar and war together

2006-10-09 Thread Neeraj Bisht
yes inside jar , i seen war content On 10/9/06, Naess, Ronny [EMAIL PROTECTED] wrote: What, it says it installes the war to the jar? Is it replacing/moving it? Seems like strange behavior. Is it only the jar and now war inside C:\Documents and

dependency quirck?

2006-10-09 Thread Jeroen Verhagen
Hi all, I'm having a problem a with servlet-api jar being deployed even though its scope is set to compile. I'm exploring mvn by creating a webapplication that is divided into two modules. A core module generating a jar and containing servlets, Spring controlllers. A web module contains the

Including test classes in snapshot jar

2006-10-09 Thread Sybren Stüvel
Hi folks, I'd like to make a snapshot jar from a project, including the test classes, and install it into my local M2 repository. Is there some plugin I can use for that? Greetings, -- Sybren Stüvel [EMAIL PROTECTED] Software Engineer CHESS iBusiness Nieuwe Gracht 13, Haarlem Postbus 5021, 2000

SV: dependency quirck?

2006-10-09 Thread Naess, Ronny
Compile scope is included in classpath. Try scope = provided More on scopes http://maven.apache.org/guides/introduction/introduction-to-dependency-m echanism.html -Ronny -Opprinnelig melding- Fra: Jeroen Verhagen [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 13:22 Til:

SV: jar and war together

2006-10-09 Thread Naess, Ronny
Did you take a look at what Mark Struberg wrote? -Ronny -Opprinnelig melding- Fra: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 13:19 Til: Maven Users List Emne: Re: jar and war together yes inside jar , i seen war content On 10/9/06, Naess, Ronny [EMAIL

Re: Eclipse and web services

2006-10-09 Thread Javier Leyba
On 10/9/06, Marco Mistroni [EMAIL PROTECTED] wrote: yes it is.. there's a maven guide for eclipse.. i m using it with WTP..but i feel more comfortable to run mvn from commandline... Hi The guide you told me is the one that I' ve read. May be another eclipse user could give me a clue.

SV: Including test classes in snapshot jar

2006-10-09 Thread Naess, Ronny
One way is to use maven-jar-plugin and spesify test-jar goal. This gives you a jar containing test classes and test resources in addition to the main jar. I the jar you want to also genrerate a test-jar for: build plugins plugin

java2wsdl

2006-10-09 Thread Javier Leyba
Hi I'm trying to generate wsdl file from my java code so I did: --- build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdaxistools-maven-plugin/artifactId

Re: SV: Including test classes in snapshot jar

2006-10-09 Thread Sybren Stüvel
This works like a charm, thanks!! Sybren Naess, Ronny wrote: One way is to use maven-jar-plugin and spesify test-jar goal. This gives you a jar containing test classes and test resources in addition to the main jar. I the jar you want to also genrerate a test-jar for: build

Re: dependency quirck?

2006-10-09 Thread Jeroen Verhagen
Hi Ronny, On 10/9/06, Naess, Ronny [EMAIL PROTECTED] wrote: Compile scope is included in classpath. Try scope = provided I tried that, made sure everything was cleaned but the servlet-api jar is still there. regards, Jeroen

Re: SV: Warnings accessing M1 repository

2006-10-09 Thread Wim Deblauwe
From what I have understood is that in M1, you can easily create a repository by hand, but in M2, this is much harder. It is better to use Proximity to create your repository (if you are talking about a company-wide 'local' repository) or just let M2 download the correct dependencies from

Re: jar and war together

2006-10-09 Thread Neeraj Bisht
at what extend i understand his thought i tried but get the same result as it was On 10/9/06, Naess, Ronny [EMAIL PROTECTED] wrote: Did you take a look at what Mark Struberg wrote? -Ronny -Opprinnelig melding- Fra: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 13:19

SV: jar and war together

2006-10-09 Thread Naess, Ronny
He provided a patch to be used. That shuld solve the problem. Maybe Mark kan give you som further information in how to use that patch? -Ronny -Opprinnelig melding- Fra: Neeraj Bisht [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 14:04 Til: Maven Users List Emne: Re: jar and war

Re: maven and WTP in eclipse

2006-10-09 Thread Srepfler Srgjan
Rod Coffin wrote: Hi Adam, I do this frequently using the Maven eclipse plugin. This plugin will generate the necessary Eclipse project files from your Maven metadata. You can find information on the plugin at: http://maven.apache.org/plugins/maven-eclipse-plugin/. You will need to specify

RE: hexadecimals as integer parameters

2006-10-09 Thread Zeltner Martin
Hello Philippe I think this part should be corrected somewhere in Plexus container (http://plexus.codehaus.org/), that is referenced in maven-core of Maven components. Here a useful link how to build Maven 2 with your patched Plexus version *

SV: dependency quirck?

2006-10-09 Thread Naess, Ronny
This is strange. Test it some more and be sure you do it correct and if you are doing everything the right way you should file it as a bug in jira. You can also try scope = system. This is what the documentation says: PROVIDED - this is much like compile, but indicates you expect the JDK or a

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
... Is there a way to convert my M1 repository to M2, or at least automatically create those POM files so that the web isn't accessed for each and every one of them, every time I run a mvn command? This tool can help you to convert your repository.

RE: SV: jar and war together

2006-10-09 Thread Mark Struberg
Hi! I attached the patch for the AbstractWarMojo. The changes against the actual subversion revision (which is almost the state of 2.04) are only the invocation of the MavenProjectHelper to set the jar as attached artifact. projectHelper.attachArtifact( project, jar, webclasses, jarFile );

Re: Eclipse and web services

2006-10-09 Thread Marco Mistroni
Hello, yes probably it was old... but do as you normally do when you use External tools in your eclipse for any other external tools.. in my case, with WTP i'll have to goto Window/Preferences/RunDebug/String Substitution once you are there, you click on 'New' where you can enter name and

Re: Warnings accessing M1 repository

2006-10-09 Thread Naess, Ronny
Cool! Does there exist any documentation as well, or is it so straight forward that even my mother could do it? -Ronny -Opprinnelig melding- Fra: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sendt: 9. oktober 2006 14:27 Til: Maven Users List Emne: Re: Warnings accessing M1 repository ...

SV: buildnumber for maven2

2006-10-09 Thread Ravinder Singh
Problem is that when jars are merged into ie an ear, the included snapshot jars don't have its timestamp on it, since it readtrieves it from the local repository, which doesn't keep timestamps on jars. Is it a way to configure so that the local repository also keeps timestamp?

Re: java2wsdl

2006-10-09 Thread Marco Mistroni
hi, i have never used axistools plugin.. but for other code-generation plugins, normally sourceDirectory is the source of your java files which are supposed to go thru the code-generation tool hth marco On 10/9/06, Javier Leyba [EMAIL PROTECTED] wrote: Hi I'm trying to generate wsdl file

Re: maven and WTP in eclipse

2006-10-09 Thread Adam Hardy
Srepfler, make sure you're using the latest maven-eclipse-plugin snapshot from the snapshots repo at http://people.apache.org/maven-snapshot-repository This supports 1.5. I can't help you with the jboss stuff, sorry, but it sounds like you have got your inter-project dependencies mixed up.

Re: java2wsdl

2006-10-09 Thread Javier Leyba
On 10/9/06, Marco Mistroni [EMAIL PROTECTED] wrote: hi, i have never used axistools plugin.. but for other code-generation plugins, normally sourceDirectory is the source of your java files which are supposed to go thru the code-generation tool Ok, but java2wsdl use to need to know wich is

Re: Warnings accessing M1 repository

2006-10-09 Thread Sybren Stüvel
Arnaud HERITIER wrote: Is there a way to convert my M1 repository to M2, or at least automatically create those POM files so that the web isn't accessed for each and every one of them, every time I run a mvn command? This tool can help you to convert your repository.

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
You can use the one I gave. But it seems that there's a problem with some unknown dependencies. Carlos, Jason, did you use it recently ? Arnaud On 10/9/06, Sybren Stüvel [EMAIL PROTECTED] wrote: Arnaud HERITIER wrote: Is there a way to convert my M1 repository to M2, or at least

Maven multiproject, test inheritance

2006-10-09 Thread RobertK
Hi, first off, using maven 1.0.2 multiproject to build, test and deploy about 8 sub-projects. Everything working there smoothly (got to love Maven! :) ) Now my question, many of my projects repeat the same unit test or data, so the whole project suffers from the annoying / untidy symptom of

Re: Warnings accessing M1 repository

2006-10-09 Thread Sybren Stüvel
Then what am I doing wrong? $ svn co http://svn.apache.org/viewvc/maven/components/trunk/maven-repository-tools/ svn: PROPFIND request failed on '/viewvc/maven/components/trunk/maven-repository-tools' svn: PROPFIND of '/viewvc/maven/components/trunk/maven-repository-tools': 302 Found

Re: docbook plugin

2006-10-09 Thread Wilfred Springer
It depends. You can use mine if you're looking for: * Configuration of the stylesheets using the plugin configuration mechanism; * A solution that has everything included in the actual plugin; (No manual downloading of stylesheets or the DTD) * Entity resolution

Re: Lib dependencies in .war artifact

2006-10-09 Thread ArneD
Morgovsky, Alexander (US - Glen Mills) wrote: Hi. I need some .jar's for compilation of a .war artifact, but I want to only include a subset of these in the WEB-INF/lib. If I set the subset of the ones for inclusion with the scope of runtime for each, they will not be used for

Re: java2wsdl

2006-10-09 Thread dan tran
I think you specified the wrong goal. On 10/9/06, Javier Leyba [EMAIL PROTECTED] wrote: On 10/9/06, Marco Mistroni [EMAIL PROTECTED] wrote: hi, i have never used axistools plugin.. but for other code-generation plugins, normally sourceDirectory is the source of your java files which are

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
ops; so sorry !!! I didn't see I sent to you the viewcvs link. Here is the address : http://svn.apache.org/repos/asf/maven/components/trunk/maven-repository-tools/ Arnaud On 10/9/06, Sybren Stüvel [EMAIL PROTECTED] wrote: Then what am I doing wrong? $ svn co

Re: maven and WTP in eclipse

2006-10-09 Thread Srepfler Srgjan
Adam Hardy wrote: Srepfler, make sure you're using the latest maven-eclipse-plugin snapshot from the snapshots repo at http://people.apache.org/maven-snapshot-repository This supports 1.5. I can't help you with the jboss stuff, sorry, but it sounds like you have got your inter-project

RE: sjc (jaxb) plugin for jdk1.4

2006-10-09 Thread Swenson, Eric
Thanks. I found the jaxb1-maven-plugin at org.codehaus, which is working for me fine. But I'll take a look at the one you cite, below as well. Thanks. -- Eric -Original Message- From: Aleksei Valikov [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 1:18 AM To: Maven Users

Re: Warnings accessing M1 repository

2006-10-09 Thread Sybren Stüvel
Here is the address : http://svn.apache.org/repos/asf/maven/components/trunk/maven-repository-tools/ That one works fine. But it seems that there's a problem with some unknown dependencies. Yup, got that problem too :( -- Sybren Stüvel [EMAIL PROTECTED] Software Engineer CHESS iBusiness

Re: Maven multiproject, test inheritance

2006-10-09 Thread Philippe Faes
Rob, You can make the test classes of one project visible in the test phase of another project: dependency groupIdcom.example/groupId artifactIdsomeArtifact/artifactId version0.1.1-SNAPSHOT/version typetest-jar/type scopetest/scope /dependency greets,

RE: maven and WTP in eclipse

2006-10-09 Thread Jörg Schaible
Srepfler Srgjan wrote on Monday, October 09, 2006 4:17 PM: I perhaps explained incorrectly, my War has a dependency on the EJB module, not on the EAR and I declare it in the War. What happens is that the eclipse:eclipse task links the library installed in the repo not the eclipse project. Did

RE: hexadecimals as integer parameters

2006-10-09 Thread Philippe Faes
Thanks Martin, I'll check with the plexus people Philippe On Mon, 2006-10-09 at 14:12 +0200, Zeltner Martin wrote: Hello Philippe I think this part should be corrected somewhere in Plexus container (http://plexus.codehaus.org/), that is referenced in maven-core of Maven components.

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
You can try to ask how it works to Jason or Carlos on the channel irc.codehaus.org #maven Arnaud On 10/9/06, Sybren Stüvel [EMAIL PROTECTED] wrote: Here is the address : http://svn.apache.org/repos/asf/maven/components/trunk/maven-repository-tools/ That one works fine. But it seems that

Re: java2wsdl

2006-10-09 Thread Marco Mistroni
Hello, i see in my case, my wstools (jboss) can see the Java file from which generate the wsdl because i am specifying it as an ant task, and i am specifying the classpath.. that's why the tool sees my interface check on plugin docs if there is a way to specify classpath... hth marco

RE: settings.xml examples from BBwM Book dont work

2006-10-09 Thread Scott Seiter
Michael, I'm struggling with the same issue; did you ever find an answer on this? Scott -Original Message- From: Locher, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 1:59 AM To: Maven Users List Subject: settings.xml examples from BBwM Book dont work Hi I am

mvn eclipse:eclipse

2006-10-09 Thread Sybren Stüvel
Hi folks, When I perform a mvn eclipse:eclipse command in our argus-core project, Eclipse bugs on the generated .classpath file. This is what's generated: classpath classpathentry kind=src path=./ classpathentry kind=src path=resources/configuration/syst

  1   2   >