Aha! that makes more sense now :)

So I figured the default should be to assume that there's dot
installed as most folks using camel:dot would want the dot file turned
into html/png etc. So I defaulted useDot to true.

To disable it you need to use the <configuration> stuff in your pom.xml

I just spotted there were far too many @readonly tags in the DotMojo
that shouldn't be there -which prevented disabling of the useDot
property. Its now fixed.

To test it I disabled the dot invocation in examples/camel-example-spring-xquery

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-maven-plugin</artifactId>
        <configuration>
          <useDot>false</useDot>
        </configuration>
      </plugin>
    </plugins>
  </reporting>



2008/5/8 Jonathan Anstey <[EMAIL PROTECTED]>:
> This is the one Claus is talking about
>
>  https://issues.apache.org/activemq/browse/CAMEL-412
>
>
>
>  James Strachan wrote:
>
> > am a bit confused - you sure you've got the right JIRA number?
> > CAMEL-142 seems fine and its resolved...
> >
> > https://issues.apache.org/activemq/browse/CAMEL-142
> >
> > am not sure how thats related to useDot?
> >
> >
> > 2008/5/8 Claus Ibsen <[EMAIL PROTECTED]>:
> >
> >
> > >  Med venlig hilsen
> > >
> > >  Claus Ibsen
> > >  ......................................
> > >  Silverbullet
> > >  Skovsgårdsvænget 21
> > >  8362 Hørning
> > >  Tlf. +45 2962 7576
> > >  Web: www.silverbullet.dk
> > >  _____
> > >
> > >  From:
> > >  Sent: 8. maj 2008 09:49
> > >  To: '[email protected]'
> > >  Subject: CAMEL-142 - James etc. could you take a quick look
> > >
> > >  Hi
> > >
> > >  CAMEL-142 is still opened. Could James take a look at my last comment.
> I am a bit puzzled why we have hardcoded useDot to true when there is a
> setter for it.
> > >  And the wiki documentation could be updated with this new setting
> > >
> > >
> > >  Med venlig hilsen
> > >
> > >  Claus Ibsen
> > >  ......................................
> > >  Silverbullet
> > >  Skovsgårdsvænget 21
> > >  8362 Hørning
> > >  Tlf. +45 2962 7576
> > >  Web: www.silverbullet.dk
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
>
>



-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to