Re: [m2] List of Archetypes

2005-11-28 Thread Wim Deblauwe
I'm trying the j2ee archetype but I can get it working. I get an error that RELEASE version can not be found. regards, Wim 2005/11/29, Allan Ramirez <[EMAIL PROTECTED]>: > > http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/ > > > > Humer Günther wrote: > > >Hi! > >Is ther

Re: [m2] List of Archetypes

2005-11-28 Thread Allan Ramirez
http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/ Humer Günther wrote: Hi! Is there a list of the available archetypes? Are there any archetypes on ibiblio? Especially I am looking for an ejb3 archetype, but others are welcome too! Thanks in advance! ---

Re: maven changelog plugin problems

2005-11-28 Thread Edwin Punzalan
The behavior of changelog when ran on a parent pom, is to have the plugin run on its modules. That is, each module will have their own reports. The empty reports are created so that the build will not fail... this need to be updated though. I'll look into your other concerns... Julian W

[m2] List of Archetypes

2005-11-28 Thread Humer Günther
Hi! Is there a list of the available archetypes? Are there any archetypes on ibiblio? Especially I am looking for an ejb3 archetype, but others are welcome too! Thanks in advance! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: [m2] Problem using snapshot repository

2005-11-28 Thread Jörg Schaible
Hi Aviron, Mordo, Aviran (EXP N-NANNATEK) wrote on Monday, November 28, 2005 9:43 PM: > I have a snapshot repository (running under apache). > > When I use mvn deploy goal to deploy core-1.0-SNAPSHOT, maven > deploys the snapshot jar and the POM files with a timestamp. > All good until now. > >

Re: ear includes all jar files

2005-11-28 Thread clark . rao
Dear, You can use in element of pom.xml. thanks. Tel: (020)36315358-328 Fax: (020)36315170 [EMAIL PROTECTED]

Where is the source code for this JPOX maven plugin: maven-jpox-plugin version 1.0.1?

2005-11-28 Thread Chris Richardson
Hello, I am trying to track down the source code for this JPOX maven plugin. I've only been able to find older (maven1/jelly) versions. Here is an excerpt from maven-jpox-plugin-1.0.1 mojo org.codehaus.mojo 2 4.0.0 maven-jpox-plugin maven-plugin Maven JPox Plugin 1.0.

m2 - target/xmlbeans-source to be included as source dir for eclipse

2005-11-28 Thread Brian Bonner
I'm generating java source using xmlbeans from a schema. the source is landing in target/xmlbeans-source. Is there an easy way to include that source directory in the eclipse build path when I run eclipse:eclipse? Or is there another approach i should use? Thanks. -

maven changelog plugin problems

2005-11-28 Thread Julian Wood
I have a 2 module project - the 2 modules are pmgt-jar and pmgt- webapp. I have the changelog configured to produce a report from the parent pom. scm:svn://apollo.ucalgary.ca:8800/pmgt scm:svn://apollo.ucalgary.ca:8800/pmgtdeveloperConnection> scm:svn:http://apoll

Re: [m2] repository link

2005-11-28 Thread Edwin Punzalan
For now you can go to maven2 website -> available plugins and see the ibiblio link there. ^_^ Adam Hardy wrote: I always have to look really hard to find the link to ibiblio for the repository. Is it possible that someone could put it in a more prominent place on the maven website? e.g.

Re: Repackaging dependent project artifacts

2005-11-28 Thread Edwin Punzalan
This will also help you: http://maven.apache.org/guides/mini/guide-assemblies.html Ryan Smith wrote: I'm investigating switching our build process from Ant to Maven. I've run through the multi-project example, but I'm unclear as to how I would embed one project's jar artifact within anot

Re: Repackaging dependent project artifacts

2005-11-28 Thread Edwin Punzalan
You may be in need of the assembly plugin to do your "jarjar" package. Here's the link: http://maven.apache.org/plugins/maven-assembly-plugin Ryan Smith wrote: I'm investigating switching our build process from Ant to Maven. I've run through the multi-project example, but I'm unclear as

RE: Setting up repositories

2005-11-28 Thread Law Green-A20134
Hi, Mordo, See attachment please. You might find some clue there. Regards, Green -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: 2005年11月29日 2:39 To: Maven Users List Subject: Setting up repositories Hi all, I'm trying to set up repositories bu

