Hmm, perhaps the "../src/main/java" (relative path) in the ant task does not work when run with continuum? Perhaps we should move ant task to an external build.xml and set the basedir explicitly. Will try this right now.
Manfred On 2/28/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > Manfred, > > I added shared to continuum but its choking on the refactoring[1]. I > will look into it tomorrow but if you can point me in the right > direction ... > > Sean > > [1]http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuild&buildId=536&id=102 > > On 2/27/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > > Manfred, > > > > I did a checkout and test build. Everything compiled ok. Later today > > I will look into the contents of the jar file and the behind the > > scenes maven stuff. If it looks good I think we should try to merge > > the core down to the trunk so people can continue to make changes > > there. > > > > Sean > > > > On 2/26/06, Manfred Geiler <[EMAIL PROTECTED]> wrote: > > > Step 3 is now done as well. > > > > > > Well, some examples already work but unfortunately not all. > > > I think most of the problems are related to ExtensionsFilter and/or > > > expression evaluation. > > > > > > Any help appreciated! > > > > > > You need: > > > shared (SVN: trunk) > > > core (SVN: branch 1_1_2) > > > tomahawk (SVN: branch 1_1_2) > > > > > > Thanks, > > > Manfred > > > > > > > > > > > > On 2/26/06, Manfred Geiler <[EMAIL PROTECTED]> wrote: > > > > First two (of three) steps of commons-->shared refactoring is done: > > > > > > > > Step 1: All former commons classes have been copied to a new shared > > > > module and have been refactored to package > > > > "org.apache.myfaces.shared.*" > > > > > > > > Step 2: An intermediate myfaces-shared-impl-2.0.0-SNAPSHOT.jar is now > > > > built automatically. It includes all shared classes auto-refactored to > > > > "org.apache.myfaces.shared_impl.*" namespace. > > > > Note: The "org.apache.myfaces.shared_impl" package is different to the > > > > originally proposed "org.apache.myfaces.impl.shared". I will explain > > > > the reasons why I chose another package name later in separate mail. > > > > All impl classes in branch 1_1_2 have been refactored as well and now > > > > use those "org.apache.myfaces.shared_impl" classes. In addition to > > > > that the shared_impl classes are now automatically bundled together > > > > with the impl classes and included in the > > > > myfaces-impl-1.1.2-SNAPSHOT.jar. > > > > > > > > Step 3 is pending: Do all that was done for impl in Step 2 for the > > > > tomahawk classes. > > > > > > > > > > > > To try out you will need: > > > > shared (trunk) > > > > impl (branch 1_1_2) > > > > > > > > > > > > Regards, > > > > Manfred > > > > > > > > > >
