--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
> Good to hear that it works, perhaps Mark can tell whether this is actually
> the right way to do this.
> We have seen that the build configuration mentioned in
> https://gist.github.com/1141567 does not work unless the explicit dependency
> on the compile task is added (I think this also makes the line 'Seq(
> sourceGenerators in Compile <+= (genwsdl in GenWsdlConfig).identity' that is
> in this configuration obsolete, but haven't tried this yet).
> If the compile dependency is not there, the first time I tried to compile
> failed because the files in the project that have a dependency on the
> generated sources are compiled apparently without the generated ones being
> available on the classpath. When I compiled a second time (without doing a
> clean) compilation succeeded, as the generated sources were already present,
> and this time they were available on the classpath.
> I found this behaviour a bit surprising, so my question is whether this is
> intentional? If so, it might make sense to add this to the Wiki.
No, it is not intentional. It would help if you could provide a reproducible example.
-Mark