Re: error when building multiple projects joined by maven2 module

2006-08-18 Thread Jesse McConnell
for the record I think it was determined on irc the other day that initial import works off of module name but the updating was based on artifact Id...which causes a problem for some people who maintain different directory/artifactid combinations. jesse On 8/17/06, Christian Edward Gruber

Favicon location

2006-08-18 Thread Andreas Guther
Hi, Does someone know where to put the favicon.ico on the jetty server that is used by Continuum? Thanks in advance, Andreas

Re: excluding unit tests

2006-08-18 Thread franz see
Satish wrote: How can you do this explicitly, currently by default, package/install goals call these. i have the following snippet in my pom.xml and it's giving errors build excludes exclude **/*Test*.java /exclude /excludes /build Good

Re: Maven java processes refusing to die

2006-08-18 Thread berndq
The only time I see rogue maven processes is when our unit tests fork and I kill the main maven process. The child unit test maven instance continues to run until the unit tests are complete. I have seen this too (not sure if this unit tests fork or not) after pressing STRG-C on the

Re: Graphical View of Dependencies

2006-08-18 Thread Wim Deblauwe
radialgraphview.html looks really good! Is this the result of the summer of code thing? 2006/8/17, Carlos Sanchez [EMAIL PROTECTED]: yes, it's not finished and only shows some parts Samples: http://people.apache.org/~carlos/grafo/graphview.html

xref not generating class html docs

2006-08-18 Thread Jeff Mutonho
The xref reports generated for my project are broken.I can see the packages frame(on the top left hand corner) and the list of packages in the module.Underneath the packages frame there also is classes frame with a list of all the classes(as hyperlinks) in the module.Clicking on the these class

Re: my notifier email is removed during build !

2006-08-18 Thread Nicolas De Loof
I'm using continuum 1.0.3 I'll try setting a nagEmailAddress, thanks. Emmanuel Venisse a écrit : What is your continuum version? If it's 1.0.3, it isn't a known bug, so you can file an issue and we'll fix it in 1.1 Do you have define the nagEmailAddress in your pom? This address is added

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-18 Thread Kent Tong
Barrie Treloar baerrach at gmail.com writes: How are your dependencies declared? A parent pom, since it is just a container project and does not create an artifact, does not have dependencies. Only your modules have dependencies. Oh! This is it (I think)! Thanks!

Re: Environment variable plugin parameter default

2006-08-18 Thread Gareth Tilley
I'm still having trouble getting this to work, and I'm loathe to have to write some separate code to set the variable default using the environment variable manually with in the plugin. It just doesn't seem like the wy it should be done. Has anyone else tried something similar? Or does anyone

RE: [m2] Maven Antrun Multiple Executions [SOLVED]

2006-08-18 Thread Peter . Pilgrim
-Original Message- From: Pilgrim, Peter Sent: 17 August 2006 16:05 To: 'Maven Users List' Subject: [m2] Maven Antrun Multiple Executions [0] You cannot have two plugin executions with the same (or missing) id/ elements. Offending execution Id: 'default'

Re: weird surefire test failure while all tests succeed

2006-08-18 Thread tomiq
Thanx :) It's useful, but it is just a workaround - if this option is enabled then also regulary failing tests are treated succesful so the maven build continues. These tests are quite simple and work fine among the team so I suppose there is a bug somewhere (in surefire maven plugin(?)). The

Re: Environment variable plugin parameter default

2006-08-18 Thread franz see
Gareth Tilley wrote: I'm still having trouble getting this to work, and I'm loathe to have to write some separate code to set the variable default using the environment variable manually with in the plugin. It just doesn't seem like the wy it should be done. Has anyone else tried

[java] java.util.zip.ZipException: The system cannot find the path specified

2006-08-18 Thread manoj kaushik
hello when i run cruisecontrol through command maven cruisecontrol:run the follwing output is produced: C:\workr\checkout\replication\clientmaven cruisecontrol:run __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2

