Yes I have the JAR, actually I have two JARs in my Maven repository, which get downloaded automatically :


itgroundwork/jars/phpportlet-1.0.jar
itgroundwork/jars/phpportlet.jar

The dependency in the PHP bridge looks like this :

 <dependency>
     <id>itgroundwork</id>
     <properties>
       <war.bundle.jar>true</war.bundle.jar>
     </properties>
     <jar>phpportlet.jar</jar>
   </dependency>

I'm not sure exactly why this is done this way but it looks a little strange.

Regards,
 Serge Huber.

Roger Ruttimann wrote:

I updated the dependency to the phpportlet.jar which is now phpportlet-1.0.jar. The library is posted on bluesunrise/maven repository (http://bluesunrise.com/maven/itgroundwork/jars/phpportlet-1.0.jar)

Do you have bluesunrise in the maven repository path?

Roger

Randy Watler wrote:

Serge,

Known problem. Waiting for a fix from the dev team.

Randy

Serge Huber wrote:


Hi guys,

I'm having some trouble compiling the current Jetspeed 2 CVS. I'm getting the following error :

java:compile:
[echo] Compiling to C:\java\technologies\jakarta-cvs\jakarta-jetspeed-2\portals-bridges\php/target/classes


[javac] Compiling 4 source files to C:\java\technologies\jakarta-cvs\jakarta-jetspeed-2\portals-bridges\php\target\classes

[javac] C:\java\technologies\jakarta-cvs\jakarta-jetspeed-2\portals-bridges\php\src\java\org\apache\portals\bridges\php\PHPApplicationPortlet.java:329: cann
ot resolve symbol
[javac] symbol : method setUseInternalPage ()
[javac] location: class com.itgroundwork.portlet.php.servlet
[javac] phpServletImpl.setUseInternalPage();
[javac] ^
[javac] C:\java\technologies\jakarta-cvs\jakarta-jetspeed-2\portals-bridges\php\src\java\org\apache\portals\bridges\php\PHPApplicationPortlet.java:351: cann
ot resolve symbol
[javac] symbol : method getSourcePage ()
[javac] location: class com.itgroundwork.portlet.php.servlet
[javac] StringBuffer page = phpServletImpl.getSourcePage();
[javac] ^
[javac] 2 errors


Is there something I'm missing ?

Regards,
 Serge Huber.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to