You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by John West <jw...@exnihilo.com> on 2004/08/30 03:04:07 UTC

Dumb question?

I've been developing Jetspeed 1 portlets (mostly on WebSphere Portal 
Server) for some time now and I thought I'd get involved with Jetspeed 
2.

I'm having trouble getting a build out of cvs. I update my local 
directory then 'maven allClean allBuild' per the instructions on the 
Getting Started page.  Everything progresses nicely until:

dbSetup:
     [copy] Copying 1 file to 
/usr/local/jetspeed2/components/page-manager/target/test-classes

     [junit] Running org.apache.jetspeed.om.page.TestPageObjectModel
     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.283 
sec
     [junit] Running org.apache.jetspeed.page.TestCastorXmlPageManager
     [junit] Tests run: 11, Failures: 1, Errors: 0, Time elapsed: 5.648 
sec
     [junit] [ERROR] TEST 
org.apache.jetspeed.page.TestCastorXmlPageManager FAILED
     [junit] Running org.apache.jetspeed.page.TestDatabasePageManager
     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.827 
sec
     [junit] Running org.apache.jetspeed.profiler.TestProfiler
     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.045 
sec

BUILD FAILED
File...... /usr/local/jetspeed2/maven.xml
Element... maven:reactor
Line...... 256
Column.... 40
Unable to obtain goal [test:test] -- 
/Users/jwest/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
<fail> There were test failures.
Total time: 7 minutes 18 seconds
Finished at: Sun Aug 29 20:46:57 EDT 2004


In this attempt I'm using the Hypersonic DB, but I get the same error 
when I tried to move to MySQL instead. I'll come right out and admit 
I've never used Maven before, so I don't really understand what's going 
on in there.

Any tips on a) getting a build and b) getting involved with Jetspeed 2?

Thanks,
John


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Dumb question?

Posted by John West <jw...@exnihilo.com>.
Thanks for the pointer about the test-reports. I didn't notice that 
directory. The report is attached.

The error is FileNotFound for page001 and page002. I don't see where 
those files are supposed to come from.


Scott T. Weaver wrote:

> Hi John,
>
> can you attach the report, 
> components/page-manager/target/test-reports/org.apache.jetspeed.page.TestCastorXmlPageManager.txt, 
> for that test to the list?
>
> As for getting involved in Jetspeed 2, look at some of the outstanding 
> issues, pick one, and dive on in ;)
>
> John West wrote:
>
>>
>> I've been developing Jetspeed 1 portlets (mostly on WebSphere Portal 
>> Server) for some time now and I thought I'd get involved with 
>> Jetspeed 2.
>>
>> I'm having trouble getting a build out of cvs. I update my local 
>> directory then 'maven allClean allBuild' per the instructions on the 
>> Getting Started page.  Everything progresses nicely until:
>>
>> dbSetup:
>>     [copy] Copying 1 file to 
>> /usr/local/jetspeed2/components/page-manager/target/test-classes
>>
>>     [junit] Running org.apache.jetspeed.om.page.TestPageObjectModel
>>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.283 
>> sec
>>     [junit] Running org.apache.jetspeed.page.TestCastorXmlPageManager
>>     [junit] Tests run: 11, Failures: 1, Errors: 0, Time elapsed: 
>> 5.648 sec
>>     [junit] [ERROR] TEST 
>> org.apache.jetspeed.page.TestCastorXmlPageManager FAILED
>>     [junit] Running org.apache.jetspeed.page.TestDatabasePageManager
>>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.827 
>> sec
>>     [junit] Running org.apache.jetspeed.profiler.TestProfiler
>>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.045 
>> sec
>>
>> BUILD FAILED
>> File...... /usr/local/jetspeed2/maven.xml
>> Element... maven:reactor
>> Line...... 256
>> Column.... 40
>> Unable to obtain goal [test:test] -- 
>> /Users/jwest/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
>> <fail> There were test failures.
>> Total time: 7 minutes 18 seconds
>> Finished at: Sun Aug 29 20:46:57 EDT 2004
>>
>>
>> In this attempt I'm using the Hypersonic DB, but I get the same error 
>> when I tried to move to MySQL instead. I'll come right out and admit 
>> I've never used Maven before, so I don't really understand what's 
>> going on in there.
>>
>> Any tips on a) getting a build and b) getting involved with Jetspeed 2?
>>
>> Thanks,
>> John
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>>
>>
>
>

-- 

*John West*
ExNihilo Inc.
2 Charles St.
Providence, RI 02904

Phone 401 621.8277 ext. 25
Fax 401 454.5029
www.exnihilo.com <http://www.exnihilo.com>


Re: Dumb question?

Posted by "Scott T. Weaver" <sc...@binary-designs.net>.
Hi John,

can you attach the report, 
components/page-manager/target/test-reports/org.apache.jetspeed.page.TestCastorXmlPageManager.txt, 
for that test to the list?