[m2] release plugin problems

2005-11-28 Thread Julian Wood
I'm trying to do a release. I have a fully synched remote svn repository, and a multimodule project. From the parent pom directory, I have run, among many others, mvn release:prepare -Dproject.scm.developerConnection=scm:svn:file:/// Users/woodj/Documents/pmgt/pmgt/trunk -DtagBase=file:///Us

Re: [m2] Copy the dependencies of a project in a custom plugin

2005-11-28 Thread Barry Kaplan
Can you post this plugin when you are thru. I need to create a Fitnesse plugin, and need to also collect the full set of depenencies. An example to start from would be nice. thanks! -barry - To unsubscribe, e-mail: [EMAIL PRO

Re: How copy files from local repo to remote

2005-11-28 Thread clark . rao
Dear, You can runant-run plugin in maven2.(goal:copy) And also, you can run ftp. thanks. Tel: (020)36315358-328 Fax: (020)36315170

RE: M2 NTLM Proxy and remote ibiblio repo

2005-11-28 Thread Treloar, Barrie (SAPOL)
You need to provide the -e output from maven when you get an error so we can have some hope of solving the problem. However I suspect it is the known issue that a failed download does not re-download the pom file properly and using -U does not fix the problem either (it should). You have to go in

Re: What is it scpexe

2005-11-28 Thread Brett Porter
http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html On 11/29/05, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > 2005/11/28, Oles <[EMAIL PROTECTED]>: > > Gentelmen! > > How can I use > > > > > > release > >scpexe://release.inao.com/home/release/

RE: When I will be able to try out "A Maven 2.x plug-in for the E clipse IDE"

2005-11-28 Thread Treloar, Barrie (SAPOL)
Additionally a documented best practice for working with eclipse and maven would be appreciated. There is much discussion about flat vs structured eclipse directories but no real consensus or examples about how to go about doing this. -Original Message- From: Lee Meador [mailto:[EMAIL PRO

Re: best practices question re: dependencies

2005-11-28 Thread Alexandre Poitras
I think you had to do this in Maven 1 because there was no concept of transitive dependencies but in Maven 2, I think it is better to declare your dependencies where they belong, ie in the child projects. More easy to manage and track the dependencies this way. On 11/28/05, Brian Bonner <[EMAIL PR

Re: Question on Maven "assembly" plugin

2005-11-28 Thread Tim Wood
Brett Porter wrote: specify a with set to true - the default is to include all dependencies and unpack them as classes at the root of the new assembly. I think the jar-with-depedencies default descriptor may already do as you need? This is what I hoped would happen, but haven't been able to m

Re: Continuous Integration Tool

2005-11-28 Thread Stephen Cowx
I am also using Cruise Control with M2 by doing the same thing however the Build Results page does not show particularly detailed (or useful) information such as the type of info displayed for Maven 1 builds. Do you have the same problem or have you figured out how to integrate the Maven 2 bui

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Yes! Got it! For the archives: Now, I have in pom.xml: […] ppw-missing PeopleWare Repository of Missing Artifacts https://cvs.peopleware.be/projects/maven/maven2/repository […] […] and in ~/.m2/settings.xml […] ppw-missing thisIsMe [EMAIL PROTECTED] […] […] And the certificate

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Ok: mvn -e compile now fails, with the following message: […] Caused by: java.io.IOException: Server returned HTTP response code: 401 for URL: https://cvs.peopleware.be/projects/maven/maven2/repository/org/toryt/toryt-I/1.3.0-3.0/toryt-I-1.3.0-3.0.pom […] So, I seem to have taken the ssl hu

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Well, I have to admit. Running maven compile with this option reveals no trace of the certificate of our server! Thus, I added it again: [EMAIL PROTECTED]:jand>sudo keytool -keystore /Library/Java/Home/lib/security/cacerts -import -file /Users/Shared/ssl.cer […] Enter keystore password: changei

RE: inheriting from plugins

2005-11-28 Thread David Jackman
Please expound on what you mean by "using libraries in a dependency fashion". I want to do this as well, and I'm not sure how. Do you mean I should create an instance of the other Mojo within my Mojo class? If so, how does it get configured properly? ..David.. -Original Message- From:

[m2] Problem using snapshot repository

2005-11-28 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a snapshot repository (running under apache). When I use mvn deploy goal to deploy core-1.0-SNAPSHOT, maven deploys the snapshot jar and the POM files with a timestamp. All good until now. Now I have another machine that has this snapshot as a dependency, but when it tries to download the

best practices question re: dependencies

2005-11-28 Thread Brian Bonner
In M1, in a multi-module project, you can declare dependencies in the parent pom and then the child modules would pickup the dependencies. The same holds true in M2, but I was wondering if this was preferred over showing the dependency relationships between the modules. i.e. parent modA (de

Re: [m2] https repository

2005-11-28 Thread Arnaud Bailly
The error trace in your first post seems to imply that the store you are using for your certificate is not the one used by ssl sockets. May be you can try adding -Djavax.net.debug=ssl to the VM args and look at the trace it gives, something like : trustStore is: /paht/to/.keystore trustSto

RE: M2: Build error when building an individual module in a multi-module setup

2005-11-28 Thread Frank Russo
I have this same problem. There was a suggestion here: http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-HowdoIinstallafileinmylocalrepositoryalongwithagenericPom%3F for generating a generic pom, but it refers to having version 2.0.1-SNAPSHOT. How do you get this version? The onl

Re: Intro questions

2005-11-28 Thread Tomislav Stojcevich
That works for me also, but only if the build.xml file is in the root of the project. Mine isn't and I don't see how to specify the location of the file. On 11/24/05, Jeremy Hughes <[EMAIL PROTECTED]> wrote: > Leaving the POM filename field empty worked for me. > > Jeremy > > On 11/18/05, Tomisla

Re: Eclipse:add-maven-repo bug

2005-11-28 Thread Fabrizio Giustina
it's fixed, a new release should be out soon fabrizio On 11/28/05, Jean-Sebastien Bournival <[EMAIL PROTECTED]> wrote: > Is someone fixing the "eclipse:add-maven-repo" bug? The one that adds a 'X' > to the eclipse workspace folder. > > Thanx. > > JS. > > -

Re: [m2] RAR plugin

2005-11-28 Thread Stephane Nicoll
Edwin, Thanks. Meanwhile, Brett Porter fixed it. Thanks, Stéphane On 11/25/05, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > > > Stephane. > > I was looking at the source of RAR plugin and found these: > > 1) if includeJar == true and jar file does not exist, the plugin does > nothing. > > 2) the

Re: ear includes all jar files

2005-11-28 Thread Stephane Nicoll
On 11/28/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi > > this is my project structre > > +- - Project > | +- - EJBs > |+- - - pom.xml > | +- - War > | + - - - pom.xml > | +- - EAR > | + - - - pom.xml > |- - pom.xml > > so when i ran

Setting up repositories

2005-11-28 Thread Mordo, Aviran (EXP N-NANNATEK)
Hi all, I'm trying to set up repositories but I don't really know how to do it. Here is my problem. I have a build machine which will hold the snapshot repository and the release repository. Now this machine will not be connected to the internet, so I need to setup a plugin repository which

Re: When I will be able to try out "A Maven 2.x plug-in for the Eclipse IDE"

2005-11-28 Thread Lee Meador
Here are the problems I am having with mvn 'eclipse:eclipse' 1) Dependency is added to the eclipse project for /jre/rt.lib pointing the the java 1.5 runtime jar. This makes the eclipse project refuse to even try building. 2) When the maven POM has a dependency on other projects, dependencies to a

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
So, let's try using scp instead of https with basic auth: in pom.xml: […] ppw-missing-scp PeopleWare Repository of Missing Artifacts, via scp scp://cvs.peopleware.be/ppw/projects/maven/public_html/maven2/repository […] […] In ~/.m2/settings.xml: |--> ppw-missing-scp thisIsMe […] […

Re: ear includes all jar files

2005-11-28 Thread Srepfler Srgjan
Perhaps if there are libs that you want in the war alone you can specify them only in the war pom and you don't specify anything in the ear pom that shouldn't be there? I think we should see your pom's. but my problem is my ear file contains all the other dependencies jar from EJBs & War Direc

Re: M2: Build error when building an individual module in a multi-module setup

2005-11-28 Thread Lee Meador
Warning: This method may not be a long term solution but works today for me. To get rid of the slow-down when there is no POM in your local repository I did the following. 1) Create a default/do-nothing POM for the jars. Here is the one for my Websphere 6.0.0 j2ee.jar. 4.0.0 com.ibm.websphe

