RE: problem using ftp task from maven.xml

2003-12-06 Thread Jason van Zyl
On Sat, 2003-12-06 at 19:45, [EMAIL PROTECTED] wrote: > No worries. > > We really should have this in the FAQs. Yes and Ian that's your job now. Dion help you with your problem so I would say you are duty bound to at least write a little FAQ entry so other can avoid the pitfall you encountered.

RE: problem using ftp task from maven.xml

2003-12-06 Thread dion
No worries. We really should have this in the FAQs. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Ian Kent" <[EMAIL PROTECTED]> wrote on 07/12/2003 10:57:50 AM: > Sorry, > > I had tried root.maven before. > After trying your suggestion it worked!!!

RE: problem using ftp task from maven.xml

2003-12-06 Thread Ian Kent
Sorry, I had tried root.maven before. After trying your suggestion it worked!!! Thank you VERY much! Maven rocks! -Original Message- From: Kent, Ian [CAR:5K37:EXCH] Sent: Saturday, December 06, 2003 6:52 PM To: 'Maven Users List' Subject: RE: problem using ftp task from maven.xml

RE: problem using ftp task from maven.xml

2003-12-06 Thread Ian Kent
I tried that after reading a posting in archive. It didn't work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 6:28 PM To: Maven Users List Subject: RE: problem using ftp task from maven.xml Do the dependencies have root in them?

RE: problem using ftp task from maven.xml

2003-12-06 Thread dion
Do the dependencies have root in them? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Ian Kent" <[EMAIL PROTECTED]> wrote on 07/12/2003 07:41:07 AM: > Sorry I wasn't more clear about problem :-( > > I receive the following error: > > "taskdef class

Re: No hrefs getting included from navigation.xml

2003-12-06 Thread dion
Chad, where are you expanded plugins and cache kept? By default they're under ${user.home}. That really needs to be creamed to have a clean install. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Chad Woolley <[EMAIL PROTECTED]> wrote on 07/12/2003 09:

Re: No hrefs getting included from navigation.xml

2003-12-06 Thread Chad Woolley
I renamed my old maven dir to "\maven.old", and reinstalled from the windows executable to \maven. MAVEN_HOME still points at \maven. Is this not a clean install? Is there something else I need to delete on an upgrade? dion wrote: It's most definitely not a bug in RC1 on a clean install. Alm

RE: problem using ftp task from maven.xml

2003-12-06 Thread Ian Kent
Sorry I wasn't more clear about problem :-( I receive the following error: "taskdef class org.apache.tools.ant.taskdefs.optional.net.FTP cannot be found" Here is the stack trace: [DEBUG] Adding reference: maven.dependency.classpath -> D:\Profiles\IANKENT\.maven\repository\ant\jars\ant-1.5.1.j

Re: problem using ftp task from maven.xml

2003-12-06 Thread __matthewHawthorne
What type of problem? Can you provide a stack trace by running with maven -X? Ian Kent wrote: I am having problem using the optional ftp task from maven.xml. I have search the mail list and google with no luck. Please help. I have the following dependencies in my project.xml :

newbie question on project structure

2003-12-06 Thread David Bock
I have been looking at maven in my spare time for the last week or so, and I am very impressed. I'm using it to build a couple of 'trivial' projects, where the final output is a jar file used in another project. I'm now using multiproject to build a more complex project consisting of several of t

Re: HELP: collapsible items

2003-12-06 Thread Scott Tavares
Scott Tavares wrote: Hi all, I'm trying to create collapsible items as stated in: http://maven.apache.org/reference/plugins/xdoc/faq.html#navigation-collapse this is navigation file (which is only being used for testing at the moment):

Re: Help with using subprojects

2003-12-06 Thread dion
I think this is an xdoc thing: you must use /absolute/images/logo.gif from memory. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brian Burridge <[EMAIL PROTECTED]> wrote on 06/12/2003 07:48:19 AM: > I am trying to use subprojects, but as usual with Ma

Re: HELP: collapsible items

2003-12-06 Thread Gilles Dodinet
Scott, in order for it too work href should be absolute (begin with '/') (for both parent and child items if i remember correctly) : -- gd Scott Tavares wrote: Hi all, I'm trying to create collapsible items as stated in: http://maven.apache.org/reference/plugins/xdoc/faq.html#navigation-c

HELP: collapsible items

2003-12-06 Thread Scott Tavares
Hi all, I'm trying to create collapsible items as stated in: http://maven.apache.org/reference/plugins/xdoc/faq.html#navigation-collapse this is navigation file (which is only being used for testing at the moment):

problem using ftp task from maven.xml

2003-12-06 Thread Ian Kent
I am having problem using the optional ftp task from maven.xml. I have search the mail list and google with no luck. Please help. I have the following dependencies in my project.xml : ant ant-optional 1.5.1 http://jakarta.apache.org/ant/

Re: No hrefs getting included from navigation.xml

2003-12-06 Thread dion
Chad Woolley <[EMAIL PROTECTED]> wrote on 04/12/2003 12:25:39 PM: > Jason van Zyl wrote: > > Try following the same pattern we use: > > > > http://cvs.apache.org/viewcvs.cgi/maven/xdocs/navigation.xml?rev=1. > 33&content-type=text/vnd.viewcvs-markup > > > > And register an issue in JIRA here: >

Re: Can Maven work with Ant versions newer than 1.5?

2003-12-06 Thread dion
Did you fix the forehead.conf file to use the new Ant jars? I've successfully done this previously. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Amnon Khen <[EMAIL PROTECTED]> wrote on 04/12/2003 11:43:25 PM: > Hi, > Can Maven work with Ant versions n