On Wednesday 27 March 2002 01:50 am, Patrick Knight wrote: > I'm attempting to use JetSpeed (release) 1.3a2 with IBM WebSphere 4.0 / > WebShpere Studio Application Developer, and
Yes - it will work in WAS 4.0.1. Not too confident about 4.0.2. > I would very much like to use the source code as the starting point. http://jakarta.apache.org/builds/jakarta-jetspeed/release/v1.3a2/jetspeed-1.3a2-release-src.zip > (It is worth noting that I am neither an Ant or a CVS user...) ummmm .... ahhhhhhh ..... perhaps a pre-compiled binary release would be better for your needs. > To sum-up : What gives? and Where can I obtain these "missing" sources? <extract-dir>/jakarta-jetspeed/src/java/org/apache/jetspeed/* All of the source is there. Be sure to look in the java subdirectory within <extract-dir>/jakarta-jetspeed/src/ ------------------------------------------------------------------------------------------------------ You can build Jetspeed using ant. Go to the extract directory and try these ... #> cd <extract-dir>/jakarta-jetspeed/build #> ant -projecthelp #> ant war If you have ant properly installed (the ant executable in your path) and have set JAVA_HOME correctly you should get a "BUILD SUCCESSFUL" message from ant when you build the "war" target. #> cd <extract-dir>/jakarta-jetspeed/bin/ If the build really did succeed you'll find a .war file there ready to deploy. DP -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
