The following comment has been added to this issue:

     Author: Jason Taft
    Created: Mon, 7 Feb 2005 10:14 AM
       Body:
Maven 1.0.2 is using ANT 1.5.3-1, which depends on (among others) the 
NetComponents.jar (http://www.savarese.org/oro/index.html).

Looking at your ${maven.home}/bin/forehead.conf file, you will see that the 
[root] classloader loads the ANT libraries, while the [root.maven] classloader 
is loading all other JARs in the lib and lib/endorsed directories.

Since classloaders can only see up the class loading hierarchy, the ANT classes 
can't see those classes loaded as a result of the <dependencies> tags within 
your projects.

SOLUTION (may be others?):
Get a copy of NetComponents.jar and load it in the [root] classloader

Note: Mave doesn't use the environmental CLASSPATH variable, so adding 
NetComponents.jar there won't work.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPSITE-22?page=comments#action_29636

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSITE-22

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSITE-22
    Summary: site:ftpdeploy does nothing
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-site-plugin
 Components: 
             plugin
   Versions:
             1.5.2
             1.6

   Assignee: 
   Reporter: Arnaud HERITIER

    Created: Tue, 1 Feb 2005 8:13 AM
    Updated: Mon, 7 Feb 2005 10:14 AM
Environment: Maven 1.0.2 + site plugin 1.6 + Windows XP (for maven) + JDK 
1.4.2_06 + AIX 5.2 (web server)

Description:
If I try to publish the site with ftp nothing happens.
Here is the trace :
xdoc:init:

site:init:

site:local-deploy-init:
    [echo]
      site clean = false
      siteDirectory = /XXXXX/intranet


site:remote-deploy-init:
    [echo]
      siteAddress = XXXXX
      siteUsername = XXXXX

attaining goal build:end

The same problem was reported on the users list.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to