[
https://issues.apache.org/activemq/browse/CAMEL-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42335#action_42335
]
Claus Ibsen commented on CAMEL-412:
-----------------------------------
James / Kevin
How do you actually configued the new option useDot to eg set it to false?
I am not a super maven wizard and have tried with
mvn camel:dot
Is what I used to start it
-DuseDot=false
<useDot>false</useDot> in the pom.xml in the configuration tag.
But neither fails.
Also in the source code
runCamelEmbedded()
it has hardcoded useDot to true
mojo.setDotEnabled(true);
Shouldn't it honor the useDot option instead so it should be
mojo.setDotEnabled(useDot);
> OSX mvn -e -o org.apache.camel:camel-maven-plugin:dot fails due to the lack
> of dot.exe
> --------------------------------------------------------------------------------------
>
> Key: CAMEL-412
> URL: https://issues.apache.org/activemq/browse/CAMEL-412
> Project: Apache Camel
> Issue Type: Bug
> Affects Versions: 1.2.0, 1.3.0
> Environment: OSX
> Reporter: Kevin Ross
> Fix For: 1.4.0
>
> Attachments: DotMojo.java.patch
>
>
> Though the intent seemed to be there, the DotMojo does not skip conversion of
> the file if there is no value for <executable/> in the pom.xml. The
> parameter was defaulted.
> #. removed the default.
> #. added log message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.