perfsonar-dev - Re: [pS-dev] required jars and the jar-repository
Subject: perfsonar development work
List archive
- From: Roman Lapacz <>
- To: Loukik Kudarimoti <>
- Cc: "" <>
- Subject: Re: [pS-dev] required jars and the jar-repository
- Date: Mon, 09 Oct 2006 09:51:32 +0200
Loukik,
all jars that you have added are available from the public repository, You didn't have to add this to SVN! I described this some time ago.
I'm going to remove all unnecessary jars (which are available from the public repository) from jar-repository in SVN.
Roman
Loukik Kudarimoti wrote:
Hi All,
I am trying to make sure that we know exactly which jars are required by our project. I am also trying to make sure that these jars are available in our jar-repository.
* I have added many jars to the repository already (directory structure similar to the ibiblio.org/maven2 webpage). I was sure that the jars which have been added are required by our sources.
* I have removed the following jars because I wasn't sure.
- xerces - excluded completely. I thought xerces impl should be enough.
- xmlParserAPIs - excluded completely.
- saxon>saxon-jdom>6.5.3> --> saxon-jdom-6.5.3.jar - excluded completely
- commons-pool>commons-pool> - 1.1 ->commons-pool-1.1.jar - excluded completely
- commons-collections>commons-collections> (found 3 versions) - excluded all versions
- commons-beanutils > commons-beanutils> (found 2 versions) - excluded all versions
* I have added only certain versions for the libraries below.
- xml-apis - added 2.0.2 but excluded previous versions (1.0.b2 and 1.3.02)
- xercesImpl - excluded older versions (i.e. the ones before 2.6.2)
* As of now, I cannot be sure that all needed jars are in the repository. At least most of them compile (there are compilation errors which can be attributed to other things. See later in the email for compilation errors). We need to find out if there are any run time errors generated because of missing jars. (Somehow have a feeling that xmlrpc.jar is required)
* I know that some jars are needed but I haven't added them (yet). These are the ones:
- adventsnmp.jar
- adventlogging.jar
The above two are needed for advent snmp. What I do not know is whether we can legally keep a copy of these jars in our repository. Need to confirm that. I believe they are part of the free version of the software but I do not know whether they can be distributed.
- servlet-api.jar (or maybe some other jar part of the tomcat distribution). These jars are required by TCMP (developer: Uros). What I do not know is whether it is a good idea to keep a copy of these jars in our repository as these jars are part of every tomcat distribution. This needs to be discussed.
* I only see the following compilation errors on the Head. See the Verdicts if you want to know why these errors are caused.
Severity Description Resource In Folder Location Creation Time Id
2 The import org.perfsonar.service.commons.storage.xmldb.exist.ExistDbXmlStorageManager cannot be resolved NMSTypeMPServiceEngine.java perfSONAR/src/org/perfsonar/service/measurementPoint/nmsType line 24 05 October 2006 17:46:50 176660
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 ExistDbXmlStorageManager cannot be resolved to a type NMSTypeMPServiceEngine.java perfSONAR/src/org/perfsonar/service/measurementPoint/nmsType line 266 05 October 2006 17:46:50 176661
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 ExistDbXmlStorageManager cannot be resolved to a type NMSTypeMPServiceEngine.java perfSONAR/src/org/perfsonar/service/measurementPoint/nmsType line 266 05 October 2006 17:46:50 176662
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 The import com.adventnet cannot be resolved SNMPTypeMeasurementExecutor.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 35 05 October 2006 17:46:50 176644
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 SnmpTarget cannot be resolved to a type SNMPTypeMeasurementExecutor.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 557 05 October 2006 17:46:50 176645
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 SnmpTarget cannot be resolved to a type SNMPTypeMeasurementExecutor.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 557 05 October 2006 17:46:50 176646
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 SnmpTarget cannot be resolved to a type SNMPTypeMeasurementExecutor.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 639 05 October 2006 17:46:50 176647
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 SnmpTarget cannot be resolved to a type SNMPTypeMeasurementExecutor.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 639 05 October 2006 17:46:50 176648
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 The import org.perfsonar.service.commons.storage.xmldb.exist.ExistDbXmlStorageManager cannot be resolved SNMPTypeMPServiceEngine.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 24 05 October 2006 17:46:50 176650
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 ExistDbXmlStorageManager cannot be resolved to a type SNMPTypeMPServiceEngine.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 270 05 October 2006 17:46:50 176651
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 ExistDbXmlStorageManager cannot be resolved to a type SNMPTypeMPServiceEngine.java perfSONAR/src/org/perfsonar/service/measurementPoint/snmpType line 270 05 October 2006 17:46:50 176652
VERDICT: Developer's mistake (that is mine. I need to update it but need to talk to Maciej about something before hand)
2 The import javax.servlet cannot be resolved FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 15 05 October 2006 17:46:50 176580
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 The import javax.servlet cannot be resolved FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 16 05 October 2006 17:46:50 176581
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 The import javax.servlet cannot be resolved FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 17 05 October 2006 17:46:50 176582
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 The import javax.servlet cannot be resolved FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 18 05 October 2006 17:46:50 176583
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 The import javax.servlet cannot be resolved FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 19 05 October 2006 17:46:50 176584
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 HttpServlet cannot be resolved to a type FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 35 05 October 2006 17:46:50 176585
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 HttpServletRequest cannot be resolved to a type FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 76 05 October 2006 17:46:50 176586
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 HttpServletResponse cannot be resolved to a type FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 76 05 October 2006 17:46:50 176587
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 ServletException cannot be resolved to a type FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 77 05 October 2006 17:46:50 176588
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 HttpServletRequest cannot be resolved to a type FileServerServlet.java perfSONAR/src/org/perfsonar/service/measurementPoint/tracefileCaptureType/servlets line 173 05 October 2006 17:46:50 176589
VERDICT: Missing jar. See point above on tomcat related jars which have been purposely left out
2 The import org.perfsonar.service.measurementArchive.storageManager cannot be resolved SimpleMetadataConfigurationStorageManagerTester.java perfSONAR/src/org/perfsonar/service/testHarness line 26 05 October 2006 17:46:49 176542
VERDICT: Unknown error
2 SimpleMetadataConfigurationStorageManager cannot be resolved to a type SimpleMetadataConfigurationStorageManagerTester.java perfSONAR/src/org/perfsonar/service/testHarness line 105 05 October 2006 17:46:49 176543
VERDICT: Unknown error
2 SimpleMetadataConfigurationStorageManager cannot be resolved to a type SimpleMetadataConfigurationStorageManagerTester.java perfSONAR/src/org/perfsonar/service/testHarness line 106 05 October 2006 17:46:49 176544
VERDICT: Unknown error
--
// PSNC, Poland
// phone: (+48 61) 858 20 24
// http://www.man.poznan.pl
- required jars and the jar-repository, Loukik Kudarimoti, 10/05/2006
- Re: [pS-dev] required jars and the jar-repository, Roman Lapacz, 10/09/2006
Archive powered by MHonArc 2.6.16.