RE: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread Frank Russo
thx... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: ir. ing. Jan Dockx [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 10:41 AM To: Maven Users List Subject: Re: Repost: Weird behavior on central repository for a local resource On 28 Nov 2005, at

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Weston, Toby
No worries, thanks for the comments, I'm just not sure if WSAD is supposed to copy the JARs or not, if not I can work around - I've just got a bee in my bonnet :) Cheers Lee Meador wrote: > Sorry Toby. I just don't remember how it was done and I don't have > access to that code since I have moved

Re: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Lee Meador
Sorry Toby. I just don't remember how it was done and I don't have access to that code since I have moved to another project at another company. That was last year and I've slept since then. Perhaps we copied our jar dependencies into someplace where WSAD could find them. I seem to remember some j

Re: why .war cannot be a module of ear?

2005-11-28 Thread Alexandre Poitras
On 11/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear All: > I create a EAR pom.xml file as follow: > >4.0.0 >ears >ear >jar >1.0 >ear assembly > > > > pojos > pojo > 1.0 > > >ejbs >ejb >

Re: What is it scpexe

2005-11-28 Thread Jose Gonzalez Gomez
2005/11/28, Oles <[EMAIL PROTECTED]>: > Gentelmen! > How can I use > > > release >scpexe://release.inao.com/home/release/m2repo/ > > What is it means scpexe scp using external executable >and what plugin or smth yet I needs for that wagon? wagon-ssh-e

