Jar Manifest Class-Path

2003-09-23 Thread Dave Ford
Is there any way to have Maven add the classpath to the jar file manifest based on my dependency list? For example: Class-Path: ejb.jar jndi.jar jdbc.jar jta.jar jaxp.jar crimson.jar Thanks Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Dependency Groups

2003-09-01 Thread Dave Ford
Is there a way to define reusable lib groups? IntelliJ lets you do this under project properties/paths/libraries. For example, if i use hibernate in 5 different projects. And hibernate requires 5 jar files. That's a lot of extra typing in project.xml (dependencies section). Dave Ford Smart Soft

Re: In-Place Web Development

2003-08-02 Thread Dave Ford
Please update the wiki with the solution that you have been given. That way others can gain from the time that people have spent helping you! I'll do that. I want to work with it for a few more days to make sure I haven't over looked anything. Dave Ford Smart Soft - The Developer Training

Re: Can users have local goals?

2003-08-02 Thread Dave Ford
, to the more advanced users, feel free to let me know if there are any mistakes. Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: In-Place Web Development

2003-08-01 Thread Dave Ford
gain the most benefit from Maven. I have already given in on moving my tests into their own tree :) But this webapp thing will KILL my productivity thus negating the benefits of Maven. Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Re: In-Place Web Development

2003-08-01 Thread Dave Ford
Thanks Brian. That's exactly what I was looking for. Problem solved! Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

POM Properties Reference

2003-07-31 Thread Dave Ford
Where can I find a reference of all of the general Maven properties? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

In-Place Web Development

2003-07-31 Thread Dave Ford
: If not, how do they organize the webapp to do in-place web development but also. Thanks Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: WEB Application Structure

2003-07-31 Thread Dave Ford
I can't find any documentation or an example of how to structure a WEB application within a Maven project. Check out the Wiki: http://wiki.codehaus.org/maven/CreatingWebApplications Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Re: Using Jikes

2003-07-22 Thread Dave Ford
build.compiler = jikes Thanks. Then what is the purpose of maven.compile.executable property documented under the java goal? Why are there two goals that appear to do the same thing? Is build.compiler documented anywhere? Dave Ford Smart Soft - The Developer Training Company http://www.smart

Re: Dependencies- Separating Test from Compile

2003-07-22 Thread Dave Ford
Is there a way to separate Compile Dependencies from test Dependencies? I was wondering the same thing. Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL

Re: Maven.log chock full of errors?

2003-07-22 Thread Dave Ford
It is indeed fixed in CVS HEAD. Is this fix reflected in beta-10? I still get the errors? Specifically: java.lang.NumberFormatException: For input string: includes Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Using Jikes

2003-07-21 Thread Dave Ford
. For example, I can put: maven.compile.executable=bla bla And I get the same results. I tried putting the property in: project-home/project.properties And also at the command prompt: maven -Dmaven.compile.executable=/usr/bin/jikes java:compile What am I doing wrong? Thanks. Dave Ford Smart Soft

Artifact Types

2003-07-20 Thread Dave Ford
What dependency types does maven support besides jar files? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

POM JSR

2003-07-19 Thread Dave Ford
standard for project meta-data would be useful? Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Can't load ResourceStream from AntTask

2003-07-14 Thread Dave Ford
, it complains that it can't find kodo.properties. I'm thinking it might be a classloader issue? Any suggestions? Thanks Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - To unsubscribe, e-mail

Re: Keeping your test source code in a separate,but parallelsource tree

2003-07-13 Thread Dave Ford
in the long run it will be better to sacrifice some variability for a standard, even if some of the standard is ad hoc. That's a good point Jason. Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com

Keeping your test source code in a separate, but parallel source tree

2003-07-12 Thread Dave Ford
to the tested class. smartsoft.util.Date smartsoft.util.DateTest By naming them this way, they appear next to each other in dir listings. Q2: If I want to continue my practice of keeping them together, is there any way to get Maven to support that? Thanks Dave Ford Smart Soft - The Developer Training

Why download all those jars when Maven is first run?

2003-07-09 Thread Dave Ford
Why does Maven download all of those jars the first time you run it, to build it's repository? I can see the the jar files are already there, in MAVEN_HOME/lib. If Maven is going to re-download all of it's jars, why does it even include them in it's lib folder? Dave Ford Smart Soft

Re: RE : Why download all those jars when Maven is first run?

2003-07-09 Thread Dave Ford
to be like this: c:\localRepo\ant\jars\ant-1.5.jar Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com - Original Message - From: Bill Lynch [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:24 AM Subject: Re: RE : Why