Re: M2 site:stage does not copy apidocs and xref?

2006-08-18 Thread Benoitx
Any suggestion or ETA on newer site plugin from the developers? Has a JIRA been raised on this? Thanks Benoit Jan Vissers wrote: Hi, this is an issue that has been brought earlier... as things stand with maven (or at least 2.0.4 which I'm checking) the multi module / aggregated

Re: Environment variable plugin parameter default

2006-08-18 Thread Gareth Tilley
franz see wrote: Gareth Tilley wrote: I'm still having trouble getting this to work, and I'm loathe to have to write some separate code to set the variable default using the environment variable manually with in the plugin. It just doesn't seem like the wy it should be done. Has

Re: excluding unit tests

2006-08-18 Thread Thierry Barnier
Have you tried mvn package -Dmaven.test.skip=true or defining the property inside your pom: build plugins plugin artifactIdmaven-surefire-plugin/artifactId configuration skiptrue/skip

Re: Configuring the inputHtml component, looking for information

2006-08-18 Thread Mikael Andersson
Sorry, managed to post to the wrong mailing list. - Mike On 17/08/06, Mikael Andersson [EMAIL PROTECTED] wrote: Hi, I am looking for information about configuring the way HTML is generated by the inputHtml component. E.g. instead of bold generating an inline style sheet declaration, is it

Maven2 multi module projects in different locations

2006-08-18 Thread Aino A
Hi, We have a multi module project with an ear, view and model subproject. These projects are defined in our svn repository as separate projects with their own trunk, tags and branches. We would like, need, a Maven organisation with a parent pom file and to use Continuum. However, this is

Re: weird surefire test failure while all tests succeed

2006-08-18 Thread franz see
tomiq wrote: Thanx :) It's useful, but it is just a workaround - if this option is enabled then also regulary failing tests are treated succesful so the maven build continues. These tests are quite simple and work fine among the team so I suppose there is a bug somewhere (in surefire

ant-junit source code

2006-08-18 Thread Flynn, Adam
Hi, Could somebody please post me a link to where the ant-junit source code resides. If possible a jar file would be preferred. Thanks, Adam Flynn. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Mail notification

2006-08-18 Thread Gabriel Page
Is there any way to remove the maven log from the notification emails? I have a large integration build that generates ~7MB of maven output that I'd prefer not to be mailing to all the recipients. There is no -q option on maven 2 to suppress some of the noise in the maven output. Thanks

Re: running unit tests for pom packaged project

2006-08-18 Thread Denis McCarthy
Thanks for the help all who replied. I've just finished putting the modules in question under a single folder with a parent pom and I can see that it will work much better than my previous structure. I've got three seperate eclipse projects, one for each module. I don't have the parent folder

Re: Maven2 multi module projects in different locations

2006-08-18 Thread Emmanuel Venisse
You can create symbolic links in svn with svn:external property. With this, you'll can create a normal directory structure. in svn: ear trunk pom.xml view trunk pom.xml model trunk pom.xml project_trunks =with svn:external property defines to each trunk directory pom.xml =

[m1.1] why doesn't eclipse plugin download javadocs ?

2006-08-18 Thread Nicolas De Loof
Eclipse plugin now downloads sources jar to allow debugging and javadoc. For restricted libs, like the oracle JDBC driver, sources are not available but javadoc can be downloaded from oracle web site. I can install the javadoc jar manually in my local repo, but I'd like to put it in my

Re: aspectj-maven-plugin verbosity

2006-08-18 Thread Kaare Nilsen
On 15/08/06, Nick Veys [EMAIL PROTECTED] wrote: I've noticed the M2 version of the aspectj plugin is a lot louder than the M1 one. It lists every file as it compiles regardless if verbose is set or not. The major difference I see is that M2 uses ajc's bridge classes while M1 uses the iajc ant

native-maven-plugin questions

