Ron,
I introduced a couple of syntax bugs into the Deploy class which I fixed and checked into SVN. The fullDeployment goal now works. Thanks for the catch.
/Craig
----------------------------------------------------
Craig Doremus
Senior J2EE Application Developer
Hannaford Bros
----------------------------------------------------



Ron Price <[EMAIL PROTECTED]>

07/11/2005 03:38 PM

Please respond to
[email protected]

To
[email protected], [email protected]
cc
Subject
compilation error





Hello, I'm trying to build the most recent Pluto so I have done the following to get the source code:

svn checkout
https://svn.apache.org/repos/asf/portals/pluto/trunk/ pluto

Then I change to the pluto directory and do a "maven fullDeployment", and I receive the following compilation error:

[echo] Compiling to /usr/local/pluto/portal/target/classes
   [javac] Compiling 23 source files to /usr/local/pluto/portal/target/classes
/usr/local/pluto/portal/src/java/org/apache/pluto/portalImpl/Deploy.java:173: cannot find symbol
symbol  : variable _web_mapping
location: class org.apache.pluto.portalImpl.Deploy
           "Failed to load mapping file " + _web_mapping + ". Cause of mapping error: " + e.getMessage());
                                            ^
/usr/local/pluto/portal/src/java/org/apache/pluto/portalImpl/Deploy.java:567: cannot find symbol
symbol  : method PlutoAdminException(java.lang.String,java.lang.Exception)
location: class org.apache.pluto.portalImpl.Deploy
           throw PlutoAdminException("Error found in Deploy.addToEntityReg()", e);
                 ^
/usr/local/pluto/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:152: warning: [deprecation] org.apache.pluto.portalImpl.Deploy in org.apache.pluto.portalImpl has been deprecated
                           org.apache.pluto.portalImpl.Deploy.main(args);


Any ideas?

Thanks!!! :)

/ron

Reply via email to