Classpath in maven... and Eclipse!!!!!!

372 views
Skip to first unread message

charlymoon

unread,
Dec 30, 2005, 12:09:31 PM12/30/05
to testng-users
i am having some troubles making my tests run... the first problem was
to make the compilation, i have to accept that i had a bad day and i
take a lot of time to discover that maven.test.skip was set to true
instead of false.
After that the assert keyword was not being compilated and i discovered
that maven.compile.src=1.4
maven.test.source = 1.4

were not set, now i am figthing against another "typicall" trouble...
my test class is NOT (!!) on my classpath, neither on Eclipse or maven:
>From Eclipse:

===============================================
Usuarios
Total tests run: 0, Failures: 0, Skips: 0
===============================================

org.testng.TestNGException:
Cannot find class in classpath:
mx.gob.cia.infraestructura.seguridad.TestConfiguracionSeguridad
at org.testng.xml.XmlClass.getSupportClass(XmlClass.java:44)
at org.testng.internal.Utils.xmlClassesToClasses(Utils.java:77)
at org.testng.TestRunner.initMethods(TestRunner.java:256)
at org.testng.TestRunner.init(TestRunner.java:192)
at org.testng.TestRunner.init(TestRunner.java:164)
at org.testng.TestRunner.<init>(TestRunner.java:120)
at
org.testng.eclipse.runner.RemoteTestNG$2.newTestRunner(RemoteTestNG.java:81)
at
org.testng.SuiteRunner$ProxyTestRunnerFactory.newTestRunner(SuiteRunner.java:356)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:160)
at org.testng.SuiteRunner.run(SuiteRunner.java:126)
at org.testng.eclipse.runner.RemoteTestNG.run(RemoteTestNG.java:99)
at org.testng.eclipse.runner.RemoteTestNG.main(RemoteTestNG.java:138)
Exception in thread "main"

>From maven:


__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2

build:start:

testng-init:

java:prepare-filesystem:

java:compile:
[echo] Compiling to
C:\VSS\SVN\desarrollo\trunk\infraestructura\admonUsuari
s/target/classes
[echo]
==========================================================

NOTE: Targetting JVM 1.4, classes
will not run on earlier JVMs

==========================================================


java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

testng:
[testng]
[testng] [ERROR]:
[testng] ===============================================
[testng] Usuarios
[testng] Total tests run: 0, Failures: 0, Skips: 0
[testng] Cannot find class in classpath:
mx.gob.cia.infraestructura.segurid
d.TestConfiguracionSeguridad
[testng] ===============================================
[testng]
BUILD SUCCESSFUL
Total time: 4 seconds
Finished at: Fri Dec 30 11:04:56 CST 2005


Any clues???
some entries on my files:
project.properties:

maven.test.skip = false
maven.testng.source.dir=src/test/java
maven.repo.remote=http://192.168.20.242/repositorio/
#maven.compile.target=1.4
maven.compile.src=1.4
maven.test.source = 1.4

from .classpath:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/java"/>
<classpathentry output="target/test-classes" kind="src"
path="src/test/java"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
<classpathentry exported="true" kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/accessmgr/jars/amclientsdk-2.1.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/accessmgr/jars/am_services-2.1.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/xalan/jars/xalan-2.7.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/hibernate/jars/hibernate-3.0.5.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/j2ee/jars/javax-1.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/accessmgr/jars/ldapjdk-2.1.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/oracle/jars/oracle-jdbc-12.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/oro/jars/oro-2.0.8.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/springframework/jars/spring-1.2.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/testng/jars/maven-testng-plugin-1.2.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/struts/jars/struts-1.2.4.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/strutstestcase/jars/strutstestcase-2.1.2-1.1-2.3.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/c3p0/jars/c3p0-0.8.4.5.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/commons-validator/jars/commons-validator-1.1.4.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/dom4j/jars/dom4j-1.5.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/j2ee/jars/jta.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/odmg/jars/odmg-3.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/oracle/jars/xmlparserv2-1.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/oracle/jars/xml-1.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/oracle/jars/xschema-1.0.jar"/>
<classpathentry exported="true" kind="var"
path="MAVEN_REPO/bea/jars/webserviceclient.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

from project.xml