As for getting involved in Jetspeed 2, look at some of the outstanding 
issues, pick one, and dive on in ;)

John West wrote:

>
> I've been developing Jetspeed 1 portlets (mostly on WebSphere Portal 
> Server) for some time now and I thought I'd get involved with Jetspeed 2.
>
> I'm having trouble getting a build out of cvs. I update my local 
> directory then 'maven allClean allBuild' per the instructions on the 
> Getting Started page.  Everything progresses nicely until:
>
> dbSetup:
>     [copy] Copying 1 file to 
> /usr/local/jetspeed2/components/page-manager/target/test-classes
>
>     [junit] Running org.apache.jetspeed.om.page.TestPageObjectModel
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.283 sec
>     [junit] Running org.apache.jetspeed.page.TestCastorXmlPageManager
>     [junit] Tests run: 11, Failures: 1, Errors: 0, Time elapsed: 5.648 
> sec
>     [junit] [ERROR] TEST 
> org.apache.jetspeed.page.TestCastorXmlPageManager FAILED
>     [junit] Running org.apache.jetspeed.page.TestDatabasePageManager
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.827 sec
>     [junit] Running org.apache.jetspeed.profiler.TestProfiler
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.045 sec
>
> BUILD FAILED
> File...... /usr/local/jetspeed2/maven.xml
> Element... maven:reactor
> Line...... 256
> Column.... 40
> Unable to obtain goal [test:test] -- 
> /Users/jwest/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
> <fail> There were test failures.
> Total time: 7 minutes 18 seconds
> Finished at: Sun Aug 29 20:46:57 EDT 2004
>
>
> In this attempt I'm using the Hypersonic DB, but I get the same error 
> when I tried to move to MySQL instead. I'll come right out and admit 
> I've never used Maven before, so I don't really understand what's 
> going on in there.
>
> Any tips on a) getting a build and b) getting involved with Jetspeed 2?
>
> Thanks,
> John
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>
>


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

*******************************************
*           Scott T. Weaver               *
*         <we...@apache.org>             *
*     <http://www.einnovation.com>        *
* --------------------------------------  *
*   Apache Jetspeed Enterprise Portal     *
*     Apache Pluto Portlet Container      *
*                                         *
* OpenEditPro, Website Content Management *
*     <http://www.openeditpro.com>        *
*******************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Dumb question?

Posted by John West <jw...@exnihilo.com>.
Sorry -- I didn't mean that I want to use jetspeed-2 on WebSphere but 
that my experience with jetspeed-1 (as WebSphere Portal Server) leads me 
to want to be involved with jetspeed-2 development. I'm actually not 
interested in using WebSphere at all.

I'll apply Randy's patches and see if I can't get a running install (on 
Tomcat).

Thanks!

David Sean Taylor wrote:

> John West wrote:
>
>>
>> I've been developing Jetspeed 1 portlets (mostly on WebSphere Portal 
>> Server) for some time now and I thought I'd get involved with 
>> Jetspeed 2.
>>
>> I'm having trouble getting a build out of cvs. I update my local 
>> directory then 'maven allClean allBuild' per the instructions on the 
>> Getting Started page.  Everything progresses nicely until:
>>
> Jetspeed  Fusion runs on Websphere (running J2 underneath)
> See here:
> http://wiki.apache.org/portals/Jetspeed2/Fusion
>
>> In this attempt I'm using the Hypersonic DB, but I get the same error 
>> when I tried to move to MySQL instead. I'll come right out and admit 
>> I've never used Maven before, so I don't really understand what's 
>> going on in there.
>>
> I don't think HSQL works with Websphere
> Also check this out for tips on setting up MySQL with Websphere:
>
> http://www.webspherepower.com/issuesprint/issue200403/00001236.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
>

-- 

*John West*
ExNihilo Inc.
2 Charles St.
Providence, RI 02904

Phone 401 621.8277 ext. 25
Fax 401 454.5029
www.exnihilo.com <http://www.exnihilo.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Dumb question?

Posted by David Sean Taylor <da...@bluesunrise.com>.
John West wrote:

>
> I've been developing Jetspeed 1 portlets (mostly on WebSphere Portal 
> Server) for some time now and I thought I'd get involved with Jetspeed 2.
>
> I'm having trouble getting a build out of cvs. I update my local 
> directory then 'maven allClean allBuild' per the instructions on the 
> Getting Started page.  Everything progresses nicely until:
>
Jetspeed  Fusion runs on Websphere (running J2 underneath)
See here:
http://wiki.apache.org/portals/Jetspeed2/Fusion

> In this attempt I'm using the Hypersonic DB, but I get the same error 
> when I tried to move to MySQL instead. I'll come right out and admit 
> I've never used Maven before, so I don't really understand what's 
> going on in there.
>
I don't think HSQL works with Websphere
Also check this out for tips on setting up MySQL with Websphere:

http://www.webspherepower.com/issuesprint/issue200403/00001236.html

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org