Re: SPAM: Re: [jira] Closed: (MNG-835) Default profile in pom.xml not activated

2005-09-13 Thread Mark Hobson
On 13/09/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > Mark, > > it's and not You're right - thanks. I'll check the maven.mdo file myself next time ;) Mark - To unsubscribe, e-mail: [E

Re: [m2] using deployed plugin snapshots with new metadata

2005-09-13 Thread Mark Hobson
On 12/09/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 12/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > ugh. My last fix was a bit short sighted - sorry about that. > > > > I'll keep looking into it. > > That's working now thanks. Think

Re: [jira] Closed: (MNG-835) Default profile in pom.xml not activated

2005-09-13 Thread Mark Hobson
true ... ... Not sure what the parser validates against (XSD, model?) but does it need updating for this? Cheers, Mark On 13/09/05, John Casey (JIRA) <[EMAIL PROTECTED]> wrote: > [ http:/

[m2] Applets as WAR dependencies

2005-09-12 Thread Mark Hobson
Hi there, I've got an applet that I'd like to be included in a war - both of which are m2 projects. Is there any current or proposed way for the war pom to specify a non-WEB-INF jar dependency? Cheers, Mark - To u

Re: [m2] using deployed plugin snapshots with new metadata

2005-09-12 Thread Mark Hobson
On 12/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > ugh. My last fix was a bit short sighted - sorry about that. > > I'll keep looking into it. That's working now thanks. Cheers, Mark - To un

Re: [m2] using deployed plugin snapshots with new metadata

2005-09-12 Thread Mark Hobson
g for "org.apache.maven.plugins:maven-tomcat-plugin:pom:RELEASE" and failing when it can't find it. Any ideas? Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] using deployed plugin snapshots with new metadata

2005-09-12 Thread Mark Hobson
On 12/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > fixed - will commit when svn cleanup gives me back my console :) Heh, thanks Brett, muchly appreciated. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [m2] using deployed plugin snapshots with new metadata

2005-09-12 Thread Mark Hobson
On 12/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > That's the problem. Will fix. Thanks Brett - I did think that was a bit strange but couldn't find any docs on the new metadata format so didn't loo

Re: [m2] using deployed plugin snapshots with new metadata

2005-09-12 Thread Mark Hobson
0-SNAPSHOT My local version metadata for my remote repo only is: org.codehaus.mojo maven-tomcat-plugin 1.0-SNAPSHOT 20050912.112423 1 true No other local files were downloaded. > I will do a quick test as we don't have integration tests

[m2] using deployed plugin snapshots with new metadata

2005-09-12 Thread Mark Hobson
SNAPSHOT.pom, rather than those that are there of the form xxx-20050912.112423-1.pom, even though the metadata XML file indicates the snapshot version is indeed 20050912.112423, build 1. Am I doing anything wrong here? Cheers, Mark

Re: [m2] xsd updates

2005-09-12 Thread Mark Hobson
On 12/09/05, Brett Porter <[EMAIL PROTECTED]> wrote: > It will next be updated when the next Maven release goes out. It will be > locked down at 2.0 final, and after that changes to the POM will cause a > model increment (4.0.1, etc). Thanks for the clarificat

[m2] xsd updates

2005-09-12 Thread Mark Hobson
Just wondering when does http://maven.apache.org/maven-v4_0_0.xsd get updated? I noticed that it's missing distributionManagement/snapshotRepository but not sure if it gets updated when you publish the site? Cheers, Mark ---

Re: [m2] Re: Using tomcat plugin with maven 2.0-alpha-3?

2005-08-31 Thread Mark Hobson
the latest version in repo1 and of course > won't find any (since the tomcat plugin hasn't been released yet). That should be enough to run under alpha-3 - did you install the plugin with "m2 -DupdateReleaseInfo=true in

Re: [m2] Installing plugins with different groupIds

2005-08-28 Thread Mark Hobson
he > command line: [snip] Great that worked a treat thanks. More info at http://jira.codehaus.org/browse/MNG-377 if anyone's following this thread. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Installing plugins with different groupIds

2005-08-28 Thread Mark Hobson
rg.apache.maven.plugins maven-a-plugin RELEASE Am I missing anything obvious here? Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Installing plugins

