Problem running Stic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem running Stic

Vitor Medina Cruz
I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Problem running Stic

James Ladd
Are you using the latest from GitHub as the class path handling has totally changed - the class path is now the same one you use for java and the -s option is no longer used.

I'm preparing for a presentation of Redline at JavaOne but ill try to run up a windows machine and check this today.

- James

Sent from Hyperspace.

On 13/09/2013, at 3:04 AM, Vitor Cruz <[hidden email]> wrote:

I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Problem running Stic

Vitor Medina Cruz
Yes, I am using the last version from github.

Ok, if you can confirm the error is happening and give me some guidence I can investigate it. :)

[]s,
Vitor

On Thursday, September 12, 2013 7:19:07 PM UTC-3, jamesl wrote:
Are you using the latest from GitHub as the class path handling has totally changed - the class path is now the same one you use for java and the -s option is no longer used.

I'm preparing for a presentation of Redline at JavaOne but ill try to run up a windows machine and check this today.

- James

Sent from Hyperspace.

On 13/09/2013, at 3:04 AM, Vitor Cruz <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="666uIK2FZ0UJ">vitor...@...> wrote:

I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="666uIK2FZ0UJ">redline-smallt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Problem running Stic

James Ladd
I downloaded the latest Redline Smalltalk to windows and
ran a clean build (mvn clean install).

The build fails one of the tests where it tries to locate some Smalltalk source
within a JAR. I can fix this.

However, this suggests to me that you are not running that latest version or
you may have asked about this error rather than the one you have asked about.

Please ensure you are using the latest and that you too get the errors that I am
referring to.

- James.


On Fri, Sep 13, 2013 at 9:30 PM, Vitor Cruz <[hidden email]> wrote:
Yes, I am using the last version from github.

Ok, if you can confirm the error is happening and give me some guidence I can investigate it. :)

[]s,
Vitor


On Thursday, September 12, 2013 7:19:07 PM UTC-3, jamesl wrote:
Are you using the latest from GitHub as the class path handling has totally changed - the class path is now the same one you use for java and the -s option is no longer used.

I'm preparing for a presentation of Redline at JavaOne but ill try to run up a windows machine and check this today.

- James

Sent from Hyperspace.

On 13/09/2013, at 3:04 AM, Vitor Cruz <[hidden email]> wrote:

I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redline-smallt...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Problem running Stic

Vitor Medina Cruz
That is strange... Well, I clean up and cloned again and know I see the errors you refer to.

Results :

Failed tests:
  shouldReadContents(st.redline.classloader.io.FileSourceReaderTest): expected:<...urceReaderTest.java"[]
> but was:<...urceReaderTest.java"[
]
>
  shouldFindSourceInJar(st.redline.classloader.SourceFinderTest): expected:<source> but was:<null>
  shouldFindSourceInFile(st.redline.classloader.SourceFinderTest): expected:<source> but was:<null>

Tests in error:
  shouldReadContents(st.redline.classloader.io.JarSourceReaderTest): Expected JAR entry 'st\redline\classloader\SourceFinderJarTest.st' not found in: E:\Projetos\redline-smalltalk\lib\SourceFinderTest.jar

Tests run: 41, Failures: 3, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

On Sunday, September 15, 2013 7:25:08 PM UTC-3, jamesl wrote:
I downloaded the latest Redline Smalltalk to windows and
ran a clean build (mvn clean install).

The build fails one of the tests where it tries to locate some Smalltalk source
within a JAR. I can fix this.

However, this suggests to me that you are not running that latest version or
you may have asked about this error rather than the one you have asked about.

Please ensure you are using the latest and that you too get the errors that I am
referring to.

- James.


On Fri, Sep 13, 2013 at 9:30 PM, Vitor Cruz <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="XSAQtzzgsxYJ">vitor...@...> wrote:
Yes, I am using the last version from github.

Ok, if you can confirm the error is happening and give me some guidence I can investigate it. :)

[]s,
Vitor


On Thursday, September 12, 2013 7:19:07 PM UTC-3, jamesl wrote:
Are you using the latest from GitHub as the class path handling has totally changed - the class path is now the same one you use for java and the -s option is no longer used.

I'm preparing for a presentation of Redline at JavaOne but ill try to run up a windows machine and check this today.

- James

Sent from Hyperspace.

On 13/09/2013, at 3:04 AM, Vitor Cruz <[hidden email]> wrote:

I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redline-smallt...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="XSAQtzzgsxYJ">redline-smallt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Problem running Stic

James Ladd
I'm preparing for the Redline presentation so I may take a few days even a week to get to this.
Sorry.


On Mon, Sep 16, 2013 at 10:43 AM, Vitor Cruz <[hidden email]> wrote:
That is strange... Well, I clean up and cloned again and know I see the errors you refer to.

Results :

