You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "David H. DeWolf" <dd...@apache.org> on 2005/07/25 14:02:45 UTC

RC4 Test Builds Available: Please Test

Test builds for RC4 are now available.  Please take the time to test the 
builds and then report your findings back to the community.  I will plan 
to call a vote on RC4 in a couple of days and will end the vote one week 
from today.  Once the vote has passed, I will sign the distributions and 
post them publicly.

Builds can be found at:

http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/

Thanks to the entire community for pushing this build out so fast.  The 
feedback, patches and contributions were very helpful!

David

Re: RC4 Test Builds Available: Please Test

Posted by David Jencks <da...@yahoo.com>.
I haven't looked at your build but...

are you calling maven multiproject:install?  that should take care of  
building all the artifacts in the correct order and putting them in the  
local maven repo for use by subsequent build steps.  If you are calling  
this and it still doesn't work, you are probably overriding the default  
maven behavior with "less behavior".

david jencks

On Jul 25, 2005, at 12:23 PM, Elliot Metsger wrote:

>
> Running a 'maven -fullDeployment' on r225164 I get this:
> (I created a brand-new user, with no local maven repository):
>
> <..snip..>
>
> +----------------------------------------
> | Executing multiproject:artifact-callback Pluto Descriptor Libraries
> | Memory: 4M/5M
> +----------------------------------------
>
> multiproject:goal:
> build:start:
>
> multiproject:artifact-callback:
>     [echo] Running jar:jar for Pluto Descriptor Libraries
> java:prepare-filesystem:
>
> java:compile:
>     [echo] Compiling to  
> /home/testbuild/PlutoAsfTrunk/descriptors/target/classes
>
> java:jar-resources:
>
> test:prepare-filesystem:
>
> test:test-resources:
>
> test:compile:
>
> test:test:
>     [junit] Running  
> org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptor 
> ServiceTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.264  
> sec
>     [junit] Running org.apache.pluto.descriptors.servlet.WebAppDDTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.031  
> sec
>     [junit] Running  
> org.apache.pluto.descriptors.servlet.CastorMappingTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.537  
> sec
>     [junit] Running  
> org.apache.pluto.descriptors.portlet.CastorMappingTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242  
> sec
>     [junit] Running  
> org.apache.pluto.descriptors.portlet.PortletAppDDTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.038  
> sec
>
> jar:jar:
>     [echo] Warning: shortDescription is greater than 49 characters -  
> trimming for specification title.
> +----------------------------------------
> | Executing multiproject:artifact-callback Pluto Portlet Deployment
> | Memory: 7M/7M
> +----------------------------------------
> Attempting to download pluto-descriptors-1.0.1-rc4.jar.
> WARNING: Failed to download pluto-descriptors-1.0.1-rc4.jar.
>
> BUILD FAILED
> File......  
> /home/testbuild/.maven/cache/maven-multiproject-plugin-1.3.1/ 
> plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied  
> dependency:
>
> pluto-descriptors-1.0.1-rc4.jar
>
> Total time: 7 seconds
> Finished at: Mon Jul 25 15:12:35 EDT 2005
>
> [testbuild@clue PlutoAsfTrunk]$
>
>
> To fix this I ran the 'maven jar:install' goal inside of the  
> descriptors project, then re-ran 'maven -fullDeployment'.
>
> But, this same type of error crops up again when the portal project is  
> attempted to be deployed.  It complains about missing  
> pluto-1.0.1-rc4.jar and pluto-deploy-1.0.1-rc4.jar.  But if I run the  
> jar:install goal of the container and deploy projects I get past these  
> errors.
>
> It seems like there are some circular dependancies where the build  
> relies on a jar that hasn't yet been installed to one's local maven  
> repository.
>
> HTH,
> Elliot
>
>
>
> Elliot Metsger wrote:
>> Ok I was able to suck them down!
>> I must not have caught the descriptors error b/c I already had the  
>> jar in my maven repository?
>> Is there a "maven blessed" way of cleaning existing jars out of my  
>> maven repository or should i just create a new user on my box which  
>> won't have any maven repository at all?
>> Elliot
>> David H. DeWolf wrote:
>>> Sorry for the issue with the distributions being forbidden.   
>>> Permissions have been updated.  Please try again.
>>>
>>> David
>>>
>>> David H. DeWolf wrote:
>>>
>>>> Test builds for RC4 are now available.  Please take the time to  
>>>> test the builds and then report your findings back to the  
>>>> community.  I will plan to call a vote on RC4 in a couple of days  
>>>> and will end the vote one week from today.  Once the vote has  
>>>> passed, I will sign the distributions and post them publicly.
>>>>
>>>> Builds can be found at:
>>>>
>>>> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>>>
>>>> Thanks to the entire community for pushing this build out so fast.   
>>>> The feedback, patches and contributions were very helpful!
>>>>
>>>> David
>>>>
>