2006-08-18 Thread thorsten
Hi, i have got two questions for native-maven-plugin: 1. Can i change the output directory for native:compile-message? I need $(base_dir) instead of ${project.build.directory}/native 2. Can i set german program path of visual studio instead of english: C:\Programme\... instead of C:\Program

test\resources dependency issue

2006-08-18 Thread Kapil Gupta\(CT\)
Hi, I have a multi module project with two modules A and B (depends on A). Can I use a resource (XML) file which is available in test\resources folder of module A while running test cases of module B? I receive FileNotFoundException on loading the XML from module B. I tried to use test scope

Re: aspectj-maven-plugin verbosity

2006-08-18 Thread Nick Veys
Any hint as to what needs to be done? I'd be glad to help out, I couldn't see much on the ajc docs as to how to make it quieter as it is already run w/o -verbose. On 8/18/06, Kaare Nilsen [EMAIL PROTECTED] wrote: On 15/08/06, Nick Veys [EMAIL PROTECTED] wrote: I've noticed the M2 version of

Re: test\resources dependency issue

2006-08-18 Thread Nick Veys
Take a look here: http://maven.apache.org/guides/mini/guide-attached-tests.html You can deploy the tests (which include resources) for a model, then depend on that as well. On 8/18/06, Kapil Gupta(CT) [EMAIL PROTECTED] wrote: Hi, I have a multi module project with two modules A and B (depends

converting existing eclipse (RAD) project to mvn2 'structure'

2006-08-18 Thread Marco Mistroni
hi all , i am in the process of using maven for converting an existing RAD project to be use diwth Maven. My biggest problem is that in my src directory i have both java classes, properties and other 'resources' that will be read by the code from classpath. so, i have folloiwng structure src

Re: Blame mechanism with SVN

2006-08-18 Thread Emmanuel Venisse
It isn't really the svn blame mechanism but only the list of changes in the build result screen with (author, date, modified files and commit comments) Emmanuel Brian E. Fox a écrit : Actually, I mean turn on the svn blame output in continuum. -Original Message- From: Binil Thomas

Enlightenment

2006-08-18 Thread Jeff Mutonho
I understand that there's no obligation on anyone to respond to questions.However ,I wish to know how to deal with a situation whereby one posts a question on this mailing list , but does not get any response.This relates in particular to questions about plugins not doing what the documentation

maven-archiver

2006-08-18 Thread Marc L. Veary
Hi All, I am using Maven 2.0.4. I checked out the latest version, modified the MavenArchiver, re-build it, and it was successfully installed in my local repo as 2.2-SNAPSHOT What I am struggling with is getting maven to use this new archiver instead of the older version. Could anyone give me a

el-ri el-api

2006-08-18 Thread Douglas Ferguson
I am converting a project that is using these jars but I can't find any version info. Does anybody know how I can find this? I found a connection to glassfish but couldn't find any version information there. __ Douglas W. Ferguson EPSIIA - Another

RE: xref not generating class html docs

