Junit Difficulties

2003-07-04 Thread Todd Feather
I'm trying to run a basic junit test only a couple of classes. When I run the test goal, I get this on the console: test:test: [junit] dir attribute ignored if running in the same VM BUILD FAILED java.lang.NoClassDefFoundError Total time: 20 seconds However, the log seems to report a d

Problems with dependencies

2003-07-04 Thread Maximilian A. Ott
I downloaded Maven a week ago and have a really hard time getting any of my projects converted. First of all, I can't find any documentation which gives a high-level overview on how it is supposed to work (even finding any useful information on the web site was a bit of a challenge - now that I did

Feature request: link to source from task list

2003-07-04 Thread Tim Pizey
Hi, The Task List would be much improved with a link to the appropriate file Source Xref, possibly even the line of the todo. Thanks for all the work going into Maven. TimP - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

RE: Artifact plugin

2003-07-04 Thread Michal Maczka
Witaj Rafal! At the moment I just used artifact plugin only in the places where "deploy goal" was not implemented at all. I have tested the code and it works under Windows. Before I will dare to use it in such sensitive places like "jar", or "plugin" plugins I would prefer to have some feedback

Calling dist:deploy and jar:deploy from same goal causes problems

2003-07-04 Thread Neil Blue
Have set up the following goal: +--+ | Deploying project dist, jar and site | +--+ The jar:deploy runs correctly, deploying the jar to the jars directory in the remote repository. The dist:deploy g

Artifact plugin

2003-07-04 Thread Rafal Krzewski
Hello, this is mostly to Michal: 1) Any chance to use artifact plugin in the jar plugin soon? 2) Currently a plugin called 'deploy' exists, that has a single goal, for deplyoing the pom to the repo. I believe that this goal should go into the 'pom' plugin. The 'deploy' plugin could be nuke then.

Re: RE: current mechanism for non-distributable jars

2003-07-04 Thread Mouttet Christian
> maven.repo.remote=http://supportweb/maven/,http://www.ibiblio.org/maven/ You can also create a directory e.g. _extern and configure Apache to act as a proxy for /maven/_extern. httpd.conf --%<-- ProxyPass /maven/_extern/ http://www.ibiblio.org/maven/ ProxyRemote * http://: --%<-- If done the