Stratum has under gone many changes.  The older versions of stratum (the one
the version of turbine your trying to build wants) were much bigger.

stratum-1.0-b2-dev.jar is VERY different stratum-0.1-dev.jar, so a simple
rename will not work.

Your error below is a good example.  All the
org.apache.stratum.configuration.* was moved out to commons under (I think)
org.apache.commons.configuration.*.  

JCS was also moved from Stratum into it's own sub-project under Turbine. 

The only thing left in the current versions of Stratum are Turbine's
life-cycle interfaces.

You will need to find one of these older versions of Stratum to build this
older version of Turbine.

hth,
Scott

> -----Original Message-----
> From: touchmyheart [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 7:01 AM
> To: Jetspeed Users List
> Subject: Re: is there any some exactitude revision/tag/branch for a
> module?
> 
> Congratulations!
> I found the existing tags for the module 'jakarta-turbine-2'
> 
> it's
> 
>  TURBINE_2_2_B1            (revision: 1.11)
>  TURBINE_2_1               (revision: 1.1.1.1)
>  jakarta                   (branch: 1.1.1)
> 
> what i need is TURBINE_2_2_B1.
> 
> and then,i checked out the module with tag 'TURBINE_2_2_B1'.
> but i cant use ant to build it.
> the error is:
> .........................
> D:\jakarta\jakarta-turbine-
> 2\bin\src\org\apache\turbine\services\db\TurbineM
> apBrokerService.java:69: cannot resolve symbol
> symbol  : class Configuration
> location: package configuration
> import org.apache.stratum.configuration.Configuration;
> 
> It seems that ant cant find the lib file stratum-0.1-dev.jar.
> 
> formerly I've installed Maven to success building the newest version of
> Turbine,
> and there is existing lib file,stratum-1.0-b2-dev.jar in Maven libraries,i
> renamed it
> to 'stratum-0.1-dev.jar',but cant build yet.
> 
> why?
> 
> thanks,anyway.
> 
> 
>                                         ^
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:jetspeed-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:jetspeed-user-
> [EMAIL PROTECTED]>

Reply via email to