RC3 not so intelligent??

2004-06-09 Thread Niclas Hedhman
[EMAIL PROTECTED] cv]$ maven xdoc __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ not so intelligent? ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc3 Attempting to download maven-1.0-rc2.jar.

Re: RC3 not so intelligent??

2004-06-09 Thread Niclas Hedhman
On Wednesday 09 June 2004 20:06, Emmanuel Venisse wrote: A plugin uses the rc2 as dependency. The only plugins I have are the one that came with the RC3 download, I did a complete removal of the ~/.mave/plugins prior to running Maven. Jorg says it is the Artifact plugin, and to me it is a

Re: RC3 not so intelligent??

2004-06-09 Thread Niclas Hedhman
On Thursday 10 June 2004 00:34, Emmanuel Venisse wrote: Do you rebuild all your apps when a new jdk is release? I hope your logic ain't this flawed in code :o) I don't have any applications that come bundled in the JDK download !!! But I'm pretty sure none of the JDK subsystems would require

Re: RC3 not so intelligent??

2004-06-09 Thread Niclas Hedhman
On Thursday 10 June 2004 01:18, Jason van Zyl wrote: Have some respect, phrase your concerns in a non-puerile fashion or expect to get little or no help. For the record; I don't expect to get any help... Have Fun Niclas -- +--//---+ / http://www.bali.ac/ /

Re: RC3 not so intelligent??

2004-06-09 Thread Niclas Hedhman
Also, On Thursday 10 June 2004 01:18, Jason van Zyl wrote: Brett and many others busted their asses to get the release out Sure they have. But I don't know why you are so sensistive. 1. Not by any measures of AI could one possibly claim that Maven has an intelligence. 2. I didn't

Re: CVS connection string

2004-05-25 Thread Niclas Hedhman
On Tuesday 25 May 2004 15:58, Ian Neruda wrote: scm|cvs|ntserver|[EMAIL PROTECTED]|e:\cvs|Deployment Note the use of the vertical bar as delimiter as the repository has a colon (:) in it. - Before that I tried with pserver, but I get the same mistake. The complaint comes

Re: CVS connection string

2004-05-25 Thread Niclas Hedhman
On Tuesday 25 May 2004 15:40, Ian Neruda wrote: Hi! I try to connect to cvs respository using scm|cvs|ntserver|username|[EMAIL PROTECTED]|d:\cvs_repository\dir1|moduleName seven characters. I have never heard of ntserver as an CVS protocol. Sure you don't mean pserver?

Re: Questions about using ClearCase with Maven

2004-05-14 Thread Niclas Hedhman
On Saturday 15 May 2004 02:31, Paterline, David L. wrote: Hi - Our organization is just beginning to use Maven for software project management, and we have our code set stored in ClearCase. Poor souls. I weep for you guys... I hope they haven't stuffed the UCM down your throats as well. I

Re: Rf. : Plugins ready for use within the multiproject build.

2004-04-27 Thread Niclas Hedhman
On Tuesday 27 April 2004 20:02, [EMAIL PROTECTED] wrote: You meen that your plugin are subproject ? Yes. Define in project.properties : maven.multiproject.type = plugin I have done that. I have also tried to do; postGoal name=plugin:install attainGoal name=plugin:deploy /

Re: artifact:deploy repo list

2004-04-27 Thread Niclas Hedhman
On Wednesday 28 April 2004 00:51, Webb Morris wrote: I am having problems with the artifact:deploy goals. I have a repo set up like the following: maven.repo.list=local maven.repo.local=ftp://localhost maven.repo.local.username=username maven.repo.local.password=password

Re: Dependencies on projects

2004-04-21 Thread Niclas Hedhman
On Wednesday 21 April 2004 17:55, Jesper Linvald wrote: Is Maven capable of specifiying the folowing kinds of scenarios or do I need to use Gump for this: Gump is not your tool, trust me... :o) 2: Before building a subproject a jar file from another project/subproject must first be

Re: Maven and Development Process

2004-04-16 Thread Niclas Hedhman
On Friday 16 April 2004 05:13, Jason van Zyl wrote: In maven2 I find it somewhat disturbing that discussion turns to Maven2 even before Maven1 is released. Is it only me to find this highly awkward?? Niclas -- +-//---+ | http://www.bali.ac | |

