You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2016/07/13 13:38:20 UTC

[jira] [Commented] (TAP5-2552) Missing Jar file

    [ https://issues.apache.org/jira/browse/TAP5-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15374997#comment-15374997 ] 

Jochen Kemnade commented on TAP5-2552:
--------------------------------------

I'm afraid I don't understand what the problem is.
{code}
$> wget http://repo1.maven.org/maven2/org/apache/tapestry/tapestry-test/5.3.8/tapestry-test-5.3.8.jar
--2016-07-13 15:34:50--  http://repo1.maven.org/maven2/org/apache/tapestry/tapestry-test/5.3.8/tapestry-test-5.3.8.jar
Auflösen des Hostnamens »repo1.maven.org (repo1.maven.org)« … 151.101.36.209
Verbindungsaufbau zu repo1.maven.org (repo1.maven.org)|151.101.36.209|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 469065 (458K) [application/java-archive]
Wird in »»tapestry-test-5.3.8.jar«« gespeichert.

tapestry-test-5.3.8.jar                                      100%[============================================================================================================================================>] 458,07K  --.-KB/s    in 0,1s    

2016-07-13 15:34:50 (3,56 MB/s) - »»tapestry-test-5.3.8.jar«« gespeichert [469065/469065]

$> unzip tapestry-test-5.3.8.jar 
Archive:  tapestry-test-5.3.8.jar
   creating: META-INF/
  inflating: META-INF/MANIFEST.MF    
   creating: org/
   creating: org/apache/
   creating: org/apache/tapestry5/
   creating: org/apache/tapestry5/ioc/
   creating: org/apache/tapestry5/ioc/test/
  inflating: org/apache/tapestry5/ioc/test/MockTester$1.class  
  inflating: org/apache/tapestry5/ioc/test/MockTester$ThreadLocalControl.class  
  inflating: org/apache/tapestry5/ioc/test/MockTester.class  
  inflating: org/apache/tapestry5/ioc/test/TestBase.class  
  inflating: org/apache/tapestry5/ioc/test/TestUtils.class  
   creating: org/apache/tapestry5/test/
  inflating: org/apache/tapestry5/test/ErrorReporter.class  
  inflating: org/apache/tapestry5/test/ErrorReporterImpl.class  
  inflating: org/apache/tapestry5/test/ErrorReportingCommandProcessor.class  
  inflating: org/apache/tapestry5/test/Jetty7Runner.class  
  inflating: org/apache/tapestry5/test/RandomDataSource.class  
  inflating: org/apache/tapestry5/test/SeleniumLauncher.class  
  inflating: org/apache/tapestry5/test/SeleniumTestCase$1.class  
  inflating: org/apache/tapestry5/test/SeleniumTestCase$1EmptyInnerClass.class  
  inflating: org/apache/tapestry5/test/SeleniumTestCase$2.class  
  inflating: org/apache/tapestry5/test/SeleniumTestCase.class  
  inflating: org/apache/tapestry5/test/ServletContainerRunner.class  
  inflating: org/apache/tapestry5/test/TapestryTestConfiguration.class  
  inflating: org/apache/tapestry5/test/TapestryTestConstants.class  
  inflating: org/apache/tapestry5/test/Tomcat6Runner.class  
  inflating: org/apache/tapestry5/test/american.0  
  inflating: org/apache/tapestry5/test/american.1  
  inflating: org/apache/tapestry5/test/american.2  
  inflating: org/apache/tapestry5/test/english.0  
  inflating: org/apache/tapestry5/test/english.1  
  inflating: org/apache/tapestry5/test/english.2  
  inflating: org/apache/tapestry5/test/english.3  
  inflating: META-INF/LICENSE.txt    
  inflating: META-INF/NOTICE.txt     
$> ls org/apache/tapestry5/ioc/test/TestUtils.class
org/apache/tapestry5/ioc/test/TestUtils.class
{code}
The class is there. Are you sure that {{tapestry-test}} is on your classpath?

> Missing Jar file
> ----------------
>
>                 Key: TAP5-2552
>                 URL: https://issues.apache.org/jira/browse/TAP5-2552
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3.8
>            Reporter: nicolaslh
>
> As http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/ioc/test/TestUtils.html <http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/ioc/test/TestUtils.html> 
>  Normally this class is in the package org.apache.tapestry5.ioc.test but there is only one class which is IOCTestCase. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)