2005-08-28 Thread Mark Hobson
> The bootstrap uses -DupdateReleaseInfo=true which ensures it will be used. Ah ha, that fixes it for the moment thanks. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Installing plugins

2005-08-28 Thread Mark Hobson
(e.g. deleting and reinstalling the site 2.0-beta-1-SNAPSHOT plugin will then download and use site 2.0-alpha-3 plugin when invoked). This doesn't seem to be the intended behaviour? Mark - To unsubscribe, e-mail: [EMAIL P

Re: [m2] CLI equivalent of @requiresDependencyResolution

2005-08-27 Thread Mark Hobson
Cool, it's here for future reference: http://jira.codehaus.org/browse/MNG-799 Mark On 27/08/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > On Sat, Aug 27, 2005 at 06:33:50PM +0100, Mark Hobson wrote: > > I was wondering if there's any comma

[m2] CLI equivalent of @requiresDependencyResolution

2005-08-27 Thread Mark Hobson
lipse. I understand executing a goal like eclipse:eclipse would achieve the same effect, but it'd be nice to do this directly. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Nightly Build

2005-08-27 Thread Mark Hobson
e once beta-1 is out (because naturally that will be bug-free ;) Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Installing plugins

2005-08-27 Thread Mark Hobson
then everything works as expected - am I missing anything here? Cheers, Mark [INFO] Using local copy of plugins.xml (plugin mappings) for group: 'org.apache.maven.plugins' from: C:\Documents and Settings\mark\.m2\repository\org\apache\maven\plugins\plugins.xml [INFO] maven-tomca

Re: [m2] Nightly Build

2005-08-27 Thread Mark Hobson
These builds are pretty handy, but they only consist of m2 core - what about the plugins? It appears you still need to bootstrap m2 to obtain the latest versions of these in your local repo. Mark On 19/08/05, Kevin McNamee <[EMAIL PROTECTED]> wrote: > OK. Just what I need. Thanks. &

RE: rmic for maven 2

2005-07-26 Thread Donszelmann, Mark
Hi we have an rmic plugin for Maven 1. Feel free to port it. We can host it or maybe maven can... http://java.freehep.org/freehep-rmic-plugin/index.html Regards Mark Donszelmann Stanford Linear Accelerator Center -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: scm authentification with svn

2005-07-11 Thread Mark Hobson
7;t work : > scm:svn:http://username:password/ipAdress/projectName. Try the correct syntax: scm:svn:http://username:[EMAIL PROTECTED]/projectName Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Trying to run ANT's JUnit under M(1.0.2)

2005-07-08 Thread Mark Frugah
The file isn't really required for your specific tasks, but there is probably no way to configure or disable its loading as it is hardcoded in the old Ant. I had the same problem and adding the file to the framework worked fine for me ;-) Mark -Original Message- From: [EMAIL PROT

Re: [m2] inherited plugin configuration is not applied to subprojects

2005-07-08 Thread Mark Hobson
This was discussed earlier on the list, check the thread '[M2] pluginManagement and plugins usage' and related issue MNG-522. Mark On 08/07/05, John Fallows <[EMAIL PROTECTED]> wrote: > When plugins are configured in a parent pom inside either > or , with true, the ch

RE: Question: maven 1 - native plugin usage

2005-07-07 Thread Donszelmann, Mark
Hi one problem that we found with the maven-native-plugin is that it assumes you have only one native platform. If you want your code delivered for for instance Windows, Linux, MacOS X and Solaris, all .so's would end up in the same place. Regards Mark Donszelmann Stanford -Ori

RE: Question: maven 1 - native plugin usage

2005-07-07 Thread Donszelmann, Mark
Hi we made something like that, but we found the maven-native-plugin too restrictive. Have a look at: http://java.freehep.org/freehep-nar-plugin it creates static libs at the moment, but we can change it to also do shared libs. Groeten Mark -Original Message- From: Ruud Wijnands

Re: newbie question - w3c standards conformity

2005-07-07 Thread Mark Hobson
I noticed these div id's when I tried building a site with maven 1.1-beta-1 - looks like a regression since this didn't happen with maven 1.0.2, but haven't had time to report it.. Mark On 07/07/05, Rick Beton <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm ju

RE: [m2] javacc plugin

2005-07-05 Thread Donszelmann, Mark
0, freehep-rmic-1.0 and freehep-idlj-1.0 When we move to m2, we would rewrite them if no other functionality is available. Regards Mark -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 4:45 AM To: Maven Users List Subject: Re: [m2] javacc p

