Re: ftp deployment

2004-01-05 Thread Rajeev Kaul
You are right.  I modified my version of the site plugin to just have the
ftp task for the ftpdeploy goal.


- Original Message -
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Thursday, January 01, 2004 6:51 AM
Subject: Re: ftp deployment


 I personally wouldn't use the ftp deployment of the site, as it requires a
 telnet session as well as ftp. This should be removed from the site
 plugin, and the ftp deployment fixed.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/



 Jefferson K. French [EMAIL PROTECTED] wrote on 01/01/2004 03:33:44 AM:

  I had this problem with Ant a while back. Do you have
  NetComponents.jar in your classpath?
 
  On Tue, 30 Dec 2003, at 17:02:31 [GMT -0800] Rajeev Kaul wrote:
 
   I am having trouble running the site:ftpdeploy goal for my project.
 I
  get the following error:
 
   2003-12-30 15:38:40,985 WARN  org.apache.commons.jelly.tags.ant.AntTag
 -
  Could not convert tag: ftp into an Ant task, data type or property
 
   I get the same error, if I use the ant optional task - ftp in a goal
  defined in maven.xml file.
 
   Any ideas?
 
 
   Rajeev Kaul
   Customer Care, Inc.
   925 277 0696
 
  --
  mailto:[EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: ftp deployment

2004-01-05 Thread Rajeev Kaul
I have attached the modified files.

I modified maven.bat file to include NetComponents-1.3.8.jar in the
classpath.  I placed NetComponents.jar in the MAVEN_HOME/lib directory.

I have only tested it on Windows 2000 server.

regards,

Rajeev
- Original Message -
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, January 05, 2004 3:25 PM
Subject: Re: ftp deployment


 It would be great if you were able to send us what you did here so that it
 could be shared by all.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/



 Rajeev Kaul [EMAIL PROTECTED] wrote on 06/01/2004
 09:15:24 AM:

  You are right.  I modified my version of the site plugin to just have
 the
  ftp task for the ftpdeploy goal.
 
 
  - Original Message -
  From: [EMAIL PROTECTED]
  To: Maven Users List [EMAIL PROTECTED]
  Sent: Thursday, January 01, 2004 6:51 AM
  Subject: Re: ftp deployment
 
 
   I personally wouldn't use the ftp deployment of the site, as it
 requires a
   telnet session as well as ftp. This should be removed from the site
   plugin, and the ftp deployment fixed.
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
  
  
  
   Jefferson K. French [EMAIL PROTECTED] wrote on 01/01/2004 03:33:44
 AM:
  
I had this problem with Ant a while back. Do you have
NetComponents.jar in your classpath?
   
On Tue, 30 Dec 2003, at 17:02:31 [GMT -0800] Rajeev Kaul wrote:
   
 I am having trouble running the site:ftpdeploy goal for my
 project.
   I
get the following error:
   
 2003-12-30 15:38:40,985 WARN
 org.apache.commons.jelly.tags.ant.AntTag
   -
Could not convert tag: ftp into an Ant task, data type or property
   
 I get the same error, if I use the ant optional task - ftp in a
 goal
defined in maven.xml file.
   
 Any ideas?
   
   
 Rajeev Kaul
 Customer Care, Inc.
 925 277 0696
   
--
mailto:[EMAIL PROTECTED]
   
   
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: ftp deployment

2004-01-05 Thread Rajeev Kaul
I don't know what happened, but I will send the files again.

Rajeev

- Original Message -
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, January 05, 2004 4:40 PM
Subject: Re: ftp deployment


 The attached files are missing :-)
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/



 Rajeev Kaul [EMAIL PROTECTED] wrote on 06/01/2004
 10:44:00 AM:

  I have attached the modified files.
 
  I modified maven.bat file to include NetComponents-1.3.8.jar in the
  classpath.  I placed NetComponents.jar in the MAVEN_HOME/lib directory.
 
  I have only tested it on Windows 2000 server.
 
  regards,
 
  Rajeev
  - Original Message -
  From: [EMAIL PROTECTED]
  To: Maven Users List [EMAIL PROTECTED]
  Sent: Monday, January 05, 2004 3:25 PM
  Subject: Re: ftp deployment
 
 
   It would be great if you were able to send us what you did here so
 that it
   could be shared by all.
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
  
  
  
   Rajeev Kaul [EMAIL PROTECTED] wrote on 06/01/2004
   09:15:24 AM:
  
You are right.  I modified my version of the site plugin to just
 have
   the
