Re: Run Archiva on Aix

2007-11-13 Thread Maria Odea Ching
Hi Baptiste, Can you try using the Sun JDK/JRE instead of the IBM JDK/JRE and see if the problem still persists? -Deng MATHUS Baptiste wrote: OK. I directly launched the plexus.sh script in the bin directory and archiva started fine. The thing is, I'm now having problem with the class

Running 2 projects with same continuum

2007-11-13 Thread Vishal Pahwa
Hi all We are using maven2.0.6 in our ptroject. We have multi module project and that too we need to build against java1.4 and java1.5 i.e. some of the modules needs to build against java1.4 and some with java1.5 , furthermore there are some modules that needs to build against both java1.4 as

Re: carriage return in the generated MANIFEST.MF file

2007-11-13 Thread Stuart McCulloch
On 13/11/2007, Kevin Du [EMAIL PROTECTED] wrote: Hi, Sorry if this is a duplicate message. I send this out before subscribe. Just want to make sure that it can actually be send out after subscribe. I am using my own manifest file by following project ... build plugins

Re: javadoc: aggregated and per module

2007-11-13 Thread Dan Kigelman
How about the aggregatetrue/aggregate? plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId configuration showprotected/show aggregatetrue/aggregate

Re: Receiving email notification of successful build

2007-11-13 Thread Emmanuel Venisse
If you start with Continuum, it would be better to start with 1.1-beta-4. Continuum send a mail ONLY if the build state is modified. If you're always in success, Continuum doesn't send mail. If you want to receive a mail for each build, you can configure alwaysSend to true in

Re: How to create a Mojo that controls an ANT task

2007-11-13 Thread Saloucious
Yes, don't exactly know why I have said fork Pedro Viegas-2 wrote: Yep, good ideia. Although I need to have this feature in multiple projects. So I could only do this if I created a super POM that I would use as parent for all others. I think it is best in this scenario to create

Re: How to create a Mojo that controls an ANT task

2007-11-13 Thread Milos Kleint
i've done something along those lines with the mojo's nbm-maven-plugin. I call a bunch of ant tasks for building netbeans modules. https://svn.codehaus.org/mojo/trunk/mojo/nbm-maven-plugin/ Milos On 11/12/07, Pedro Viegas [EMAIL PROTECTED] wrote: Hi there guys, I am trying to create a Maven

RE: Run Archiva on Aix

2007-11-13 Thread MATHUS Baptiste
OK. I directly launched the plexus.sh script in the bin directory and archiva started fine. The thing is, I'm now having problem with the class javax.crypto.b that triggers a NoClassDefFoundError... I found some informations about this on the web, but nothing seems to be clear about what to

Aggregated maven reports

2007-11-13 Thread Vishal Pahwa
Hi We are using maven2.0.6 for our multi module project. For reports we ae using various plugins like javadoc plugin, Emma plugin, pmd plugin, depend plugin and so on. But the problem we are facing is we got the reports in each of the module individually but we have defined plugins only at the

Re: Aggregated maven reports

2007-11-13 Thread Erez Nahir
Hi Vishal, Have a look at http://mojo.codehaus.org/dashboard-maven-plugin/. Erez. Vishal Pahwa wrote: Hi We are using maven2.0.6 for our multi module project. For reports we ae using various plugins like javadoc plugin, Emma plugin, pmd plugin, depend plugin and so on. But the problem we

RE: Aggregated maven reports

2007-11-13 Thread Vishal Pahwa
Hi We are already using this plugin what it does is creating the consolidated report from all the plugins like checkstyle plugin, emma plugin also but this report will agaian be separate separate for all the modules in their target directory but what the requirement is we need report only at one

RE: Aggregated maven reports

2007-11-13 Thread Sinduria,Anuradha
If you add the reports tag in our parent POM and don't add it in your child POM then report will only be generated in parent. You can use inheritedfalse in your respective report plug-in of your parent. As far as the respective modules link requirement goes, it will automatically be done if you

APT and repeating values

2007-11-13 Thread Mattux
Hi all, I would like to know if there is a way to list repeating values like contributors in my own apt file, using mvn site to generate apt to html. Cheers -- View this message in context: http://www.nabble.com/APT-and-repeating-values-tf4797176s177.html#a13723901 Sent from the Maven - Users

