Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
I'm at work at the moment so I cant verify this.
But have you tried using <basedir>api</basedir> and keeping your outputBasedir
as publicapi? You will also need to change your include to not include api
Original comment by baker.st...@gmail.com
on 15 May 2012 at 2:33
Have you already found a solution? I'm confronted with the same problem...
Original comment by andi.t...@googlemail.com
on 12 Jun 2012 at 2:02
[deleted comment]
Try this:
<configuration>
<filesToInclude>**/*.java</filesToInclude>
<token>@Start.*?@End</token>
<value></value>
<regexFlags>
<regexFlag>DOTALL</regexFlag>
</regexFlags>
<basedir>${basedir}/api</basedir>
<outputDir>.</outputDir>
<outputBasedir>publicapi</outputBasedir>
</configuration>
Original comment by baker.st...@gmail.com
on 12 Jun 2012 at 11:47
Closing old issue with no response.
Original comment by baker.st...@gmail.com
on 8 Aug 2012 at 12:26
Original issue reported on code.google.com by
Dubey.pa...@gmail.com
on 14 May 2012 at 11:17