Re: sserver support in Maven 1.0.2

2005-12-28 Thread Emmanuel Venisse
No, it isn't supported. I didn't know this cvs protocol. Do you have some links about url format with this protocol, default port...? I'll add sserver support in maven-scm used by maven 1.1, maven2 and continuum. Emmanuel Sumedh Kanade a écrit : Hi, Could you please tell me if Maven 1.0.2

Setting up an issue management system

2005-12-28 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi All, Could you please guide me in setting up an issue management system using Maven for a simple java project. One more query, is the mailing list and the developer list given in POM.xml used only for generating documentation or does it serve a higher prupose? Regards, Kiran This e-m

Re: What means @aggregator

2005-12-28 Thread Edwin Punzalan
If I'm not mistaken, it also gives you access to ${reactorProjects} where reactorProjects are the MavenProject references to the parent pom modules... Yes, @aggregator mojo can only be run on projects with pom ^_^ dan tran wrote: to turn off multi module build, without this tag you have to

Re: m2 site-deploy Help

2005-12-28 Thread Edwin Punzalan
The error was thrown inside the Jsch library which the wagon uses on ssh connections. It seems to me like it is executing a file named "mkdir" which really doesn't exist on windows machines. I had the same problem with a different application and had to resort to detecting the OS first and

Maven1 using Maven2 repository possible?

2005-12-28 Thread Christopher Lim
I understand that Maven2 is capable of accessing Maven1 repository through the *legacy* tag. Is there a way for Maven1 to understand Maven2 repository? Perhaps pointing MAVEN_HOME_LOCAL to a Maven2 repo. This will avoid duplication of jar files in the local repository. Chris ---

Re: URGENT - weired problem Need help - Not finding the ant task def

2005-12-28 Thread Lester Ecarma
I think you just need to declare the dependencies outside the scope (particularly the one which holds the weblogic.ant.taskdefs.webservices.javaschema.JavaSchema class). Thus, your pom should look something like... weblogic webservices SNA

Re: Reoccurring problem with library

2005-12-28 Thread Edwin Punzalan
Please see: http://maven.apache.org/guides/mini/guide-ibiblio-upload.html Thanks. Bengt-Erik Fröberg wrote: Hi I keep getting this rather obscure-named library as a dependency. Why can't it's creators put it I Maven2 scope to download as a normal dependency? ==

Re: configure plugin (jboss-maven)

2005-12-28 Thread Edwin Punzalan
That seems to be the correct configuration... can you give the full stack trace of the error you encountered? Btw, if you want to specify a path relative to your current dir, don't put the leading backslash "\" in Edwin van der Elst wrote: Hi, I'm going nuts here, trying to use the jboss

Re: M2 changelog plugin w/ CVS (not SVN)

2005-12-28 Thread Edwin Punzalan
Hi, The scmUrl is used to generate links from the generated report and is correct based from your pom. The will be used by the plugin if it exists or else or lastly, . Can you give more details on your problem please. Btw, you still need to have cvs installed in your system and added to

RE: [m2] Migrating mockobject calls to Maven2

2005-12-28 Thread Dennis Ho
Hi, I managed to add the mock generator using the maven-antrun-plugin but I am having trouble adding the generated test sources to the test compile source directory. How can I make the maven-compiler-plugin to compile both the src/test/java and target/generated-test-src directories

Re: Breaking up an existing webapp build

2005-12-28 Thread Eric Redmond
What you could do is create a pom project in the base of the WAR, which then kicks off two modules... one as a JAR project which builds first, then the second one builds the WAR, with everything wrapped up inside it. This would require 3 POMs. For example, if your directory is set up as: BASE_WAR_

Re: URGENT - weired problem Need help - Not finding the ant task def

2005-12-28 Thread raghurajan . x . gurunathan
Hi Thanks for your replly, here is the error i'm getting Embedded error: taskdef class weblogic.ant.taskdefs.webservices.javaschema.JavaSchema cannot be found [INFO] [INFO] Trace org.apache.maven.lifecycle.LifecycleExe

