ingo schuster escribió:

> At 03:12 01/10/01, Santiago Gala wrote:
> >Josep Vela escribió:
> >
> > > Hi,
> > > I checkout  the latest JetSpeed from cvs this morning, and the build
> > process
> > > fails.
> > > May someone help me? The transcript of build follows:
> > >
> >
> >David and I had broken with some updates. Sorry. Now it should work.
>
> There is still something missing (JetspeedXMLReaderFactory).

Sorry. I forgot to commit the old RSSPortlet with the changes. Now it should be OK. 
Please tell me if
you find more problems.

>
>
> ingo.
>
> [javac]
> 
>D:/stargate/CVSROOT/jetspeed/src/java/org/apache/jetspeed/portal/portlets/RSSPortlet.java:67:8:67:32:
> Error: "org/apache/jetspeed/xml/JetspeedXMLReaderFactory" is either a
> misplaced package name or a non-existent entity.
>
> > >
> > > Thanks
> > > Josep Vela [EMAIL PROTECTED]
> > >
> > >
> > ----------------------------------------------------------------------------
> > > -------------------------------------
> > > C:\jetspeed>cd build
> > >
> > > C:\jetspeed\build>.\build webapp
> > > JAVA_HOME: c:\jdk1.3
> > > JAVAC: classic
> > > LOCALPATH:
> > > ;..\lib\activation.jar;..\lib\castor.jar;..\lib\ecs.jar;..\lib\mail.j
> > >
> > ar;..\lib\servlet_2_2.jar;..\lib\turbine.jar;..\lib\velocity.jar;..\lib\vill
> > > age.
> > >
> > jar;..\lib\xalan.jar;..\lib\xerces.jar;.\ant-1.2.jar;.\projectx-tr2.jar;.\st
> > > yleb
> > > ook-1.0-b2.jar
> > > TARGET: webapp
> > > Buildfile: build.xml
> > >
> > > prepare-webapp:
> > >     [mkdir] Created dir: C:\jetspeed\bin\webapp
> > >      [copy] Copying 101 files to C:\jetspeed\bin\webapp
> > >      [copy] Copied 2 empty directories to C:\jetspeed\bin\webapp
> > >      [copy] Copying 164 files to C:\jetspeed\bin\webapp\docs
> > >
> > > core:
> > >     [mkdir] Created dir: C:\jetspeed\bin\classes
> > > Compiling in ../src/java and saving to ../bin/classes
> > >     [javac] Compiling 322 source files to C:\jetspeed\bin\classes
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\portal\portlets\NewRSSPortl
> > > et.java:67: Class org.apache.jetspeed.xml.JetspeedXMLReaderFactory not
> > found
> > > in
> > > import.
> > >     [javac] import org.apache.jetspeed.xml.JetspeedXMLReaderFactory;
> > >     [javac]        ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\portal\portlets\RSSPortlet.
> > > java:67: Class org.apache.jetspeed.xml.JetspeedXMLReaderFactory not
> > found in
> > > imp
> > > ort.
> > >     [javac] import org.apache.jetspeed.xml.JetspeedXMLReaderFactory;
> > >     [javac]        ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:259: No constructor matching BaseProfile() found
> > > in cl
> > > ass org.apache.jetspeed.om.profile.BaseProfile.
> > >     [javac]             BaseProfile profile = new BaseProfile();
> > >     [javac]                                   ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:281: Method setURL(java.lang.String) not found in
> > > clas
> > > s org.apache.jetspeed.om.profile.BaseProfile.
> > >     [javac]         profile.setURL(url);
> > >     [javac]                       ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:303: Method setGroup(java.lang.String) not found
> > > in cl
> > > ass org.apache.jetspeed.om.profile.BaseProfile.
> > >     [javac]             profile.setGroup(param);
> > >     [javac]                             ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:311: Method setRole(java.lang.String) not
> > found in
> > > cla
> > > ss org.apache.jetspeed.om.profile.BaseProfile.
> > >     [javac]                     profile.setRole(param);
> > >     [javac]                                    ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:378: Method setPage(java.lang.String) not
> > found in
> > > cla
> > > ss org.apache.jetspeed.om.profile.BaseProfile.
> > >     [javac]                     profile.setPage( param );
> > >     [javac]                                    ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:602: Method getGroup() not found in class
> > > org.apache.j
> > > etspeed.om.profile.BaseProfile.
> > >     [javac]             String group = profile.getGroup();
> > >     [javac]                                            ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:606: Method getRole() not found in class
> > > org.apache.je
> > > tspeed.om.profile.BaseProfile.
> > >     [javac]                     String role = profile.getRole();
> > >     [javac]                                                  ^
> > >     [javac]
> > > C:\jetspeed\src\java\org\apache\jetspeed\services\profiler\JetspeedP
> > > rofileManagerService.java:610: Method getPage() not found in class
> > > org.apache.je
> > > tspeed.om.profile.BaseProfile.
> > >     [javac]             String page = profile.getPage();
> > >     [javac]                                          ^
> > >     [javac] Note: 52 files use or override a deprecated API.  Recompile
> > with
> > > "-d
> > > eprecation" for details.
> > >     [javac] 10 errors, 1 warning
> > >
> > > BUILD FAILED
> > >
> > > C:\jetspeed\build\build.xml:92: Compile failed, messages should have been
> > > provid
> > > ed.
> > >
> > > Total time: 6 minutes 31 seconds
> > >
> > > --
> > > --------------------------------------------------------------
> > > To subscribe:        [EMAIL PROTECTED]
> > > To unsubscribe:      [EMAIL PROTECTED]
> > > Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
> > > List Help?:          [EMAIL PROTECTED]
> >
> >
> >
> >--
> >--------------------------------------------------------------
> >To subscribe:        [EMAIL PROTECTED]
> >To unsubscribe:      [EMAIL PROTECTED]
> >Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
> >List Help?:          [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
> List Help?:          [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
List Help?:          [EMAIL PROTECTED]

Reply via email to