I have now successfully executed the try.sh and see the PASSED lines :) I
dont know whether it is true or not but I have done 2 small changes in
CommandSupport.groovy.

Here:

+        builder.appendAll("openejb-core-*.jar")
+        //builder.directory = "${project.build.directory}/lib"


-        builder.appendAll("openejb-core-*.jar")
-        builder.directory = "${project.build.directory}/lib"
         builder.appendAll("*.jar")
         builder.getPath("openejb.porting.classes")

@@ -264,7 +269,7 @@ abstract class CommandSupport {
         builder.reference("openejb.jee.classes")
         builder.directory = "${project.build.directory}"
         builder.append("openejb-tck-*.jar")
-        builder.directory = "${project.build.directory}/lib"
+        builder.directory = "${openejbLib}"
         builder.append("openejb-lite*.jar")
         builder.directory = "${javaeetckHome}/lib"
         builder.append("javatest.jar")

On Thu, Jan 17, 2019 at 2:32 PM Gurkan Erdogdu <cgerdo...@gmail.com> wrote:

> Hi Jon
> Yeah I am with master but still receive the same error.
>
> On Thu, Jan 17, 2019 at 1:03 PM Jonathan Gallimore <
> jonathan.gallim...@gmail.com> wrote:
>
>> It looks like you're running into the same issue Jean-Louis had yesterday
>> -
>> can you check that you're up to date with master?
>>
>> Thanks
>>
>> Jon
>>
>> On Thu, Jan 17, 2019 at 6:30 AM Gurkan Erdogdu <cgerdo...@gmail.com>
>> wrote:
>>
>> > I received the following error when I run the following command from
>> > tomee-tck, any idea?
>> >
>> > ./runtests --web tomee-plume
>> > com.sun.ts.tests.ejb30.bb.localaccess.statelessclient
>> >
>> > [INFO]
>> > ------------------------------------------------------------------------
>> > [ERROR] Failed to execute goal
>> > org.codehaus.gmaven:gmaven-plugin:1.5:execute (setup-environment) on
>> > project openejb-tck: java.lang.Exception: Expected one file to be
>> included
>> > into path; dir=/dev/tomee-tck/./target/lib, includes=openejb-lite*.jar,
>> > excludes=null -> [Help 1]
>> > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>> execute
>> > goal org.codehaus.gmaven:gmaven-plugin:1.5:execute (setup-environment)
>> on
>> > project openejb-tck: java.lang.Exception: Expected one file to be
>> included
>> > into path; dir=/dev/tomee-tck/./target/lib, includes=openejb-lite*.jar,
>> > excludes=null
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>> >     at
>> >
>> >
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>> >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>> >     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>> >     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>> >     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
>> >     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
>> >     at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
>> >     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >     at
>> >
>> >
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>> >     at
>> >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> >     at java.lang.reflect.Method.invoke(Method.java:498)
>> >     at
>> >
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>> >     at
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>> >     at
>> >
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>> >     at
>> >
>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>> >
>> >
>> > On Thu, Jan 17, 2019 at 12:26 AM Jonathan Gallimore <
>> > jonathan.gallim...@gmail.com> wrote:
>> >
>> > > Merged, thanks for the PR.
>> > >
>> > > On Wed, Jan 16, 2019 at 8:21 PM Daniel Cunha <daniels...@gmail.com>
>> > wrote:
>> > >
>> > > > Hi folks,
>> > > >
>> > > > You're welcome Bruno.
>> > > >
>> > > > I opened a PR on tomee-ck to fix the issue that Bruno had.
>> > > > Please, review it:
>> > > > https://github.com/apache/tomee-tck/pull/5
>> > > >
>> > > > Em qua, 16 de jan de 2019 às 17:19, Bruno Baptista <
>> bruno...@gmail.com
>> > >
>> > > > escreveu:
>> > > >
>> > > > > Also working here!
>> > > > >
>> > > > > Thanks Daniel Cunha for the help you gave me.
>> > > > >
>> > > > > Cheers
>> > > > >
>> > > > > Bruno Baptista
>> > > > > https://twitter.com/brunobat_
>> > > > >
>> > > > >
>> > > > > On 16/01/19 18:10, Daniel Cunha wrote:
>> > > > > > I was missing to export the GF_HOME.
>> > > > > > Now it is working as expected. Thanks! :)
>> > > > > >
>> > > > > > Em qua, 16 de jan de 2019 às 13:27, Jonathan Gallimore <
>> > > > > > jonathan.gallim...@gmail.com> escreveu:
>> > > > > >
>> > > > > >> Sounds like your TCK didn't build right. See if you have this:
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> classes/com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client.class
>> > > > > >> in the folder where you have extracted the TCK.
>> > > > > >>
>> > > > > >> Jon
>> > > > > >>
>> > > > > >> On Wed, Jan 16, 2019 at 4:22 PM Daniel Cunha <
>> > daniels...@apache.org
>> > > >
>> > > > > >> wrote:
>> > > > > >>
>> > > > > >>> Hmm,
>> > > > > >>>
>> > > > > >>> seems something wrong on my configuration?
>> > > > > >>> Error: Could not find or load main class
>> > > > > >>> com.sun.ts.tests.ejb30.bb.localaccess.statelessclient.
>> > > > > >>> Client
>> > > > > >>> Failed. unexpected exit code: exit code 1
>> > > > > >>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>>
>> > > > > >>> Em qua, 16 de jan de 2019 às 13:18, Jonathan Gallimore <
>> > > > > >>> jonathan.gallim...@gmail.com> escreveu:
>> > > > > >>>
>> > > > > >>>> Its better than some of the output we've seen.... but no.
>> Those
>> > > > tests
>> > > > > >>>> should pass. Have a dig through the TomEE logs, and the
>> javatest
>> > > > logs
>> > > > > >>>> (target/logs) and see if you can see any errors.
>> > > > > >>>>
>> > > > > >>>> Jon
>> > > > > >>>>
>> > > > > >>>> On Wed, Jan 16, 2019 at 4:02 PM Daniel Cunha <
>> > > daniels...@apache.org
>> > > > >
>> > > > > >>>> wrote:
>> > > > > >>>>
>> > > > > >>>>> is expected to get this output:
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> ===============================================================================
>> > > > > >>>>>      0/-1/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#exceptionTest1
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-2/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#exceptionTest2
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-3/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#exceptionTest3
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-4/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#exceptionTest4
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-5/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#exceptionTest5
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-6/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#passByReferenceTest1
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-7/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#passByReferenceTest2
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-8/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#passByReferenceTest3
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-9/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#passByReferenceTest4
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-10/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#passByReferenceTest5
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-11/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#passByValueTest
>> > > > > >>>>> - FAILED
>> > > > > >>>>> [ERROR] Java Result: 1
>> > > > > >>>>>      0/-12/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#runtimeExceptionTest1
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-13/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#runtimeExceptionTest2
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-14/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#runtimeExceptionTest3
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-15/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#runtimeExceptionTest4
>> > > > > >>>>> - FAILED
>> > > > > >>>>>      0/-16/?0 -
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> com/sun/ts/tests/ejb30/bb/localaccess/statelessclient/Client#java#runtimeExceptionTest5
>> > > > > >>>>> - FAILED
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> ===============================================================================
>> > > > > >>>>> Completed running 16 tests (0:00:08.872):
>> > > > > >>>>>
>> > > > > >>>>>      Passed: 0
>> > > > > >>>>>      Failed: 16
>> > > > > >>>>>      Errors: 0
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> ===============================================================================
>> > > > > >>>>> ?
>> > > > > >>>>>
>> > > > > >>>>> Em qua, 16 de jan de 2019 às 12:48, Jean-Louis Monteiro <
>> > > > > >>>>> jlmonte...@tomitribe.com> escreveu:
>> > > > > >>>>>
>> > > > > >>>>>> works much better. Thank you
>> > > > > >>>>>> --
>> > > > > >>>>>> Jean-Louis Monteiro
>> > > > > >>>>>> http://twitter.com/jlouismonteiro
>> > > > > >>>>>> http://www.tomitribe.com
>> > > > > >>>>>>
>> > > > > >>>>>>
>> > > > > >>>>>> On Wed, Jan 16, 2019 at 4:45 PM Jonathan Gallimore <
>> > > > > >>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>
>> > > > > >>>>>>> Pushed a band-aid fix, that copies deps to target/lib and
>> > > > > >>>>>>> ${openejb.home}/lib. Hopefully this will at least get
>> people
>> > > > > >> going.
>> > > > > >>>>>>> Apologies for the issues.
>> > > > > >>>>>>>
>> > > > > >>>>>>> Jon
>> > > > > >>>>>>>
>> > > > > >>>>>>> On Wed, Jan 16, 2019 at 3:36 PM Jean-Louis Monteiro <
>> > > > > >>>>>>> jlmonte...@tomitribe.com> wrote:
>> > > > > >>>>>>>
>> > > > > >>>>>>>> I am working on it too, no worries. I'll keep you posted
>> > > > > >>>>>>>>
>> > > > > >>>>>>>> --
>> > > > > >>>>>>>> Jean-Louis Monteiro
>> > > > > >>>>>>>> http://twitter.com/jlouismonteiro
>> > > > > >>>>>>>> http://www.tomitribe.com
>> > > > > >>>>>>>>
>> > > > > >>>>>>>>
>> > > > > >>>>>>>> On Wed, Jan 16, 2019 at 4:35 PM Jonathan Gallimore <
>> > > > > >>>>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>>>
>> > > > > >>>>>>>>> Ok, weird. Something broke when I switched to
>> > > > > >>>>>>>>> maven-dependency-plugin:copy-dependencies from
>> > > > > >>>>>>>>> maven-dependency-plugin:copy.
>> > > > > >>>>>>>>>
>> > > > > >>>>>>>>> Looking into it. Status of this is that it is incredibly
>> > raw
>> > > > > >>>>> because
>> > > > > >>>>>>>>> everyone seemed to want it right away, so any help to
>> fix
>> > > > > >>> issues
>> > > > > >>>> is
>> > > > > >>>>>>>>> appreciated.
>> > > > > >>>>>>>>> Jon
>> > > > > >>>>>>>>>
>> > > > > >>>>>>>>> On Wed, Jan 16, 2019 at 3:29 PM Jonathan Gallimore <
>> > > > > >>>>>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>>>>
>> > > > > >>>>>>>>>> What command did you run?
>> > > > > >>>>>>>>>>
>> > > > > >>>>>>>>>> Jon
>> > > > > >>>>>>>>>>
>> > > > > >>>>>>>>>> On Wed, Jan 16, 2019 at 3:27 PM Jean-Louis Monteiro <
>> > > > > >>>>>>>>>> jlmonte...@tomitribe.com> wrote:
>> > > > > >>>>>>>>>>
>> > > > > >>>>>>>>>>> Having this one now ...
>> > > > > >>>>>>>>>>>
>> > > > > >>>>>>>>>>> [ERROR] Failed to execute goal
>> > > > > >>>>>>>>>>> org.codehaus.gmaven:gmaven-plugin:1.5:execute
>> > > > > >>>>> (setup-environment)
>> > > > > >>>>>> on
>> > > > > >>>>>>>>>>> project openejb-tck: java.lang.AssertionError: Not a
>> > > > > >>> directory
>> > > > > >>>>>>>>>>> /Users/jlmonteiro/devs/apache/tomee-tck/./target/lib.
>> > > > > >>>>> Expression:
>> > > > > >>>>>>>>>>> dir.isDirectory() -> [Help 1]
>> > > > > >>>>>>>>>>>
>> org.apache.maven.lifecycle.LifecycleExecutionException:
>> > > > > >>> Failed
>> > > > > >>>>> to
>> > > > > >>>>>>>>> execute
>> > > > > >>>>>>>>>>> goal org.codehaus.gmaven:gmaven-plugin:1.5:execute
>> > > > > >>>>>>> (setup-environment)
>> > > > > >>>>>>>>> on
>> > > > > >>>>>>>>>>> project openejb-tck: java.lang.AssertionError: Not a
>> > > > > >>> directory
>> > > > > >>>>>>>>>>> /Users/jlmonteiro/devs/apache/tomee-tck/./target/lib.
>> > > > > >>>>> Expression:
>> > > > > >>>>>>>>>>> dir.isDirectory()
>> > > > > >>>>>>>>>>> at
>> > > > > >>>>>>>>>>>
>> > > > > >>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>> > > > > >>>>>>>>>>> at
>> > > > > >>>>>>>>>>>
>> > > > > >>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> > > > > >>>>>>>>>>> --
>> > > > > >>>>>>>>>>> Jean-Louis Monteiro
>> > > > > >>>>>>>>>>> http://twitter.com/jlouismonteiro
>> > > > > >>>>>>>>>>> http://www.tomitribe.com
>> > > > > >>>>>>>>>>>
>> > > > > >>>>>>>>>>>
>> > > > > >>>>>>>>>>> On Wed, Jan 16, 2019 at 4:19 PM Jean-Louis Monteiro <
>> > > > > >>>>>>>>>>> jlmonte...@tomitribe.com> wrote:
>> > > > > >>>>>>>>>>>
>> > > > > >>>>>>>>>>>> Yes I was testing. Can be with the 8 or without.
>> > > > > >>>>>>>>>>>> --
>> > > > > >>>>>>>>>>>> Jean-Louis Monteiro
>> > > > > >>>>>>>>>>>> http://twitter.com/jlouismonteiro
>> > > > > >>>>>>>>>>>> http://www.tomitribe.com
>> > > > > >>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>
>> > > > > >>>>>>>>>>>> On Wed, Jan 16, 2019 at 4:19 PM Jonathan Gallimore <
>> > > > > >>>>>>>>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>> There's a slight typo - it should be
>> javaee8.ri.home. I
>> > > > > >>>> have
>> > > > > >>>>>>>>> corrected
>> > > > > >>>>>>>>>>>>> this
>> > > > > >>>>>>>>>>>>> in the README.
>> > > > > >>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>> Thanks.
>> > > > > >>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>> On Wed, Jan 16, 2019 at 3:00 PM Jean-Louis Monteiro
>> <
>> > > > > >>>>>>>>>>>>> jlmonte...@tomitribe.com> wrote:
>> > > > > >>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>> @Jonathan Gallimore <jgallim...@tomitribe.com> is
>> > > > > >>>>>>>>>>>>>>
>> > > > > >>>>
>> > > >
>> <javaee6.ri.home>/Users/jgallimore/ee8tck/glassfish5</javaee6.ri.home>
>> > > > > >>>>>>>>>>>>>> the right key in the settings. xml file?
>> > > > > >>>>>>>>>>>>>> --
>> > > > > >>>>>>>>>>>>>> Jean-Louis Monteiro
>> > > > > >>>>>>>>>>>>>> http://twitter.com/jlouismonteiro
>> > > > > >>>>>>>>>>>>>> http://www.tomitribe.com
>> > > > > >>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>> On Wed, Jan 16, 2019 at 3:22 PM Daniel Cunha <
>> > > > > >>>>>>>>> daniels...@apache.org>
>> > > > > >>>>>>>>>>>>>> wrote:
>> > > > > >>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>> Nice.. I'm trying to run it here. :)
>> > > > > >>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>> Em qua, 16 de jan de 2019 às 09:57, Carl Mosca <
>> > > > > >>>>>>>>>>> carljmo...@gmail.com>
>> > > > > >>>>>>>>>>>>>>> escreveu:
>> > > > > >>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>> Great to see this available and the instructions
>> > > > > >>> are
>> > > > > >>>>> very
>> > > > > >>>>>>>> much
>> > > > > >>>>>>>>>>>>>>> appreciated.
>> > > > > >>>>>>>>>>>>>>>> I had to install wget on my Mac to get going.
>> > > > > >>>> Looking
>> > > > > >>>>>> good
>> > > > > >>>>>>>> so
>> > > > > >>>>>>>>>>>>> far...
>> > > > > >>>>>>>>>>>>>>>> Carl
>> > > > > >>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>> On Wed, Jan 16, 2019 at 6:14 AM Bruno Baptista <
>> > > > > >>>>>>>>>>> bruno...@gmail.com>
>> > > > > >>>>>>>>>>>>>>> wrote:
>> > > > > >>>>>>>>>>>>>>>>> sure, taking a look.
>> > > > > >>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>> Bruno Baptista
>> > > > > >>>>>>>>>>>>>>>>> https://twitter.com/brunobat_
>> > > > > >>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>> On 16/01/19 10:53, Jonathan Gallimore wrote:
>> > > > > >>>>>>>>>>>>>>>>>> I've just updated the instructions here:
>> > > > > >>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>
>> https://github.com/apache/tomee-tck/blob/master/README.txt
>> > > > > >>>>>>>>>>>>>>>>>> It would be great if someone could try that
>> > > > > >>> out.
>> > > > > >>>>>>>>>>>>>>>>>> Thanks
>> > > > > >>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>> On Wed, Jan 16, 2019 at 8:15 AM Jean-Louis
>> > > > > >>>>> Monteiro <
>> > > > > >>>>>>>>>>>>>>>>>> jlmonte...@tomitribe.com> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>> Same status here 😊
>> > > > > >>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>> Le mer. 16 janv. 2019 à 08:52, Gurkan
>> > > > > >> Erdogdu
>> > > > > >>> <
>> > > > > >>>>>>>>>>>>>> cgerdo...@gmail.com>
>> > > > > >>>>>>>>>>>>>>> a
>> > > > > >>>>>>>>>>>>>>>>>>> écrit :
>> > > > > >>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>> I have successfully created the
>> > > > > >>>>>>>>>>> javaeetck-8.0_16-Jan-2019.zip.
>> > > > > >>>>>>>>>>>>>>>>>>>> My enviornment : macOS  Java(TM) SE Runtime
>> > > > > >>>>>>> Environment
>> > > > > >>>>>>>>>>> (build
>> > > > > >>>>>>>>>>>>>>>>>>>> 1.8.0_161-b12)
>> > > > > >>>>>>>>>>>>>>>>>>>> Now, run some TCK tests :)
>> > > > > >>>>>>>>>>>>>>>>>>>> Regards.
>> > > > > >>>>>>>>>>>>>>>>>>>> Gurkan
>> > > > > >>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 6:29 PM Jonathan
>> > > > > >>>>> Gallimore
>> > > > > >>>>>> <
>> > > > > >>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>> Currently working on the harness here, and
>> > > > > >>>> will
>> > > > > >>>>>>> update
>> > > > > >>>>>>>>> the
>> > > > > >>>>>>>>>>>>>> README.
>> > > > > >>>>>>>>>>>>>>>>>>> Thanks
>> > > > > >>>>>>>>>>>>>>>>>>>>> for letting us know your result, glad its
>> > > > > >>>>> working.
>> > > > > >>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 3:25 PM Bruno
>> > > > > >>>> Baptista <
>> > > > > >>>>>>>>>>>>>>> bruno...@gmail.com>
>> > > > > >>>>>>>>>>>>>>>>>>>> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Success here,
>> > > > > >>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Thanks for the instructions, Jon!
>> > > > > >>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Got this at the end:
>> > > > > >>>>>>>>>>>>>>>>>>>>>> drwxr-xr-x  3 brunobat brunobat      4096
>> > > > > >>> jan
>> > > > > >>>>> 15
>> > > > > >>>>>>>> 15:08
>> > > > > >>>>>>>>> ./
>> > > > > >>>>>>>>>>>>>>>>>>>>>> drwxr-xr-x  3 brunobat brunobat      4096
>> > > > > >>> jan
>> > > > > >>>>> 15
>> > > > > >>>>>>>> 15:06
>> > > > > >>>>>>>>>>> ../
>> > > > > >>>>>>>>>>>>>>>>>>>>>> -rw-r--r--  1 brunobat brunobat      4076
>> > > > > >>> jan
>> > > > > >>>>> 15
>> > > > > >>>>>>>> 15:06
>> > > > > >>>>>>>>>>>>>>>>>>>>>> cts-internal-8.0_15-Jan-2019.zip
>> > > > > >>>>>>>>>>>>>>>>>>>>>> -rw-r--r--  1 brunobat brunobat      2075
>> > > > > >>> jan
>> > > > > >>>>> 15
>> > > > > >>>>>>>> 15:08
>> > > > > >>>>>>>>>>>>>>>>>>>>>> excludelist_javaeetck-8.0_15-Jan-2019.zip
>> > > > > >>>>>>>>>>>>>>>>>>>>>> drwxr-xr-x 13 brunobat brunobat      4096
>> > > > > >>> jan
>> > > > > >>>>> 15
>> > > > > >>>>>>>> 15:06
>> > > > > >>>>>>>>>>>>>> javaeetck/
>> > > > > >>>>>>>>>>>>>>>>>>>>>> -rw-r--r--  1 brunobat brunobat 654049181
>> > > > > >>> jan
>> > > > > >>>>> 15
>> > > > > >>>>>>>> 15:08
>> > > > > >>>>>>>>>>>>>>>>>>>>>> javaeetck-8.0_15-Jan-2019.zip
>> > > > > >>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>> at:
>> > > > > >>> jakartaee-tck/release/JAVAEE_BUILD/latest
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Bruno Baptista
>> > > > > >>>>>>>>>>>>>>>>>>>>>> https://twitter.com/brunobat_
>> > > > > >>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>> On 15/01/19 14:28, Jonathan Gallimore
>> > > > > >>> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>> Sorry, use the latest Ant 1.10 as
>> > > > > >> opposed
>> > > > > >>> to
>> > > > > >>>>>>> 1.9.13.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>> (Copy/paste error!)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>> Thanks
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 2:27 PM Jonathan
>> > > > > >>>>>>> Gallimore <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> Ok - could I get someone to give this a
>> > > > > >>>> shot?
>> > > > > >>>>>>> (note
>> > > > > >>>>>>>>> the
>> > > > > >>>>>>>>>>>>>>> different
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> Glassfish URL):
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> git clone
>> > > > > >>>>>>>>>>> https://github.com/eclipse-ee4j/jakartaee-tck
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> cd jakaratee-tck
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> export WORKSPACE=$(pwd)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> export GF_BUNDLE_URL=
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> https://jenkins.eclipse.org/glassfish/job/glassfish/job/EE4J_8/85/artifact/bundles/glassfish.zip
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> export GF_HOME=$WORKSPACE
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> export
>> > > > > >>>>>>>>> ANT_HOME=/home/jgallimore/Apps/apache-ant-1.9.13
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> export
>> > > > > >>>>>>>>> JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> export
>> > > > > >>>>> PATH=$JAVA_HOME/bin:$ANT_HOME/bin/:$PATH
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> $WORKSPACE/docker/build_jakartaeetck.sh
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> Thanks
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 2:24 PM César
>> > > > > >>>>> Hernández
>> > > > > >>>>>>>>>>> Mendoza <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>> cesargu...@gmail.com> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Hi,
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> I also left this running during the
>> > > > > >>> night,
>> > > > > >>>>> it
>> > > > > >>>>>>>> seems
>> > > > > >>>>>>>>> my
>> > > > > >>>>>>>>>>>>>> laptop
>> > > > > >>>>>>>>>>>>>>>>>>>> heated
>> > > > > >>>>>>>>>>>>>>>>>>>>>> the
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> office nicely but I also see a lot of
>> > > > > >>> this
>> > > > > >>>>>> kind
>> > > > > >>>>>>> of
>> > > > > >>>>>>>>>>> errors
>> > > > > >>>>>>>>>>>>>> [1]:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Then I kill the process since
>> > > > > >> basically
>> > > > > >>>>> those
>> > > > > >>>>>>>>> `cannot
>> > > > > >>>>>>>>>>>>> find
>> > > > > >>>>>>>>>>>>>>>>>>> symbol`
>> > > > > >>>>>>>>>>>>>>>>>>>>> were
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> all
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> over the log.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [1]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>> writeBytes(byte[]
>> > > > > >>>>>>>> value)
>> > > > > >>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>   ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>>>> BytesMessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:804:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]       throws
>> > > > > >> JMSException
>> > > > > >>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]              ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>>>> BytesMessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:833:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>> writeObject(Object
>> > > > > >>>>>>>>> value)
>> > > > > >>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>>>> BytesMessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:872:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void reset()
>> > > > > >>> throws
>> > > > > >>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>>>> BytesMessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:46:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   private Destination
>> > > > > >>>>>> JMSReplyTo;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]           ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:48:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   private Destination
>> > > > > >>>>>>>> JMSDestination;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]           ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:90:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public String
>> > > > > >>>>>> getJMSMessageID()
>> > > > > >>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:104:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>>>> setJMSMessageID(String
>> > > > > >>>>>>>>> id)
>> > > > > >>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>   ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:118:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public long
>> > > > > >>>>> getJMSTimestamp()
>> > > > > >>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:132:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>>> setJMSTimestamp(long
>> > > > > >>>>>>>>>>>>> timestamp)
>> > > > > >>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>     ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:146:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public byte[]
>> > > > > >>>>>>>>>>>>> getJMSCorrelationIDAsBytes()
>> > > > > >>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:161:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]       throws
>> > > > > >> JMSException
>> > > > > >>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]              ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:175:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>>>>>> setJMSCorrelationID(String
>> > > > > >>>>>>>>>>>>>>>>>>>> correlationID)
>> > > > > >>>>>>>>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>      ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:189:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public String
>> > > > > >>>>>>>> getJMSCorrelationID()
>> > > > > >>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:203:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public Destination
>> > > > > >>>>>>> getJMSReplyTo()
>> > > > > >>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]          ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:203:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public Destination
>> > > > > >>>>>>> getJMSReplyTo()
>> > > > > >>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>   ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:217:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>>>>>> setJMSReplyTo(Destination
>> > > > > >>>>>>>>>>>>>> replyTo)
>> > > > > >>>>>>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>   ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:217:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >>>>>>>>> setJMSReplyTo(Destination
>> > > > > >>>>>>>>>>>>>> replyTo)
>> > > > > >>>>>>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:231:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public Destination
>> > > > > >>>>>>>>> getJMSDestination()
>> > > > > >>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]          ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:231:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public Destination
>> > > > > >>>>>>>>> getJMSDestination()
>> > > > > >>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>   ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:577:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public double
>> > > > > >>>>>>>>> getDoubleProperty(String
>> > > > > >>>>>>>>>>>>> name)
>> > > > > >>>>>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:597:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public String
>> > > > > >>>>>>>>> getStringProperty(String
>> > > > > >>>>>>>>>>>>> name)
>> > > > > >>>>>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>> MessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:617:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public Object
>> > > > > >>>>>>>>> getObjectProperty(String
>> > > > > >>>>>>>>>>>>> name)
>> > > > > >>>>>>>>>>>>>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>>>>>>>>> InvalidTextMessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/JmsTool.java:29:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: package javax.jms does not
>> > > > > >> exist
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] import javax.jms.*;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] Note: Some input files
>> > > > > >> use
>> > > > > >>>>>>> unchecked
>> > > > > >>>>>>>>> or
>> > > > > >>>>>>>>>>>>> unsafe
>> > > > > >>>>>>>>>>>>>>>>>>>>> operations.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] Note: Recompile with
>> > > > > >>>>>>>> -Xlint:unchecked
>> > > > > >>>>>>>>>>> for
>> > > > > >>>>>>>>>>>>>>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] 100 errors
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] The following error
>> > > > > >> occurred
>> > > > > >>>>> while
>> > > > > >>>>>>>>>>> executing
>> > > > > >>>>>>>>>>>>>> this
>> > > > > >>>>>>>>>>>>>>>>>>> line:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/core/appclient/closedQueueConnection/build.xml:35:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Compile failed; see the compiler error
>> > > > > >>>>> output
>> > > > > >>>>>>> for
>> > > > > >>>>>>>>>>>>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:571)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>
>> com.sun.ant.taskdefs.common.DoSubdirs.execute(DoSubdirs.java:123)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Source)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> java.lang.reflect.Method.invoke(Method.java:498)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Task.perform(Task.java:350)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> org.apache.tools.ant.Target.execute(Target.java:449)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>
>> org.apache.tools.ant.Target.performTasks(Target.java:470)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>
>> org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>
>> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Main.runBuild(Main.java:834)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Main.startAnt(Main.java:223)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >> org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] Caused by:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/core/appclient/closedQueueConnection/build.xml:35:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Compile failed; see the compiler error
>> > > > > >>>>> output
>> > > > > >>>>>>> for
>> > > > > >>>>>>>>>>>>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1425)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1133)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Source)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> java.lang.reflect.Method.invoke(Method.java:498)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Task.perform(Task.java:350)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> org.apache.tools.ant.Target.execute(Target.java:449)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>
>> org.apache.tools.ant.Target.performTasks(Target.java:470)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>
>> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] ... 17 more
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] Entering
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [echo] ts.home =
>> > > > > >>>>>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/bin/xml/../..
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [echo] The deliverable
>> > > > > >> currently
>> > > > > >>> in
>> > > > > >>>>> use
>> > > > > >>>>>>> is
>> > > > > >>> /Users/cesar/git/jakartaee-tck/bin/xml/../../install/j2ee.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [copy] Copying 1 file to
>> > > > > >>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/src
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>       [delete] Deleting:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>> /Users/cesar/git/jakartaee-tck/src/vehicle.properties
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [copy] Copying 1 file to
>> > > > > >>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/src
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> -precompile:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> compile:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] Compiling 1 source file
>> > > > > >> to
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/classes
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/core/appclient/closedQueueReceiver/ClosedQueueReceiverTests.java:26:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: package javax.jms does not
>> > > > > >> exist
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] import javax.jms.*;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/JmsTool.java:29:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: package javax.jms does not
>> > > > > >> exist
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] import javax.jms.*;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >> JmsTool
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/JmsTool.java:746:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]         testDestination
>> > > > > >> =
>> > > > > >>>>>>>>> (Destination)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> jmsObjects.getQueue(TCKTESTQUEUENAME);
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> Destination
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >> JmsTool
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] 100 errors
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] The following error
>> > > > > >> occurred
>> > > > > >>>>> while
>> > > > > >>>>>>>>>>> executing
>> > > > > >>>>>>>>>>>>>> this
>> > > > > >>>>>>>>>>>>>>>>>>> line:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs]
>> > > > > >>>>>>>> /Users/cesar/git/jakartaee-tck/bin/xml/ts.import.xml:42:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Compile failed; see the compiler error
>> > > > > >>>>> output
>> > > > > >>>>>>> for
>> > > > > >>>>>>>>>>>>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:571)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>
>> com.sun.ant.taskdefs.common.DoSubdirs.execute(DoSubdirs.java:123)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Source)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> java.lang.reflect.Method.invoke(Method.java:498)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Task.perform(Task.java:350)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> org.apache.tools.ant.Target.execute(Target.java:449)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>
>> org.apache.tools.ant.Target.performTasks(Target.java:470)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>
>> org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>
>> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Main.runBuild(Main.java:834)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Main.startAnt(Main.java:223)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >> org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] Caused by:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>
>> /Users/cesar/git/jakartaee-tck/bin/xml/ts.import.xml:42:
>> > > > > >>>>>>>>>>>>>>> Compile
>> > > > > >>>>>>>>>>>>>>>>>>>>>> failed;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> see the compiler error output for
>> > > > > >>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1425)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1133)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Source)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> java.lang.reflect.Method.invoke(Method.java:498)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Task.perform(Task.java:350)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> org.apache.tools.ant.Target.execute(Target.java:449)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>
>> org.apache.tools.ant.Target.performTasks(Target.java:470)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>
>> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] ... 17 more
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] Entering
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedQueueSession
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [echo] ts.home =
>> > > > > >>>>>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/bin/xml/../..
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [echo] The deliverable
>> > > > > >> currently
>> > > > > >>> in
>> > > > > >>>>> use
>> > > > > >>>>>>> is
>> > > > > >>> /Users/cesar/git/jakartaee-tck/bin/xml/../../install/j2ee.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [copy] Copying 1 file to
>> > > > > >>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/src
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>       [delete] Deleting:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>> /Users/cesar/git/jakartaee-tck/src/vehicle.properties
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [copy] Copying 1 file to
>> > > > > >>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/src
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> -precompile:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> compile:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] Compiling 15 source
>> > > > > >> files
>> > > > > >>> to
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/classes
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:24:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: package javax.jms does not
>> > > > > >> exist
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] import javax.jms.*;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:24:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: package javax.jms does not
>> > > > > >> exist
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] import javax.jms.*;
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/MessageTestImpl.java:35:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] public class
>> > > > > >>> MessageTestImpl
>> > > > > >>>>>>>>> implements
>> > > > > >>>>>>>>>>>>>> Message
>> > > > > >>>>>>>>>>>>>>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>   ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol: class Message
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:34:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]     implements
>> > > > > >>> BytesMessage
>> > > > > >>>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]                ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol: class
>> > > > > >>> BytesMessage
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:115:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public void
>> > > > > >> clearBody()
>> > > > > >>>>> throws
>> > > > > >>>>>>>>>>>>> JMSException
>> > > > > >>>>>>>>>>>>>> {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>    ^
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   symbol:   class
>> > > > > >>>> JMSException
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   location: class
>> > > > > >>>>>>>> BytesMessageTestImpl
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/common/BytesMessageTestImpl.java:134:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> error: cannot find symbol
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac]   public boolean
>> > > > > >>>> readBoolean()
>> > > > > >>>>>>>> throws
>> > > > > >>>>>>>>>>>>>>>> JMSException {
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] The following error
>> > > > > >> occurred
>> > > > > >>>>> while
>> > > > > >>>>>>>>>>> executing
>> > > > > >>>>>>>>>>>>>> this
>> > > > > >>>>>>>>>>>>>>>>>>> line:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs]
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/core/appclient/closedTopicConnection/build.xml:35:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Compile failed; see the compiler error
>> > > > > >>>>> output
>> > > > > >>>>>>> for
>> > > > > >>>>>>>>>>>>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:571)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:440)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>
>> com.sun.ant.taskdefs.common.DoSubdirs.execute(DoSubdirs.java:123)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Source)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> java.lang.reflect.Method.invoke(Method.java:498)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Task.perform(Task.java:350)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> org.apache.tools.ant.Target.execute(Target.java:449)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>
>> org.apache.tools.ant.Target.performTasks(Target.java:470)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>
>> org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>
>> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Main.runBuild(Main.java:834)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Main.startAnt(Main.java:223)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >> org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] Caused by:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/src/com/sun/ts/tests/jms/core/appclient/closedTopicConnection/build.xml:35:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Compile failed; see the compiler error
>> > > > > >>>>> output
>> > > > > >>>>>>> for
>> > > > > >>>>>>>>>>>>> details.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1425)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1133)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> sun.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Source)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> java.lang.reflect.Method.invoke(Method.java:498)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>> org.apache.tools.ant.Task.perform(Task.java:350)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>> org.apache.tools.ant.Target.execute(Target.java:449)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>
>> org.apache.tools.ant.Target.performTasks(Target.java:470)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>
>> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] at
>> > > > > >>>>>>>> org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] ... 17 more
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> [dosubdirs] Entering
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> /Users/cesar/git/jakartaee-tck/bin/xml/../../src/com/sun/ts/tests/jms/core/appclient/closedTopicSession
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [echo] ts.home =
>> > > > > >>>>>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/bin/xml/../..
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [echo] The deliverable
>> > > > > >> currently
>> > > > > >>> in
>> > > > > >>>>> use
>> > > > > >>>>>>> is
>> > > > > >>> /Users/cesar/git/jakartaee-tck/bin/xml/../../install/j2ee.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [copy] Copying 1 file to
>> > > > > >>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/src
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>       [delete] Deleting:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>> /Users/cesar/git/jakartaee-tck/src/vehicle.properties
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>         [copy] Copying 1 file to
>> > > > > >>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/src
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> -precompile:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> compile:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>     [ts.javac] Compiling 15 source
>> > > > > >> files
>> > > > > >>> to
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> /Users/cesar/git/jakartaee-tck/classes
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> El mar., 15 ene. 2019 a las 7:18,
>> > > > > >>> Jonathan
>> > > > > >>>>>>>> Gallimore
>> > > > > >>>>>>>>>>> (<
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com>)
>> > > > > >>> escribió:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> Now I get different failures. I'll
>> > > > > >> try
>> > > > > >>>> and
>> > > > > >>>>>> work
>> > > > > >>>>>>>>> out a
>> > > > > >>>>>>>>>>>>>>>> definitive
>> > > > > >>>>>>>>>>>>>>>>>>>>> file
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> that
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> works.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 1:16 PM
>> > > > > >>> Jonathan
>> > > > > >>>>>>>> Gallimore
>> > > > > >>>>>>>>> <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>> Looks like ts.jte was updated to
>> > > > > >>>> reference
>> > > > > >>>>>>>>>>>>> jakarta.xxx.jar
>> > > > > >>>>>>>>>>>>>>> as
>> > > > > >>>>>>>>>>>>>>>>>>>>> opposed
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> to
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>> javax.xxx.jar, so the classpath ends
>> > > > > >>> up
>> > > > > >>>>> not
>> > > > > >>>>>>>>> matching
>> > > > > >>>>>>>>>>>>> the
>> > > > > >>>>>>>>>>>>>>>>>>>> glassfish
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> that
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> the
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>> script downloads. Trying a fix now.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 12:30 PM
>> > > > > >>>> Jonathan
>> > > > > >>>>>>>>> Gallimore
>> > > > > >>>>>>>>>>> <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com>
>> > > > > >> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>> Yeah, I'll pull some errors out.
>> > > > > >>>>>>> Frustratingly,
>> > > > > >>>>>>>>>>> I've
>> > > > > >>>>>>>>>>>>> had
>> > > > > >>>>>>>>>>>>>>> this
>> > > > > >>>>>>>>>>>>>>>>>>>>> build
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>> successfully in the past, and I
>> > > > > >> have
>> > > > > >>>> the
>> > > > > >>>>>> zip
>> > > > > >>>>>>>> file
>> > > > > >>>>>>>>>>> to
>> > > > > >>>>>>>>>>>>>> prove
>> > > > > >>>>>>>>>>>>>>> it
>> > > > > >>>>>>>>>>>>>>>>>>>> :).
>> > > > > >>>>>>>>>>>>>>>>>>>>>> Not
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> sure
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>> what's going on today.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 12:28 PM
>> > > > > >> Mark
>> > > > > >>>>>>> Struberg
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> <strub...@yahoo.de.invalid>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> I went through this yesterday
>> > > > > >> night.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Over here it was mainly missing
>> > > > > >> spec
>> > > > > >>>>> jars.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> The TCK also compiles against tons
>> > > > > >>> of
>> > > > > >>>>>>> internal
>> > > > > >>>>>>>>>>>>> Glassfish
>> > > > > >>>>>>>>>>>>>>>>>>>> classes,
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> proprietary databasess I've never
>> > > > > >>>> heard
>> > > > > >>>>>> of,
>> > > > > >>>>>>>> etc.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> I eventually gave up yesterday :)
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Can you probably share some of the
>> > > > > >>>>> compile
>> > > > > >>>>>>>>> errors
>> > > > > >>>>>>>>>>> you
>> > > > > >>>>>>>>>>>>>> got?
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> LieGrue,
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> strub
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Am 15.01.2019 um 13:14 schrieb
>> > > > > >>>> Jonathan
>> > > > > >>>>>>>>>>> Gallimore <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com>:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Ok - still the same.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 12:09 PM
>> > > > > >>>>> Jonathan
>> > > > > >>>>>>>>>>> Gallimore
>> > > > > >>>>>>>>>>>>> <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> jonathan.gallim...@gmail.com>
>> > > > > >>> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Good spot... Let's try that
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Jon
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Jan 15, 2019 at 11:58 AM
>> > > > > >>>> Bruno
>> > > > > >>>>>>>>> Baptista
>> > > > > >>>>>>>>>>> <
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> bruno...@gmail.com
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hey Jon,
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On the Jakarta TCK min
>> > > > > >>> requirements
>> > > > > >>>>>> they
>> > > > > >>>>>>>>>>> mention
>> > > > > >>>>>>>>>>>>> that
>> > > > > >>>>>>>>>>>>>>> it
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> requires
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> Ant
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 1.10.5+
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> That might explain some errors.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Bruno Baptista
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://twitter.com/brunobat_
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 15/01/19 11:53, Jonathan
>> > > > > >>>> Gallimore
>> > > > > >>>>>>>> wrote:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> need to change JAVA_HOME and
>> > > > > >>>>> ANT_HOME
>> > > > > >>>>>> to
>> > > > > >>>>>>>>> match
>> > > > > >>>>>>>>>>>>> your
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> environment.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>> I'm
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> using Ant 1.9.13 and OpenJDK
>> > > > > >>>>> 8/Hotpsot
>> > > > > >>>>>>>> from
>> > > > > >>>>>>>>>>>>>>>> AdoptOpenJDK.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> --
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> Atentamente:
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>> César Hernández Mendoza.
>> > > > > >>>>>>>>>>>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>> --
>> > > > > >>>>>>>>>>>>>>>> Carl J. Mosca
>> > > > > >>>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>>
>> > > > > >>>>>>>>>>>>>>> --
>> > > > > >>>>>>>>>>>>>>> Daniel "soro" Cunha
>> > > > > >>>>>>>>>>>>>>> https://twitter.com/dvlc_
>> > > > > >>>>>>>>>>>>>>>
>> > > > > >>>>>
>> > > > > >>>>> --
>> > > > > >>>>> Daniel "soro" Cunha
>> > > > > >>>>> https://twitter.com/dvlc_
>> > > > > >>>>>
>> > > > > >>>
>> > > > > >>> --
>> > > > > >>> Daniel "soro" Cunha
>> > > > > >>> https://twitter.com/dvlc_
>> > > > > >>>
>> > > > > >
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > > Daniel "soro" Cunha
>> > > > https://twitter.com/dvlc_
>> > > >
>> > >
>> >
>>
>

Reply via email to