How to handle multiple deployments?

2007-11-13 Thread Francesco Vivoli
Hi all we're developing a project that is likely to be customized on a per-installation basis. For example users may want to add a functionality that, say, requires jar X, also at compile time. Generally speaking, I need to let users to keep in sync with new versions of the project (still _very_

Re: How to handle multiple deployments?

2007-11-13 Thread Marat Radchenko
http://maven.apache.org/guides/introduction/introduction-to-profiles.html 2007/11/13, Francesco Vivoli [EMAIL PROTECTED]: Hi all we're developing a project that is likely to be customized on a per-installation basis. For example users may want to add a functionality that, say, requires jar

Re: APT and repeating values

2007-11-13 Thread Mattux
I found the solution, cheers #foreach( $contributor in $project.contributors ) $contributor.name #end Mattux wrote: Hi all, I would like to know if there is a way to list repeating values like contributors in my own apt file, using mvn site to generate apt to html. Cheers --

Re: how to specify the eclipse code formatter profile

2007-11-13 Thread Steinar Bang
Barrie Treloar [EMAIL PROTECTED]: On 10/12/07, Dan Tran [EMAIL PROTECTED] wrote: plugin artifactIdmaven-eclipse-plugin/artifactId version2.5-SNAPSHOT/version [del] then run 'mvn eclipse:configure-workspace' at your root Note this is a SNAPSHOT version of the eclipse plugin, so you will

Using maven and testng - collab workaround

2007-11-13 Thread Erik Drolshammer
Hi! I got maven to run with testng 5.5 by using plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId version2.4-collab-SNAPSHOT/version /plugin and dependency groupIdorg.testng/groupId

moving from maven 1 to maven 2

2007-11-13 Thread Christian Andersson
Hi there, first some history :-) I'm currently using maven 1.0.3 (yes, I know it is old, but it works for me) and we are currently switching from cvs to subversion. Along with this switch from cvs to subversion we are also going to try to switch from our old maven to maven 2 (2.0.7) In our old

jaxws plugin doesnt works on linux

2007-11-13 Thread Sonar, Nishant
Hi I am running jaxws-plugin (wsimport) when I run it on windows maching it works fine but the same pom when running on linux environment creates problems , while generating wsimport artifacts. I am using following as the jaxws-plugin in pom !-- generate ws client artifacts -- plugin

RE: jaxws plugin doesnt works on linux

2007-11-13 Thread Sonar, Nishant
I've found the solution now, it was issue with absolute path for linux environment for everything binding files, wsdl location etc Nishant -Original Message- From: Sonar, Nishant Sent: Tuesday, November 13, 2007 7:48 PM To: Maven Users List Subject: jaxws plugin doesnt works on linux

RE: jaxws plugin doesnt works on linux

2007-11-13 Thread Sonar, Nishant
I've found the solution now, it was issue with absolute path for linux environment for everything binding files, wsdl location etc Nishant -Original Message- From: Sonar, Nishant Sent: Tuesday, November 13, 2007 7:48 PM To: Maven Users List Subject: jaxws plugin doesnt works on linux

moving from maven 1 to maven 2, part 2

2007-11-13 Thread Christian Andersson
quick recap.. Hi there, first some history :-) I'm currently using maven 1.0.3 (yes, I know it is old, but it works for me) and we are currently switching from cvs to subversion. Along with this switch from cvs to subversion we are also going to try to switch from our old maven to maven 2

Re: moving from maven 1 to maven 2

2007-11-13 Thread Brett Porter
developers are also inherited, so you can use the parent POM technique for that as well. Cheers, Brett On 13/11/2007, Christian Andersson [EMAIL PROTECTED] wrote: Hi there, first some history :-) I'm currently using maven 1.0.3 (yes, I know it is old, but it works for me) and we are

Re: moving from maven 1 to maven 2