2006-08-18 Thread Daryl.Dwyer
I'd reach out to the plugin developer(s). Be prepared to provide your project/module structure, your POM(s), and the output from running your mvn site... command. This is never much of a consolation, but we run Maven 2.x for several projects and haven't had a problem with XREF before (other than

Re: [m1.1] why doesn't eclipse plugin download javadocs ?

2006-08-18 Thread Stephane Nicoll
No. Feel free to add an improvement/patch to Jira on the MPECLIPSE project. Cheers, Stéphane On 8/18/06, Nicolas De Loof [EMAIL PROTECTED] wrote: Eclipse plugin now downloads sources jar to allow debugging and javadoc. For restricted libs, like the oracle JDBC driver, sources are not

RE: maven-archiver

2006-08-18 Thread Marc L. Veary
Ignore this, I've found how to do it. ... my alias is 'brain dead on a Friday afternoon' Kind regards, -- Marc -Original Message- From: Marc L. Veary [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 14:33 To: users@maven.apache.org Subject: maven-archiver Hi All, I am using Maven

Company Logo

2006-08-18 Thread Brad Harper
Hello: I've attempted to set the company logo field in the configuration of Continuum, without success. Is there a specific location where the image file should be placed? Brad

Re: Company Logo

2006-08-18 Thread Christian Edward Gruber
Brad Harper wrote: Hello: I've attempted to set the company logo field in the configuration of Continuum, without success. Is there a specific location where the image file should be placed? Brad It's a url, if I'm not mistaken. regards, Christian.

Re: Enlightenment

2006-08-18 Thread Wayne Fay
If they are really bugs, then file them as JIRA issues in the Codehaus JIRA under the proper (plugin) component. Wayne On 8/18/06, Jeff Mutonho [EMAIL PROTECTED] wrote: I understand that there's no obligation on anyone to respond to questions.However ,I wish to know how to deal with a

Re: xref not generating class html docs

2006-08-18 Thread Jeff Mutonho
On 8/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've never done this before but have you tried running the xref plugin independently via the command line? I've just tried this .Went into the smallest of my modules and ran mvn jxr:jxr.Checked the target folder.Seems the html files for

RE: Company Logo

2006-08-18 Thread Brad Harper
That did it. Thank you. Brad -Original Message- From: Christian Edward Gruber [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 8:59 AM To: continuum-users@maven.apache.org Subject: Re: Company Logo Brad Harper wrote: Hello: I've attempted to set the company logo

Re: Converting AppFuse to a Maven 2 Project

2006-08-18 Thread mraible
While this looks like an ideal solution, it doesn't appear to work as I'd like. Since I have 4 web/war projects implementing the same thing, it'd be nice to put common files (i.e. filters, listeners) in a common project and have that one overlay the other war projects. Eventually, I'm hoping

Why does maven blacklist specified repository?

2006-08-18 Thread Dave Hoffer
I have a multiple module maven2 project using a parent pom. Generic repositories are specified in the parent. Additional specific repository(s) are specified in child pom(s). - The build blacklists the specific repository(s), why? - The inheritance of repositories does not seem to work

Re: [m1.1] why doesn't eclipse plugin download javadocs ?

2006-08-18 Thread Nicolas De Loof
I've opened http://jira.codehaus.org/browse/MPECLIPSE-123 for this and attached a path to enable javadocs download and attachement. javadocs are downloaded when maven.eclipse.docs.download = true (default) and when no source archive has been found. patch also includes docs update. Nicolas

RE: IDEA plugin up-to-date?

2006-08-18 Thread Dave Hoffer
Yes, that is what I was referring to. Yes, you can get the source and build it. -dh -Original Message- From: Christofer Jennings [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 7:12 PM To: Maven Users List Subject: Re: IDEA plugin up-to-date? +1 I assume you mean the

Re: Company Logo

2006-08-18 Thread Christian Edward Gruber
Brad Harper wrote: That did it. Thank you. Brad No problem. -- *christian** gruber + process coach and architect* *Israfil Consulting Services Corporation* *email** [EMAIL PROTECTED] + bus 905.640.1119 + mob 416.998.6023*

FW: maven-archiver

2006-08-18 Thread Marc L. Veary
Sure: The reason for the modification is that we need a unique serial number added to the manifest of all archives that are generated at the time of the build. I checked out the maven trunk, modified the MavenArchiver to add the appropriate line to the Manifest. Built and installed the

Re: IDEA plugin up-to-date?

2006-08-18 Thread Clifton Craig
I'm just starting to use the idea plugin for M2 and getting used to it. I have a couple of questions. 1. Where can I find the docs for the available goals in the Idea plugin? 2. Do I need the latest version from the trunk to get the features listed in the post below? 3. If I do need the svn

[m2] maven.test.skip=true on by default?

2006-08-18 Thread Matt Raible
In Maven 1, it was possible to turn off tests by creating a build.properties and adding maven.test.skip=true. I want to do something similar (don't worry, only temporarily) for Maven 2. I tried creating a ~/.m2/settings.xml with the following, but it doesn't seem to work. settings profiles

RE: [m2] maven.test.skip=true on by default?

2006-08-18 Thread graham
Try the Surefire plugin's how to use page: http://maven.apache.org/plugins/maven-surefire-plugin/howto.html G -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 16:18 To: Maven Users List Subject: [m2] maven.test.skip=true on by default? In Maven 1,

RE: Blame mechanism with SVN

2006-08-18 Thread Brian E. Fox
That's more than I get now. I only get a list of files changed: Changes application\std-interview\src\main\java\com\stchome\dsms\appl\formdatasources\stdinterview\InterviewTravelHistoryListHelper.java

Re: [m2] maven.test.skip=true on by default?

2006-08-18 Thread Matt Raible
On 8/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Try the Surefire plugin's how to use page: http://maven.apache.org/plugins/maven-surefire-plugin/howto.html So I can put the following in my pom.xml: plugin groupIdorg.apache.maven.plugins/groupId

Re: Maven java processes refusing to die

2006-08-18 Thread ian . d . stewart
FWIW, TSM is the Tivoli Storage Manager, a backup service similiar to Veritas' NetBackup. It is possible (entering the realm of pure speculation here; I am not a backup engineer, let alone a Tivoli backup engineer) that if the TSM agent died in the middle of a backup, that it may have left the OS

Eclipse Preference page critical problem for Maven 2 Plugin

2006-08-18 Thread Jim Bethancourt
Hi all, I've previously used the 0.0.9 Maven 2 Eclipse Integration Plugin and it worked just fine. I just started a new job and I'm now running into trouble with the Preferences page. I'm getting the error Unable to create the selected preference page Reason: Plug-in org.maven.ide.eclipse was

Re: [java] java.util.zip.ZipException: The system cannot find the path specified

2006-08-18 Thread Lukas Theussl
Which version of cc and the cc plugin are you using? The cruisecontrol:run goal has been deprecated [1], it does not work with recent versions of cc. -Lukas [1] http://maven.apache.org/maven-1.x/plugins/cruisecontrol/goals.html manoj kaushik wrote: hello when i run cruisecontrol through

Re: Eclipse Preference page critical problem for Maven 2 Plugin

2006-08-18 Thread Ryan_Breidenbach
I believe this problem will occur if you do not have any projects in your workspace. Try adding an initial project and try again. I had this same problem last week with a new installation and I think this was the solution. Jim Bethancourt [EMAIL PROTECTED] 08/18/2006 10:34 AM Please

Re: IDEA plugin up-to-date?

2006-08-18 Thread Clifton Craig
Ok, I got the latest idea plugin checked out from svn. Now I'm having trouble building it. Can somebody help me? I get the following error when I run mvn test from the cmd line: idea-plugin$ mvn test [INFO] Scanning for projects... [INFO] snapshot

Re: Why does maven blacklist specified repository?

2006-08-18 Thread Arnaud Bailly
Dave Hoffer [EMAIL PROTECTED] writes: - The build blacklists the specific repository(s), why? Blacklisting happens when maven cannot connect to the repository. It holds only for the current build AFAIK. This is generally an indication of network problems (firewalls, proxies, whatever). Try

Re: [m2] maven.test.skip=true on by default?

2006-08-18 Thread Arnaud Bailly
Matt Raible [EMAIL PROTECTED] writes: On 8/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Try the Surefire plugin's how to use page: http://maven.apache.org/plugins/maven-surefire-plugin/howto.html So I can put the following in my pom.xml: plugin

[ANN] Proximity Demo Update

2006-08-18 Thread Tamás Cservenák
Hi All, the Proximity DEMO site is updated to the latest RC4 preview. Two important issues, the metadata checksum for aggregated metadatas and web service export is fixed (but it is a very rough initial impl), together with other minor or major issues. For fixed issues see:

Re: IDEA plugin up-to-date?

2006-08-18 Thread Wendy Smoak
On 8/18/06, Clifton Craig [EMAIL PROTECTED] wrote: Ok, I got the latest idea plugin checked out from svn. Now I'm having trouble building it. Can somebody help me? I get the following error when I run mvn test from the cmd line: idea-plugin$ mvn test ... [INFO] Failed to resolve artifact.

Re: Eclipse Preference page critical problem for Maven 2 Plugin

2006-08-18 Thread Jim Bethancourt
Hi Ryan, Thanks for the response. Unfortuately that didn't work. When I right click the project and go to Maven2 - Enable I get the message The chosen operation is currently not available. I'll keep trying various things if anyone else has any ideas, please post back. :-) Thanks! Jim On

Use System Properties in Settings.xml?

2006-08-18 Thread SingleShot
Is it possible to use system properties in the settings.xml? From playing around it appears it is not possible, but I thought I would ask. I would like to do something like this: localRepository$MAVEN_HOME/../../repository/localRepository Thanks, Mike -- View this message in context:

Re: Eclipse Preference page critical problem for Maven 2 Plugin

2006-08-18 Thread Jim Bethancourt
Well, version 0.0.5 seems to work for me as a temporary solution, and I installed Eclipse 3.1 and tested the 0.0.9 version of the plugin and it seems to work fine with 3.1. Cheers, Jim On 8/18/06, Jim Bethancourt [EMAIL PROTECTED] wrote: Hi Ryan, Thanks for the response. Unfortuately that

Getting EAR pluggin to work with typejava-source/type

2006-08-18 Thread Tommy
Hello, I have a seperate project that builds an EAR. packagingear/packaging . dependencies dependency groupIdmygrpoup/groupId artifactIdmyartifact/artifactId version1.0/version /dependency . /dependencies The POM for the myartifact dependency has

Re: weird surefire test failure while all tests succeed

2006-08-18 Thread berndq
Hi tomiq : Thanx :) It's useful, but it is just a workaround - if this option is enabled then also regulary failing tests are treated succesful so the maven build continues. These tests are quite simple and work fine among the team so I suppose there is a bug somewhere (in surefire maven

Build problems with continuum 1.0.3/clearcase - first attempt

2006-08-18 Thread Bravo, Kris
I'm trying to build several projects from clearcase, beginning with a simple parent pom with no defined modules. Here is the pom's scm block as I have it now: scm connectionscm:clearcase\\ccserver\ccstg_c\views\CORPUS\kbravo\36_branch.vws\config_spec/connection

RE: Build problems with continuum 1.0.3/clearcase - first attempt

2006-08-18 Thread Bravo, Kris
Nevermind. Answer to my own problem: google: http://mail-archives.apache.org/mod_mbox/maven-continuum-users/200512.mbox/[EMAIL PROTECTED] Kris -Original Message- From: Bravo, Kris Sent: Friday, August 18, 2006 3:53 PM To: continuum-users@maven.apache.org Subject: Build problems with

Repositories

2006-08-18 Thread Douglas Ferguson
Does anybody have a list of alternative repositories? Ibiblio seems to not have some things, i.e. latest myfaces. I did find this which is pretty cool. https://maven2-repository.dev.java.net/ __ Douglas W. Ferguson EPSIIA - Another Fiserv

Re: [m2] maven.test.skip=true on by default?

2006-08-18 Thread Max Cooper
Put this in your settings.xml: !-- skip tests by default, but allow override on command line -- profile idskiptests/id activation property name!maven.test.skip/name /property /activation properties

Re: Repositories

2006-08-18 Thread Matt Raible
Here's what you need for MyFaces 1.1.3: repositories repository idapache/id urlhttp://myfaces.zones.apache.org/dist/maven-repository/url /repository /repositories HTH, Matt On 8/18/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Does anybody have a

Re: [m2] maven.test.skip=true on by default?

2006-08-18 Thread Wendy Smoak
On 8/18/06, Max Cooper [EMAIL PROTECTED] wrote: This will set maven.test.skip to true, as long as you don't set it on the command line. The nice part about this technique is that it DOES allow you to override it on the command line if you want to. Thanks, Max. I added your tip to the wiki

Re: Repositories

2006-08-18 Thread Wendy Smoak
On 8/18/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Does anybody have a list of alternative repositories? Ibiblio seems to not have some things, i.e. latest myfaces. Sorry about that. As I understand it, 1.1.3 has a problem that prevented wider distribution. If you need it, it's in a

RE: Repositories

2006-08-18 Thread Douglas Ferguson
Where can I get the snapshot? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 5:04 PM To: Maven Users List Subject: Re: Repositories On 8/18/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Does anybody have a list of alternative repositories?

Re: Repositories

2006-08-18 Thread Wendy Smoak
On 8/18/06, Douglas Ferguson [EMAIL PROTECTED] wrote: Where can I get the snapshot? http://wiki.apache.org/myfaces/CoreRelease114 HTH, -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

JAXP class - jar?

2006-08-18 Thread Jim Bethancourt
Hi all, I'm in the process of Mavenizing our build process, and we're currently using JDK 1.4 as our JDK. We're using JAXP 1.3, and I was able to get the POM for it from ibiblio and download the JAXP 1.3 RI class from sun, but I don't know what to do since it is a class and not a jar. Any

Re: [m2] Maven site and powered by

2006-08-18 Thread Wendy Smoak
On 8/17/06, Alex Schwartz [EMAIL PROTECTED] wrote: Ok, I figured it out myself. I took a look in the doxia source ... and found it in doxia-decorator-model. There is a tag poweredBy which can be placed in the site.xml nested in the top-level node. A poweredBy element can contains at least one

Re: Enlightenment

2006-08-18 Thread Lukas Theussl
http://mail-archives.apache.org/mod_mbox/maven-users/200601.mbox/[EMAIL PROTECTED] HTH, -Lukas Jeff Mutonho wrote: I understand that there's no obligation on anyone to respond to questions.However ,I wish to know how to deal with a situation whereby one posts a question on this mailing list

RE: Use System Properties in Settings.xml?

2006-08-18 Thread Sharma, Jaikumar
Yes, this works like below, where MAVEN_HOME is a environment variable : localRepository${MAVEN_HOME}/repository/localRepository -Original Message- From: SingleShot [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 10:53 PM To: users@maven.apache.org Subject: Use

Re: Graphical View of Dependencies

2006-08-18 Thread Pin Ngee Koh
What are things planned for this plugin? If I have time, I like to help. Also, is there a reason why the default verison is 1.0-SNAPSHOT? On 8/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote: yes, it's not finished and only shows some parts Samples:

Re: Graphical View of Dependencies

2006-08-18 Thread Carlos Sanchez
It will generate a xml file suitable for www.prefuse.org. It needs to have into account all the dependency graph, dependencies excluded, dependencies that are not used because another version is chosen,... It needs to make use of the code for dependency graph in maven project-info plugin

Re: [java] java.util.zip.ZipException: The system cannot find the path specified

2006-08-18 Thread manoj kaushik
thanks for the reply mr.Lukas. i am using cruisecontrol plugin 1.7 with maven 1.0.2 and the goals like maven cruisecontrol:configure-war run sucessfully. On 8/18/06, Lukas Theussl [EMAIL PROTECTED] wrote: Which version of cc and the cc plugin are you using? The cruisecontrol:run goal has been

Re: Use System Properties in Settings.xml?

2006-08-18 Thread Eric Redmond
I believe you need to prefix environment variables with ENV, so you may need ${ENV.MAVEN_HOME}. Eric On 8/18/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Yes, this works like below, where MAVEN_HOME is a environment variable :