Vladimir Figurov wrote:
I can't build Jetspeed-2.
(download from CVS 2005.03.30)
Windows;
java 1.4.2_04
tomcat 5.0.18
You should use tomcat 5.0.28 or higher!


c:\jakarta-jetspeed-2>maven allClean allBuild
....
+----------------------------------------
| Cleaning Jetspeed-2 Persistence Components
| Memory: 8M/13M
+----------------------------------------
Attempting to download jmock-SNAPSHOT.jar. <--------- any time a attempting download
Thats because its a SNAPSHOT dependency. Read the maven docs about those.
Once you have downloaded all the dependencies in your local maven repository
you can run maven with -o (offline) and it won't try to download those again.

....
+----------------------------------------
| Cleaning JSF Portlet Demo
| Memory: 13M/20M
+----------------------------------------
Attempting to download portals-bridges-jsf-0.1.jar.
WARNING: Failed to download portals-bridges-jsf-0.1.jar. <------the all day 2005.03.31 this error 8((
As it says: its a WARNING, not an error.
It is only reporting the missing dependency during clean goal where it isn't 
used.
Only during compilation it will require it.
This dependency is produced by Jetspeed-2 itself before it actually is needed so
you don't need to worry about it.

....
....
build:start:

java:prepare-filesystem:
[mkdir] Created dir: C:\work\web\Portal-JAVAas\jakarta-jetspeed-2\portals-bridges\common\target\classes



java:compile:
[echo] Compiling to C:\work\web\Portal-JAVAas\jakarta-jetspeed-2\portals-bridges\common/target/classes


[javac] Compiling 7 source files to C:\work\web\Portal-JAVAas\jakarta-jetspeed-2\portals-bridges\common\target\classes

[javac] C:\work\web\Portal-JAVAas\jakarta-jetspeed-2\portals-bridges\common\src\java\org\apache\portals\bridges\common\ServletContextProvider.java:21:

package javax.servlet does not exist
   [javac] import javax.servlet.ServletContext;
You must have had a problem downloading the servletapi-2.3.jar (somewhere above 
in
the log you cut out). Maybe your proxy settings are not correct?


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to