2007-11-13 Thread Christian Andersson
but does not that inherit ALL developers.. I mean if I define all 10 developers in the parent pom, don't all 10 developers get added to every child? but what if ther eis only one developer for that child.. I still would like to use the same parent pom since that parent pom have defined all

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Nigel Magnay
I'd really (really really) try not to mess with the maven versioning - it's a recipe for having to custom write loads of stuff, and it really is pretty fundamental to the operation of maven. Without it, I'm not sure there's much reason to change if it's currently working... That said... Is there

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Christian Andersson
I'm not sure what you mean by messing with maven versioning since what I basicly want is to have different local repositories for different projects without having to create a settings.xml for each project.. that would take care of our immediate problem and in time we could start using maven

Re: scm:bootstrap checks out twice

2007-11-13 Thread leonid_ilyevsky
I do mvn scm:bootstrap. Here is the pom.xml : ?xml version=1.0 encoding=UTF-8? 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;

Re: scm:bootstrap checks out twice

2007-11-13 Thread leonid_ilyevsky
I do mvn scm:bootstrap. Here is the pom.xml : ?xml version=1.0 encoding=UTF-8? 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;

Re: scm:bootstrap checks out twice

2007-11-13 Thread leonid_ilyevsky
I do mvn scm:bootstrap. Here is the pom.xml : ?xml version=1.0 encoding=UTF-8? 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;

Filtering Resources : Maven Properties for username builddate

2007-11-13 Thread zm
Hi, I'm finishing a pom.xml file, and I need some resource filtering. Let's say I have a resource file named: build.properties: build.date=${build.date} build.version=${project.parent.version} build.author=${build.username} In my pom.xml, I have the following block: build

maven2 compilation problem

2007-11-13 Thread Christian Andersson
OK, I have successfully created a pom.xm (with a parent pom.xml) and built my first maven2 project (minus some stuff described in earlier mails) but when I tried to create my second maven2 project that depends on the first one, I got into problems... the second project depends on the first

Re: moving from maven 1 to maven 2