ftp task for the ftpdeploy goal.
   
   
- Original Message -
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Thursday, January 01, 2004 6:51 AM
Subject: Re: ftp deployment
   
   
 I personally wouldn't use the ftp deployment of the site, as it
   requires a
 telnet session as well as ftp. This should be removed from the
 site
 plugin, and the ftp deployment fixed.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/



 Jefferson K. French [EMAIL PROTECTED] wrote on 01/01/2004
 03:33:44
   AM:

  I had this problem with Ant a while back. Do you have
  NetComponents.jar in your classpath?
 
  On Tue, 30 Dec 2003, at 17:02:31 [GMT -0800] Rajeev Kaul wrote:
 
   I am having trouble running the site:ftpdeploy goal for my
   project.
 I
  get the following error:
 
   2003-12-30 15:38:40,985 WARN
   org.apache.commons.jelly.tags.ant.AntTag
 -
  Could not convert tag: ftp into an Ant task, data type or
 property
 
   I get the same error, if I use the ant optional task - ftp in
 a
   goal
  defined in maven.xml file.
 
   Any ideas?
 
 
   Rajeev Kaul
   Customer Care, Inc.
   925 277 0696
 
  --
  mailto:[EMAIL PROTECTED]
 
 
 
 
   -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
   
   
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: ftp deployment

2003-12-31 Thread Rajeev Kaul
You are right.  After, I modified the maven.bat file to make sure the
NetComponents.jar is included in the classpath (I had assumed that if I
placed the jar file in the maven_home/lib dir, it would automatically be
included in the classpath) it started working.  However, I am still confused
as to why it did not work when I added as a dependency in the site plugin.

regards,

