RE: Simple properties question...

2004-01-12 Thread Tim Reilly
If it could pan out that BSF works; that would be a awesome! Following this thread there are several preferences of languages. Javascript is my preference for scripting (as mentioned by Matt below it could then be the plug-in developer's choice as to the language.) BSF seems to support the

deploy goals

2004-01-12 Thread Ebersole, Steven
Is it possible to use Maven's deploy goals against a server using simple password authentication without the server password challenge hanging the build? If so, I have been unable to find docs on how to acheive that and was hoping someone could point me towards those docs. Thanks, Steve

Protected Repository

2004-01-12 Thread Paul Spencer
I have a maven repository that, because of licensing issues, must be protected. How can I define setup a maven repository that will require a username and password? The solution can use HTTP, HTTPS, SCP, or FTP. How should the project be setup to connect to the protected repository? Paul

Re: deploy goals

2004-01-12 Thread Jefferson K. French
I use ssh and set up public/private keys between my client and server machines. This page gives a nice overview on how to do it: http://bumblebee.lcs.mit.edu/ssh2/ Jeff On Mon, 12 Jan 2004, at 06:58:33 [GMT -0600] Ebersole, Steven wrote: Is it possible to use Maven's deploy goals against a

RE: Dependency issues for junit tests [brain dump]

2004-01-12 Thread Lester Ward
With the single type element a particular handler should know what to do. Might a dependency need more than one type of attribute? I honestly don't think so. I totally disagree. There are two flavors of type and they mix. One (which I'll call type) answers the question what is this

RE: Mutliple source directories in project.xml

2004-01-12 Thread Maczka Michal
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Sunday, January 11, 2004 10:54 PM To: Maven Users List Subject: RE: Mutliple source directories in project.xml On Sat, 2004-01-10 at 18:34, John Casey wrote: It seems to me that the POM is the wrong place

RE: Dependency issues for junit tests [brain dump]

2004-01-12 Thread Lester Ward
Some like the property name=foobar/property stuff. They usually get over using attributes the first time they have to use use XPath to find them :-). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

tests fail if xml-apis are not in $MAVEN_HOME/lib?

2004-01-12 Thread Christopher W. Farnham
I removed an xml-apis dependency from my project.xml and started getting errors while transforming my xml test reports. (stack trace below) (java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange) I fixed the problem by putting the xml-apis.jar from the latest Xerces into the

Re: Dependency issues for junit tests [brain dump]