RE: [m2] javacc plugin

2005-07-04 Thread Donszelmann, Mark
ic-1.0 and freehep-idlj-1.0 When we move to m2, we would rewrite them if no other functionality is available. Regards Mark -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 4:45 AM To: Maven Users List Subject: Re: [m2] javacc plugin Why

RE: [m2] javacc plugin

2005-07-04 Thread Donszelmann, Mark
Hi if someone writes one, it would be nice if it could handle arbitrary options and multiple .jj files. for m1 we modified the standard one, see http://java.freehep.org/freehep-jcc-plugin Regards Mark -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Trying to run ANT's JUnit under M(1.0.2)

2005-07-02 Thread Mark Frugah
). Regards, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Samstag, 2. Juli 2005 02:11 To: users@maven.apache.org Subject: Trying to run ANT's JUnit under M(1.0.2) I'm trying to run a Ant Junit task in my plugin. When it executes I get:

Re: Checkout with svn:// protocol fails

2005-06-30 Thread Mark Donszelmann
Quite right, my mistake. I guess one needs it if you do (svn scm:update). Did not read the original e-mail correctly. Regards Mark On Jun 30, 2005, at 8:37 AM, Emmanuel Venisse wrote: Mark Donszelmann wrote: Hi I guess you need maven-scm-plugin.jar version 1.5 for the svn protocol to

Re: Checkout with svn:// protocol fails

2005-06-30 Thread Mark Donszelmann
Hi I guess you need maven-scm-plugin.jar version 1.5 for the svn protocol to work out of the box. And you may need to specify a different separator: scm|svn|svn://svn.freehep.org/svn/${pom.artifactId}/trunk Regards Mark Donszelmann On Jun 30, 2005, at 8:22 AM, Yann LE DU wrote: Hi all

Re: artifact:artifact-install error with 1.1-beta-1

2005-06-27 Thread Mark Hobson
See http://jira.codehaus.org/browse/MAVEN-1625 On 27/06/05, Brian Moseley <[EMAIL PROTECTED]> wrote: > > using 1.1-beta-1, artifact:artifact-install fails on > Dependency.setProperties. > > [EMAIL PROTECTED]:~/work/osaf/commons/jackrabbit/importer > maven -D  > maven.test.skip=t > rue jar:inst

RE: Problem of targetting two JDK versions

2005-06-16 Thread Donszelmann, Mark
oh, and... typically library developers would target for the lowest JDK version available/possible so that users can keep running things on older JDKs. and of course as long as SUN keeps their JDKs backward compatible. Regards Mark Donszelmann -Original Message- From: Donszelmann

RE: Problem of targetting two JDK versions

2005-06-16 Thread Donszelmann, Mark
Binary Interface) specific, and it would be a pity if Maven 2 would not automatically deal with it. Regards Mark Donszelmann -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 7:04 PM To: Maven Users List; Shane Isbell Subject: Re: Problem of

Problem of targetting two JDK versions

2005-06-16 Thread Donszelmann, Mark
Shane Isbell [EMAIL PROTECTED] of totally different targets: Re: Problem targeting two platform builds with Maven 2.0 CDC and J2SE. Will Maven 2 handle this and if so, how? Regards Mark Donszelmann - To unsubscribe, e-mail: [EMAIL

RE: Native dependencies

2005-06-15 Thread Donszelmann, Mark
Hi is there a good example on how to migrate a plugin in jelly from maven 1 to a mojo+marmelade (M2) and jelly wrapper (M1). Regards Mark -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 1:26 AM To: Maven Users List; dan tran Subject: Re

RE: Native dependencies

2005-06-14 Thread Donszelmann, Mark
binary dependencies with native languages as maven uses it with Java is still there. Regards Mark Donszelmann -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 3:23 PM To: Maven Users List Subject: Re: Native dependencies See my inline comment On

RE: Native dependencies

2005-06-14 Thread Donszelmann, Mark
, 1.3, 1.4 and now 1.5. Is there anything in M2 that allows me to publish the same library (with the same name) for both java 1.4 and java 1.5. (we have such a case where we first wrote some mathematical lib in jdk 1.5 with templates, and later backported it to 1.4). Regards Mark Donszelmann

RE: Native dependencies

2005-06-14 Thread Donszelmann, Mark
properties used, of which I have no idea where they go in M2. I did make my own improvements to cpptasks, and reported some of them: new compilers, some options changed, etc. The cpptasks system is usable and quite ok I think, just not maintained (very well). Let me know. Mark -Original Message

RE: Native dependencies

2005-06-13 Thread Donszelmann, Mark
builds, unpacks and distributes Native Archives. Its not complete, see the issues in JIRA, but we are getting there. Regards Mark Donszelmann -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 2:07 PM To: Maven Users List Subject: Re: Native

plugin ends up in wrong directory when deployed with sftp

2005-06-10 Thread Donszelmann, Mark
md5 and sha1) ended up in: 'freehep' rather than in the subdirs 'freehep/plugins' and 'freehep/poms' it seems the type is forgotten... Any ideas? Regards Mark Donszelmaann - To unsubscribe,