Re: Maven and Development Process

2004-04-16 Thread Niclas Hedhman
On Friday 16 April 2004 20:16, Jason van Zyl wrote: Is it only me to find this highly awkward?? Why would you find it awkward? Work is starting on the next generation well before there is a 1.0 release for the masses to use, sounds like lack of focus on development effort. A product like

Subroutines withing the jelly script...

2004-04-13 Thread Niclas Hedhman
Hi, I thought that attainGoal could be used as a kind of subroutine, but for some reason it doesn't work; : ant:echoCalling Store.../ant:echo attainGoal name=versioning:store / : goal name=versioning:store ant:echoStoring.../ant:echo : The debug output

Re: Subroutines withing the jelly script...

2004-04-13 Thread Niclas Hedhman
A maven plugin:install made the problem go away. Cheers Niclas On Tuesday 13 April 2004 21:12, Niclas Hedhman wrote: Hi, I thought that attainGoal could be used as a kind of subroutine, but for some reason it doesn't work; ant:echoCalling Store.../ant:echo attainGoal name

Re: Making A subproject Site

2004-04-13 Thread Niclas Hedhman
On Tuesday 13 April 2004 22:54, Raphael Philipe Mendes da Silva wrote: Hi, I'm new in Maven.. I need do a project site that have subprojects in it... how i can do it??? EIther use the reactor or what I like better the multiproject plugin.

Local goals...

2004-04-13 Thread Niclas Hedhman
Hi, Is there some way to declare that a goal is local and shouldn't show up in maven -g ??? Also, where do I find the complete reference for the 'syntax' used in the plugin.jelly? Cheers Niclas -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org

Re: Local goals...

2004-04-13 Thread Niclas Hedhman
On Tuesday 13 April 2004 23:11, Niclas Hedhman wrote: Also, where do I find the complete reference for the 'syntax' used in the plugin.jelly? Using define:tag instead... -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org

Filtering enabled in POM

2004-04-04 Thread Niclas Hedhman
http://maven.apache.org/reference/project-descriptor.html#resource says that I can turn on Filtering for copying the resources. But where/how do I define the filters? Niclas -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org |

Re: [multiproject] Strange...

2004-03-30 Thread Niclas Hedhman
Solved (thanks to Stephen McConnell)! maven.license.licenseFile had a file:, which it couldn't Probably same for other locations. Could there be some unfied way of how files and directories are indicated. It will be impossible to remember when to use file:// URLs and when not. My suggestion

site:generate

2004-03-29 Thread Niclas Hedhman
According to docs, site:generate is supposed to run all kinds of goals, but it doesn't happen (see below), most importantly, the javadoc is skipped. Anyone knows why? (I can do 'maven javadoc' no problem.) Cheers Niclas site: xdoc:register-reports: maven-changelog-plugin:register:

[multiproject] Strange...

2004-03-29 Thread Niclas Hedhman
Hi, I am getting the following strange exception when running multiproject:install on RC2 BUILD FAILED File.. file:/home/niclas/.maven/plugins/maven-multiproject-plugin-1.2/plugin.jelly Element... maven:reactor Line.. 202 Column 9 Unable to obtain goal

Re: [multiproject] Strange...

2004-03-29 Thread Niclas Hedhman
On Tuesday 30 March 2004 13:45, Brett Porter wrote: This is purely a hunch, but I've seen sections of the Avalon build that uses ant properties to set things for Jelly to use which could potentially cause this. Because ant properties behave differently to jelly (ie first wins instead of last

[multiproject] Dependency problem in RC2

2004-03-28 Thread Niclas Hedhman
Hi, I am facing a strange cyclic dependency problem, and would like to hear if someone got any ideas... I build using multiproject, and get A cycle has been detected from the initial goal [excalibur-fortress:excalibur-fortress-tools] The project.xml in fortress-tools can be boiled down to;

Re: [multiproject] Dependency problem in RC2

2004-03-28 Thread Niclas Hedhman
On Sunday 28 March 2004 23:02, Niclas Hedhman wrote: What could it be? I finally changed the name of the 'tools' project, and problem solved. No other complaints. Niclas -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org