Re: M2: Subprojects and common resources....

2005-12-28 Thread Brett Porter
On 12/29/05, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > That is what I'm ending up doing as well. Really, Maven needs another > property like "topdir" that is the directory of the top most parent > pom.xml. Thus, we could base things off of that if needed. We plan to include the ability to hav

[m2] cobertura from sandbox

2005-12-28 Thread Adam Hardy
Maybe I should have added - I think it's a classloader issue because Hibernate specifies asm-1.5.3 in its pom which requires the file but cobertura specifies asm-2.1 in its pom. The problem seems to be that Hibernate cannot load asm-1.5.3 because cobertura has already loaded the latest version

Re: [m2] Migrating mockobject calls to Maven2

2005-12-28 Thread Jörg Schaible
David Sag wrote: > We use EasyMock and all that needs is to put the folllowwing in the pom. > there are no generated files like with what you describe however. it > makes great little mockobjects though using the cglib. > > > easymock > easymock > 1.2

Re: M2: Subprojects and common resources....

2005-12-28 Thread Lee Meador
http://maven.apache.org/maven-model/maven.html has all the possible tags in the POM and following that are some descriptions of what they are for. Its sort of like wandering in a dark cave but there is some useful stuff there. -- Lee On 12/28/05, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > > That

Re: Hibernate tools

2005-12-28 Thread Srepfler Srgjan
Alexandre Poitras wrote: Btw the latest build of velocity-tools is 1.2, so I guess hibernate pom file is wrong. In fact, I didn't get that dependency from a pom but from this site: http://www.hibernate.org/hib_docs/tools/ant/index.html name="hibernatetool" classname="org.hibernat

Breaking up an existing webapp build

2005-12-28 Thread Frank Russo
I currently have a standard webapp project with a working m2 build process. It builds a war with the typical web-inf structure as follows: web-inf/classes/*this is where the app's compiled classes go. web-inf/lib/*.jarthis is where the dependency jars go. I want to

Re: [m2] Using optional ant tasks with antrun plugin

2005-12-28 Thread Yann Le Du
Hi Ralph, Try ant-nodeps instead of ant-optional, there is a 1.6.5 and I believe this is the new name for ant-optional. -- Yann 2005/12/28, Ralph Pöllath <[EMAIL PROTECTED]>: > > Hi, > > I'd like to use the antrun plugin to execute optional ant tasks. > > Extending the example from http://maven.

Re: What means @aggregator

2005-12-28 Thread dan tran
to turn off multi module build, without this tag you have to do mvn -N goals -D On 12/28/05, Scokart Gilles <[EMAIL PROTECTED]> wrote: > > This is a tag we can place in the mojo. What does it means? What is its > purpose? > > > > Thanks, > > > > SCOKART Gilles > > > > >

Re: Hibernate tools

2005-12-28 Thread Alexandre Poitras
Btw the latest build of velocity-tools is 1.2, so I guess hibernate pom file is wrong. On 12/28/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Look there : > http://maven.apache.org/guides/mini/guide-maven-evangelism.html > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > If y

Re: Hibernate tools

2005-12-28 Thread Alexandre Poitras
Look there : http://maven.apache.org/guides/mini/guide-maven-evangelism.html http://maven.apache.org/guides/mini/guide-ibiblio-upload.html If you provide a patch, usually it is fixed quite fast. If everyobne contribute a little bit, the repository will be much accurate in a short time. BTW, to ma

[m1] maven eclipse plugin does not generate correct aspectj project

2005-12-28 Thread Joe
hi all, I'm using eclipse and maven for my project and I would like to use AspectJ in eclipse but when I'm generating eclipse project from maven eclipse plugin, eclipse project loose its aspectj nature. I've seen that a fix was available but it does not work with maven eclipse plugin 1.10 (t

Hibernate tools

2005-12-28 Thread Srepfler Srgjan
Hi, I noticed that the hibernate-tools library is a bit old. I've tried to cocture up a pom for 3.1.0.beta2 but it seems that it needs some libraries that go with it: velocity-1.4.jar, velocity-tools-generic-1.4.jar, jtidy-r8-21122004.jar Now as far as velocity it's already available in the

Re: M2: Subprojects and common resources....

2005-12-28 Thread Daniel Kulp
That is what I'm ending up doing as well. Really, Maven needs another property like "topdir" that is the directory of the top most parent pom.xml. Thus, we could base things off of that if needed. Actually, is there a list of properties that we CAN use listed online someplace? Dan On We

What means @aggregator

2005-12-28 Thread Scokart Gilles
This is a tag we can place in the mojo. What does it means? What is its purpose? Thanks, SCOKART Gilles

Best practice concerning sample

2005-12-28 Thread Scokart Gilles
I have written an ant and a maven plugin. I want to distribute it with a sample. I have thus written a sample project buildable from an sample ant script and from a maven pom.xml. What are the best practice to store it, knowing that I have already multiple modules (one for the core of the imp

Re: M2: Subprojects and common resources....

2005-12-28 Thread Lee Meador
Since I use Eclipse I have to sort of flatten out the project structure. So the structure looks like this: base + build (this is parent, children are ../ear and ../war1 and so forth) + ear (parent is ../build) + war1 (ditto) + war2 + jar1 + jar2 I just put the common files, license.txt, checkstyl

[m2] Howto access configurations of mojos in a multi-module build ?

2005-12-28 Thread Christian Schulte
Hi, I would like to extend the maven-javadoc-plugin to automatically create offline links to the modules within a multi-module build. It could work if all modules would use the same configuration of the plugin. How would I access the configuration of the javadoc-plugin inside the plugin itsel

RE: [2] Could maven modify the pom?

2005-12-28 Thread Scokart Gilles
I don't know for plugins like you describe, but I think the release plugin modify the pom (it modifies the version field). > -Original Message- > From: Srepfler Srgjan [mailto:[EMAIL PROTECTED] > Sent: 28 December 2005 10:43 > To: Maven Users List > Subject: [2] Could maven modify the po

RE: M2: Subprojects and common resources....

2005-12-28 Thread Scokart Gilles
Two idea : - Refactor in order to be able to place those resources into a separated module used as a dependency by the other "subproject". - If not possible, see if you can use links into your repository (need unix like platform) > -Original Message- > From: Daniel Kulp [mailto:[EMAIL

M2: Subprojects and common resources....

2005-12-28 Thread Daniel Kulp
What is the best way to deal with "common" resources used by several subprojects?We have a bunch of stuff like checkstyle config files, pmd rulesets, logging config properties files, etc... that we would like to be used by all the subprojects. The only way seems to be to copy the resourc

Re: [m2] Artifact relocations and scope priorities

2005-12-28 Thread Yann Le Du
I reolcated jspapi locally, that solved the problem. I found nothing in JIRA about it, so I tried to file a patch following http://maven.apache.org/guides/mini/guide-maven-evangelism.html . Unfortunately, I can't reach the subversion repo with svn:// protocol (probably firewall at my corp.). Is the

[m2] any 'maven console' equivalent in M2?

2005-12-28 Thread Man-Chi Leung
hi, any 'maven console' equivalent in M2? Regards, manchi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Referencing system properties in pom?

2005-12-28 Thread Raymond N. Ritz
All, I would like to be able to reference my operating systems configured user.home variable inside of pom.xml to allow my maven 2 builds to reference a filters configuration file that exists in user.home. Regards, Raymond Ritz

[m2] changelog plugin w/ CVS (not SVN)

2005-12-28 Thread Darren Hartford
Hey all, I'm trying to use the maven-changelog-plugin for Maven2 version 2.0-beta-1 without success against a CVS SCM. Most of the examples I have seen have been with SVN, and I need this to work with CVS. I'm using a known SCM connection string that works with the Maven1-version of changelog plugi

Create Maven plugin

2005-12-28 Thread p Devi
I am new to maven and I am currently creating a plugin for exporting data from the database using Maven 1.x. To acheive this I use octopus. I have included the dependencies in the project.xml. I am able to load the classes of the octopus Jar in the project base directory, But when I go out of t

[RE] LOTS of dependencies just not found

2005-12-28 Thread Bengt-Erik Fröberg
Hi Looks great, it has the features I was asking for. This is splendid and very, very welcome news! Now I won't be whining anymore about this ;) Regards, /B-E -Ursprungligt meddelande- Från: Brett Porter [mailto:[EMAIL PROTECTED] Skickat: den 28 december 2005 11:51 Till: Maven Users L

configure plugin (jboss-maven)

2005-12-28 Thread Edwin van der Elst
Hi, I'm going nuts here, trying to use the jboss-maven plugin in Maven2. I downloaded the plugin from codehause and installed locally. Now In my pom.xml ... org.codehause.mojo jboss-maven-plugin 1.0 false

[m2] Using optional ant tasks with antrun plugin

2005-12-28 Thread Ralph Pöllath
Hi, I'd like to use the antrun plugin to execute optional ant tasks. Extending the example from http://maven.apache.org/guides/mini/guide- using-ant.html , I added a dependency to ant:ant-optional: 1.5.3-1:jar, which results in an error: An invalid artifact was detected, ArtifactID: <<< MISS

Re: SV: LOTS of dependencies just not found

2005-12-28 Thread Brett Porter
All, please refer to the discussions of the repository manager on the dev list. This has been planned for a significant amount of time and is now under way. http://docs.codehaus.org/display/MAVEN/Repository+Manager Contributions welcome :) We discuss it on [EMAIL PROTECTED] - Brett On 12/28/05,

Re: [m2] Migrating mockobject calls to Maven2

2005-12-28 Thread David Sag
We use EasyMock and all that needs is to put the folllowwing in the pom.  there are no generated files like with what you describe however.  it makes great little mockobjects though using the cglib.                     easymock             easymock             1.2_Java1.3             test      

Re: SV: LOTS of dependencies just not found

2005-12-28 Thread Marcel Schutte
I like this too, perhaps deploy:deploy and deploy:deploy-file could check the dependencies for existence. Regards, Marcel --- David Sag <[EMAIL PROTECTED]> wrote: > I think that is actually an excellent solution - i am going through > similar pain right now - our build of maven2 does what we wa

Re: SV: LOTS of dependencies just not found

2005-12-28 Thread David Sag
I think that is actually an excellent solution - i am going through similar pain right now - our build of maven2 does what we want on a few test projects of increasing complexity, but we've written a bunch of patches (submitted via jira) and plugins to get where we are and it's still not exactly a

[2] Could maven modify the pom?

2005-12-28 Thread Srepfler Srgjan
Could maven modify the pom? For instance mvn addreport -DgroupId=org.apache.maven.plugins -DartifactId=maven-junit-report-plugin or adddependency, etc. Cheers and Happy New Year everybody - To unsubscribe, e-mail: [EMAIL PROTE

Re: URGENT - weired problem Need help - Not finding the ant task def

2005-12-28 Thread Lester Ecarma
Hi Raghurajan, Would it be possible for you to provide snippets of your poms, particularly the maven-antrun-plugin declaration part, or the error log if any? I can't seem to replicate your problem. Thanks. [EMAIL PROTECTED] wrote: Hi all I have following structure MyModule + |- EJB Mod

Re: How to get a copy of the repository ?

2005-12-28 Thread Tomasz Pik
On 30/11/05, Christian Schulte <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to have a local copy of some of the components in the > remote repository at . Is there an easy > way to get a local copy of this ? I tried rsync but it seems ibiblio > does not support r