Failed tests:
  shouldReadContents(st.redline.classloader.io.FileSourceReaderTest): expected:<...urceReaderTest.java"[]
> but was:<...urceReaderTest.java"[
]
>
  shouldFindSourceInJar(st.redline.classloader.SourceFinderTest): expected:<source> but was:<null>
  shouldFindSourceInFile(st.redline.classloader.SourceFinderTest): expected:<source> but was:<null>

Tests in error:
  shouldReadContents(st.redline.classloader.io.JarSourceReaderTest): Expected JAR entry 'st\redline\classloader\SourceFinderJarTest.st' not found in: E:\Projetos\redline-smalltalk\lib\SourceFinderTest.jar

Tests run: 41, Failures: 3, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE


On Sunday, September 15, 2013 7:25:08 PM UTC-3, jamesl wrote:
I downloaded the latest Redline Smalltalk to windows and
ran a clean build (mvn clean install).

The build fails one of the tests where it tries to locate some Smalltalk source
within a JAR. I can fix this.

However, this suggests to me that you are not running that latest version or
you may have asked about this error rather than the one you have asked about.

Please ensure you are using the latest and that you too get the errors that I am
referring to.

- James.


On Fri, Sep 13, 2013 at 9:30 PM, Vitor Cruz <[hidden email]> wrote:
Yes, I am using the last version from github.

Ok, if you can confirm the error is happening and give me some guidence I can investigate it. :)

[]s,
Vitor


On Thursday, September 12, 2013 7:19:07 PM UTC-3, jamesl wrote:
Are you using the latest from GitHub as the class path handling has totally changed - the class path is now the same one you use for java and the -s option is no longer used.

I'm preparing for a presentation of Redline at JavaOne but ill try to run up a windows machine and check this today.

- James

Sent from Hyperspace.

On 13/09/2013, at 3:04 AM, Vitor Cruz <[hidden email]> wrote:

I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redline-smallt...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redline-smallt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: Problem running Stic

Vitor Medina Cruz
That is Ok

On Sunday, September 15, 2013 9:55:29 PM UTC-3, jamesl wrote:
I'm preparing for the Redline presentation so I may take a few days even a week to get to this.
Sorry.


On Mon, Sep 16, 2013 at 10:43 AM, Vitor Cruz <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="em5v6iTkgbcJ">vitor...@...> wrote:
That is strange... Well, I clean up and cloned again and know I see the errors you refer to.

Results :

Failed tests:
  shouldReadContents(st.redline.classloader.io.FileSourceReaderTest): expected:<...urceReaderTest.java"[]
> but was:<...urceReaderTest.java"[
]
>
  shouldFindSourceInJar(st.redline.classloader.SourceFinderTest): expected:<source> but was:<null>
  shouldFindSourceInFile(st.redline.classloader.SourceFinderTest): expected:<source> but was:<null>

Tests in error:
  shouldReadContents(st.redline.classloader.io.JarSourceReaderTest): Expected JAR entry 'st\redline\classloader\SourceFinderJarTest.st' not found in: E:\Projetos\redline-smalltalk\lib\SourceFinderTest.jar

Tests run: 41, Failures: 3, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE


On Sunday, September 15, 2013 7:25:08 PM UTC-3, jamesl wrote:
I downloaded the latest Redline Smalltalk to windows and
ran a clean build (mvn clean install).

The build fails one of the tests where it tries to locate some Smalltalk source
within a JAR. I can fix this.

However, this suggests to me that you are not running that latest version or
you may have asked about this error rather than the one you have asked about.

Please ensure you are using the latest and that you too get the errors that I am
referring to.

- James.


On Fri, Sep 13, 2013 at 9:30 PM, Vitor Cruz <[hidden email]> wrote:
Yes, I am using the last version from github.

Ok, if you can confirm the error is happening and give me some guidence I can investigate it. :)

[]s,
Vitor


On Thursday, September 12, 2013 7:19:07 PM UTC-3, jamesl wrote:
Are you using the latest from GitHub as the class path handling has totally changed - the class path is now the same one you use for java and the -s option is no longer used.

I'm preparing for a presentation of Redline at JavaOne but ill try to run up a windows machine and check this today.

- James

Sent from Hyperspace.

On 13/09/2013, at 3:04 AM, Vitor Cruz <[hidden email]> wrote:

I was trying to run Stic in my windows machine but I always got ClassNotFoundException when I try to run a st file. The exception occured no matter what I do and it is thrown by the native forName0 only *after* the loadClass of SmalltalkClassLoader returns, and, as far as I can tell, the class is loaded correctly by the SmalltalkClassLoader. This is an known issue? Any guidence I could seek to investigate (or understand) the problem?

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redline-smallt...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redline-smallt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="em5v6iTkgbcJ">redline-smallt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Redline Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.