Re: RC4 Test Builds Available: Please Test

Posted by Elliot Metsger <em...@jhu.edu>.
David,

Nice catch!  (Wasn't there a Maven book just released?)

David H. DeWolf wrote:
> maven fullDeployment
> 
> NOT the command:
> 
> maven -fullDeployment
> 
> it appears as though when used with the '-', the <preGoal> tags are not 
> applied.
> 
> Please let me know if this does or does not fix your issue.

After cleaning out my repository I ran 'maven fullDeployment' with no 
problem and no dash.  Everything worked!

I only noticed two (small!!) things.

1. The source test distribution tar file unpacks into your current 
working directory.  It would be nice if it created its own subdirectory 
and unpacked underneath of that (the binary distribution behaves nicely 
-- it's the source dist that doesn't).
http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/pluto-src-1.0.1-rc4.tar.gz

2. I receive a minor error when deploying the testsuite with Maven.  It 
seems to be of no consequence as the Testsuite and the Portal still 
deploy and run fine.  It seems to revolve around an already existing 
definition in portletentityregistry.xml (lines reading "Found previous 
[entity|context] registry...").  I receive these errors even with a 
clean Tomcat webapps directory with no pluto or testsuite deployed.

Starting the reactor...
Our processing order:
Pluto Portlet Test Suite
+----------------------------------------
| Deploying Test Suite to Pluto Pluto Portlet Test Suite
| Memory: 15M/24M
+----------------------------------------

build:end:

build:start:

deployTestsuite:
     [java] <VERBOSE> Source WebApp: 
/home/esm/portals/PlutoAsfTrunk/testsuite/target/testsuite.war
     [java] <VERBOSE> Destination:   /home/esm/tc55/webapps
     [java] <VERBOSE> Portal WebApp: /home/esm/tc55/webapps/pluto
     [java] <VERBOSE> Portlet Context: /home/esm/tc55/webapps/testsuite
     [java] <VERBOSE> Creating Servlet Wrapper for Portlet: 'TestPortlet1'
     [java] <VERBOSE> Creating Servlet Mapping for Portlet: 'TestPortlet1'
     [java] <VERBOSE> Creating Servlet Wrapper for Portlet: 'TestPortlet2'
     [java] <VERBOSE> Creating Servlet Mapping for Portlet: 'TestPortlet2'
     [java] <VERBOSE> Registering application 'testsuite'
     [java] <VERBOSE> Found previous entity registery; Registration Aborted.
     [java] <VERBOSE> Registering Applicaiton Context
     [java] <VERBOSE> Found previous context registration; Registration 
aborted.
BUILD SUCCESSFUL
Total time: 15 seconds
Finished at: Mon Jul 25 22:33:57 EDT 2005

Thanks for all the efforts!

Elliot

Re: RC4 Test Builds Available: Please Test

Posted by "David H. DeWolf" <dd...@apache.org>.
Well, I was wrong :( ; but still think I figured out what's going on. . 
.and why it appears to be working for some and not others.

After cleaning the repo and testing several times, it appears as though 
this is the trick:

Use the command:

maven fullDeployment

NOT the command:

maven -fullDeployment

it appears as though when used with the '-', the <preGoal> tags are not 
applied.

Please let me know if this does or does not fix your issue.

David

David H. DeWolf wrote:
> I think I've found the error.  Thanks to Elliot's descriptive message 
> and the discovery that I was using a third party repo which contained 
> the RC4 dependency, I've been able to duplicate it and am now testing 
> the fix.  I will post new RC4 builds once confirmed.
> 
> David
> 
> Elliot Metsger wrote:
> 
>>
>> Running a 'maven -fullDeployment' on r225164 I get this:
>> (I created a brand-new user, with no local maven repository):
>>
>> <..snip..>
>>
>> +----------------------------------------
>> | Executing multiproject:artifact-callback Pluto Descriptor Libraries
>> | Memory: 4M/5M
>> +----------------------------------------
>>
>> multiproject:goal:
>> build:start:
>>
>> multiproject:artifact-callback:
>>     [echo] Running jar:jar for Pluto Descriptor Libraries
>> java:prepare-filesystem:
>>
>> java:compile:
>>     [echo] Compiling to 
>> /home/testbuild/PlutoAsfTrunk/descriptors/target/classes
>>
>> java:jar-resources:
>>
>> test:prepare-filesystem:
>>
>> test:test-resources:
>>
>> test:compile:
>>
>> test:test:
>>     [junit] Running 
>> org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorServiceTest 
>>
>>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.264 sec
>>     [junit] Running org.apache.pluto.descriptors.servlet.WebAppDDTest
>>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
>>     [junit] Running 
>> org.apache.pluto.descriptors.servlet.CastorMappingTest
>>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.537 sec
>>     [junit] Running 
>> org.apache.pluto.descriptors.portlet.CastorMappingTest
>>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242 sec
>>     [junit] Running org.apache.pluto.descriptors.portlet.PortletAppDDTest
>>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
>>
>> jar:jar:
>>     [echo] Warning: shortDescription is greater than 49 characters - 
>> trimming for specification title.
>> +----------------------------------------
>> | Executing multiproject:artifact-callback Pluto Portlet Deployment
>> | Memory: 7M/7M
>> +----------------------------------------
>> Attempting to download pluto-descriptors-1.0.1-rc4.jar.
>> WARNING: Failed to download pluto-descriptors-1.0.1-rc4.jar.
>>
>> BUILD FAILED
>> File...... 
>> /home/testbuild/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
>> Element... maven:reactor
>> Line...... 217
>> Column.... 9
>> The build cannot continue because of the following unsatisfied 
>> dependency:
>>
>> pluto-descriptors-1.0.1-rc4.jar
>>
>> Total time: 7 seconds
>> Finished at: Mon Jul 25 15:12:35 EDT 2005
>>
>> [testbuild@clue PlutoAsfTrunk]$
>>
>>
>> To fix this I ran the 'maven jar:install' goal inside of the 
>> descriptors project, then re-ran 'maven -fullDeployment'.
>>
>> But, this same type of error crops up again when the portal project is 
>> attempted to be deployed.  It complains about missing 
>> pluto-1.0.1-rc4.jar and pluto-deploy-1.0.1-rc4.jar.  But if I run the 
>> jar:install goal of the container and deploy projects I get past these 
>> errors.
>>
>> It seems like there are some circular dependancies where the build 
>> relies on a jar that hasn't yet been installed to one's local maven 
>> repository.
>>
>> HTH,
>> Elliot
>>
>>
>>
>> Elliot Metsger wrote:
>>
>>> Ok I was able to suck them down!
>>>
>>> I must not have caught the descriptors error b/c I already had the 
>>> jar in my maven repository?
>>>
>>> Is there a "maven blessed" way of cleaning existing jars out of my 
>>> maven repository or should i just create a new user on my box which 
>>> won't have any maven repository at all?
>>>
>>> Elliot
>>>
>>>
>>> David H. DeWolf wrote:
>>>
>>>> Sorry for the issue with the distributions being forbidden.  
>>>> Permissions have been updated.  Please try again.
>>>>
>>>> David
>>>>
>>>> David H. DeWolf wrote:
>>>>
>>>>> Test builds for RC4 are now available.  Please take the time to 
>>>>> test the builds and then report your findings back to the 
>>>>> community.  I will plan to call a vote on RC4 in a couple of days 
>>>>> and will end the vote one week from today.  Once the vote has 
>>>>> passed, I will sign the distributions and post them publicly.
>>>>>
>>>>> Builds can be found at:
>>>>>
>>>>> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>>>>
>>>>> Thanks to the entire community for pushing this build out so fast.  
>>>>> The feedback, patches and contributions were very helpful!
>>>>>
>>>>> David
>>>>>
>>
> 
> 


Re: RC4 Test Builds Available: Please Test

Posted by "David H. DeWolf" <dd...@apache.org>.
I think I've found the error.  Thanks to Elliot's descriptive message 
and the discovery that I was using a third party repo which contained 
the RC4 dependency, I've been able to duplicate it and am now testing 
the fix.  I will post new RC4 builds once confirmed.

David

Elliot Metsger wrote:
> 
> Running a 'maven -fullDeployment' on r225164 I get this:
> (I created a brand-new user, with no local maven repository):
> 
> <..snip..>
> 
> +----------------------------------------
> | Executing multiproject:artifact-callback Pluto Descriptor Libraries
> | Memory: 4M/5M
> +----------------------------------------
> 
> multiproject:goal:
> build:start:
> 
> multiproject:artifact-callback:
>     [echo] Running jar:jar for Pluto Descriptor Libraries
> java:prepare-filesystem:
> 
> java:compile:
>     [echo] Compiling to 
> /home/testbuild/PlutoAsfTrunk/descriptors/target/classes
> 
> java:jar-resources:
> 
> test:prepare-filesystem:
> 
> test:test-resources:
> 
> test:compile:
> 
> test:test:
>     [junit] Running 
> org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorServiceTest 
> 
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.264 sec
>     [junit] Running org.apache.pluto.descriptors.servlet.WebAppDDTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
>     [junit] Running org.apache.pluto.descriptors.servlet.CastorMappingTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.537 sec
>     [junit] Running org.apache.pluto.descriptors.portlet.CastorMappingTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242 sec
>     [junit] Running org.apache.pluto.descriptors.portlet.PortletAppDDTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
> 
> jar:jar:
>     [echo] Warning: shortDescription is greater than 49 characters - 
> trimming for specification title.
> +----------------------------------------
> | Executing multiproject:artifact-callback Pluto Portlet Deployment
> | Memory: 7M/7M
> +----------------------------------------
> Attempting to download pluto-descriptors-1.0.1-rc4.jar.
> WARNING: Failed to download pluto-descriptors-1.0.1-rc4.jar.
> 
> BUILD FAILED
> File...... 
> /home/testbuild/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependency:
> 
> pluto-descriptors-1.0.1-rc4.jar
> 
> Total time: 7 seconds
> Finished at: Mon Jul 25 15:12:35 EDT 2005
> 
> [testbuild@clue PlutoAsfTrunk]$
> 
> 
> To fix this I ran the 'maven jar:install' goal inside of the descriptors 
> project, then re-ran 'maven -fullDeployment'.
> 
> But, this same type of error crops up again when the portal project is 
> attempted to be deployed.  It complains about missing 
> pluto-1.0.1-rc4.jar and pluto-deploy-1.0.1-rc4.jar.  But if I run the 
> jar:install goal of the container and deploy projects I get past these 
> errors.
> 
> It seems like there are some circular dependancies where the build 
> relies on a jar that hasn't yet been installed to one's local maven 
> repository.
> 
> HTH,
> Elliot
> 
> 
> 
> Elliot Metsger wrote:
> 
>> Ok I was able to suck them down!
>>
>> I must not have caught the descriptors error b/c I already had the jar 
>> in my maven repository?
>>
>> Is there a "maven blessed" way of cleaning existing jars out of my 
>> maven repository or should i just create a new user on my box which 
>> won't have any maven repository at all?
>>
>> Elliot
>>
>>
>> David H. DeWolf wrote:
>>
>>> Sorry for the issue with the distributions being forbidden.  
>>> Permissions have been updated.  Please try again.
>>>
>>> David
>>>
>>> David H. DeWolf wrote:
>>>
>>>> Test builds for RC4 are now available.  Please take the time to test 
>>>> the builds and then report your findings back to the community.  I 
>>>> will plan to call a vote on RC4 in a couple of days and will end the 
>>>> vote one week from today.  Once the vote has passed, I will sign the 
>>>> distributions and post them publicly.
>>>>
>>>> Builds can be found at:
>>>>
>>>> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>>>
>>>> Thanks to the entire community for pushing this build out so fast.  
>>>> The feedback, patches and contributions were very helpful!
>>>>
>>>> David
>>>>
> 


Re: RC4 Test Builds Available: Please Test

Posted by Elliot Metsger <em...@jhu.edu>.
I'll definitly be able to play around with this tonight (~8p EST)

I'm not a maven maven but i'll see what i can come up with.  I echo 
Craig's call for some more maven help.  right now am under a deadline @ 
work so i'll report back later -

Elliot

CDoremus@hannaford.com wrote:
> Thank you Elliot!
> 
> Can someone with a better understanding of maven than me help us out? Is 
> it a matter of adding a jar:install goal call in the maven.xml files for 
> the descriptors and deploy projects?
> 
> TIA
> /Craig
> 
> 
> 
> 
> Elliot Metsger <em...@jhu.edu> 
> 07/25/2005 03:23 PM
> Please respond to
> pluto-dev@portals.apache.org
> 
> 
> To
> pluto-dev@portals.apache.org
> cc
> 
> Subject
> Re: RC4 Test Builds Available: Please Test
> 
> 
> 
> 
> 
> 
> 
> Running a 'maven -fullDeployment' on r225164 I get this:
> (I created a brand-new user, with no local maven repository):
> 
> <..snip..>
> 
> +----------------------------------------
> | Executing multiproject:artifact-callback Pluto Descriptor Libraries
> | Memory: 4M/5M
> +----------------------------------------
> 
> multiproject:goal:
> build:start:
> 
> multiproject:artifact-callback:
>      [echo] Running jar:jar for Pluto Descriptor Libraries
> java:prepare-filesystem:
> 
> java:compile:
>      [echo] Compiling to 
> /home/testbuild/PlutoAsfTrunk/descriptors/target/classes
> 
> java:jar-resources:
> 
> test:prepare-filesystem:
> 
> test:test-resources:
> 
> test:compile:
> 
> test:test:
>      [junit] Running 
> org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorServiceTest
>      [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.264 sec
>      [junit] Running org.apache.pluto.descriptors.servlet.WebAppDDTest
>      [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
>      [junit] Running 
> org.apache.pluto.descriptors.servlet.CastorMappingTest
>      [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.537 sec
>      [junit] Running 
> org.apache.pluto.descriptors.portlet.CastorMappingTest
>      [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242 sec
>      [junit] Running org.apache.pluto.descriptors.portlet.PortletAppDDTest
>      [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
> 
> jar:jar:
>      [echo] Warning: shortDescription is greater than 49 characters - 
> trimming for specification title.
> +----------------------------------------
> | Executing multiproject:artifact-callback Pluto Portlet Deployment
> | Memory: 7M/7M
> +----------------------------------------
> Attempting to download pluto-descriptors-1.0.1-rc4.jar.
> WARNING: Failed to download pluto-descriptors-1.0.1-rc4.jar.
> 
> BUILD FAILED
> File...... 
> /home/testbuild/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> The build cannot continue because of the following unsatisfied dependency:
> 
> pluto-descriptors-1.0.1-rc4.jar
> 
> Total time: 7 seconds
> Finished at: Mon Jul 25 15:12:35 EDT 2005
> 
> [testbuild@clue PlutoAsfTrunk]$
> 
> 
> To fix this I ran the 'maven jar:install' goal inside of the descriptors 
> project, then re-ran 'maven -fullDeployment'.
> 
> But, this same type of error crops up again when the portal project is 
> attempted to be deployed.  It complains about missing 
> pluto-1.0.1-rc4.jar and pluto-deploy-1.0.1-rc4.jar.  But if I run the 
> jar:install goal of the container and deploy projects I get past these 
> errors.
> 
> It seems like there are some circular dependancies where the build 
> relies on a jar that hasn't yet been installed to one's local maven 
> repository.
> 
> HTH,
> Elliot
> 
> 
> 
> Elliot Metsger wrote:
> 
>>Ok I was able to suck them down!
>>
>>I must not have caught the descriptors error b/c I already had the jar 
>>in my maven repository?
>>
>>Is there a "maven blessed" way of cleaning existing jars out of my maven 
> 
> 
>>repository or should i just create a new user on my box which won't have 
> 
> 
>>any maven repository at all?
>>
>>Elliot
>>
>>
>>David H. DeWolf wrote:
>>
>>
>>>Sorry for the issue with the distributions being forbidden. 
>>>Permissions have been updated.  Please try again.
>>>
>>>David
>>>
>>>David H. DeWolf wrote:
>>>
>>>
>>>>Test builds for RC4 are now available.  Please take the time to test 
>>>>the builds and then report your findings back to the community.  I 
>>>>will plan to call a vote on RC4 in a couple of days and will end the 
>>>>vote one week from today.  Once the vote has passed, I will sign the 
>>>>distributions and post them publicly.
>>>>
>>>>Builds can be found at:
>>>>
>>>>http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>>>
>>>>Thanks to the entire community for pushing this build out so fast. 
>>>>The feedback, patches and contributions were very helpful!
>>>>
>>>>David
>>>>
> 
> 
> 

Re: RC4 Test Builds Available: Please Test

Posted by CD...@hannaford.com.
Thank you Elliot!

Can someone with a better understanding of maven than me help us out? Is 
it a matter of adding a jar:install goal call in the maven.xml files for 
the descriptors and deploy projects?

TIA
/Craig




Elliot Metsger <em...@jhu.edu> 
07/25/2005 03:23 PM
Please respond to
pluto-dev@portals.apache.org


To
pluto-dev@portals.apache.org
cc

Subject
Re: RC4 Test Builds Available: Please Test







Running a 'maven -fullDeployment' on r225164 I get this:
(I created a brand-new user, with no local maven repository):

<..snip..>

+----------------------------------------
| Executing multiproject:artifact-callback Pluto Descriptor Libraries
| Memory: 4M/5M
+----------------------------------------

multiproject:goal:
build:start:

multiproject:artifact-callback:
     [echo] Running jar:jar for Pluto Descriptor Libraries
java:prepare-filesystem:

java:compile:
     [echo] Compiling to 
/home/testbuild/PlutoAsfTrunk/descriptors/target/classes

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
     [junit] Running 
org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorServiceTest
     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.264 sec
     [junit] Running org.apache.pluto.descriptors.servlet.WebAppDDTest
     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
     [junit] Running 
org.apache.pluto.descriptors.servlet.CastorMappingTest
     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.537 sec
     [junit] Running 
org.apache.pluto.descriptors.portlet.CastorMappingTest
     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242 sec
     [junit] Running org.apache.pluto.descriptors.portlet.PortletAppDDTest
     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.038 sec

jar:jar:
     [echo] Warning: shortDescription is greater than 49 characters - 
trimming for specification title.
+----------------------------------------
| Executing multiproject:artifact-callback Pluto Portlet Deployment
| Memory: 7M/7M
+----------------------------------------
Attempting to download pluto-descriptors-1.0.1-rc4.jar.
WARNING: Failed to download pluto-descriptors-1.0.1-rc4.jar.

BUILD FAILED
File...... 
/home/testbuild/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependency:

pluto-descriptors-1.0.1-rc4.jar

Total time: 7 seconds
Finished at: Mon Jul 25 15:12:35 EDT 2005

[testbuild@clue PlutoAsfTrunk]$


To fix this I ran the 'maven jar:install' goal inside of the descriptors 
project, then re-ran 'maven -fullDeployment'.

But, this same type of error crops up again when the portal project is 
attempted to be deployed.  It complains about missing 
pluto-1.0.1-rc4.jar and pluto-deploy-1.0.1-rc4.jar.  But if I run the 
jar:install goal of the container and deploy projects I get past these 
errors.

It seems like there are some circular dependancies where the build 
relies on a jar that hasn't yet been installed to one's local maven 
repository.

HTH,
Elliot



Elliot Metsger wrote:
> Ok I was able to suck them down!
> 
> I must not have caught the descriptors error b/c I already had the jar 
> in my maven repository?
> 
> Is there a "maven blessed" way of cleaning existing jars out of my maven 

> repository or should i just create a new user on my box which won't have 

> any maven repository at all?
> 
> Elliot
> 
> 
> David H. DeWolf wrote:
> 
>> Sorry for the issue with the distributions being forbidden. 
>> Permissions have been updated.  Please try again.
>>
>> David
>>
>> David H. DeWolf wrote:
>>
>>> Test builds for RC4 are now available.  Please take the time to test 
>>> the builds and then report your findings back to the community.  I 
>>> will plan to call a vote on RC4 in a couple of days and will end the 
>>> vote one week from today.  Once the vote has passed, I will sign the 
>>> distributions and post them publicly.
>>>
>>> Builds can be found at:
>>>
>>> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>>
>>> Thanks to the entire community for pushing this build out so fast. 
>>> The feedback, patches and contributions were very helpful!
>>>
>>> David
>>>


Re: RC4 Test Builds Available: Please Test

Posted by Elliot Metsger <em...@jhu.edu>.
Running a 'maven -fullDeployment' on r225164 I get this:
(I created a brand-new user, with no local maven repository):

<..snip..>

+----------------------------------------
| Executing multiproject:artifact-callback Pluto Descriptor Libraries
| Memory: 4M/5M
+----------------------------------------

multiproject:goal:
build:start:

multiproject:artifact-callback:
     [echo] Running jar:jar for Pluto Descriptor Libraries
java:prepare-filesystem:

java:compile:
     [echo] Compiling to 
/home/testbuild/PlutoAsfTrunk/descriptors/target/classes

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
     [junit] Running 
org.apache.pluto.descriptors.services.impl.AbstractPortletAppDescriptorServiceTest
     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.264 sec
     [junit] Running org.apache.pluto.descriptors.servlet.WebAppDDTest
     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
     [junit] Running org.apache.pluto.descriptors.servlet.CastorMappingTest
     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.537 sec
     [junit] Running org.apache.pluto.descriptors.portlet.CastorMappingTest
     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242 sec
     [junit] Running org.apache.pluto.descriptors.portlet.PortletAppDDTest
     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.038 sec

jar:jar:
     [echo] Warning: shortDescription is greater than 49 characters - 
trimming for specification title.
+----------------------------------------
| Executing multiproject:artifact-callback Pluto Portlet Deployment
| Memory: 7M/7M
+----------------------------------------
Attempting to download pluto-descriptors-1.0.1-rc4.jar.
WARNING: Failed to download pluto-descriptors-1.0.1-rc4.jar.

BUILD FAILED
File...... 
/home/testbuild/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependency:

pluto-descriptors-1.0.1-rc4.jar

Total time: 7 seconds
Finished at: Mon Jul 25 15:12:35 EDT 2005

[testbuild@clue PlutoAsfTrunk]$


To fix this I ran the 'maven jar:install' goal inside of the descriptors 
project, then re-ran 'maven -fullDeployment'.

But, this same type of error crops up again when the portal project is 
attempted to be deployed.  It complains about missing 
pluto-1.0.1-rc4.jar and pluto-deploy-1.0.1-rc4.jar.  But if I run the 
jar:install goal of the container and deploy projects I get past these 
errors.

It seems like there are some circular dependancies where the build 
relies on a jar that hasn't yet been installed to one's local maven 
repository.

HTH,
Elliot



Elliot Metsger wrote:
> Ok I was able to suck them down!
> 
> I must not have caught the descriptors error b/c I already had the jar 
> in my maven repository?
> 
> Is there a "maven blessed" way of cleaning existing jars out of my maven 
> repository or should i just create a new user on my box which won't have 
> any maven repository at all?
> 
> Elliot
> 
> 
> David H. DeWolf wrote:
> 
>> Sorry for the issue with the distributions being forbidden.  
>> Permissions have been updated.  Please try again.
>>
>> David
>>
>> David H. DeWolf wrote:
>>
>>> Test builds for RC4 are now available.  Please take the time to test 
>>> the builds and then report your findings back to the community.  I 
>>> will plan to call a vote on RC4 in a couple of days and will end the 
>>> vote one week from today.  Once the vote has passed, I will sign the 
>>> distributions and post them publicly.
>>>
>>> Builds can be found at:
>>>
>>> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>>
>>> Thanks to the entire community for pushing this build out so fast.  
>>> The feedback, patches and contributions were very helpful!
>>>
>>> David
>>>

Re: RC4 Test Builds Available: Please Test

Posted by Elliot Metsger <em...@jhu.edu>.
Ok I was able to suck them down!

I must not have caught the descriptors error b/c I already had the jar 
in my maven repository?

Is there a "maven blessed" way of cleaning existing jars out of my maven 
repository or should i just create a new user on my box which won't have 
any maven repository at all?

Elliot


David H. DeWolf wrote:
> Sorry for the issue with the distributions being forbidden.  Permissions 
> have been updated.  Please try again.
> 
> David
> 
> David H. DeWolf wrote:
> 
>> Test builds for RC4 are now available.  Please take the time to test 
>> the builds and then report your findings back to the community.  I 
>> will plan to call a vote on RC4 in a couple of days and will end the 
>> vote one week from today.  Once the vote has passed, I will sign the 
>> distributions and post them publicly.
>>
>> Builds can be found at:
>>
>> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>>
>> Thanks to the entire community for pushing this build out so fast.  
>> The feedback, patches and contributions were very helpful!
>>
>> David
>>

Re: RC4 Test Builds Available: Please Test

Posted by "David H. DeWolf" <dd...@apache.org>.
Sorry for the issue with the distributions being forbidden.  Permissions 
have been updated.  Please try again.

David

David H. DeWolf wrote:

> Test builds for RC4 are now available.  Please take the time to test 
> the builds and then report your findings back to the community.  I 
> will plan to call a vote on RC4 in a couple of days and will end the 
> vote one week from today.  Once the vote has passed, I will sign the 
> distributions and post them publicly.
>
> Builds can be found at:
>
> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
>
> Thanks to the entire community for pushing this build out so fast.  
> The feedback, patches and contributions were very helpful!
>
> David
>


Re: RC4 Test Builds Available: Please Test

Posted by Elliot Metsger <em...@jhu.edu>.
Yes, I am as well.

CDoremus@hannaford.com wrote:
> David,
> 
> I'm getting a 403 error ("You don't have permission to access . . .") when 
> trying access the RC4 files. Is anyone else having that problem?
> /Craig
> 
> 
> 
> 
> "David H. DeWolf" <dd...@apache.org> 
> 07/25/2005 08:02 AM
> Please respond to
> pluto-dev@portals.apache.org
> 
> 
> To
> pluto-dev@portals.apache.org
> cc
> 
> Subject
> RC4 Test Builds Available: Please Test
> 
> 
> 
> 
> 
> 
> Test builds for RC4 are now available.  Please take the time to test the 
> builds and then report your findings back to the community.  I will plan 
> to call a vote on RC4 in a couple of days and will end the vote one week 
> from today.  Once the vote has passed, I will sign the distributions and 
> post them publicly.
> 
> Builds can be found at:
> 
> http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/
> 
> Thanks to the entire community for pushing this build out so fast.  The 
> feedback, patches and contributions were very helpful!
> 
> David
> 
> 

Re: RC4 Test Builds Available: Please Test

Posted by CD...@hannaford.com.
David,

I'm getting a 403 error ("You don't have permission to access . . .") when 
trying access the RC4 files. Is anyone else having that problem?
/Craig




"David H. DeWolf" <dd...@apache.org> 
07/25/2005 08:02 AM
Please respond to
pluto-dev@portals.apache.org


To
pluto-dev@portals.apache.org
cc

Subject
RC4 Test Builds Available: Please Test






Test builds for RC4 are now available.  Please take the time to test the 
builds and then report your findings back to the community.  I will plan 
to call a vote on RC4 in a couple of days and will end the vote one week 
from today.  Once the vote has passed, I will sign the distributions and 
post them publicly.

Builds can be found at:

http://cvs.apache.org/dist/portals/pluto/v1.0.1-rc4/

Thanks to the entire community for pushing this build out so fast.  The 
feedback, patches and contributions were very helpful!

David