RE: Maven plugin to start a java file?

2005-06-06 Thread Donszelmann, Mark
We made one. Feel free to use, or copy. http://java.freehep.org/freehep-run-plugin/index.html Groeten Mark Donszelmann -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 7:51 AM To: Maven Users List Subject: Maven plugin to start a java file

Re: Task list of "// TODO" comments

2005-05-27 Thread Mark Hobson
On 5/27/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > Before you guys all leapt on board with your wishlist items, I was going > to ask what was wrong with using the @todo and the > maven-tasklist-plugin. I never use the tasklist plugin because I use // TODO:'s within code blocks, not @todo javadoc

Re: Task list of "// TODO" comments

2005-05-27 Thread Mark Hobson
+1 Customisable tags in a similar vein to eclipse would be great - e.g. TODO:, FIXME:, etc. On 5/27/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > +1 > > - Original Message - > From: "Wim Deblauwe" <[EMAIL PROTECTED]> > To: "Maven Users List" > Sent: Friday, May 27, 2005 10:59 AM > Subject:

Re: [m2] m2 and SWT

2005-05-21 Thread Mark Hobson
undreds of use-classes you guys seem to be carefully balancing! I'll be interested in the outcome and may pop in for a listen thanks. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] m2 and SWT

2005-05-21 Thread Mark Hobson
up from some > scribbled notes) how to do OS specific dependencies. > > These are all up for review in the next week, so comments are > appreciated (see my recent post to [EMAIL PROTECTED]). I did see that thanks, but was just curious as to whether

[m2] m2 and SWT

2005-05-21 Thread Mark Hobson
would be appreciated. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Bootstrap repository configuration?

2005-05-21 Thread Mark Hobson
On 5/21/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I think (3) the best way to do this (with an additional repo instead > of a mirror) - if you could file a JIRA that'd be helpful. Sounds good to me - http://jira.codehaus.org/browse/MNG-4

[m2] Bootstrap repository configuration?

2005-05-21 Thread Mark Hobson
an inline repository configuration, e.g.: http://www.company.com/maven com.company company-parent 0.1 Has anyone had any thoughts on this? Cheers, Mark ---

build.properties question: how get environment variable values?

2005-05-11 Thread Mark D. Hansen
I've got this in my build.properties (running in linux): was.home=$WAS_HOME It does not give the desired result. Instead of setting was.home to 'opt/IBM/WebSphere/AppServer', it sets was.home to '$WAS_HOME'. How do I get the value of a shell environment variable inside of maven? Thanks!

Re: Minor docs layout issue..

2005-05-11 Thread Mark Hobson
Heh, looks like I asked as you were publishing.. :) Cheers, Mark On 5/11/05, Brett Porter <[EMAIL PROTECTED]> wrote: > still a problem? I only just republished a few hours back, and they > look fine to me now (was bad before). > > - Brett > > On 5/11/05, Mark Hobson &

WebSphere 6 plugin ??

2005-05-11 Thread Mark D. Hansen
Is there a plugin for WAS 6? If not, has anyone used the WAS 5 plugin successfully with WAS 6 ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Minor docs layout issue..