<build>
<nagEmailAddress>carlos...@softtek.com.mx</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
<!-- Unit test classes -->
<unitTest>
<includes>
<include>**/*.java</include>
</includes>
<resources>
<resource>
<directory>${basedir}/src/webapp</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.hbm.xml</include>
<include>**/*.properties</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</unitTest>
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
<resources>
<resource>
<directory>${basedir}/src/java</directory>
<includes>
<include>**/*.hbm.xml</include>
<include>**/*.hbm</include>
<include>**/*.properties</include>
<include>**/*.xsd</include>
<include>**/*.xml</include>
<include>**/*.config</include>
<include>**/*.plantilla</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
<jars />
</build>


thanks in advance and greetings
Carlos de Luna Saenz

Alexandru Popescu

unread,
Dec 30, 2005, 12:14:52 PM12/30/05
to testng...@googlegroups.com
How are you trying to run the tests from Eclipse?

./alex
--
.w( the_mindstorm )p.

#: charlymoon changed the world a bit at a time by saying on 12/30/2005 7:09 PM :#

> !DSPAM:43b569dd683041147911963!
>
>

Carlos De Luna

unread,
Dec 30, 2005, 12:47:39 PM12/30/05
to testng...@googlegroups.com
with the testng plugin from the run... menu, i choosed the suite file.


 
2005/12/30, Alexandru Popescu <the.mindstor...@gmail.com>:

How are you trying to run the tests from Eclipse?

./alex
--
.w( the_mindstorm )p.

#: charlymoon changed the world a bit at a time by saying on  12/30/2005 7:09 PM :#
> i am having some troubles making my tests run... the first problem was
> to make the compilation, i have to accept that i had a bad day and i
> take a lot of time to discover that maven.test.skip was set to true
> instead of false.
> After that the assert keyword was not being compilated and i discovered
> that maven.compile.src=1.4
> maven.test.source = 1.4
>
> were not set, now i am figthing against another "typicall" trouble...
> my test class is NOT (!!) on my classpath, neither on Eclipse or maven:
>>From Eclipse:
>
> ===============================================
> Usuarios
> Total tests run: 0, Failures: 0, Skips: 0
> ===============================================
>
> org.testng.TestNGException :
> Cannot find class in classpath:
> mx.gob.cia.infraestructura.seguridad.TestConfiguracionSeguridad
>       at org.testng.xml.XmlClass.getSupportClass(XmlClass.java:44)
>       at org.testng.internal.Utils.xmlClassesToClasses (Utils.java:77)

>       at org.testng.TestRunner.initMethods(TestRunner.java:256)
>       at org.testng.TestRunner.init(TestRunner.java:192)
>       at org.testng.TestRunner.init(TestRunner.java:164)
>       at org.testng.TestRunner.<init>(TestRunner.java:120)
>       at
> org.testng.eclipse.runner.RemoteTestNG$2.newTestRunner(RemoteTestNG.java:81)
>       at
> org.testng.SuiteRunner$ProxyTestRunnerFactory.newTestRunner (SuiteRunner.java:356)

>       at org.testng.SuiteRunner.privateRun(SuiteRunner.java:160)
>       at org.testng.SuiteRunner.run(SuiteRunner.java:126)
>       at org.testng.eclipse.runner.RemoteTestNG.run (RemoteTestNG.java:99)
> path="MAVEN_REPO/hibernate/jars/hibernate- 3.0.5.jar"/>

>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/j2ee/jars/javax-1.0.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/accessmgr/jars/ldapjdk-2.1.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/oracle/jars/oracle-jdbc-12.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/oro/jars/oro-2.0.8.jar "/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/springframework/jars/spring-1.2.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/testng/jars/maven-testng-plugin-1.2.jar "/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/struts/jars/struts-1.2.4.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/strutstestcase/jars/strutstestcase-2.1.2-1.1-2.3.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/aopalliance/jars/aopalliance- 1.0.jar"/>

>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/c3p0/jars/c3p0-0.8.4.5.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar "/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
>       <classpathentry exported="true" kind="var"
> path="MAVEN_REPO/commons-lang/jars/commons- lang-2.0.jar"/>

Alexandru Popescu

unread,
Dec 30, 2005, 1:26:07 PM12/30/05
to testng...@googlegroups.com
#: Carlos De Luna changed the world a bit at a time by saying on 12/30/2005 7:47 PM :#

> with the testng plugin from the run... menu, i choosed the suite file.
>
>

Can you please send to the list your testng.xml and double check that your classnames are correctly
spelled?

./alex
--
.w( the_mindstorm )p.

ps: if you project is correctly compiling under Eclipse, than the plugin should be able to run the
tests. Try copying the name in testng.xml and than open the type using that name (to check the spelling)

>> > at org.testng.internal.Utils.xmlClassesToClasses(Utils.java:77)

>> > path="MAVEN_REPO/hibernate/jars/hibernate-3.0.5.jar"/>


>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/j2ee/jars/javax-1.0.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/accessmgr/jars/ldapjdk-2.1.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/oracle/jars/oracle-jdbc-12.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/oro/jars/oro-2.0.8.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/springframework/jars/spring-1.2.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/testng/jars/maven-testng-plugin-1.2.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/struts/jars/struts-1.2.4.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/strutstestcase/jars/strutstestcase-2.1.2-1.1-2.3.jar"/>
>> > <classpathentry exported="true" kind="var"

>> > path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>


>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/c3p0/jars/c3p0-0.8.4.5.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/>
>> > <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
>> > <classpathentry exported="true" kind="var"

>> > path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>

> !DSPAM:43b572d1714781201312459!
>

Carlos De Luna

unread,
Dec 30, 2005, 2:01:48 PM12/30/05
to testng...@googlegroups.com
Ok, here are the files, 2 are the code for very small tests and the testng.xml.
Thanks in advance

 
2005/12/30, Alexandru Popescu <the.mindstor...@gmail.com>:
>> >       at org.testng.xml.XmlClass.getSupportClass (XmlClass.java:44)

>> >       at org.testng.internal.Utils.xmlClassesToClasses(Utils.java:77)
>> >       at org.testng.TestRunner.initMethods(TestRunner.java:256)
>> >       at org.testng.TestRunner.init (TestRunner.java:192)
>> > path="MAVEN_REPO/accessmgr/jars/am_services- 2.1.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/xalan/jars/xalan-2.7.0.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/hibernate/jars/hibernate- 3.0.5.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/j2ee/jars/javax-1.0.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/accessmgr/jars/ldapjdk-2.1.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/log4j/jars/log4j- 1.2.8.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/oracle/jars/oracle-jdbc-12.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/oro/jars/oro- 2.0.8.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/springframework/jars/spring-1.2.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/testng/jars/maven- testng-plugin-1.2.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/struts/jars/struts-1.2.4.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/strutstestcase/jars/strutstestcase-2.1.2-1.1-2.3.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/aopalliance/jars/aopalliance- 1.0.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/c3p0/jars/c3p0-0.8.4.5.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-codec/jars/commons- codec-1.3.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-lang/jars/commons- lang-2.0.jar"/>

>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/commons-validator/jars/commons-validator-1.1.4.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/dom4j/jars/dom4j-1.5.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/j2ee/jars/jta.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/odmg/jars/odmg-3.0.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/oracle/jars/xmlparserv2-1.0.jar"/>
>> >       <classpathentry exported="true" kind="var"
>> > path="MAVEN_REPO/oracle/jars/xml- 1.0.jar"/>
testng.zip

Alexandru Popescu

unread,
Dec 30, 2005, 2:27:10 PM12/30/05
to testng...@googlegroups.com
#: Carlos De Luna changed the world a bit at a time by saying on 12/30/2005 9:01 PM :#

> Ok, here are the files, 2 are the code for very small tests and the
> testng.xml.
> Thanks in advance
>

Looks like you forgot the imss part of the package name ;-).

>> >> > at org.testng.xml.XmlClass.getSupportClass(XmlClass.java:44)


>> >> > at org.testng.internal.Utils.xmlClassesToClasses(Utils.java:77)
>> >> > at org.testng.TestRunner.initMethods(TestRunner.java:256)

>> >> > at org.testng.TestRunner.init(TestRunner.java:192)


>> >> > at org.testng.TestRunner.init(TestRunner.java:164)
>> >> > at org.testng.TestRunner.<init>(TestRunner.java:120)
>> >> > at
>> >> > org.testng.eclipse.runner.RemoteTestNG$2.newTestRunner(
>> RemoteTestNG.java
>> >> :81)
>> >> > at
>> >> > org.testng.SuiteRunner$ProxyTestRunnerFactory.newTestRunner(
>> >> SuiteRunner.java:356)
>> >> > at org.testng.SuiteRunner.privateRun(SuiteRunner.java:160)
>> >> > at org.testng.SuiteRunner.run(SuiteRunner.java:126)
>> >> > at org.testng.eclipse.runner.RemoteTestNG.run(RemoteTestNG.java
>> >> :99)
>> >> > at org.testng.eclipse.runner.RemoteTestNG.main(

>> >> > path="MAVEN_REPO/accessmgr/jars/am_services-2.1.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/xalan/jars/xalan-2.7.0.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/hibernate/jars/hibernate-3.0.5.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/j2ee/jars/javax-1.0.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/accessmgr/jars/ldapjdk-2.1.jar"/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/oracle/jars/oracle-jdbc-12.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.7.0.jar
>> "/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/oro/jars/oro-2.0.8.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/springframework/jars/spring-1.2.jar"/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/testng/jars/maven-testng-plugin-1.2.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/struts/jars/struts-1.2.4.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/strutstestcase/jars/strutstestcase-2.1.2-1.1-2.3.jar
>> "/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/c3p0/jars/c3p0-0.8.4.5.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar"/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar
>> "/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>


>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-validator/jars/commons-validator-1.1.4.jar
>> "/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/dom4j/jars/dom4j-1.5.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/j2ee/jars/jta.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/odmg/jars/odmg-3.0.jar"/>
>> >> > <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/oracle/jars/xmlparserv2-1.0.jar"/>
>> >> > <classpathentry exported="true" kind="var"

>> >> > path="MAVEN_REPO/oracle/jars/xml-1.0.jar"/>

Carlos De Luna

unread,
Dec 30, 2005, 2:36:27 PM12/30/05
to testng...@googlegroups.com
¡Jolines!...
 
some days i'm stupid... but some days i surprised my self...
sorry...:-)
Greetings
Carlos de Luna Saenz

 
2005/12/30, Alexandru Popescu <the.mindstor...@gmail.com>:

#: Carlos De Luna changed the world a bit at a time by saying on  12/30/2005 9:01 PM :#
>> >> >       at org.testng.xml.XmlClass.getSupportClass (XmlClass.java:44)
>> >> > path="MAVEN_REPO/accessmgr/jars/amclientsdk- 2.1.jar"/>

>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/accessmgr/jars/am_services-2.1.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/xalan/jars/xalan-2.7.0.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-logging/jars/commons- logging-1.0.4.jar"/>

>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/hibernate/jars/hibernate-3.0.5.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/j2ee/jars/javax-1.0.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/accessmgr/jars/ldapjdk-2.1.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/log4j/jars/log4j- 1.2.8.jar"/>

>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/oracle/jars/oracle-jdbc-12.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.7.0.jar
>> "/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/oro/jars/oro-2.0.8.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/servletapi/jars/servletapi- 2.3.jar"/>

>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/springframework/jars/spring-1.2.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/testng/jars/maven-testng-plugin-1.2.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/struts/jars/struts- 1.2.4.jar"/>

>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/strutstestcase/jars/strutstestcase-2.1.2-1.1-2.3.jar
>> "/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/aopalliance/jars/aopalliance-1.0.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/c3p0/jars/c3p0-0.8.4.5.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/cglib/jars/cglib- full-2.0.2.jar"/>

>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar
>> "/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-digester/jars/commons-digester-1.6.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/commons-validator/jars/commons- validator-1.1.4.jar
>> "/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/dom4j/jars/dom4j-1.5.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/j2ee/jars/jta.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/odmg/jars/odmg-3.0.jar"/>
>> >> >       <classpathentry exported="true" kind="var"
>> >> > path="MAVEN_REPO/oracle/jars/xmlparserv2- 1.0.jar"/>
Reply all
Reply to author
Forward
0 new messages