You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Thomas Vandahl <tv...@apache.org> on 2015/03/07 19:01:32 UTC

Re: fulcrum-security-torque does not build

Hi Georg,

On 24.02.15 13:13, Georg Kallidis wrote:
> Hi Thomas,
> 
> sorry, I had the not yet released Torque 4.1-SNAPSHOT in my tests. Fixing 
> the schema and the test class should do it. I checked in and FS-Torque now 
> builds again, could you confirm?

Unfortunately not. I still get compile errors like this one:

--8<--
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project fulcrum-security-torque: Compilation
failure: Compilation failure:
[ERROR]
/Users/thomas/Dev/workspace/fulcrum/security/torque/src/java/org/apache/fulcrum/security/torque/turbine/TorqueTurbinePermissionManagerImpl.java:[54,15]
cannot find symbol
[ERROR] symbol:   method getCustomPeer()
[ERROR] location: class
org.apache.fulcrum.security.torque.turbine.TorqueTurbinePermissionManagerImpl
--8<--

There are a fair number of cases related to getCustomPeer(). Are you
sure you committed everything?

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Antwort: Re: Antwort: Re: fulcrum-security-torque does not build

Posted by Georg Kallidis <gk...@cedis.fu-berlin.de>.
Hi Thomas,

you are right.  I moved the customPeer to the four TorqueAbstract** 
classes in fulcrum-torque module and changed the tests. 

Best regards, Georg



Von:    Thomas Vandahl <tv...@apache.org>
An:     Turbine Developers List <de...@turbine.apache.org>
Datum:  10.03.2015 20:34
Betreff:        Re: Antwort: Re: fulcrum-security-torque does not build



Hi Georg,

On 09.03.15 08:50, Georg Kallidis wrote:
> Of course the method getCustomPeer is in class AbstractEntityManager in 
> module api.

Ok, I see. I didn't check for this. However, I consider fulcrum-api the
wrong place for such an implementation-specific method. It doesn't apply
to all the other backend implementations. Shall we move it to the
fulcrum-torque module?

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Re: Antwort: Re: fulcrum-security-torque does not build

Posted by Thomas Vandahl <tv...@apache.org>.
Hi Georg,

On 09.03.15 08:50, Georg Kallidis wrote:
> Of course the method getCustomPeer is in class AbstractEntityManager in 
> module api.

Ok, I see. I didn't check for this. However, I consider fulcrum-api the
wrong place for such an implementation-specific method. It doesn't apply
to all the other backend implementations. Shall we move it to the
fulcrum-torque module?

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org


Antwort: Re: fulcrum-security-torque does not build

Posted by Georg Kallidis <gk...@cedis.fu-berlin.de>.
Hi Thomas, 

to test I checked it out freshly and I uncommented the torque module line 
and using a "mvn clean compile the process is finished here without any 
problems. 

Of course the method getCustomPeer is in class AbstractEntityManager in 
module api.

If the module api is cleaned and after deleting it from local maven repo I 
get this same error. The process retrieves in this case an old version 
from a deployed artifact from: 

Remote URL: http://repository.apache.org/snapshots/
Repository Path: 
Apache-Snapshots-Repo-cache:org/apache/fulcrum/fulcrum-security-api/1.1.0-SNAPSHOT/fulcrum-security-api-1.1.0-20130918.105210-2.jar

This artifact should be deleted from the repo or updated.

Best regards, Georg



Von:    Thomas Vandahl <tv...@apache.org>
An:     Turbine Developers List <de...@turbine.apache.org>
Datum:  07.03.2015 19:01
Betreff:        Re: fulcrum-security-torque does not build



Hi Georg,

On 24.02.15 13:13, Georg Kallidis wrote:
> Hi Thomas,
> 
> sorry, I had the not yet released Torque 4.1-SNAPSHOT in my tests. 
Fixing 
> the schema and the test class should do it. I checked in and FS-Torque 
now 
> builds again, could you confirm?

Unfortunately not. I still get compile errors like this one:

--8<--
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project fulcrum-security-torque: Compilation
failure: Compilation failure:
[ERROR]
/Users/thomas/Dev/workspace/fulcrum/security/torque/src/java/org/apache/fulcrum/security/torque/turbine/TorqueTurbinePermissionManagerImpl.java:[54,15]
cannot find symbol
[ERROR] symbol:   method getCustomPeer()
[ERROR] location: class
org.apache.fulcrum.security.torque.turbine.TorqueTurbinePermissionManagerImpl
--8<--

There are a fair number of cases related to getCustomPeer(). Are you
sure you committed everything?

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@turbine.apache.org
For additional commands, e-mail: dev-help@turbine.apache.org