2005-05-11 Thread Mark Hobson
Hi there, Any chance of inserting a few tabs here?: http://maven.apache.org/maven2/project-descriptor.html http://maven.apache.org/maven2/settings-descriptor.html Not sure whether you guys automate the building of these xdocs, but if not give me a shout if you need a patch.. Cheers, Mark

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Mark Proctor
defaults: Mark Proctor wrote: yes thought I read that in the plugin.jelly, I'm going to try 1.6 with the license for 1.7 - see if that helps. Mark Vincent Massol wrote: -Original Me

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Mark Proctor
yes thought I read that in the plugin.jelly, I'm going to try 1.6 with the license for 1.7 - see if that helps. Mark Vincent Massol wrote: -Original Message- From: Mark Proctor [mailto:[EMAIL PROTECTED] Sent: mardi 10 mai 2005 21:18 To: Maven Users List Subject: Re: Clover Plugi

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-10 Thread Mark Proctor
I upgraded because the license ran out, no we dont fork the tests (apart from python) - but that wasn't needed before. Mark Vincent Massol wrote: Hi Mark, -Original Message- From: Mark Proctor [mailto:[EMAIL PROTECTED] Sent: mardi 10 mai 2005 06:15 To: Maven Users List Subjec

Re: [maven 1.1] Clover Tasks not found - a solution

2005-05-10 Thread Mark Proctor
ype "maven drools:clover" to execute it. Mark D:\java\drools-2.0>maven drools:clover __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: clean-all:prepare: drools:clover: [echo] top level multipro

Re: [maven 1.1] Clover Tasks not found - a solution

2005-05-10 Thread Mark Proctor
maven 1.1? latest I can find is 1.0.2? Anyway using maven 1.0.2 I wasn't getting that error but changed those lines you said anyway, still no good :( I have included the output below. Notice I've excluded all but two modules from mutliproject, no matter what modules I use to build I get the same

Re: [m2] jdbc-2.0

2005-05-10 Thread Mark Hobson
ependencies - any plans to implement this for alpha-2? Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
I fixed those build errors and its till producing the same issue - ie only ever including the results from the last sub project- and i have tried using eclipse to change the modules being built, always the same issue. They defintely all report that they are updating the same DB. Mark Mark

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
Ignore this, got it working, was a missing goal in a sub project. Mark Mark Proctor wrote: I'm trying to do clover multiproject build with maven 1.0.2 and clover plugin 1.7. This use to work but with the upgrade to 1.7 I noticed it is now broken, not sure if its 1.7 or a change in our

ftp server for hosting a maven repository

2005-05-09 Thread Mark D. Hansen
I'm looking for a java FTP server that I can use to host maven repositories for internal development work. It must be FTP (not just HTTP) so we can upload our jars into it. It must be java (run on anything). Any suggestions?

Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
I'm trying to do clover multiproject build with maven 1.0.2 and clover plugin 1.7. This use to work but with the upgrade to 1.7 I noticed it is now broken, not sure if its 1.7 or a change in our code. Everything compiles and runs fine, each project reports that it is updating the same database but

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
http://jira.codehaus.org/browse/MNG-374 On 5/9/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > Looks like another bug here I'm afraid - the following pom causes no > tests to be run with svn head m2 (tested against it): > > > 4.0.0 > test

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
1.5 Shall I add to jira? On 5/9/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > http://jira.codehaus.org/browse/MNG-373 > > Thanks. > > On 5/9/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > It should definitely work. Can you please file this one in JIRA? > > &

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
http://jira.codehaus.org/browse/MNG-373 Thanks. On 5/9/05, Brett Porter <[EMAIL PROTECTED]> wrote: > It should definitely work. Can you please file this one in JIRA? > > Thanks, > Brett > > On 5/9/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > > Hi ther

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
y the component project. This does happen when running m2 on the component pom, but not when running m2 on the project pom. I'm running the svn head version of m2, any ideas? Cheers, Mark On 5/8/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I get the same failure on testCompile. Th

Re: M2 with Java5

2005-05-08 Thread Mark Hobson
n 1.3-20050411.081334-1 from local repository [INFO] maven-clean-plugin: using locally installed snapshot [INFO] [clean:clean] [INFO] Deleting directory c:\Documents and Settings\mark\My Documents\projects\iizuka\target [INFO] maven-resources-plugin: using locally installed snapshot [INFO] maven-surefire-plugin:

Re: M2 with Java5

2005-05-08 Thread Mark Hobson
re Any idea on what has changed? Cheers, Mark On 4/11/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Yep, no problem. > > We need to document the compiler plugin. The settings you need in your POM > are: > > > > > maven

