RE: JS2/Fusion cvs problem
-Original Message- From: Ate Douma [mailto:[EMAIL PROTECTED] Sent: Sábado, 23 de Octubre de 2004 04:20 a.m. To: Jetspeed Users List Subject: Re: JS2/Fusion cvs problem dan myers said: > Ate Douma wrote: >> The J2 cvs version with tag: pre_portalurl_refactor_20041015 is your >> "last working" > > After attempting to update my JS2 installation per Ate's advice, cvsgrab > generated 18 errors for file updates: > [ERROR] IO Error: java.lang.RuntimeException: > Error when reading > /viewcvs.cgi/*checkout*/jakarta-jetspeed-2/applications/security/src/webapp/ WEB-INF/portlet.tld > 17 more like this ... > [ERROR] 18 files could not be downloaded > Below is the list of files that would not update. > I attempted this multiple times. I'm using tag > fusion-prerelease-test-20040812 > So, I'm guessing no one has attempted to build from > this tag, and that it may be best to wait for the > refactoring effort to complete. I think its a problem with cvsgrab you're having. Maybe you should try to checkout a fresh J2 source tree instead of updating it. I use Eclipse to checkout the sources and have no problem at all with it. Luckily, as I'm involved in the integration of J2 back into Fusion :-) - 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]
Re: JS2/Fusion cvs problem
dan myers said: > Ate Douma wrote: >> The J2 cvs version with tag: pre_portalurl_refactor_20041015 is your >> "last working" > > After attempting to update my JS2 installation per Ate's advice, cvsgrab > generated 18 errors for file updates: > [ERROR] IO Error: java.lang.RuntimeException: > Error when reading > /viewcvs.cgi/*checkout*/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/portlet.tld > 17 more like this ... > [ERROR] 18 files could not be downloaded > Below is the list of files that would not update. > I attempted this multiple times. I'm using tag > fusion-prerelease-test-20040812 > So, I'm guessing no one has attempted to build from > this tag, and that it may be best to wait for the > refactoring effort to complete. I think its a problem with cvsgrab you're having. Maybe you should try to checkout a fresh J2 source tree instead of updating it. I use Eclipse to checkout the sources and have no problem at all with it. Luckily, as I'm involved in the integration of J2 back into Fusion :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: JS2/Fusion cvs problem
Ate Douma wrote: > The J2 cvs version with tag: pre_portalurl_refactor_20041015 is your "last working" After attempting to update my JS2 installation per Ate's advice, cvsgrab generated 18 errors for file updates: [ERROR] IO Error: java.lang.RuntimeException: Error when reading /viewcvs.cgi/*checkout*/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/portlet.tld 17 more like this ... [ERROR] 18 files could not be downloaded Below is the list of files that would not update. I attempted this multiple times. I'm using tag fusion-prerelease-test-20040812 So, I'm guessing no one has attempted to build from this tag, and that it may be best to wait for the refactoring effort to complete. Guess it's time to go home for the weekend... Cheers, Dan applications/security/src/webapp/WEB-INF/portlet.tld components/search/src/test/org/apache/jetpseed/search/TestSearch.java jetspeed-api/src/java/org/apache/jetspeed/container/session/FailedToCreateNavStateException.java jetspeed-api/src/java/org/apache/jetspeed/container/session/FailedToCreatePortalUrlException.java jetspeed-api/src/java/org/apache/jetspeed/container/session/NavigationalState.java jetspeed-api/src/java/org/apache/jetspeed/container/session/NavigationalStateComponent.java jetspeed-api/src/java/org/apache/jetspeed/container/session/PageState.java jetspeed-api/src/java/org/apache/jetspeed/container/url/PortalControlParameter.java portal/src/test/org/apache/jetspeed/container/session/TestNavigationalState.java applications/pam/src/java/org/apache/jetspeed/portlets/profiler/ProfileForm.java portal/src/java/org/apache/jetspeed/container/session/impl/AbstractNavigationalState.java portal/src/java/org/apache/jetspeed/container/session/impl/JetspeedNavigationalStateComponent.java portal/src/java/org/apache/jetspeed/container/session/impl/PageStateImpl.java portal/src/java/org/apache/jetspeed/container/session/impl/PathNavigationalState.java portal/src/java/org/apache/jetspeed/container/session/impl/SessionNavigationalState.java portal/src/java/org/apache/jetspeed/container/url/impl/PathPortalURL.java portal/src/java/org/apache/jetspeed/container/url/impl/PortalControlParameterImpl.java portal/src/java/org/apache/jetspeed/container/url/impl/SessionPortalURL.java
Re: JS2/Fusion cvs problem
Many thanks! > > Is this a symptom of fusion being broken right now? If so, is there a > > mechanism for getting the "last working" version of sources to work > > with, or must I simply wait for things to get fixed? > The J2 cvs version with tag: pre_portalurl_refactor_20041015 is your "last > working" version.
Re: JS2/Fusion cvs problem
dan myers wrote: David - I guess I misspoke. Yes, the fusion sources are in JS1. That is simply the site at which build failures are occurring. My apologies for not being more specific. There appear to be unresolvable class references when the JS1 attribute enabling fusion org.apache.jetspeed.fusion=true is set in project.properties, even though I had built JS2 according to the directions. The missing classes seem to be from org.apache.jetspeed.container.session (which I believe _is_ supposed to be delivered by the JS2 build): [javac] C:\Apache\jetspeed-1.6\jakarta-jetspeed\fusion\src\java\org\apache\jetspeed\fusion\modules\actions\FusionAccessController.java:27: package org.apache.jetspeed.container.session does not exist [javac] import org.apache.jetspeed.container.session.NavigationalStateComponent; [javac] ^ [javac] C:\Apache\jetspeed-1.6\jakarta-jetspeed\fusion\src\java\org\apache\jetspeed\fusion\portal\controls\FusionPortletControl.java:30: package org.apache.jetspeed.container.session does not exist [javac] import org.apache.jetspeed.container.session.NavigationalState; [javac] ^ Is this a symptom of fusion being broken right now? If so, is there a mechanism for getting the "last working" version of sources to work with, or must I simply wait for things to get fixed? The J2 cvs version with tag: pre_portalurl_refactor_20041015 is your "last working" version. Tnx, Dan -- Original message -- dan myers wrote: Hello - And now, for my next problem... I have been attempting to build JS2/Fusion and then JS1.6 using the results of that build. However, it appears that the fusion sources are not being placed in the JS2 source tree during checkout. The Fusion sources are in the J1 tree I have tried both the documented maven checkout scheme and cvsgrab, both with the same results. I believe I'm getting HEAD sources (I'm specifying no other tags), though it appears that the fusion sources may be on a branch usin g fusion*rc2 or fusion*prerelease*. Any clues as to what I may be missing here? Any help is appreciated. Cheers, Dan Fusion is currently broken in the CVS head. We hope to have it fixed over the next few days If you are going to use one of the tags above, make sure to check out both J1 and J2 with that tag - 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]
Re: JS2/Fusion cvs problem
David - I guess I misspoke. Yes, the fusion sources are in JS1. That is simply the site at which build failures are occurring. My apologies for not being more specific. There appear to be unresolvable class references when the JS1 attribute enabling fusion org.apache.jetspeed.fusion=true is set in project.properties, even though I had built JS2 according to the directions. The missing classes seem to be from org.apache.jetspeed.container.session (which I believe _is_ supposed to be delivered by the JS2 build): [javac] C:\Apache\jetspeed-1.6\jakarta-jetspeed\fusion\src\java\org\apache\jetspeed\fusion\modules\actions\FusionAccessController.java:27: package org.apache.jetspeed.container.session does not exist [javac] import org.apache.jetspeed.container.session.NavigationalStateComponent; [javac] ^ [javac] C:\Apache\jetspeed-1.6\jakarta-jetspeed\fusion\src\java\org\apache\jetspeed\fusion\portal\controls\FusionPortletControl.java:30: package org.apache.jetspeed.container.session does not exist [javac] import org.apache.jetspeed.container.session.NavigationalState; [javac] ^ Is this a symptom of fusion being broken right now? If so, is there a mechanism for getting the "last working" version of sources to work with, or must I simply wait for things to get fixed? Tnx, Dan -- Original message -- > dan myers wrote: > > > Hello - > > And now, for my next problem... > > I have been attempting to build JS2/Fusion and then JS1.6 using the results of > that build. > > > However, it appears that the fusion sources are not being placed in the JS2 > source tree during checkout. > > The Fusion sources are in the J1 tree > > > I have tried both the documented maven checkout scheme and cvsgrab, both with > the same results. > > I believe I'm getting HEAD sources (I'm specifying no other tags), though it > appears that the fusion sources may be on a branch usin > >g fusion*rc2 or fusion*prerelease*. Any clues as to what I may be missing > here? Any help is appreciated. > > Cheers, > > Dan > > Fusion is currently broken in the CVS head. > We hope to have it fixed over the next few days > > If you are going to use one of the tags above, make sure to check out > both J1 and J2 with that tag > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
Re: JS2/Fusion cvs problem
dan myers wrote: Hello - And now, for my next problem... I have been attempting to build JS2/Fusion and then JS1.6 using the results of that build. However, it appears that the fusion sources are not being placed in the JS2 source tree during checkout. The Fusion sources are in the J1 tree I have tried both the documented maven checkout scheme and cvsgrab, both with the same results. I believe I'm getting HEAD sources (I'm specifying no other tags), though it appears that the fusion sources may be on a branch usin g fusion*rc2 or fusion*prerelease*. Any clues as to what I may be missing here? Any help is appreciated. Cheers, Dan Fusion is currently broken in the CVS head. We hope to have it fixed over the next few days If you are going to use one of the tags above, make sure to check out both J1 and J2 with that tag - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
JS2/Fusion cvs problem
Hello - And now, for my next problem... I have been attempting to build JS2/Fusion and then JS1.6 using the results of that build. However, it appears that the fusion sources are not being placed in the JS2 source tree during checkout. I have tried both the documented maven checkout scheme and cvsgrab, both with the same results. I believe I'm getting HEAD sources (I'm specifying no other tags), though it appears that the fusion sources may be on a branch using fusion*rc2 or fusion*prerelease*. Any clues as to what I may be missing here? Any help is appreciated. Cheers, Dan