RE: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread Law Green-A20134
As per Jason, we can help to develop the documentation from http://docs.codehaus.org/display/MAVENUSER/Home. Probably you can contribute an option usage page ;) Best Regards, Green From: ir. ing. Jan Dockx [mailto:[EMAIL PROTECTED] Sent: 2005年11月28日 23:41 T

ear includes all jar files

2005-11-28 Thread raghurajan . x . gurunathanv
Hi this is my project structre +- - Project | +- - EJBs |+- - - pom.xml | +- - War | + - - - pom.xml | +- - EAR | + - - - pom.xml |- - pom.xml so when i ran "mvn package" from "Porject>" directory it goes and creates ejbs jar and war and als

Re: dependency scopes

2005-11-28 Thread Geoffrey
I think I have a little bit of a similar problem (need for an assembly scope) in m2: I have a dependency on acegi-security 0.9.0 (and spring 1.2.6), but acegi has many dependencies needed to compile, but that I don't need at runtime because I don't use all of acegi's classes. Exclusions works,

Re: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread ir. ing. Jan Dockx
On 28 Nov 2005, at 16:36, Frank Russo wrote: Are these switches documented somewhere? That would be really useful. mvn -h or mvn -usage. And that's the only documentation I have found on the topic. I'll try it. Thanks, Green... Frank Russo Senior Developer FX Alliance, LLC -Original Mes

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Indeed. Thanks for this pointer to [EMAIL PROTECTED] nevertheless, but I can't find an answer there for my problem. Anyone else? On 28 Nov 2005, at 15:51, Arnaud Bailly wrote: ir. ing. Jan Dockx wrote: Please? Someone? The previous answer points to a small guide I proposed for accessing a reposi

RE: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread Frank Russo
Are these switches documented somewhere? That would be really useful. I'll try it. Thanks, Green... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Law Green-A20134 [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 10:32 AM To: Maven Users List Subject: RE

