Hallo,
I finally got the trunk compiled and running on WinXP with Java1.5 and at
least BXE seems to work, it would be nice if someone could commit my patches
for WinXP/Java1.5:
To get the Build working on XP you have to apply patch from
http://issues.apache.org/bugzilla/show_bug.cgi?id=40113
To get the save working in BXE you have to apply patch from
http://issues.apache.org/bugzilla/show_bug.cgi?id=40320
after patching it is pretty simple, on WinXP:
* Subversion checkout https://svn.apache.org/repos/asf/lenya/trunk
* > build
* migrate to UUIDs:
> build module.test -Dmodule=org.apache.lenya.modules.migration
I am running Windows XP, Java 1.5. I made a fresh checkout of the trunk this
afternoon and found some problems.
While running build I get the following error:
C:\lenya\lenya-1.4-dev\src\targets\properties-build.xml:155:
taskdef class org.apache.lenya.cms.ant.CopyJavaSourcesTask cannot be found
When I change line 154 in src/targets/properties-build.xml from
<target name="init-tasks" depends="cocoon-init-tasks">
to
<target name="init-tasks" depends="cocoon-init-tasks, compile-build-tasks">
the build works. My java/ant knowledge is very basic. I am not stating that this
is the right place for the dependency of compile-build-tasks; the only thing I
want to say is that I guess that compile-build-tasks (or any other task that is
compiling CopyJavaSourcesTask) should be executed somewhere.
(I also got the impression that a build clean-all is not deleting the files in
tools\anttasks\build\classes\org\apache\lenya\cms\ant. I guess this is the
reason that the first error was not noticed before.)
Thanks!
Markus Angst
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]