Re: [Portletbridge-users] Building fails
Brought to you by:
dkfn
|
From: Hiran C. <Hir...@we...> - 2011-12-04 11:01:41
|
<html><head></head><body bgcolor='#FFFFFF' style='font-size:10pt;background-color:#FFFFFF;font-family:Verdana, Arial, sans-serif;'>Here is the error:<br/>
<br/>
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)<br/>
on project portletbridge-core: Compilation failure: Compilation failure:<br/>
[ERROR] \working copies\portletbridge-ng\portletbridge-core\src\main\java\org\portletbridge\portlet\PortletBri<br/>
dgePortlet.java:[189,25] error: cannot find symbol<br/>
[ERROR] \working copies\portletbridge-ng\portletbridge-core\src\main\java\org\portletbridge\portlet\PortletBri<br/>
dgePortlet.java:[216,21] error: cannot find symbol<br/>
[ERROR] -> [Help 1]<br/>
<br/>
When I look into that code I see:<br/>
<br/>
try {<br/>
bridgeAuthenticator = PortletBridgeObjects.createInstanceOf(authenticatorClassName);<br/>
} catch (Exception e) {<br/>
<br/>
<br/>
try {<br/>
initUrlFactory = PortletBridgeObjects.createInstanceOf(initUrlFactoryClassName);<br/>
} catch (Exception e) {<br/>
<br/>
<br/>
Both offending lines refer to PortletBridgeObjects, and I cannot find that class anywhere.<br/>
<br/>
Hiran<br/>
<br/>
<br/>
<blockquote style="border-left: 2px solid blue; margin-left: 5px; padding-left:5px; padding-top:5px;">
<hr/>
<b>Von:</b> "Jamie McCrindle" <jam...@gm...><br/>
<b>Gesendet:</b> Dec 4, 2011 11:44:50 AM<br/>
<b>An:</b> por...@li...<br/>
<b>Betreff:</b> Re: [Portletbridge-users] Building fails<br/>
<br/>
Hi Hiran,
<div>
</div>
<div>
People are reading it! The project itself has gone pretty quiet, though. What's the exception?</div>
<div>
</div>
<div>
regards,</div>
<div>
Jamie.<br/>
<br/>
<div class="gmail_quote">
On Sun, Dec 4, 2011 at 10:33 AM, Hiran Chaudhuri <span><<a href="mailto:hir...@we...">hir...@we...</a>></span> wrote:<br/>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there.<br/>
<br/>
No activity for a long time on this list. Anyone reading at all?<br/>
<br/>
I'm trying to build the lastest release using Maven 3. And I get an<br/>
exception during comile since a class is not found, ant that seems not<br/>
to be in CVS at all. Any ideas how to get this resolved?<br/>
<br/>
Hiran<br/>
<br/>
------------------------------------------------------------------------------<br/>
All the data continuously generated in your IT infrastructure<br/>
contains a definitive record of customers, application performance,<br/>
security threats, fraudulent activity, and more. Splunk takes this<br/>
data and makes sense of it. IT sense. And common sense.<br/>
<a href="http://p.sf.net/sfu/splunk-novd2d">http://p.sf.net/sfu/splunk-novd2d</a><br/>
_______________________________________________<br/>
Portletbridge-users mailing list<br/>
<a href="mailto:Por...@li...">Por...@li...</a><br/>
<a href="https://lists.sourceforge.net/lists/listinfo/portletbridge-users">https://lists.sourceforge.net/lists/listinfo/portletbridge-users</a></blockquote>
</div>
</div>
</blockquote> <br><br><table cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#000000"><img src="https://img.ui-portal.de/p.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td style="font-family:verdana; font-size:12px; line-height:17px;">SMS schreiben mit WEB.DE FreeMail - einfach, schnell und <br>kostenguenstig. Jetzt gleich testen! <a href="http://f.web.de/?mc=021192"><b>http://f.web.de/?mc=021192</b></a></td></tr></table>
</body></html>
|