Build Fails 9.04

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Build Fails 9.04

avdhesh .java
[javac15] Compiling 1 source file to
/opt/projects/opensource/ofbiz904/applications/party/build/classes
  [javac15]
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:601:
cannot find symbol
  [javac15] symbol  : method getMainPartCount()
  [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
  [javac15]             if (wrapper.getMainPartCount() > 1) {
  [javac15]                        ^
  [javac15]
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:602:
cannot find symbol
  [javac15] symbol  : method getMainPartCount()
  [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
  [javac15]                 for (int ind=0; ind <
wrapper.getMainPartCount(); ind++) {
  [javac15]                                              ^
  [javac15]
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:603:
cannot find symbol
  [javac15] symbol  : class BodyPart
  [javac15] location: class
org.ofbiz.party.communication.CommunicationEventServices
  [javac15]                     BodyPart p = wrapper.getPart(ind + "");
  [javac15]                     ^
  [javac15]
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:603:
cannot find symbol
  [javac15] symbol  : method getPart(java.lang.String)
  [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
  [javac15]                     BodyPart p = wrapper.getPart(ind + "");
  [javac15]                                         ^
  [javac15]
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:612:
cannot find symbol
  [javac15] symbol  : method getMessageBody()
  [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
  [javac15]                 messageBody = wrapper.getMessageBody();
  [javac15]                                      ^
  [javac15]
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:616:
cannot find symbol
  [javac15] symbol  : variable messageBodyContentType
  [javac15] location: class
org.ofbiz.party.communication.CommunicationEventServices
  [javac15]             commEventMap.put("contentMimeTypeId",
messageBodyContentType.toLowerCase());
  [javac15]                                                   ^
  [javac15] Note:
/opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java
uses unchecked or unsafe operations.
  [javac15] Note: Recompile with -Xlint:unchecked for details.
  [javac15] 6 errors

--
Thanks,
Avdhesh
09873421630

Disclaimer: Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely coincidental.
Any resemblance between the above and my own views is non-deterministic. The
question of the existence of views in the absence of anyone to hold them is
left as an exercise for the reader. The question of the existence of the
reader is left as an exercise for the second god coefficient. (A discussion
of non-orthogonal, non-integral polytheism is beyond the scope of this
article.)
Reply | Threaded
Open this post in threaded view
|

Re: Build Fails 9.04

hans_bakker
update your local version, this problem was fixed in: Revision: 780433
3 days ago.....

On Wed, 2009-06-03 at 12:34 +0530, avdhesh .java wrote:

> [javac15] Compiling 1 source file to
> /opt/projects/opensource/ofbiz904/applications/party/build/classes
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:601:
> cannot find symbol
>   [javac15] symbol  : method getMainPartCount()
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]             if (wrapper.getMainPartCount() > 1) {
>   [javac15]                        ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:602:
> cannot find symbol
>   [javac15] symbol  : method getMainPartCount()
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]                 for (int ind=0; ind <
> wrapper.getMainPartCount(); ind++) {
>   [javac15]                                              ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:603:
> cannot find symbol
>   [javac15] symbol  : class BodyPart
>   [javac15] location: class
> org.ofbiz.party.communication.CommunicationEventServices
>   [javac15]                     BodyPart p = wrapper.getPart(ind + "");
>   [javac15]                     ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:603:
> cannot find symbol
>   [javac15] symbol  : method getPart(java.lang.String)
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]                     BodyPart p = wrapper.getPart(ind + "");
>   [javac15]                                         ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:612:
> cannot find symbol
>   [javac15] symbol  : method getMessageBody()
>   [javac15] location: class org.ofbiz.service.mail.MimeMessageWrapper
>   [javac15]                 messageBody = wrapper.getMessageBody();
>   [javac15]                                      ^
>   [javac15]
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:616:
> cannot find symbol
>   [javac15] symbol  : variable messageBodyContentType
>   [javac15] location: class
> org.ofbiz.party.communication.CommunicationEventServices
>   [javac15]             commEventMap.put("contentMimeTypeId",
> messageBodyContentType.toLowerCase());
>   [javac15]                                                   ^
>   [javac15] Note:
> /opt/projects/opensource/ofbiz904/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java
> uses unchecked or unsafe operations.
>   [javac15] Note: Recompile with -Xlint:unchecked for details.
>   [javac15] 6 errors
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates