Re: maven-war-plugin how to exclude jar files from WEB-INF/lib

2006-03-27 Thread Raymond Domingo
YES, This worked for me. Thanks raymond On Tue, 28 Mar 2006 00:49:37 -0600, Wayne Fay wrote > Use provided for this dependency to keep it out of the > lib directory. > > Wayne > > On 3/28/06, Raymond Domingo <[EMAIL PROTECTED]> wrote: > > Hello All, > > > > I just starting to use maven, bu

Re: maven-war-plugin how to exclude jar files from WEB-INF/lib

2006-03-27 Thread Wayne Fay
Use provided for this dependency to keep it out of the lib directory. Wayne On 3/28/06, Raymond Domingo <[EMAIL PROTECTED]> wrote: > Hello All, > > I just starting to use maven, but even after spending hours of browsing > documentation I'm still not able to create the war file that fits my needs

maven-war-plugin how to exclude jar files from WEB-INF/lib

2006-03-27 Thread Raymond Domingo
Hello All, I just starting to use maven, but even after spending hours of browsing documentation I'm still not able to create the war file that fits my needs. Currently I do generate a war file, but I need to filter my jboss-j2ee-4.0.2.jar file from the WEB-INF/lib directory. After reading some

Re: [INFO] Compilation failure m2 Compilation failure [error: IO exception sun.io.MalformedInputException]

2006-03-27 Thread Carlos Sanchez
Are you sure you're using IBM JDK correctly? with JAVA_HOME and PATH correctly set? The stack trace shows sun.io with looks like Sun JDK. We have tried IBM JDK 1.4.2 to compile and it works On 3/28/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > mvn install or mvn compile is giving this error.. I a

Re: Surefire source code - where to find

2006-03-27 Thread haginow2001-nabble
Thanks, works! --- Carlos Sanchez <[EMAIL PROTECTED]> wrote: > http://svn.apache.org/viewcvs.cgi/maven/surefire/trunk/ > > On 3/28/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > I'm looking for the surefire source code (e.g. > > org.apache.maven.surefire.SurefireBooter), but > cannot > >

Re: Surefire source code - where to find

2006-03-27 Thread Carlos Sanchez
http://svn.apache.org/viewcvs.cgi/maven/surefire/trunk/ On 3/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm looking for the surefire source code (e.g. > org.apache.maven.surefire.SurefireBooter), but cannot > find it. The URL for the source code repository at > http://maven.apache.org/s

Surefire source code - where to find

2006-03-27 Thread haginow2001-nabble
I'm looking for the surefire source code (e.g. org.apache.maven.surefire.SurefireBooter), but cannot find it. The URL for the source code repository at http://maven.apache.org/surefire seems to point to the wrong location. P.S: I'm not looking for the maven-surefire-plugin source code, but the sou

Re: [m2]Access to "maven/archetype/trunk/maven-archetype-core" is forbidden

2006-03-27 Thread Wayne Fay
File a JIRA issue and I'm sure someone will take care of it. I've seen this for some other Maven ViewCVS Urls, too. Wayne On 3/27/06, Jian.Wu <[EMAIL PROTECTED]> wrote: > > Hi, > > I tried to see ArcheType.java through viewcvs, and I got the following > exception: > > Access to "maven/archetype/

Re: [m202] still have problems with downloading custom built plugin

2006-03-27 Thread John Tolentino
Hi Arnaud, If you're using an internal repo, central should be over-ridden. But it shows that you're still accessing the ibiblio repo because, as you mentioned in your first email, maven is trying to download from this URL: http://repo1.maven.org/maven2 You should over-ride the central repo

Ant task steps on previous dependencies?

2006-03-27 Thread Rick Mann
Is this a bug? It seems that the ant task (2.0.2) is choosing collections 2.1, and then later deciding to use 2.0: unspecified:unspecified:jar:0.0 (selected) struts:struts:jar:1.2.7 (selected) commons-validator:commons-validator:jar:1.1.4 (selected) commons-digester:commons-digester

