Skip to Content.
Sympa Menu

perfsonar-dev - Compiling perfSONAR Base

Subject: perfsonar development work

List archive

Compiling perfSONAR Base


Chronological Thread 
  • From: "" <>
  • To: perfSONAR Developers <>
  • Cc:
  • Subject: Compiling perfSONAR Base
  • Date: Thu, 12 Nov 2009 10:03:34 -0200

Hi guys,

I am having troubles to compile the perfSONAR base. We need to modify it
and put some additional classes there. I am trying to figure out the
procedure to compile and what are the libraries need to compile it.
Something that I didn't understand is that some times it works but when
I do a maven clean it get mess up.

The screen of maven appears below:

[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Perfsonar Base package
[INFO]
[INFO] Id: perfsonar:perfsonar-base:jar:1.0.20091006
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 180 source files to C:\workspace\perfsonar_base\build
[ERROR]

Mojo:

org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile

FAILED for project:

perfsonar:perfsonar-base:jar:1.0.20091006

Reason:

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[13,26]
package net.geant.authr.pep does not exist

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[14,26]
package net.geant.authr.pep does not exist

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[15,26]
package net.geant.authr.pep does not exist

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\client\testHarness\UbCSaslTest.java:[24,26]
package net.geant.authr.pep does not exist

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\client\testHarness\UbCSaslTest.java:[25,26]
package net.geant.authr.pep does not exist

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[227,3]
cannot find symbol
symbol : class SimpleRequest
location: class org.perfsonar.service.base.authn.AADispatchSOAPProtocol

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[229,20]
cannot find symbol
symbol : variable RequestFactory
location: class org.perfsonar.service.base.authn.AADispatchSOAPProtocol

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[232,20]
cannot find symbol
symbol : variable RequestFactory
location: class org.perfsonar.service.base.authn.AADispatchSOAPProtocol

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[238,4]
cannot find symbol
symbol : class SimpleDelegatedRequest
location: class org.perfsonar.service.base.authn.AADispatchSOAPProtocol

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\service\base\authn\AADispatchSOAPProtocol.java:[238,32]
cannot find symbol
symbol : class SimpleDelegatedRequest
location: class org.perfsonar.service.base.authn.AADispatchSOAPProtocol

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\client\testHarness\UbCSaslTest.java:[362,3]
cannot find symbol
symbol : class SimpleRequest
location: class org.perfsonar.client.testHarness.UbCSaslTest

C:\workspace\perfsonar_base\src\main\java\org\perfsonar\client\testHarness\UbCSaslTest.java:[363,19]
cannot find symbol
symbol : variable RequestFactory
location: class org.perfsonar.client.testHarness.UbCSaslTest






[INFO]
------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Thu Nov 12 09:35:59 BRST 2009
[INFO] Final Memory: 9M/29M
[INFO]
------------------------------------------------------------------------

Thanks in advance,
Murilo Vetter

Universidade Federal de Santa Catarina
NĂșcleo de Processamento de Dados - NPD
www.npd.ufsc.br
(48) 3721-6335




Archive powered by MHonArc 2.6.16.

Top of Page