Craig,

I think the compile errors were coming from 4 files which were not
removed properly during the refactor even though the new ones were
added.  I just committed some changes that included deleting these
classes.  The relavent files from the latest commit message are below.

Removed:
   
portals/pluto/trunk/pluto-optional-services/src/main/java/org/apache/pluto/optional/db/DBPortletPreferencesService.java
  
portals/pluto/trunk/pluto-optional-services/src/main/java/org/apache/pluto/optional/db/PortletPreferenceContainer.java
  
portals/pluto/trunk/pluto-optional-services/src/main/java/org/apache/pluto/optional/db/PreferencesDao.java
portals/pluto/trunk/pluto-optional-services/src/test/java/org/apache/pluto/optional/db/PortletPreferenceContainerTest.java



My guess is that these files were deleted from your local filesystem
in an IDE that doesn't support subversion and were subsequently never
removed from svn.

David



On 12/1/05, Craig Doremus <[EMAIL PROTECTED]> wrote:
> Hi Patrick:
>
> I did some refactoring of the package structure and you appear to have
> some leftover code on your machine.
>
> That has happened to me during my recent development work. But if I run
> 'mvn clean' to clean up my local build before 'mvn install' the errors
> go away. I suggest you try the same.
> /Craig
>
> >regarding mvn install:
> >I've just updated my local svn copy and I keep getting compile errors.
> >Is it possible you've forgotten to add a package to the svn?
> >
> >thanks...
> >
> >
> >/home/phuber/Subversion/pluto/pluto-optional-services/src/main/java/org/apache/pluto/optional/db/DBPortletPreferencesService.java:[24,44]
> >package org.apache.pluto.optional.db.support does not exist
> >
> >/home/phuber/Subversion/pluto/pluto-optional-services/src/main/java/org/apache/pluto/optional/db/DBPortletPreferencesService.java:[44,12]
> >cannot find symbol
> >symbol  : class DataSourceManager
> >location: class org.apache.pluto.optional.db.DBPortletPreferencesService
> >
> >
> >
> >
> >
> >2005/12/1, David H. DeWolf <[EMAIL PROTECTED]>:
> >
> >
> >>It appears as though you're reading documentation for 1.0.1 and using
> >>1.1 source from head.
> >>
> >>Please use:
> >>
> >>mvn install
> >>
> >>to build
> >>
> >>and
> >>
> >>mvn pluto:install -DinstallDir=/path/to/appserver
> >>
> >>to install the portal to tomcat.
> >>
> >>David
> >>
> >>On 12/1/05, Saroj Rout <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >>>Hi -
> >>>  I have downloaded the pluto source version 1.1.
> >>>
> >>>As per the instruction when I issue the command :
> >>>
> >>>                 mvn fullDeployment
> >>>
> >>>I get following error:
> >>>
> >>>[INFO] Invalid task 'fullDeployment': you must
> >>>specify
> >>>a valid lifecycle phase,
> >>>or a goal in the format plugin:goal or
> >>>pluginGroupId:pluginArtifactId:pluginVersion:goal
> >>>[INFO]
> >>>
> >>>
> >>>Any help on this will be highly appreciated.
> >>>
> >>>Thank you,
> >>>Saroj Rout
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>__________________________________
> >>>Start your day with Yahoo! - Make it your home page!
> >>>http://www.yahoo.com/r/hs
> >>>
> >>>
> >>>
> >
> >
> >--
> >"I love deadlines. I like the whooshing sound they make as they fly
> >by." -- Douglas Adams
> >
> >
> >
> >
>
>

Reply via email to