Rajeev
- Original Message -
From: Jefferson K. French [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Wednesday, December 31, 2003 8:33 AM
Subject: Re: ftp deployment


 I had this problem with Ant a while back. Do you have
 NetComponents.jar in your classpath?

 On Tue, 30 Dec 2003, at 17:02:31 [GMT -0800] Rajeev Kaul wrote:

  I am having trouble running the site:ftpdeploy goal for my project.  I
get the following error:

  2003-12-30 15:38:40,985 WARN  org.apache.commons.jelly.tags.ant.AntTag -
Could not convert tag: ftp into an Ant task, data type or property

  I get the same error, if I use the ant optional task - ftp in a goal
defined in maven.xml file.

  Any ideas?


  Rajeev Kaul
  Customer Care, Inc.
  925 277 0696

 --
 mailto:[EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ftp deployment

2003-12-30 Thread Rajeev Kaul
I am having trouble running the site:ftpdeploy goal for my project.  I get the 
following error:

2003-12-30 15:38:40,985 WARN  org.apache.commons.jelly.tags.ant.AntTag - Could not 
convert tag: ftp into an Ant task, data type or property

I get the same error, if I use the ant optional task - ftp in a goal defined in 
maven.xml file.

Any ideas?


Rajeev Kaul
Customer Care, Inc.
925 277 0696

Re: custom site.jsl

2003-12-23 Thread Rajeev Kaul
Thank you!  That worked.

regards,

Rajeev
- Original Message -
From: Gilles Dodinet [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Tuesday, December 23, 2003 1:11 PM
Subject: Re: custom site.jsl


 perhaps you could try to add the file: protocol before the path  :

 maven.xdoc.jsl=file:${basedir}/xdocs/site.jsl


 thats what i use and it used to work.

 -- gd

 Rajeev Kaul wrote:

 I am trying to use a custom site.jsl for my project.  If I try to use the
following property to set it for my project:
 
 maven.xdoc.jsl=${basedir}/xdocs/site.jsl
 
 I get the following error during site generation:
 
 BUILD FAILED
 File..
file:/E:/maven/maven-1.0-rc2/plugins/maven-xdoc-plugin-1.5-SNAPSHOT/
 Element... j:include
 Line.. 330
 Column 54
 null:-1:-1: null Could not parse Jelly script
 
 
 However, if I replace the site.jsl in the xdoc plugin resources
directory, it works fine.
 
 
 
 Rajeev Kaul
 
 
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs.passfile

2003-12-22 Thread Rajeev Kaul
What is the best way of setting the cvs.passfile property for changelog plugin?  The 
default of .cvspass does not work for windows OS.

Rajeev Kaul


Re: cvs.passfile

2003-12-22 Thread Rajeev Kaul
Thanks.  Yes, you can do it in the DOS console window.  However, it would be
still nice to know, how to set this property.


- Original Message -
From: Emmanuel Venisse [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Monday, December 22, 2003 2:19 PM
Subject: Re: cvs.passfile


 For create a .cvspass file, run the cvs login command
 If you want create an empty .cvsfile, you can do it on windows with a dos
 console.

 Emmanuel

 - Original Message -
 From: Rajeev Kaul [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Sent: Monday, December 22, 2003 10:59 PM
 Subject: cvs.passfile


 What is the best way of setting the cvs.passfile property for changelog
 plugin?  The default of .cvspass does not work for windows OS.

 Rajeev Kaul


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



building maven plugins for 1.0 rc2

2003-12-19 Thread Rajeev Kaul
I downloaded the latest maven (1.0 rc2) from CVS, yesterday, and built it using the 
build-bootstrap.xml file.  The build was successful.  However, when I tried to build 
the plugin using the command shown below, it failed.



E:\maven\maven-1.0-rc2maven -Dgoal=clean,plugin:install multiproject:goal

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT

BUILD FAILED
Goal multiproject:goal does not exist in this project.
Total time: 4 seconds
Finished at: Fri Dec 19 10:09:27 PST 2003

E:\maven\maven-1.0-rc2




The following command also fails:




E:\maven\maven-1.0-rc2maven -Dgoal=clean,plugin:install,plugin:deploy
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT

BUILD FAILED
Goal jar:jar does not exist in this project.
Total time: 7 seconds
Finished at: Fri Dec 19 10:05:53 PST 2003



Any ideas??


Rajeev Kaul


Re: building maven plugins for 1.0 rc2

2003-12-19 Thread Rajeev Kaul
I found the problem.  I am using JDK 1.3.1, which probably called the
ChangeLog plugin tests to fail.  I modified the following statement:

assertTrue(listener.getStdout().indexOf(MESSAGE)-1);


to

   assertTrue(listener.getStdout().toString().indexOf(MESSAGE)-1);


in the testNormalEvent() and testErrorEvent() methods.  I have attached the
modified CvsLogListenerTest.java file

Also,  I had to modify the project.xml file to include the dependency on
xml-apis and xerces libraries.

After, I made these changes the bootstrap process created all the required
plugins.

regards,

Rajeev


- Original Message -
From: Jefferson K. French [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Friday, December 19, 2003 11:23 AM
Subject: Re: building maven plugins for 1.0 rc2


 One of my co-workers had the same problem with a build he did from CVS
 a few days ago. We didn't spend too much time figuring out what was
 happening, though, because I gave him what I downloaded on 11/25, and
 all was well.

 Maybe you should try checking out the RC1 branch and building it.

   Jeff

 On Fri, 19 Dec 2003, at 10:15:17 [GMT -0800] Rajeev Kaul wrote:

  I downloaded the latest maven (1.0 rc2) from CVS, yesterday, and built
it using the build-bootstrap.xml file.  The build was successful.  However,
when I tried to build the plugin using the command
  shown below, it failed.



  E:\maven\maven-1.0-rc2maven -Dgoal=clean,plugin:install
multiproject:goal

   __  __
  |  \/  |__ _Apache__ ___
  | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
  |_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT

  BUILD FAILED
  Goal multiproject:goal does not exist in this project.
  Total time: 4 seconds
  Finished at: Fri Dec 19 10:09:27 PST 2003

  E:\maven\maven-1.0-rc2




  The following command also fails:




  E:\maven\maven-1.0-rc2maven -Dgoal=clean,plugin:install,plugin:deploy
   __  __
  |  \/  |__ _Apache__ ___
  | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
  |_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT

  BUILD FAILED
  Goal jar:jar does not exist in this project.
  Total time: 7 seconds
  Finished at: Fri Dec 19 10:05:53 PST 2003



  Any ideas??


  Rajeev Kaul

 --
 mailto:[EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
?xml version=1.0 encoding=UTF-8?

project
  extend../project.xml/extend
  pomVersion3/pomVersion
  idmaven-changelog-plugin/id
  nameMaven Changelog Plug-in/name
  currentVersion1.4-SNAPSHOT/currentVersion
  description/
  shortDescriptionProduce SCM changelog reports/shortDescription
  urlhttp://maven.apache.org/reference/plugins/changelog//url
  issueTrackingUrlhttp://jira.codehaus.org/BrowseProject.jspa?id=10313/issueTrackingUrl
  siteDirectory/www/maven.apache.org/reference/plugins/changelog//siteDirectory
  repository
connectionscm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven-plugins/changelog//connection
urlhttp://cvs.apache.org/viewcvs/maven-plugins/changelog//url
  /repository
  developers
developer
  namedIon Gillard/name
  iddion/id
  email[EMAIL PROTECTED]/email
  organizationMultitask Consulting/organization
  roles
roleJava Developer/role
roleDocumentation/role
  /roles
/developer
developer
  namePete Kazmier/name
  idkaz/id
  email[EMAIL PROTECTED]/email
  organization/
  roles
roleDocumentation/role
roleJava Developer/role
  /roles
/developer
	developer
  nameEric Pugh/name
  idepugh/id
  email[EMAIL PROTECTED]/email
  organization/
  roles
roleJava Developer/role
  /roles
/developer
developer
  nameEmmanuel Venisse/name
  idevenisse/id
  email[EMAIL PROTECTED]/email
  organization/
  roles
roleJava Developer/role
  /roles
/developer
developer
  nameJason van Zyl/name
  idjvanzyl/id
  email[EMAIL PROTECTED]/email
  organizationZenplex/organization
  roles
roleArchitect/role
roleRelease Manager/role
  /roles
/developer
developer
  nameDaniel Rall/name
  iddlr/id
  email[EMAIL PROTECTED]/email
  organizationCollabNet, Inc./organization
  roles
roleJava Developer/role
roleDocumentation/role
  /roles
/developer
  /developers
  dependencies  	
dependency
  idant/id
  version1.5.3-1/version
/dependency
dependency
  groupIdcommons-jelly/groupId
  artifactIdcommons-jelly-tags-jsl/artifactId
  version20030211.143151/version
/dependency
dependency
  groupIdcommons-jelly/groupId
  artifactIdcommons-jelly-tags-xml/artifactId
  version20030211.142705/version
  urlhttp://jakarta.apache.org/commons/jelly/libs/xml//url
/dependency
dependency
  idcommons-logging/id
  version1.0.3/version