2007-11-13 Thread Brett Porter
yes, this is a common feature request - but it's not possible at present. You can use different parent projects (for example for teams), but other than that, it's duplication. Sorry :( On 13/11/2007, Christian Andersson [EMAIL PROTECTED] wrote: but does not that inherit ALL developers.. I mean

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Nigel Magnay
Sure, but by doing that you're effectively trying to dodge the bullet of having correct versions for artifacts, which isn't really what m2 is designed to do. It's quite common to have 'unversioned' 3rd party jars. Best solution is to version them yourself, and deploy them somewhere locally -

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Wayne Fay
Sounds like you might want to look into classifiers -- then your artifacts would use classifierwebsite1/classifier and the naming of the files etc would indicate which website the code was for, but it would all go into the same Maven2 repo. Wayne On 11/13/07, Nigel Magnay [EMAIL PROTECTED]

Re: Filtering Resources : Maven Properties for username builddat

2007-11-13 Thread Wayne Fay
This comes up pretty often. Search this lists' archives (in Nabble) for timestamp. Wayne On 11/13/07, zm [EMAIL PROTECTED] wrote: Hi, I'm finishing a pom.xml file, and I need some resource filtering. Let's say I have a resource file named: build.properties: build.date=${build.date}

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Christian Andersson
of course, that is what is going to happen IN TIME, but right now it is not the only sollution to this right now is to create different users for each webapplication, that way the users settings.xml can be different.. is there some parameter I can add to the mvn command line to force it to read a

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Christian Andersson
how does that solve the problem where I got 3:rd party jar files name for example project.jar which contains different versions depending on my website? Wayne Fay skrev: Sounds like you might want to look into classifiers -- then your artifacts would use classifierwebsite1/classifier and the

Re: [M2] maven plugin for Java6 wsgen tool?

2007-11-13 Thread Wayne Fay
Did you try Googling for maven wsgen? I see a few results from Axis, Jaxws, and Xfire that might help. Wayne On 11/12/07, CodingPlayer [EMAIL PROTECTED] wrote: Hi, is there currently any plugin that uses the java jdk6 wsgen tool? which plugin can i use to generate my .wsdl file from

maven deploy keep asking me the password of scp connection

2007-11-13 Thread CasMeiron
Hi... i configured an scp connection to update my site and remote repository in pom.xml. I have a extra settings.xml in the pom directory. When i run maven deploy or maven site:deploy maven keep asking me the password of connection. The login and password is setted on settings.xml like: settings

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Wayne Fay
Try mvn -h. There's a parameter you should look at, -s. Wayne On 11/13/07, Christian Andersson [EMAIL PROTECTED] wrote: of course, that is what is going to happen IN TIME, but right now it is not the only sollution to this right now is to create different users for each webapplication, that

Re: moving from maven 1 to maven 2, part 2

2007-11-13 Thread Wayne Fay
Different files (contents) with the same name is just a recipe for disaster. Wayne On 11/13/07, Christian Andersson [EMAIL PROTECTED] wrote: how does that solve the problem where I got 3:rd party jar files name for example project.jar which contains different versions depending on my website?

Scheduled Maven2 Builds on 1.1 Beta 4

2007-11-13 Thread Johnathan Gifford
Not sure what I'm forgetting to set, but my scheduled Maven2 build definitions are not getting picked up and put into the queue for Continuum 1.1 Beta 4. My Ant build definitions that uses the same schedule setting is getting picked up and ran. Does anyone have any ideas or is this just a

Re: ignoring module in deploy in multi module project

2007-11-13 Thread Wayne Fay
Take the module out of the parent pom modules list. Then make a profile that adds it back to the list, and don't call that profile when you're deploying but only when compiling, testing, etc. Wayne On 11/13/07, Putrycz, Erik [EMAIL PROTECTED] wrote: I have a multi-module project and one of the

RE: Aggregated maven reports

2007-11-13 Thread dvicente
HI, to do that, you must specify a distributionManagement in your pom and do a mvn site:deploy to aggregate the whole site and to have the correct navigation link see the doc : http://maven.apache.org/plugins/maven-site-plugin/usage.html site usage and it's correct, the whole navigation

Re: javadoc: aggregated and per module

2007-11-13 Thread Mick Knutson
Can you please explain the issue you are having again? I have the reporting plugin declared only, and when I just run the site, I only get part of my javadocs aggregated. The other have is turned on/off by a profile declaration but I specified the -P profile as all the other reports are generated.

Re: maven deploy keep asking me the password of scp connection

2007-11-13 Thread mailming
From the build server use command console or shell, type ssh user@remoteserver if the remoteserver is asking your password, that means your ssh connection is not setup correctly. Supposely you don't need to supply any password, which means build server is a trust of the remote server. there are

Re: how to change version numbers in multiple pom.xml?

2007-11-13 Thread Dennis Lundberg
One way is to declare a dependencyManagement [1] element in your parent pom. Another way is to use a property, see [2] for an example. [1] http://maven.apache.org/ref/current/maven-model/maven.html#class_dependencyManagement [2]

Using inherited tag for plugin

2007-11-13 Thread dev dev
I noticed a few of the sample pom.xml files are using inherited tag. For instance, the below pom.xml snippet. plugin inheritedtrue/inherited artifactIdmaven-deploy-plugin/artifactId version2.3/version What is its purpose of using inherited? Thanks dev

Re: Aggregated maven reports

2007-11-13 Thread Dennis Lundberg
This works only for plugins that support aggregated reports. These plugins usually have a configuration element aggregatetrue/aggregate See the javadoc plugin docs for an example: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html Vishal Pahwa wrote: Hi We are

Re: Using inherited tag for plugin

2007-11-13 Thread Wayne Fay
If you have a parent-child (multimodule) project set up, and insert the module configuration in the parent pom, then inherited=true means run this plugin with this config in all children modules. Wayne On 11/13/07, dev dev [EMAIL PROTECTED] wrote: I noticed a few of the sample pom.xml files are

Re: Aggregated maven reports

2007-11-13 Thread Mick Knutson
The more I played with this, I am finding that it is a bug in yDoc when adding the aggregate tag. I am sending an email to them. On 11/13/07, Dennis Lundberg [EMAIL PROTECTED] wrote: This works only for plugins that support aggregated reports. These plugins usually have a configuration

Re: Using inherited tag for plugin

2007-11-13 Thread Max Bowsher
Wayne Fay wrote: If you have a parent-child (multimodule) project set up, and insert the module configuration in the parent pom, then inherited=true means run this plugin with this config in all children modules. Though AFAICS, inherited=true is the default value, so presumably anyone writing

problem mvn archetype create

2007-11-13 Thread joe shoemaker
I have put the following code into this file maven/bin/mvncreate.bat: mvn archetype:create -DarchetypeGroupId=org.erlang.maven -DarchetypeArtifactId=erlang-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=%1 -DartifactId=%2 When I execute the code I get like this: G:\dev\projectmvncreate Test

Re: Using inherited tag for plugin

2007-11-13 Thread Wayne Fay
Yes, absolutely correct. It really only makes sense to set inherited=false. Wayne On 11/13/07, Max Bowsher [EMAIL PROTECTED] wrote: Wayne Fay wrote: If you have a parent-child (multimodule) project set up, and insert the module configuration in the parent pom, then inherited=true means

Mvn2

2007-11-13 Thread Marco Mistroni
hi all, anyone could tell me why suddenly i am getting this exception? my settings.xml is at the bottom of hte msg... [INFO] [ERROR] BUILD ERROR [INFO]

maven / artifactory error

2007-11-13 Thread Marco Mistroni
hi all, i have installed artifactory 1.2.5, and i am using maven2.0.7 i have setup an internal repository (artifactory), but after replacing my settings.xml to point to artifactory, i keep on getting exceptions like 'maven resource plugin not found', maven compiler plugin not found etc.. even

Next versions? Industry Usage? Help me sell mvn to my department.

2007-11-13 Thread Hirn, Joseph
Hello. I am doing some research for my employer to convert to Maven and I had a few questions about future releases. I could not find any information on when the next version of Maven, 2.0.8 or 2.1 is anticipated nor could I find any information on the next major, or Maven 3 release. I realize

RE: Next versions? Industry Usage? Help me sell mvn to my department.

2007-11-13 Thread Cox, Chris
Another quick check before the holidays we are still building out our SCM team and are looking for Staff Build/Release SCM Engineers (preferred experience in Maven and ANT, but domain expertise is sufficient. We are paying for relo to Mt. View. Let m know you anyone knows anyone who might be

ear archetype

2007-11-13 Thread �rico
I'm trying to run the command : mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-ear When it runs I get the following error : [ERROR] BUILD ERROR [INFO] [INFO]

Re: Next versions? Industry Usage? Help me sell mvn to my department.

2007-11-13 Thread Taras Lipatov
I have used maven for the passed few years in companies ranging from 10 users to 200+ for only commercial applications. One important thing to understand is that Maven is more then just a build system. Its a configuration management suite (as we call it). Make sure to have a good configuration

Re: Plugins and Multiple projects

2007-11-13 Thread gsingers
This is my understanding, too, but it doesn't seem to be working. Is this a bug? And also, I am trying to build a project that is checked out via SVN external and I have no say in their build process. Jim Sellers wrote: I'm not 100% sure, but I think that you can put plugin

Re: Building a limited set of modules based on pom (or somehow)?

2007-11-13 Thread Aaron Zeckoski
I am running into an issue. The default profile seems to run even though the property is specified to cause it not to. On the other hand, if I run the command like this then everything works fine: mvn clean install -Pkernel Unfortunately, this does not meet the needs of the users which will be

RE: Next versions? Industry Usage? Help me sell mvn to mydepartment.

2007-11-13 Thread Hirn, Joseph
Yes we have a great cfg mgmt team this is for the manager of that dept to sell to the upper mgmt. I'm still trying to find specifics on the next releases and a some sort of metric to quantify industry usage. -Original Message- From: Taras Lipatov [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Two jars, one pom...

2007-11-13 Thread Hirn, Joseph
I am helping someone implement Maven in their project and looking for the best way to go about generating two jars from the same source base. They did this previously via two ant targets. Please note we are retrofitting this codebase to Maven so it was not originally structured with Maven's

Testng with testng.xml config file

2007-11-13 Thread Erik Drolshammer
Hi! (This is a repost of a previous response to an old thread.) I can't get the suiteXmlFile configuration option to work properly. Can anyone point me to a testng.xml file that runs the same set of tests as are run without any config? (Or any working testng.xml file that is not completely

Re: Using maven and testng - collab workaround

2007-11-13 Thread Erik Drolshammer
I reposted my question in a new thread. Search for subject Testng with testng.xml config file. -- Regards Erik Drolshammer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

only ONE property/ allowed per activation/ per profile/ (WHY?)

2007-11-13 Thread dev dev
I tried to define this in my profile and when i run it, i got an error. activation property nameprod/name /property property namemaven.test.skip/name valuetrue/value

Re: maven 2.0.7 assembly plugin

2007-11-13 Thread Steve Taylor
In theory, at the command line from the directory of the parent project, just type: mvn -DdescriptorId=jar-with-dependencies assembly:assembly and you should get a single jar with everything in it. In practice, what you actually get is a jar with just META-INF/MANIFEST.MF. So I am also really

Re: problem mvn archetype create

2007-11-13 Thread Stuart McCulloch
On 14/11/2007, joe shoemaker [EMAIL PROTECTED] wrote: I have put the following code into this file maven/bin/mvncreate.bat: mvn archetype:create -DarchetypeGroupId=org.erlang.maven -DarchetypeArtifactId=erlang-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=%1 -DartifactId=%2 When I

Re: only ONE property/ allowed per activation/ per profile/ (WHY?)

2007-11-13 Thread Wayne Fay
Are you sure that multiple property nodes are supported in activation? It may be that only 1 property node is accepted, so if you need/want more than 1, you may need to file an RFE in Jira or write the code yourself and contribute it back. Wayne On 11/13/07, dev dev [EMAIL PROTECTED] wrote: I

Re: Testng with testng.xml config file

2007-11-13 Thread Wayne Fay
I would assume the code/config would be somewhere under: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-testng/ Or possibly: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/ I would assume the default configuration is not stored in an actual

Maven site plugin not connecting the projects and children properly

2007-11-13 Thread Kannan Ekanath
Hi, Maven 2.0.4 I am trying to use the mvn site target for generating the site. Before configuring pmd, cobertura etc, I want a basic report of my project. I have a root project called the server which has two modules domain and webapp. These modules are configured in the server's pom.xml and the

RE: Maven site plugin not connecting the projects and children properly

2007-11-13 Thread Sinduria,Anuradha
Using site:deploy or 'staging' the site can resolve your issue. Thanks and Regards, Anuradha Sinduria -Original Message- From: Kannan Ekanath [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 11:24 AM To: Maven Users List Subject: Maven site plugin not connecting the

Re: Mvn2

2007-11-13 Thread olivier lamy
Hi, Don't use apache.snapshots pluginRepository. -- Olivier 2007/11/13, Marco Mistroni [EMAIL PROTECTED]: hi all, anyone could tell me why suddenly i am getting this exception? my settings.xml is at the bottom of hte msg... [INFO]

Re: APT and repeating values

2007-11-13 Thread Marat Radchenko
Hi, Mattux! Could you tell me, what version of maven-site-plugin (or doxia or whatever) supports velocity expressions in APT files? As fas as I understand, current maven-site-plugin release does not. 2007/11/13, Mattux [EMAIL PROTECTED]: Hi all, I would like to know if there is a way to list

compilation error when building jaxb using mvn2

2007-11-13 Thread chandan choudhary
hi, when i am building my jaxb using maven 2 in linux its working fine.but when i do this on windows it gives following error --. if any one has solution then please reply me.

RE: compilation error when building jaxb using mvn2

2007-11-13 Thread Sonar, Nishant
Search for ajar which has this class SAXParseException2 and add it to plugin dependency. Rem full name com/sun/istack/SAXParseException2 Nishant Sonar, -Original Message- From: chandan choudhary [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 1:04 PM To:

Re: Maven site plugin not connecting the projects and children properly

2007-11-13 Thread Kannan Ekanath
Anurada, Doing a site:deploy did not help. When I did site:deploy with the following snippet site idwebsite/id url file://localhost/D:/bobquote/site /url /site It created sites for all modules as well as the root project in that