Re: Exclude a Test case

2006-03-27 Thread Henry S. Isidro
A S Praj wrote: Hi, I have a Open source downloaded from Net. In that there are Testcases also, When I do a Compile it is working fine, When I do a Test it is failing. Is there any Tag which Can be used to eliminate that particular class alone while doing the Test. This is stopping me in pro

[m2] Eclipse Plugin: Anyway to exclude a reactor dependency from the project list?

2006-03-27 Thread KC Baltz
Our web project has a custom tag library for one of the sub-projects and the Eclipse Sysdeo Tomcat plugin doesn't handle it well if it's included directly as a project link instead of as a jar from the M2_REPO. Since it's otherwise useful to have project links that the eclipse plugin generates,

Re: [M2] Is there a variable for the source folder?

2006-03-27 Thread Brett Porter
The ./src folder isn't special. It just happens to be a common root. ${basedir}/src will get you exactly that, but if someone sets my-stuff/java, it won't affect that. HTH, Brett On 3/27/06, Michael Meyer <[EMAIL PROTECTED]> wrote: > Hi > is there a variable for the source folder? > > ${project.

[m2]Access to "maven/archetype/trunk/maven-archetype-core" is forbidden

2006-03-27 Thread Jian.Wu
Hi, I tried to see ArcheType.java through viewcvs, and I got the following exception: Access to "maven/archetype/trunk/maven-archetype-core" is forbidden. HTTP Response Status 403 Forbidden Python Traceback Traceback (most recent call last): File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py"

Re: creating local repositories

2006-03-27 Thread Yann Le Du
Hi Alan, Your guess is correct, you can find more details here : http://docs.codehaus.org/display/MAVEN/Repository+Layout+-+Final - Yann On 3/27/06, Lewis Alan (BSN01) <[EMAIL PROTECTED]> wrote: > > Hi All. > > > > Sorry if this has already been asked / answered, I have just joined the > list.

[m2] Using the integration-test phase

2006-03-27 Thread Wendy Smoak
If I have some tests that [will eventually] use the Cargo API to start a container, that need to be run after the package phase (so that the war file exists) and that I want excluded from the test phase... is this (see below) close? The only problem with it is that the *ServerTest classes never ge

Re: Webapp not recognizing external dependencies that are in classpath

2006-03-27 Thread Stephen Duncan
When you have it as external, do you still have a src/main/webapp/WEB-INF/lib folder? -Stephen On 3/27/06, Jason Harrelson <[EMAIL PROTECTED]> wrote: > I have a webapp that is not recognizing any of the external dependencies I > have set up in the classpath. These were set up using the maven ecl

[m2] Release plugin in subversion repository broken ?

2006-03-27 Thread Christian Schulte
Hi, I just wanted to make a release and cannot get the release plugin do the job as it once did 8-(. Since yesterday I need to apply the attached patch to make it run without throwing a ClassCastException. What drives me crazy is that the rewriting of the poms does not work anymore. It does n

RE: [M2] Compiling with JDK 1.4

2006-03-27 Thread Anthony Kong
Try 'maven clean' first then recompile. Somehow if the class files exist in target dir, the compiler may not overwrite them. These class files may have been compiled in 1.5 prior to your changes to pom.xml Cheers, AK -Original Message- From: Mang Jun Lau [mailto:[EMAIL PROTECTED] Sent:

Re: resource plugin and empty directories

2006-03-27 Thread Wayne Fay
Not sure if this is currently possible. Check the source code to see what configuration options are available and perhaps you'll find something. If its not already implemented in the resource plugin, I have to imagine it would be a pretty simple modification (with an added variable copyEmptyDirect

[M2] Compiling with JDK 1.4

2006-03-27 Thread Mang Jun Lau
Hi, I've searched and tried the methods given before but things haven't been working for me. My JAVA_HOME points to the 1.5 JDK. I would like to compile my code to be able to run under JDK 1.4. So, in my master POM, I have: org.apache.maven.plugins maven-compile

RE: Best practices with respect to hibernate.

2006-03-27 Thread Johann Reyes
Hello Peter Right now I'm working in multiple output directory assignment for the hibernate-plugin and also automatic discovery for annotated classes when you want to build the hibernate.cfg.xml file from annotated classes, so it should ready by the end of week most likely Regards Johann Reyes

resource plugin and empty directories

2006-03-27 Thread Kevin Galligan
Is there any way to get the resource plugin to copy empty directories (I assume its the resource plugin when doing a jar packaged build). Long story as to why I'd need this. Thanks, -Kevin

Still unclear on intended use of "useScope" in ant tasks

2006-03-27 Thread Rick Mann
I looked through the archives and didn't find a satisfactory answer to this question. We have an ant build script (and no POM) that we use to build our webapp. We have a single block: version="1.0.2" scope="run

Best practices with respect to hibernate.

2006-03-27 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK... I'm slow... it is taking me some doing to get my mind around how maven does things. I've finally got the hibernate plugin generating my pojos for me from configuration files. It wants to put the resultant pojos in /target/hibernate-tools which

Re: project customization

2006-03-27 Thread Wayne Fay
Personally I would use resource filtering and profiles to customize a project for different customers/environments. You specifically mentioned that you are already using profiles and find them insufficient, so I'm wondering what specifically is not working for you, as we've found ways to implement

RE: project customization

2006-03-27 Thread Siegmann Daniel, NY
I do not know of any easy was in which Maven can support customizing a project for different customers/environments, though perhaps someone else will. If not, you can probably use an Ant script. It probably wouldn't be too hard - you could just maintain separate directories with resources, and have

Re: Maven 2 jira plugin?

2006-03-27 Thread Yann Le Du
Right, the doco is not completely moved yet :) Normally, all you need is (at top-level) : ~ ~ jira ~ http://jira.server.company.com/browse/PROJECT ~ Note that it doesn't work well yet with URLs like http://jira.server.company.com/jira/BrowseProject.jspa?id=10010

Sun Licensing Feedback (was: RE: wither the hibernate3 plugin?)

2006-03-27 Thread Brian-R . Jackson
Wayne, What email address did you use to provide feedback to Sun? I'd like to do the same and I'm probably not the only one. Thanks, Brian -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 3:33 PM To: Maven Users List Subject: Re: wither

[INFO] Compilation failure m2 Compilation failure [error: IO exception sun.io.MalformedInputException]

2006-03-27 Thread Gautham Pamu
mvn install or mvn compile is giving this error.. I am using IBM JDK 1.4.2. Did anyone come across this error and can you help me how to resolve it ? [INFO] [ERROR] BUILD FAILURE [INFO] --

Re: wither the hibernate3 plugin?

2006-03-27 Thread Wayne Fay
We're all frustrated by issues like this. Call or email Sun and complain... Ask them to publish Jars (source, binary & javadocs) like this under a license which more freely allows distribution so they can be included in ibiblio. There's really no good reason why APIs can't be published under a pre

Re: Possible to deploy entire directory trees to repository?

2006-03-27 Thread Wayne Fay
Assuming you're talking multiple jar files in various subdirectories, you could probably combine a little shell scripting with some calls to "mvn install:install-file" to achieve this. But it might be easier to just convert all your projects to M2 directly (its really not that hard), assuming you'

RE: wither the hibernate3 plugin?

2006-03-27 Thread Johann Reyes
For licensing issues, it can not be included in ibiblio. You can download it from here: http://prdownloads.sourceforge.net/hibernate/hibernate-annotations-3.1beta8. zip?download Just rename the ejb-persistence.jar to ejb-3.0-public-draft-20060118.jar Regards Johann Reyes -Original Message-

Re: wither the hibernate3 plugin?

2006-03-27 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johann Reyes wrote: > > the pluginRepositories format should be like the following: > > That solved the immediate problem and now I've careened into the next problem. required artifacts missing: javax.persistence:ejb:jar:3.0-public-draft-2006011

Possible to deploy entire directory trees to repository?

2006-03-27 Thread tryer
Hi all. Does anyone know if it is possible to configure maven such that I can deploy entire directories (sub folders and all) to the repository? I want to add various SDK trees to my repository, but so far haven't found a way to do this. Thanks in advance! -- View this message in context:

RE: wither the hibernate3 plugin?

2006-03-27 Thread Johann Reyes
As per the documentation found here: http://maven.apache.org/guides/development/guide-testing-development-plugins .html the pluginRepositories format should be like the following: snapshots http://snapshots.maven.codehaus.org/maven2 Regards Johann Reyes -Original Message--

Re: wither the hibernate3 plugin?

2006-03-27 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > Hey Peter, > I think you looked in the wrong place. This would be the > correct URL: > http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/hibernate3- > maven-plugin/ > > OK... but why the error? - -- ::

RE: wither the hibernate3 plugin?

2006-03-27 Thread Brian-R . Jackson
Hey Peter, I think you looked in the wrong place. This would be the correct URL: http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/hibernate3- maven-plugin/ Brian -Original Message- From: Peter L. Berghold [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 2:08 P

wither the hibernate3 plugin?

2006-03-27 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Over on MOJO I see a reference to a hibernate3 plugin. So following instructions I put the following in my POM: Maven Snapshots http://snapshots.maven.codehaus.org/maven2/

package plugin running twice in multi-module builds

2006-03-27 Thread Mike Perham
Running a single module build, my package plugin (an obfuscator plugin to obfuscate the code in every JAR) runs once as expected. When running in a multi-module build, it runs twice (one right after the other) for each module. The plugin has "@phase package" defined and this configuration in my m

RE: unsubscribe me

2006-03-27 Thread Mang Jun Lau
Did you get the confirmation email too? You need to reply to that confirmation email to unsubscribe. _Mang Lau <[EMAIL PROTECTED]> 03/27/2006 11:31 AM Please respond to "Maven Users List" To cc Subject RE: unsubscribe me okay definately not working -Original Messag

Re: unsubscribe me

2006-03-27 Thread Wayne Fay
File a JIRA report and I'm sure someone will look into it. Wayne On 3/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > okay definately not working > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 27, 2006 10:28 AM > To: users@m

RE: unsubscribe me

2006-03-27 Thread Russell.Ray
okay definately not working -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 10:28 AM To: users@maven.apache.org Subject: RE: unsubscribe me Wayne: I just tried it again ([EMAIL PROTECTED]), so we will see. If I get this email

m202 - site:deploy fails trying to run ssh locally

2006-03-27 Thread Thomas_Perry
maven 202 is running from my xp desktop. I'm trying to deploy a project website to a *nix server putty and plink and pscp are installed on my desktop for access via ssh the problem appears to be that maybe the site plugin is trying to run ssh from my desktop (which is not installed) instead

Re: How to transit from Maven 1.0.2 to Maven 2 , what is the role of Maven 1.x ?

2006-03-27 Thread Wayne Fay
I don't use M1 at all, so take this for what its worth... Is there a reason you cannot download the Maven 1.0.2 sources from SVN, update the Jelly libraries to eliminate the memory leak issue, and produce your own internal 1.0.3 version? I don't know how much work it would be to update the librari

RE: unsubscribe me

2006-03-27 Thread Russell.Ray
Wayne: I just tried it again ([EMAIL PROTECTED]), so we will see. If I get this email backthen I am assuming it is not working. Russ -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 10:26 AM To: Maven Users List Subject: Re: unsubscribe me

Re: unsubscribe me

2006-03-27 Thread Wayne Fay
At the bottom of every email, it says: To unsubscribe, e-mail: [EMAIL PROTECTED] Is that not working for you? Wayne On 3/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Please unsubscribe me. > > I have rollowed your instructions and email the site last week. I am > still getting emails.

unsubscribe me

2006-03-27 Thread Russell.Ray
Please unsubscribe me. I have rollowed your instructions and email the site last week. I am still getting emails. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to transit from Maven 1.0.2 to Maven 2 , what is the role of Maven 1.x ?

2006-03-27 Thread Michele_Forte
Hello Arnaud, Thanks for the kind and sincere answer We all unfortunately must compromise resources and feutures ... If you could drive us to the point where we could mantain at least this level of compatibility that we require that would be very much appreciated ... Best Regards Michele

project customization

2006-03-27 Thread Marcus Eberts
Hi Guys, is it possible to customize a project for different customers/environments? For example to use for one customer the image/content A, for a second customer image/content B and a default image/content if it's for a presentation. The same for environment configuration files (web.xml, da

creating local repositories

2006-03-27 Thread Lewis Alan (BSN01)
Hi All. Sorry if this has already been asked / answered, I have just joined the list. What I am trying to understand is what structure must a local repository have to work with maven 2.0? Must the Ibiblio structure be copied verbatim? Thanks for your help Alan Lewis

project customization

2006-03-27 Thread Marcus Eberts
Hi Guys, is it possible to customize a project for different customers/environments? For example to use for one customer the image A, for a second customer image B and a default image if it's for a presentation. The same for environment configuration files (web.xml, data-sources.xml, ...). D

Build profiles, inheritance - common build definitions

2006-03-27 Thread ttjarl
This is something that I have tried using Maven 2.0.2 with no success - say that I have a large project consisting of a number of jars, EJB jars, wars and an EAR. I would like to maintain in one common place the definitions of java-compiler settings, test settings, report generation etc. I have tr

Re: Where is maven-changes-plugin?

2006-03-27 Thread Lukas Theussl
It's still in the sandbox: http://svn.apache.org/viewcvs.cgi/maven/sandbox/plugins/ -Lukas Jochen Wiedmann wrote: Hi, I seem to have a problem in the maven-changes-plugin. When looking for the sources, I am unable to find them. It seems the plugin is no longer on Mojo, but possibly not yet

Re: Problem with " mvn site"

2006-03-27 Thread Wayne Fay
Try "mvn clean package site". Alternatively, "mvn install" the cs-proxy module and cs-dbutil module. And then try "mvn site" again. Wayne On 3/27/06, Venkatagopalaraju <[EMAIL PROTECTED]> wrote: > Dear Maven Users, > > I have multiple projects.When I am trying to use "mvn clean package" >

Re: [M2] Is there a variable for the local repository?

2006-03-27 Thread dan tran
Sorry, i must be blind as well http://docs.codehaus.org/display/MAVENUSER/FAQs-1 you can also take a look at native-maven-plugin source https://svn.mojo.codehaus.org/mojo/trunk/mojo/maven-native/native-maven-plugin/ where maven injects an instance of maven-project ( pom.xml) into the mojo, so

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Brett Porter
Looks like a bug in the development version. - Brett On 3/28/06, Stefan Fritz <[EMAIL PROTECTED]> wrote: > Brett, > > If it is unrelated, should I be able to use the latest archtype snapshot > if I add the following to my pom.xml? > > I downloaded the latest source of the archtype plugin. > mvn c

RE: [M2] Is there a variable for the local repository?

2006-03-27 Thread Mang Jun Lau
Hi Scott, I've been wondering for the longest time and only recently, through the power of guessing, I've discovered that the variable for the local repository is ${settings.localRepository}. You'll need to make sure that the set in your settings.xml file though. _Mang Lau Scott Tailor

Maven2 : SCM: Clearcase : UCM?

2006-03-27 Thread raghurajan . x . gurunathan
Hi All, Can i use maven scm plugin to perform UCM Clearcase function "Rebase" Coz i just want to build the source code based on the ucm baseline is this possible in maven scm clearcase ? Any one has any idea, please Thanks, Raghu

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Stefan Fritz
Brett, If it is unrelated, should I be able to use the latest archtype snapshot if I add the following to my pom.xml? I downloaded the latest source of the archtype plugin. mvn compile mvn install added the following to my pom.xml: maven-archetype-plugin 0.7-SNAPSHOT Tried to create a n

Problem with " mvn site"

2006-03-27 Thread Venkatagopalaraju
Dear Maven Users, I have multiple projects.When I am trying to use "mvn clean package" from parent(Main pom.xml) level, It is working fine and generating javadoc,jars,reports...etc. Problem is, When I try to use "mvn site" from parent(Main pom.xml) level, It is generating error.

Where is maven-changes-plugin?

2006-03-27 Thread Jochen Wiedmann
Hi, I seem to have a problem in the maven-changes-plugin. When looking for the sources, I am unable to find them. It seems the plugin is no longer on Mojo, but possibly not yet on Apache? Where is the current source repository? Regards, Jochen -- Whenever you find yourself on the side of the ma

Re: mark dependencies as eclipse project

2006-03-27 Thread Alexandre Poitras
You need to use a multi-modules project. On 3/25/06, Duncan Krebs <[EMAIL PROTECTED]> wrote: > Hi, > In maven 1 I remember there was a property you could include in a > dependency in the pom that would tell the eclipse plugin to include the > dependent artifact as an eclipse project. It was so

Webapp not recognizing external dependencies that are in classpath

2006-03-27 Thread Jason Harrelson
I have a webapp that is not recognizing any of the external dependencies I have set up in the classpath. These were set up using the maven eclipse plugin. An example entry form teh .classpath follows: I get an error when the torque runtime init servlet tries to start up with the web server

RE : [m2] how to: adding *.html sites to the maven site

2006-03-27 Thread Olivier Lamy
Add it to ${basedir}/src/site/resources. They will be deployed. - Olivier -Message d'origine- De : Fredy [mailto:[EMAIL PROTECTED] Envoyé : lundi 27 mars 2006 14:29 À : users@maven.apache.org Objet : [m2] how to: adding *.html sites to the maven site Hi, i want to add my springdoc gene

[m2] how to: adding *.html sites to the maven site

2006-03-27 Thread Fredy
Hi, i want to add my springdoc generated html sites (or other html) to the maven site. Is there a possibility to ad plain html Files to the site directory and link the from the site.xml? AND integrate them in the site:deploy process? fredy ---

Re: how to generate html test reports with maven-surefire-plugin

2006-03-27 Thread Venkatagopalaraju
Thank youI am able to generate surefire-report in html format by using this "mvn site" command. Thanks & Regards Gopal - Original Message - From: "Wayne Fay" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, March 24, 2006 10:01 PM Subject: Re: how to generate html test repo

Re: [maven] proxy problem

2006-03-27 Thread Arnaud HERITIER
Your user.home is certainly /documents and settings/sg0897539 and not the .maven directory Your build.properties file must be stored in this user.home arnaud On 3/27/06, Szczepan Faber <[EMAIL PROTECTED]> wrote: > > I installed clean Maven 1.0.2, set proxy in ${user.home}/build.properites > (us

RE: [M2] Is there a variable for the local repository?

2006-03-27 Thread Scott Tailor
Hi (again) Dan, If I understand you correctly you are recommending me to look at the AbstractReleaseMojo.java file of the mavin-release-plugin. Will that actually show me how to get the repo information inside the *pom.xml*? /Scott -Original Message- From: dan tran [mailto:[EMAIL PROT

[maven] proxy problem

2006-03-27 Thread Szczepan Faber
I installed clean Maven 1.0.2, set proxy in ${user.home}/build.properites (user.home on windows is /documents and settings/sg0897539/.maven) maven.proxy.host=-ad-proxy.sabre.com maven.proxy.port=80 maven.proxy.username=sg0897539 maven.proxy.password= But still firing 'java:compile' goal,

RE: [M2] Is there a variable for the local repository?

2006-03-27 Thread Scott Tailor
Hi Dan, Thanks for the reply. I must be blind, but I couldn't find anything related to looking up paths to dependencies on the page you sent me, nor on the "Answered questions" link from that page. /Scott -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: den 27 mars 2006

Re: Maven 2 jira plugin?

2006-03-27 Thread javed mandary
Thanks Yann, would you know by any chance know the configuration elements to have it pointing to my Jira Bug tracking system? There isn't any page on http://mojo.codehaus.org/changes-maven-pluginanymore. regards, Javed On 3/27/06, Yann Le Du <[EMAIL PROTECTED]> wrote: >

Exclude a Test case

2006-03-27 Thread A S Praj
Hi, I have a Open source downloaded from Net. In that there are Testcases also, When I do a Compile it is working fine, When I do a Test it is failing. Is there any Tag which Can be used to eliminate that particular class alone while doing the Test. This is stopping me in proceeding into next

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread Arnaud HERITIER
It can be interesting for us also to know if you can reproduce these bugs : http://jira.codehaus.org/browse/MPASPECTJ-14 http://jira.codehaus.org/browse/MPASPECTJ-16 The version 4.0 will be packaged in maven 1.1 beta 3 http://docs.codehaus.org/display/MAVEN/Maven+1.1+plugins Cheers Arnaud On 3/

Re: How to transit from Maven 1.0.2 to Maven 2 , what is the role of Maven 1.x ?

2006-03-27 Thread Arnaud HERITIER
Hi Michele, This is essentially a problem of ressources. We try with with very few developers to release a version 1.1 as much compatible as possible but it's not really easy. We know that the fact to remove is support of entities is really annoying but we didn't yet find an easy solution to maint

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Brett Porter
JUnit 4 support may be in surefire plugin 2.2, which is also separate. It's not yet determined if it will be included - there is a patch there to be tested. POJO, Junit3 and TestNG are correctly supported. - Brett On 3/27/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: > Thanks. > Another questi

Re: JellyUnit Demo Pls

2006-03-27 Thread raja bangaru
Yeah Whats Jelly script and JellyUnit The difference and i find no resources on the net(internet) Any help pls On 3/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > Do you mean this: > http://jakarta.apache.org/commons/jelly/jellyunit.html > > On 3/27/06, raja bangaru <[EMAIL PROTECTED]> wrote

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread stéphane bouchet
I am testing it right now :) Carlos Sanchez a écrit : It wasn't release because there were not enough testers. If several people agree that 4.0-SNAPSHOT is good and deserve to be released I'm ok with it. On 3/27/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Finally we'll not release the 3.3

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Franz Fehringer
Thanks. Another question: will junit4 be supported in 2.0.3? Greetings Franz Brett Porter schrieb: Development on 2.1 has not begun in earnest yet. Our focus has been on a stable 2.0.3 and set of plugins. - Brett On 3/27/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: Is there

Re: JellyUnit Demo Pls

2006-03-27 Thread Dion Gillard
Do you mean this: http://jakarta.apache.org/commons/jelly/jellyunit.html On 3/27/06, raja bangaru <[EMAIL PROTECTED]> wrote: > > Hi > > Any one have worked with Jelly Unit??? > > Any resources to make a sample application > > > ??? > > -- http://www.multitask.com.au/people/dion/ Chuck No

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Brett Porter
Development on 2.1 has not begun in earnest yet. Our focus has been on a stable 2.0.3 and set of plugins. - Brett On 3/27/06, Franz Fehringer <[EMAIL PROTECTED]> wrote: > Is there already a release plan/date for 2.1? > I consider the use of 2.0.3 but would wait for 2.1 if it arrived in the > ne

JellyUnit Demo Pls

2006-03-27 Thread raja bangaru
Hi Any one have worked with Jelly Unit??? Any resources to make a sample application ???

Re: Maven 2 jira plugin?

2006-03-27 Thread Yann Le Du
Hi Javed, This is part of Mojo's changes plugin : ~ ~ org.codehaus.mojo ~ changes-maven-plugin ~ Note this plugin has been moved to Maven, so in the future you will only need : ~ ~ maven-changes-plugin ~ Keep an eye on http://www.ibiblio.org/ma

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Franz Fehringer
Is there already a release plan/date for 2.1? I consider the use of 2.0.3 but would wait for 2.1 if it arrived in the next two/three weeks or so. Greetings Franz Brett Porter schrieb: 2.0.3 is due tomorrow. This fix is unrelated, and will be a part of an upcoming archetype plugin release

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Brett Porter
2.0.3 is due tomorrow. This fix is unrelated, and will be a part of an upcoming archetype plugin release. - Brett On 3/27/06, Stefan Fritz <[EMAIL PROTECTED]> wrote: > Brett, > > will the fixes be in m2 2.0.3? > Does anybody know when 2.0.3 will be released? > > Cheers > Stefan > > Brett Porter

How to transit from Maven 1.0.2 to Maven 2 , what is the role of Maven 1.x ?

2006-03-27 Thread Michele_Forte
To whom may concern, A general consideration on this topic: that I believe to be a general problem. Any of us which have for whatever reason done an investment in Maven 1.0.2, pretty heavy as in our case , are at moment in a kind of Limbo. We found inherent bugs in the Maven 1.0.2, that is not k

Re: profile ant task

2006-03-27 Thread markford
Thanks for the reply, but I am already using that plugin, I needed to vary the task according to which profile was active. I solved it by using wild cards in the task. Each profile had a different set of resources that will be picked up by the task. -- View this message in context: http://www.na

Re: [m2]using archetypes in a hierarchical project/pom structure

2006-03-27 Thread Stefan Fritz
Brett, will the fixes be in m2 2.0.3? Does anybody know when 2.0.3 will be released? Cheers Stefan Brett Porter wrote: No, it has to be a snapshot. Sorry, I don't have any other suggestions for you at the moment. The code will receive some more testing and polish this week before the next re

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread Carlos Sanchez
It wasn't release because there were not enough testers. If several people agree that 4.0-SNAPSHOT is good and deserve to be released I'm ok with it. On 3/27/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Finally we'll not release the 3.3 > It will be the 4.0 because we upgraded to aspectj 1.5 >

Maven 2 jira plugin?

2006-03-27 Thread javed mandary
Hi all, does anyone know if there exists a jira report plugin for M2 ? kind regards, Javed

Re: Re: Re: RE : Re: RE : Continuum 1.0.3 RC require some tester

2006-03-27 Thread Kaare Nilsen
Hi been using the RC SNAPSHOT, and i do not feel it is ready for production yet. To often when i look in the list something has been broken, not of problems in the app that is being build, but in the continuum itself. here is the latest one. problem with the 1.0.3 RC Snapshot : javax.jdo.JDODataSt

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread Arnaud HERITIER
Finally we'll not release the 3.3 It will be the 4.0 because we upgraded to aspectj 1.5 http://maven.apache.org/maven-1.x/plugins/aspectj/changes-report.html A snapshot is available if you want to test it : maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache

Pom's of spring-core (etc) 1.2.7

2006-03-27 Thread Geoffrey De Smet
I notice there aren't any poms for 1.2.7 on Ibiblio. It must be a lot of work maintaining those pom's and I hope Spring will maintain them themselves soon, but will the poms be available for 1.2.8? In spring-richclient (and my internal project) we 're waiting on those of 1.2.7 to upgrade to 1.2.

Re: maven 1.x plugin for aspectj 1.5

2006-03-27 Thread stéphane bouchet
Hi, I am currently using 3.3-SNAPSHOT and everything works fine. it supports java 1.5, and latest aspectj 1.5 too. The only weird thing is when the aspect:test goal is called, i got lots of warnings... see the console output below : java:compile: aspectj:init: aspectj:compile: [iajc]