looks like something was being built that should not have been. null:null-.pom is a valid linux filename but must not be a valid windows one because I was not encountering the same error.

The apache cvs seems to be down right now, so I have inlcuded the change you need to make in /maven.xml. Locate the jetspeed2:jar:install goal and replace it with what I have included below.


<goal name ="jetspeed2:jar:install">
<maven:reactor
basedir="${basedir}"
includes="commons/project.xml,cps/project.xml,content-server/project.xml,jetspeed-api/project.xml,portal-bridges/project.xml,portal/project.xml,components/**/project.xml"
excludes="/project.xml,maven-plugin/**,cornerstone-jmx/**,cornerstone-jmx-demo/**,layout-portlets/**,applications/**,applications/**/**,site/project.xml,design-docs/project.xml,"
goals="jar:install"
banner="Build and Install all Jetspeed 2 jars"
postProcessing="false"
ignoreFailures="false"/>
</goal>


[EMAIL PROTECTED] wrote:

I updated again, but still seems to be missing some stuff :

BUILD FAILED
File...... C:\Source\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line...... 133
Column.... 40
Unable to obtain goal [jar:install] -- C:\Documents and Settings\skruger\.maven\cache\maven-jar-plugin-1.6\plugin.jelly:255:7: <artifact:install> Cann
ot install file: 'C:\Source\jakarta-jetspeed-2\site\xdocs\stylesheets\project.xml'. Reason: Failed to copy full contents from C:\Source\jakarta-jetspe
ed-2\site\xdocs\stylesheets\project.xml to C:\Documents and Settings\user\.maven\repository\null\poms\null:null-.pom
Total time: 2 minutes 14 seconds
Finished at: Thu Sep 23 16:53:10 CEST 2004





Scott T. Weaver wrote:

Fixed. Just update the root level maven.xml as it is the only file I changed.

Scott T. Weaver wrote:

It is broken for me also. Give me ten miniutes to see if Ican get it fixed.

[EMAIL PROTECTED] wrote:

Just got some more time to spend on this.
I'm trying a fresh install of everything - re-installed :
Java (1.4.2_05-b04)
Ant (1.6.2)
Maven (1.0)
Tomcat  (jakarta-tomcat-5.0.28)
Jetspeed (cvs head copy)

Currently the Jetspeed build fails trying to download some dependancies :

Jetspeed-2 Demo Portlet Application
+----------------------------------------
| Build and Install the Demo application WAR Jetspeed-2 Demo Portlet Application
| Memory: 57M/70M
+----------------------------------------
Attempting to download jetspeed-web-content-2.0-a1-dev.jar.
Response content length is not known
Response content length is not known
WARNING: Failed to download jetspeed-web-content-2.0-a1-dev.jar.


BUILD FAILED
File...... C:\Source\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line...... 308
Column.... 40
The build cannot continue because of the following unsatisfied dependency:


jetspeed-web-content-2.0-a1-dev.jar


I assume this is a file Maven is trying to download off some backend server which is missing?
I know maven is correctly configured through our proxy, cos it managed o download quite a bit of other stuff, but when I run the allClean allBuild goal he complains all the plugins are not available. (e.g. Plugin 'maven-deploy-plugin' in project 'Jetspeed-2 Page Manager' is not available) Perhaps some repository at Apache is down?



wh


"maven -o -Dmaven.test.skip=true allClean allBuild quickStart" should put it down to around a minute or two.




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








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




--
"Great minds discuss ideas. Average minds discuss events. Small minds discuss people." 
 - Admiral Hyman Rickover

*******************************************
*           Scott T. Weaver               *
*         <[EMAIL PROTECTED]>             *
*     <http://www.einnovation.com>        *
* --------------------------------------  *
*   Apache Jetspeed Enterprise Portal     *
*     Apache Pluto Portlet Container      *
*                                         *
* OpenEditPro, Website Content Management *
*     <http://www.openeditpro.com>        *
*******************************************


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



Reply via email to