RE: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread Law Green-A20134
Frank, Have you tried "mvn -o" which proceed with offline build? Best Regards, Green -Original Message- From: Frank Russo [mailto:[EMAIL PROTECTED] Sent: 2005年11月28日 22:57 To: Maven Users List Subject: RE: Repost: Weird behavior on central repository for a local resource It's still not

RE: [M2] Repository

2005-11-28 Thread Allison, Bob
For anyone following this thread, the final correct command is: cvs -d :pserver:[EMAIL PROTECTED]:/home/projects/maven-proxy/scm co maven-proxy -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 09:46 To: Maven Users List Subject: RE: [M2] Re

dependency scopes

2005-11-28 Thread ir. ing. Jan Dockx
I don't understand the dependency scope mechanism. Therefor, I created a page in the Wiki to get this sorted out. In the first version of this page, I am trying to make sense of different sources about the topic. This means the information here is not correct per definition! The intention of thi

RE: Repost: Weird behavior on central repository for a local resource

2005-11-28 Thread Frank Russo
It's still not working, and I don't know why. I loaded all of the jars using the same command into my local repository. They do not exist on central, as they will never. These will eventually exist in a remote repository on our intranet, but it has not yet been created. Anyone have any ideas?

What is it scpexe

2005-11-28 Thread Oles
Gentelmen! How can I use release scpexe://release.inao.com/home/release/m2repo/ What is it means scpexe and what plugin or smth yet I needs for that wagon? - To unsubscribe, e-mail: [EMAIL

Re: [m2] https repository

2005-11-28 Thread Arnaud Bailly
ir. ing. Jan Dockx wrote: Please? Someone? The previous answer points to a small guide I proposed for accessing a repository over HTTPS with client-certificate-based authentication, not with password-based (eg. Basic in HTTP parlance) authentication. This may be useful but as you can tell fro

RE: [M2] Repository

2005-11-28 Thread Jörg Schaible
Hi Bob, sorry for my misinformation, the svn address below was actually a pointer in the POM repository of maven. I switched there by accident since the directory is also called maven-proxy. >> $ cvs -d >>> pserver:[EMAIL PROTECTED]:/scm/maven-pro >> xy/ co maven-proxy >> /scm/maven-proxy/: no

Re: Repost: [m2] xdoclet for hibernate 3 with JDK 1.5

2005-11-28 Thread Wim Deblauwe
Are you saying that I need to build it myself? Any idea when it will be released? 2005/11/28, Stephen Coy <[EMAIL PROTECTED]>: > > Hi Wim, > > Try < http://opensource2.atlassian.com/projects/xdoclet/secure/ > BrowseProject.jspa?id=10010> > > Steve C. > > On 28/11/2005, at 11:27 PM, Wim Deblauwe wr

RE: [M2] Repository

2005-11-28 Thread Allison, Bob
When I do that, I get three files: maven-proxy-webapp/0.1/maven-proxy-webapp-0.1.pom, maven-proxy-core/0.1/maven-proxy-core-0.1.pom, and maven-proxy-standalone/0.1/maven-proxy-standalone-0.1.pom. The POMs do not have any dependencies (they are bare-bones POMs with just group, artifact, and ver

RE: [m2] https repository

2005-11-28 Thread Thangavelu Subramanian
Please check following URL http://jira.codehaus.org/browse/MNG-1560 ~Thanga~ IMPORTANT NOTICE: The information in this communication may be confidential, is intended only for the use of the recipient(s) named, and may be legally privileged. If the reader of this message is not the

Re: Wiki kaput

2005-11-28 Thread Gisbert Amm
Some minutes ago, I still had access to the wiki. However, now I get the same "Proxy Error". Regards, Gisbert Amm Frank Russo wrote: I still can't get to http://docs.codehaus.org/display/MAVENUSER/Home. I get the following error message: Proxy Error The proxy server received

RE: Wiki kaput

2005-11-28 Thread Frank Russo
I still can't get to http://docs.codehaus.org/display/MAVENUSER/Home. I get the following error message: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /display/MAVENUSER/Home

Re: Wiki kaput

2005-11-28 Thread Jason van Zyl
ir. ing. Jan Dockx wrote: So, apache.org is down, for a number of hours already. It happens. Now the codehaus wiki is kaput! I was working in there, and suddenly, things went down. Then existing pages (Mini Guides, Introductory Guides, FAQ's) went, now suddenly

Re: Wiki kaput

2005-11-28 Thread Anuerin Diaz
the dochaus confluence page (aka wiki) is working here. the problem might be localized in your network. ciao! On 11/28/05, ir. ing. Jan Dockx <[EMAIL PROTECTED]> wrote: > So, apache.org is down, for a number of hours already. > > Now the codehaus wiki is kaput! I was working in there, and suddenl

How copy files from local repo to remote

2005-11-28 Thread Oles
Hi all. Prompt to me please. I have two repo - local and our group running on Apache. I make some build and maven's getting necessaries files and putting its to local repo. How can I copy files form my local repo to group repo excepting by Cntr-C Cntr-V and how can I compare what files yet is a

Re: mevenide eclipse plugin and maven 2

2005-11-28 Thread Jason van Zyl
Jose Gonzalez Gomez wrote: No, but I seem to remember that somebody is already working on an Eclipse plugin for Maven2. Search the archives, there was a thread reagarding this issue. Again, anyone who wants the eclipse plugin just needs to send me an email with your first name: last name: c

Re: mevenide eclipse plugin and maven 2

2005-11-28 Thread Jason van Zyl
[EMAIL PROTECTED] wrote: Hi, is there a possibility to work with the mevenide eclipse plugin and maven 2 ? There is a Maven 2.x plug-in for Eclipse but at the moment the source code is not anywhere. It is a Mergere sponsored project but it will be OSS. But for the moment I need to collect t

Re: [m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Please? Someone? On 28 Nov 2005, at 11:53, ir. ing. Jan Dockx wrote: Our company repository is on a https server with a self-signed certificate, with access control. Maven 1 -- With maven 1, we got this working in the following fashion. In the project.properties we have an entry for

Wiki kaput

2005-11-28 Thread ir. ing. Jan Dockx
So, apache.org is down, for a number of hours already. Now the codehaus wiki is kaput! I was working in there, and suddenly, things went down. Then existing pages (Mini Guides, Introductory Guides, FAQ's) went, now suddenly return Page Not Found. Is there something major going on, or is this jus

Eclipse:add-maven-repo bug

2005-11-28 Thread Jean-Sebastien Bournival
Is someone fixing the "eclipse:add-maven-repo" bug? The one that adds a 'X' to the eclipse workspace folder. Thanx. JS. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Antrun plugin and the war:war phases

2005-11-28 Thread Jean-Sebastien Bournival
I am running war:war. But in the end I tried to run mvn package, and it worked! I guess "war:war" is called at some point when "package" is running (maybe it takes the packaging type into account). So by calling the package goal, the lifecycle phases are executed, and so is my antrun plugin call

RE: [M2] Repository

2005-11-28 Thread Jörg Schaible
Hi Bob, Allison, Bob wrote on Monday, November 28, 2005 1:25 PM: > How do I get access to the recent snapshot? The downloads on > the download page are from May and the CVS information doesn't work: > > $ cvs -d >> pserver:[EMAIL PROTECTED]:/scm/maven-pro > xy/ co maven-proxy > /scm/maven-proxy

Re: Repost: [m2] xdoclet for hibernate 3 with JDK 1.5

2005-11-28 Thread Stephen Coy
Hi Wim, Try < http://opensource2.atlassian.com/projects/xdoclet/secure/ BrowseProject.jspa?id=10010> Steve C. On 28/11/2005, at 11:27 PM, Wim Deblauwe wrote: Send this 4 days ago and still no answer, maybe it was not noticed so allow me to try again... 2005/11/24, Wim Deblauwe <[EMAIL PR

RE: Docbook plugin

2005-11-28 Thread COUVREUR jacques
Hi, I have had this need in the past... Maybe you can have a look on a Wiki like PyWikiServer (http://sourceforge.net/projects/pywikiserver) that encoding files in DocBook format Best regards, Jacques -Message d'origine- De : Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Envoyé

Re: maven.apache.org down?

2005-11-28 Thread Emmanuel Venisse
all *.apache.org are down. ASF infra try to fix the problem. Emmanuel Weston, Toby a écrit : Yep! Wim Deblauwe wrote: http://maven.apache.org seems to be down. Are others having this problem also? regards, Wim - To un

Repost: [m2] xdoclet for hibernate 3 with JDK 1.5

2005-11-28 Thread Wim Deblauwe
Send this 4 days ago and still no answer, maybe it was not noticed so allow me to try again... 2005/11/24, Wim Deblauwe <[EMAIL PROTECTED]>: > > Hi, > > anybody got the combination of xdoclet with hibernate 3 and jdk 1.5working? > > I found that the xdoclet-maven-plugin (version alfa2 - seen this

RE: [M2] Repository

2005-11-28 Thread Allison, Bob
How do I get access to the recent snapshot? The downloads on the download page are from May and the CVS information doesn't work: $ cvs -d :pserver:[EMAIL PROTECTED]:/scm/maven-proxy/ co maven-proxy /scm/maven-proxy/: no such repository -Original Message- From: Jörg Schaible [mailto:[EM

[m2] https repository

2005-11-28 Thread ir. ing. Jan Dockx
Our company repository is on a https server with a self-signed certificate, with access control. Maven 1 -- With maven 1, we got this working in the following fashion. In the project.properties we have an entry for the repository as follows: […] maven.repo.remote=https://${user.name}

Re: maven.apache.org down?

2005-11-28 Thread Brett Porter
Yes, all apache.org sites are currently down. Nothing we can do about it, sorry! On 11/28/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > http://maven.apache.org seems to be down. Are others having this problem > also? > > regards, > > Wim > > ---

RE: maven.apache.org down?

2005-11-28 Thread Weston, Toby
Yep! Wim Deblauwe wrote: > http://maven.apache.org seems to be down. Are others having this > problem also? > > regards, > > Wim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven.apache.org down?

2005-11-28 Thread Wim Deblauwe
http://maven.apache.org seems to be down. Are others having this problem also? regards, Wim

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Weston, Toby
Yep, all looks good, I've got the MAVEN_REPO\foo.jar in the .classpath file and marked as exported like this; And added it to the manifest.mf file like this; Class-Path: axis-1.3.jar But still no JARs when I export (or deploy) from WSAD! Did you have your webapp associated with an EAR? Mine i

[m2] Avoiding duplicate jar files in a generated ear file ?

2005-11-28 Thread Christian Schulte
Hi, when I build an ear file with maven 2 it happens that because of transitive dependencies I get e.g. two struts.jar files in the generated file. What is the recommended way of managing transitive dependencies ? Say I have a dependency which itself has a dependency to struts-1.2.7.jar and a

Re: Continuous Integration with Luntbuild

2005-11-28 Thread Wim Deblauwe
It probably has something to do with your french locale. I believe that luntbuild searches for the text 'BUILD SUCCES' or something like that anyway and it does not understand your french... regards, Wim 2005/11/28, Blaise Gosselin <[EMAIL PROTECTED]>: > > I managed doing it now, but setting the

Re: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Dion Gillard
We have no hassles deploying or exporting from WSAD. Do you make sure your MANIFEST.MF is correct? On 11/28/05, Weston, Toby <[EMAIL PROTECTED]> wrote: > Yep I include the war.bundle property, so Maven is fine, I meant that it > doesn't export / deploy correctly from within WSAD. > > Dion Gillard

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Weston, Toby
Yep I include the war.bundle property, so Maven is fine, I meant that it doesn't export / deploy correctly from within WSAD. Dion Gillard wrote: > Are you using > > > true > > > on the dependency? > > On 11/25/05, Weston, Toby <[EMAIL PROTECTED]> wrote: >> Hi Lee, >> >> Thanks for the info

Re: [m2] Configure output folder in eclipse plugin

2005-11-28 Thread Kees de Kooter
That worked, thanks Barry. One problem remains though. For filtering purposed I defined two resources: src/main/webapp true ../filtered-webapp-resources src/main/config

Re: mevenide eclipse plugin and maven 2

2005-11-28 Thread Jose Gonzalez Gomez
2005/11/28, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi, > > is there a possibility to work with the mevenide eclipse plugin and maven > 2 ? > No, but I seem to remember that somebody is already working on an Eclipse plugin for Maven2. Search the archives, there was a thread reagarding this issue.

RE: [M2] Repository

2005-11-28 Thread Jörg Schaible
Law Green-A20134 wrote on Monday, November 28, 2005 6:28 AM: > Jason, > > Thank you so much for your patient reply! I have updated the diagram > as per your comments, please let me know if it need further update. [snip] Funny. This is quite the same setup I created also some weeks ago. We just