Re: M2 repos with basic auth

2005-05-08 Thread Mark Hobson
On 5/8/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Great, thanks. It's obvious now :) > > I think Jason is going to apply and test this now. It will definitely > be in alpha-2. Cheers guys, that means I can start using m

Re: M2 repos with basic auth

2005-05-08 Thread Mark Hobson
Patch created, if anyone's following this thread.. http://jira.codehaus.org/browse/WAGONHTTP-2 Any chance of getting this into m2-alpha-2? Since it's a blocker for anyone using an authenticated maven repository. On 4/21/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > Just w

RE: Multi-language projects

2005-05-06 Thread Donszelmann, Mark
cannot use the same name for .lib/.dll since you always need to link to the .lib (adapter for the .dll). Is there any convention for this on Windows? Regards, Mark -Original Message- From: Smith, Thad [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 7:43 AM To: Maven Users List

RE: Multi-language projects

2005-05-06 Thread Donszelmann, Mark
use the same name for .lib/.dll since you always need to link to the .lib (adapter for the .dll). Is there any convention for this on Windows? Regards, Mark -Original Message- From: Smith, Thad [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 7:43 AM To: Maven Users List Subject

Re: [m2] m2 repos pom's

2005-05-06 Thread Mark Hobson
nanocontainer pom version, which is obviously not as intended. Cheers, Mark On 5/6/05, Vincent Siveton <[EMAIL PROTECTED]> wrote: > Please lets have a look to this link > http://jira.codehaus.org/browse/MEV > > Vincent > > 2005/5/6, Mark Hobson <[EMAIL PROTECTED]>

Re: [m2] m2 repos pom's

2005-05-06 Thread Mark Hobson
Great thanks. Mark On 5/6/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Looks like a bug in our conversion script. > > Filed in JIRA, manually fixed in repository - should propogate to > Ibiblio shortly. > > - Brett > > On 5/7/05, Mark Hobson <[EMAIL PROTECTED

[m2] m2 repos pom's

2005-05-06 Thread Mark Hobson
5.1 Should be: ant ant-optional 1.5.1 But there's no pom.xml or v4 project.xml in the commons-jxpath source repository - is this created manually? Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Multi-language projects

2005-05-05 Thread Donszelmann, Mark
Hi we started with the native plugin for C and C++ and extended it for Fortran and use cross-platform libraries (nar files) and include packages. Have a look at: http://java.freehep.org/freehep-nar-plugin for maven 1.0.2 for now. Regards Mark Donszelmann -Original Message- From

RE: Multi-language projects

2005-05-05 Thread Donszelmann, Mark
Hi we started with the native plugin for C and C++ and extended it for Fortran and use cross-platform libraries (nar files) and include packages. Have a look at: http://java.freehep.org/freehep-nar-plugin for maven 1.0.2 for now. Regards Mark Donszelmann -Original Message- From

RE: preGoal - how to stop the build ??

2005-05-05 Thread Mark D. Hansen
ct: Re: preGoal - how to stop the build ?? > > > What do you mean by "fails"? It certainly should stop dead if you hit > or an exception. > > - Brett > > On 5/5/05, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > > I have this: > > > > >

preGoal - how to stop the build ??

2005-05-05 Thread Mark D. Hansen
I have this: If goal1 fails, the processing continues to try to run "goal2". How do I make it stop if goal1 fails? Acually, I'd like the whole build to stop if any part of the preGoal fails. How do I do that? Thanks! -

Re: Maven Continuum 1.0 Technology Preview Available

2005-04-26 Thread Mark Hobson
Sure, it's under CONTINUUM-113. Cheers, Mark On 4/26/05, Brett Porter <[EMAIL PROTECTED]> wrote: > Thanks - I'm on Cygwin, but I hadn't tried spaces... can you file it > in JIRA by any chance? > > also, there is a continuum-users@maven.apache.org list for additi

Re: Maven Continuum 1.0 Technology Preview Available

2005-04-26 Thread Mark Hobson
'continuum-plexus-application-1.0-alpha-1-application.jar'. java.net.URISyntaxException: Illegal character in path at index 16: file:/c:/Program Files/continuum-1.0-alpha-1/apps/continuum-plexus-application-1.0-alpha-1-application.jar Cheers, Mark On 4/26/05, Brett Porter <[EMAIL PROTECTED]> wrote: >

Re: M2 repos with basic auth

2005-04-21 Thread Mark Hobson
Just wondering if there's been any developments on this? Can't use m2 until basic auth supported.. :( On 4/12/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > On Apr 12, 2005 11:09 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > > (copying back to list) > > >

RE: preGoal question

2005-04-14 Thread Mark D. Hansen
> > no, but you only need to pregoal a common denominator, like > test:test-resources. > > - Brett > > On 4/15/05, Mark D. Hansen <[EMAIL PROTECTED]> wrote: > > I'd like to associate some simple Ant directory cleanup > with all of the testing goals. Is

preGoal question

2005-04-14 Thread Mark D. Hansen
I'd like to associate some simple Ant directory cleanup with all of the testing goals. Is there a way to do that using preGoal without specifying all the test:* goals ?? For example, can I write something like this: instead of these two: --

Re: M2 repos with basic auth

2005-04-12 Thread Mark Hobson
GET /hibernate/poms/hibernate-3.0.pom HTTP/1.1" 401 954 Looks like the credentials aren't getting through. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

M2 repos with basic auth

2005-04-12 Thread Mark Hobson
ECTED]/ The user:[EMAIL PROTECTED] syntax used to work with M1. Any ideas? Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 'maven.repo.local' not honored by all

2005-04-11 Thread Mark Lowe
I've never found this a problem with maven 1.* on any platform. How do you set %HOMEDRIVE% ? and (excuse the dumb question) what happens when you type echo %HOMEDRIVE% Mark On Apr 11, 2005 9:26 PM, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > I'm seeing the problem on W

Re: possible to specify JAVA_HOME?

2005-04-11 Thread Mark Lowe
Use a shell script or batch file so you dont need to mess with maven's scripts, this makes things easier when upgrading maven also.. On windows your cursed with no symlinking but its still workable. Mark On Apr 11, 2005 11:36 PM, Arik Kfir <[EMAIL PROTECTED]> wrote: > > >

Re: [M2] plugins language?

2005-04-11 Thread Mark Lowe
ssy which I've just been caught out before on other projects that moved to svn before the docs caught up. Mark > > On Apr 12, 2005 2:02 AM, Yuriy Ivanov <[EMAIL PROTECTED]> wrote: > > but What lang will be used for core plugins? > > > > - Original Message ---

Re: 'maven.repo.local' not honored by all

2005-04-11 Thread Mark Lowe
LOCAL=~/Library/Maven2 m2 -Dmaven.repo.local=$M2_HOME_LOCAL $@ Works fine with maven 1.0.. I'll have a dig through the sources and see if there are anychanges to the variable names. Mark On Apr 11, 2005 6:34 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > This should work, and I'v

M2 with Java5

2005-04-11 Thread Mark Hobson
! BTW, is this the correct mailing list for M2? I did read some discussion about merging M1 & M2 mailing lists back together, so I assumed so. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

best mock object framework ?

2005-03-30 Thread Mark D. Hansen
Does anyone have an opinion about what is the best mock object framework for use with Maven? I'm just starting out with mock objects and can't decide between the various frameworks. Thanks. - To unsubscribe, e-mail: [EMAIL PRO

RE: Multiple output targets

2005-03-22 Thread Donszelmann, Mark
with static and dynamic lib naming on Windows since the .lib file will end up with the same name, but apart from that you are welcome to try it out if you wish. Let me know if I should make it available. Regards Mark Donszelmann Stanford Linear Accelerator Center -Original Message- From

RE: JUnit report - behavior of System.out vs. Log4J

2005-03-11 Thread Mark D. Hansen
ingTested.addAppender(appender); Lastly, you need some code in tearDown() to remove the appender (or else it gets attached multiple times) ... // remove so that we don't end up with multiple appenders logOfClassBeingTested.removeAppender(appender); appender = null; > -Origin

JUnit report - behavior of System.out vs. Log4J

2005-03-10 Thread Mark D. Hansen
is not sending it to the report file. Does anybody know how I can get the desired behavior? I don't wan't to put System.out.println statements in Foo.java - it seems to me a much better practice to use log statements that can be turned off in pro

<    9   10   11   12   13   14   15   16   17   >