Hi All,

I am trying to create a visualization report using camel dot.

My configuration will look as below:

  <plugin>
  <groupId>org.apache.camel</groupId>
  <version>${org.apache.camel.version}</version>
  <artifactId>camel-maven-plugin</artifactId>
  <configuration>
  <logClasspath>true</logClasspath>
   <useDot>true</useDot>
   <fileApplicationContextUri>
      src/main/resources/applicationContext.xml
    </fileApplicationContextUri>
      
  </configuration>
</plugin>

Error:
[INFO] 'dot -?' execution failed so DOT generation disabled.

lot of dot files are created under target/site/cameldoc/...
But When I tried to open the html file, broken image is there.

Kindly help me in resolving the same!!

-Poorna



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-dot-execution-file-tp5742024.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to