Re: Website updates [PATCH]
Daniel Sahlberg <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CAMHy98NpoJexKz+pR=CHFWpK6nYdP8zq-u_TMz=EkNzB56hHFw@mail.gmail.com> |
Den lör 13 juli 2024 kl 18:21 skrev Ivan Zhakov <[email protected]>: > The problem was that build.bat in the patch contained "%*" (with quotes). > In case of no parameters it was evaluated as "", so ant was executed with > no targets. > I removed quotes and worked for me. > Good catch, thanks! I couldn't figure out why I always had to add the docs target manually... > I have committed a tweaked patch in r1919188. > > Great! May I ask why you removed @echo off in r1919200? Rebuilding the site now is quite noisy. > I also configured support for the "Build" command for Visual Studio in > Open Folder mode. So now the website can be regenerated via the context > menu for folder root in Visual Studio. > That's really cool =) Kind regards, Daniel