2004-01-12 Thread Rafal Krzewski
Lester Ward wrote: I totally disagree. There are two flavors of type and they mix. One (which I'll call type) answers the question what is this thing?. Possible values are .jar, .war, etc. This already exists in Maven. The other (which I call scope) answers the question how is this used?.

RE: Simple properties question...

2004-01-12 Thread Jason van Zyl
On Mon, 2004-01-12 at 02:50, Tim Reilly wrote: If it could pan out that BSF works; that would be a awesome! Following this thread there are several preferences of languages. Javascript is my preference for scripting (as mentioned by Matt below it could then be the plug-in developer's choice

Re: Protected Repository

2004-01-12 Thread Jason van Zyl
On Mon, 2004-01-12 at 08:32, Paul Spencer wrote: I have a maven repository that, because of licensing issues, must be protected. How can I define setup a maven repository that will require a username and password? The solution can use HTTP, HTTPS, SCP, or FTP. How should the project be

RE: Dependency issues for junit tests [brain dump]

2004-01-12 Thread Jason van Zyl
On Mon, 2004-01-12 at 10:06, Lester Ward wrote: With the single type element a particular handler should know what to do. Might a dependency need more than one type of attribute? I honestly don't think so. I totally disagree. And that's fine, but what I''m going to do is make both

Re: Protected Repository

2004-01-12 Thread Edmund Urbani
On Mon, Jan 12, 2004 at 11:05:09AM -0500, Jason van Zyl wrote: On Mon, 2004-01-12 at 08:32, Paul Spencer wrote: I have a maven repository that, because of licensing issues, must be protected. How can I define setup a maven repository that will require a username and password? The

RE: tests fail if xml-apis are not in $MAVEN_HOME/lib?

2004-01-12 Thread Steve Garcia
I removed an xml-apis dependency from my project.xml and started getting errors while transforming my xml test reports. (stack trace below) (java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange) I fixed the problem by putting the xml-apis.jar from the latest Xerces into the

RE: tests fail if xml-apis are not in $MAVEN_HOME/lib?

2004-01-12 Thread Ranjan Chakrabrty
Hi, I just subscribed to the maven users group. Please tell me how to post in this group. Thank you. Ranjan --- Steve Garcia [EMAIL PROTECTED] wrote: I removed an xml-apis dependency from my project.xml and started getting errors while transforming my xml test reports. (stack trace

RE: Dependency issues for junit tests [brain dump]

2004-01-12 Thread Steve Garcia
I totally disagree. And that's fine, but what I''m going to do is make both for a simple experiment that users can participate in and make patches for if they like. People look too much at the type and attribute that to packaging. I still hold that one marker per dependency would

Re: tests fail if xml-apis are not in $MAVEN_HOME/lib?

2004-01-12 Thread Jefferson K. French
You just did. Before posting questions, though, you should check out the Maven web site: http://maven.apache.org/. In particular look at the Getting Started and Reference sections under Overview. Also, for a particular question, search the archive at: http://nagoya.apache.org/eyebrowse/[EMAIL

Repository directory

2004-01-12 Thread Freddy
How can I change the repository directory of maven? I run the install_repo.bat, and it download the jars to the directory that I passed to the .bat, but maven continue to use his original repository (C:\Documents and Settings\{actual_user}\.maven\repository) []s Freddy

RE: Maven and Unit Tests

2004-01-12 Thread James Norman
Thanks for the help, I think I'm getting a little closer. I'm still having a problem with Maven trying to compile the tests. I override the java:compile and the test:compile task in maven.xml and it will still compile the test source files. The compile will always fail because I don't have the

Maven and java version

2004-01-12 Thread Ebersole, Steven
The majority of our projects utilize java 1.3.x, however we have begun migrating some over to 1.4.x. Is there a way I can specify this distinction to maven (something like maven.java.home) per-project? Or is setting JAVA_HOME prior to running the maven command the only way?

Can not generate 'link check report'

2004-01-12 Thread Ranjan Chakrabrty
Hello, I can generate all reports except the 'link check report'. The heading shows up with blank URL. Please let me know what I am missing in the project.xml file. Thank you. Ranjan __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes

RE: Maven and java version

2004-01-12 Thread Eric Giguere
Hi Steven Yep. I had an issue with the javadoc plugin that wouldn't work with jdk 1.4 unless you specify its parameter (in the plugin.properties file in the javadoc plugin directory) : maven.javadoc.useexternalfile = true Hope it helps Eric. -Original Message- From: Ebersole,

When do project.xml and maven.xml get loaded wrt the property files?

2004-01-12 Thread Jefferson K. French
I know that property files get loaded in this order: ${project.home}/project.properties ${project.home}/build.properties ${user.home}/build.properties But are project.xml and maven.xml interpretted before or after the properties are loaded? And at what point are a subproject's project.xml

Re: Repository directory

2004-01-12 Thread Emmanuel Venisse
Create a build.properties file in your home directory and add this to it : maven.repo.local=a_directory_path - Original Message - From: Freddy [EMAIL PROTECTED] To: maven [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 3:45 AM Subject: Repository directory How can I change the

HELP! Getting an error from the maven-license-plugin:register goal

2004-01-12 Thread Marco Tedone
I receive the following error: BUILD FAILED File.. file:/C:/Documents and Settings/mtedone/.maven/plugins/maven-xdoc-plugin-1.4/ Element... attainGoal Line.. 575 Column 48 No goal [maven-license-plugin:register] I've got this report within the reports:

Maven and EJB Testing

2004-01-12 Thread Tim Chen
Has anyone found a good way to integrate EJB testing into maven? I currently have tests in a test-ee (similar to test-cactus) directory and invoke junitee via ant tasks rewritten into the maven.xml for my ejb subproject. This feels a little bit like I'm bypassing the 'maven way' of testing.

Re: HELP! Getting an error from the maven-license-plugin:register goal

2004-01-12 Thread dion
Is the license plugin installed? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Marco Tedone [EMAIL PROTECTED] wrote on 13/01/2004 10:08:43 AM: I receive the following error: BUILD FAILED File.. file:/C:/Documents and

RE: Maven and EJB Testing

2004-01-12 Thread Vincent Massol
Hi Tim, One solution is by using the Cactus plugin for Maven. -Vincent -Original Message- From: Tim Chen [mailto:[EMAIL PROTECTED] Sent: 13 January 2004 01:46 To: 'Maven Users List' Subject: Maven and EJB Testing Has anyone found a good way to integrate EJB testing into maven?