have to reformulate this problem again:

after some digging i found maven not to be working, it throws:

<snip>
exec
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8


Fatal Error [line 32, row 13]: Element type "jmxdoclet" must be followed by either 
attribute specifications, ">" or "/>".
org.xml.sax.SAXParseException: Element type "jmxdoclet" must be followed by either 
attribute specifications, ">" or "/>".
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at javax.xml.parsers.SAXParser.parse(Unknown Source)
        at 
org.apache.maven.plugin.PluginCacheManager.parse(PluginCacheManager.java:349)
        at org.apache.maven.plugin.PluginManager.cachePlugin(PluginManager.java:732)
        at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:295)
        at org.apache.maven.MavenSession.initializePluginManager(MavenSession.java:305)
        at org.apache.maven.MavenSession.initialize(MavenSession.java:245)
        at org.apache.maven.cli.App.doMain(App.java:507)
        at org.apache.maven.cli.App.main(App.java:1074)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Attempting to download ant-1.5.1.jar.
Error retrieving artifact from [http://www.ibiblio.org/maven/ant/jars/ant-1.5.1.jar]: 
java.net.UnknownHostException: www.ibiblio.org
Attempting to download commons-lang-1.0-b1.1.jar.
WARNING: Failed to download ant-1.5.1.jar.
WARNING: Failed to download commons-lang-1.0-b1.1.jar.
</snip>

Am I right to assume this causes the missing project documentation? 
I understand it fails to download ant and commons-lang because of the same 
firewall/proxy problem, but I am not sure why i wants to download them in the first 
place (they are already in the maven lib directory).

The second problem is the jmxdoclet error in the build log. Is this caused by the 
xdoclet project.xml? Because the parser says "source unknown" I don't know where to 
look for it. This also comes up when starting maven from commandline outside ant.

sorry for alot of newbie questions here, but I am trying to run this for 2 days 
already without success. 



-----Original Message-----
From: Andrew Stevens [mailto:[EMAIL PROTECTED]
Sent: Thursday, 3 April 2003 6:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [Xdoclet-devel] can't build the documentation


On Wed, 2003-04-02 at 01:41, Mittag, Simon wrote:
> Constructing Javadoc information...
> javadoc: Error fetching URL: http://java.sun.com/j2se/1.3/docs/api/package-list
> javadoc: Error fetching URL: 
> http://java.sun.com/j2ee/j2sdkee/techdocs/api/package-list
> javadoc: Error fetching URL: http://www.junit.org/junit/javadoc/3.7/package-list
> Standard Doclet version 1.4.1
...
> 3 errors
> 26 warnings
..
> Can anyone give me a tip what isn't working here? I have successfully run the binary 
> build (am using it)
> before starting build-docs. Does it have anything to do with the "not found" package 
> lists on top of the log?

I guess those are the 3 errors it encounters.  Looks like it can't reach
those URLs to find the ancestor classes' javadocs.  Would I be right in
thinking you're trying to do the build offline or behind a web proxy or
firewall?

Comment out the <link> entries in the javadoc subtask in build-docs.xml
(like the ant one already is) and see if that does any better.


Andrew.




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to