On 5/12/07, Paul R Brown <[EMAIL PROTECTED]> wrote:
On May 11, 2007, at 2:36 PM, Matthieu Riou wrote:
> I guess that it had been accidentally committed when I did the release
> then... I'll patch the rakefile in the source release then. Paul,
> let me
> know if it worked after modifying your rakefile or if there's more.
There's still a bit more. Looks like tools.jar is back:
---
359-ish:
define "jacob-ap" do
compile.with Java.tools_jar
package :jar
end
---
On Linux/Win with Buildr 1.0.0 (current version), you need the
compile.withline. On OS/X you can remove it.
Monday we'll release Buildr 1.1.0 with the OS/X fixes we talked about,
including this one. Afterwards, we'll remove the compile.with line entirely.
Assaf
And this causes:
---
rake aborted!
Invalid artifact specification in:
/Users/prb/work/ode/rc3-tryout/apache-ode-sources-1.0-RC3-incubating/
rakefile:359
---
-- Paul