[jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2015-01-22 Thread Myrna van Lunteren (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren reassigned DERBY-5219: - Assignee: (was: Jayaram Subramanian) Unassigning - there has been no

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2015-01-22 Thread rsjay1976 .
Hi All, Sorry that i was lazy that i couldnt work on this JIRA for past 1 year. Will continue to make an attempt to be more diligent on the JIRA's in future. With Regards Jayaram On Fri, Jan 23, 2015 at 3:53 AM, Myrna van Lunteren (JIRA) j...@apache.org wrote: [

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2014-01-11 Thread rsjay1976 .
Hi All I am trying to debug the issue in eclopse by debugging the RunTest.java class file. But i find that none of the derbyTesting jar related classes like NetServer, JavaVersionHolder, and Sed classes could be referenced. I tried adding DerbyTesting.jar to classpath and sourcelookpath in

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2013-12-31 Thread Knut Anders Hatlen
rsjay1976 . rsjay1...@gmail.com writes: Thanks Bryan I tried both with and without $, but got the same results.As an FYI, I am running cygwin on windows 7 pc with SUN JRE 1.6.0_14 version. Hi Jayaram, In addition to removing the $, I think you need to have double quotes around the classpath,

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2013-12-31 Thread rsjay1976 .
Thanks all, It now works.. With Regards Jayaram On Tue, Dec 31, 2013 at 9:51 AM, Knut Anders Hatlen knut.hat...@oracle.comwrote: rsjay1976 . rsjay1...@gmail.com writes: Thanks Bryan I tried both with and without $, but got the same results.As an FYI, I am running cygwin on windows

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2013-12-30 Thread rsjay1976 .
Hi, I was trying to replicate the above issue by running harness against a single test. But i was facing the issue below when i was trying to set classpath.. Appreciate your help.. jayaram@ADMINIB-0FLD7HA /cygdrive/c/derby/trunk $ set

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2013-12-30 Thread Bryan Pendleton
jayaram@ADMINIB-0FLD7HA /cygdrive/c/derby/trunk $ set $CLASSPATH=C:/Derby/trunk/tools/java/jakarta-oro-2.0.8.jar;C:/Derby/trunk/jars/sane/derbyTesting.jar;C:/Derby/trunk/jars/sane/derbyrun.jar;C:/Derby/trunk/tools/java/junit.jar Hi Jayaram, Make sure that line starts: set CLASSPATH=... not

Re: [jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2013-12-30 Thread rsjay1976 .
Thanks Bryan I tried both with and without $, but got the same results.As an FYI, I am running cygwin on windows 7 pc with SUN JRE 1.6.0_14 version. With Regards Jayaram On Mon, Dec 30, 2013 at 8:16 PM, Bryan Pendleton bpendleton.de...@gmail.com wrote: jayaram@ADMINIB-0FLD7HA

[jira] [Assigned] (DERBY-5219) Make it possible to set the classpath of the Derby tests using the -cp command line arg instead of setting the CLASSPATH environment variable.

2013-12-22 Thread Jayaram Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/DERBY-5219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayaram Subramanian reassigned DERBY-5219: -- Assignee: Jayaram Subramanian Make it possible to set the classpath of the