Thx Wendy And Martin, it works fine now using UmlGraph 4.6!

Regards,
Matthias

-----Ursprüngliche Nachricht-----
Von: Martin Gainty [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 28. September 2008 17:11
An: Maven Users List
Betreff: RE: Problems with path in pom (windows)


Matthias-

try deploying to repositories which are known to be valid as wendy suggested

if your requirment demands you use local repositories I would suggest shying 
from whitespace characters in folder names and use the 8.3 folder names change
C:\Dokumente und 
Einstellungen\Matty\.m2\repository\UMLGraph-5.1\lib\UmlGraph.jar
to
C:\DOKUME~1\Matty\.m2\REPOSI~1\UMLGRA~1\lib\UMLGRA~1.JAR

Viel Gluck
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Sun, 28 Sep 2008 13:28:32 +0200
> Subject: Problems with path in pom (windows)
> From: [EMAIL PROTECTED]
> To: [email protected]
> 
> Hi everybody,
> 
> I tried to integrate umlgraph to my pom. It looks as following:
> 
> ...
> <reporting>
>       <plugins>
>          <plugin>
>             <groupId>org.apache.maven.plugins</groupId>
>             <artifactId>maven-javadoc-plugin</artifactId>
>             <configuration>
>               <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet>
>               <docletPath>C:\Dokumente und
> Einstellungen\Matty\.m2\repository\UMLGraph-5.1\lib\UmlGraph.jar</docletPath>
>               <docletArtifact>
>                 <groupId>gr.spinellis</groupId>
>                 <artifactId>UmlGraph</artifactId>
>                 <version>4.4</version>
>               </docletArtifact>
>               <additionalparam>-views</additionalparam>
>             </configuration>
>          </plugin>
>       </plugins>
>    </reporting>
> ...
> 
> 
> I always get this error while running the mvn site plugin:
> 
> 
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error during page generation
> 
> Embedded error: Error rendering Maven report: Exit code: 1 - javadoc:
> error - Ca
> nnot find doclet class gr.spinellis.umlgraph.doclet.UmlGraph
> 
> Command line was:E:\jdk1.6.7\jre\..\bin\javadoc.exe @options @packages
> 
> 
> I tried it with several properties, different slashes but javadoc never
> finds my downloaded umlgraph.jar .
> 
> What's wrong? How do you normally integrate path details in my pom with
> windows? Is it different to e.g. linux?
> 
> Thank you very much!
> 
> Regards,
> Matthias
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008


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

Reply via email to