renaming a project causes errors

89 görüntüleme
İlk okunmamış mesaja atla

Sean Wolfe

okunmadı,
20 Eki 2015 15:30:4620.10.2015
alıcı Scala IDE User
Just noodling around a bit --> when I rename a project in the package explorer, I get errors that the source folder can't be found. Looks like the SBT builder is crashing also.

I'll attach a couple screenshots.


Screen Shot 2015-10-20 at 12.29.11 PM.png
Screen Shot 2015-10-20 at 12.29.39 PM.png

Sean Wolfe

okunmadı,
20 Eki 2015 15:32:2220.10.2015
alıcı Scala IDE User
Here's a stack trace ..
scalaide_renameproject_sbtbuilder_crash.txt

Sean Wolfe

okunmadı,
20 Eki 2015 15:32:5520.10.2015
alıcı Scala IDE User
Stacktrace -->

2015-10-20 12:29:35,516 ERROR [main] - org.scala-ide.sdt.core - org.scala-ide.sdt.core - org.scala-ide.sdt.core - 0 - Error in Scala compiler
java.lang.IllegalStateException: The source folder location `F/sandbox-october2015/src` is invalid.
at org.scalaide.core.internal.builder.zinc.SbtInputs$$anon$2$$anon$1$$anonfun$outputGroups$1$$anon$3.sourceDirectory(SbtInputs.scala:93)
at sbt.CompileSetup$$anon$3$$anonfun$equiv$1.apply(CompileSetup.scala:59)
at sbt.CompileSetup$$anon$3$$anonfun$equiv$1.apply(CompileSetup.scala:57)
at scala.collection.IndexedSeqOptimized$class.prefixLengthImpl(IndexedSeqOptimized.scala:38)
at scala.collection.IndexedSeqOptimized$class.forall(IndexedSeqOptimized.scala:43)
at scala.collection.mutable.ArrayOps$ofRef.forall(ArrayOps.scala:186)
at sbt.CompileSetup$$anon$3.equiv(CompileSetup.scala:57)
at sbt.CompileSetup$$anon$3.equiv(CompileSetup.scala:52)
at sbt.CompileSetup$$anon$1.sameOutput$1(CompileSetup.scala:37)
at sbt.CompileSetup$$anon$1.equiv(CompileSetup.scala:42)
at sbt.CompileSetup$$anon$1.equiv(CompileSetup.scala:33)
at sbt.compiler.AggressiveCompile.compile2(AggressiveCompile.scala:153)
at sbt.compiler.AggressiveCompile.compile1(AggressiveCompile.scala:68)
at sbt.compiler.AggressiveCompile.apply(AggressiveCompile.scala:43)
at org.scalaide.util.internal.Suppress$DeprecatedWarning$$anonfun$aggressivelyCompile$1.apply(Suppress.scala:72)
at org.scalaide.util.internal.Suppress$DeprecatedWarning$$anonfun$aggressivelyCompile$1.apply(Suppress.scala:72)
at org.scalaide.core.internal.builder.zinc.EclipseSbtBuildManager.aggressiveCompile(EclipseSbtBuildManager.scala:218)
at org.scalaide.core.internal.builder.zinc.EclipseSbtBuildManager.runCompiler(EclipseSbtBuildManager.scala:148)
at org.scalaide.core.internal.builder.zinc.EclipseSbtBuildManager.update(EclipseSbtBuildManager.scala:130)
at org.scalaide.core.internal.builder.zinc.EclipseSbtBuildManager.build(EclipseSbtBuildManager.scala:90)
at org.scalaide.core.internal.project.scopes.BuildScopeUnit.build(BuildScopeUnit.scala:73)
at org.scalaide.core.internal.project.SbtScopesBuildManager$$anonfun$build$1.apply(SbtScopesBuildManager.scala:47)
at org.scalaide.core.internal.project.SbtScopesBuildManager$$anonfun$build$1.apply(SbtScopesBuildManager.scala:43)
at scala.collection.immutable.List.foreach(List.scala:381)
at org.scalaide.core.internal.project.SbtScopesBuildManager.build(SbtScopesBuildManager.scala:43)
at org.scalaide.core.internal.project.ScalaProject.build(ScalaProject.scala:591)
at org.scalaide.core.internal.builder.ScalaBuilder.build(ScalaBuilder.scala:117)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:205)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:245)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:300)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:303)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:359)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:382)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:144)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

On Tuesday, October 20, 2015 at 12:30:46 PM UTC-7, Sean Wolfe wrote:

iulian dragos

okunmadı,
20 Eki 2015 15:44:3220.10.2015
alıcı scala-i...@googlegroups.com
Hey, thanks for reporting this. I think the best place to keep track of these is the issue tracker:


Would you mind opening an issue (there might already be one though... check first)

thanks,
iulian


--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/876c593f-70f7-4559-abc9-53c91bc51d9d%40googlegroups.com.

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



--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais

Sean Wolfe

okunmadı,
20 Eki 2015 16:02:5420.10.2015
alıcı Scala IDE User
How does one create new tickets? I've been digging around the site and even signed up for an account to see if that would unhide a field but ... no luck.

On Tuesday, October 20, 2015 at 12:30:46 PM UTC-7, Sean Wolfe wrote:

Simon Schäfer

okunmadı,
20 Eki 2015 16:16:2620.10.2015
alıcı scala-i...@googlegroups.com


On 10/20/2015 10:02 PM, Sean Wolfe wrote:
How does one create new tickets? I've been digging around the site and even signed up for an account to see if that would unhide a field but ... no luck.
You need to be logged in. There should be a green button titled "New Support Request" here: https://www.assembla.com/spaces/scala-ide/support/tickets

On Tuesday, October 20, 2015 at 12:30:46 PM UTC-7, Sean Wolfe wrote:
Just noodling around a bit --> when I rename a project in the package explorer, I get errors that the source folder can't be found. Looks like the SBT builder is crashing also.

I'll attach a couple screenshots.


--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.

iulian dragos

okunmadı,
20 Eki 2015 17:50:5120.10.2015
alıcı scala-i...@googlegroups.com
On Tue, Oct 20, 2015 at 10:16 PM, Simon Schäfer <ma...@antoras.de> wrote:


On 10/20/2015 10:02 PM, Sean Wolfe wrote:
How does one create new tickets? I've been digging around the site and even signed up for an account to see if that would unhide a field but ... no luck.
You need to be logged in. There should be a green button titled "New Support Request" here: https://www.assembla.com/spaces/scala-ide/support/tickets

This is getting harder and harder for users... should we consider migrating to Jira? I think Atlassian offers licenses to open-source projects. Or we could ask the Scala team if they would host the Scala IDE tickets as well. It'd be great to be able to link tickets between the two projects, too.

iulian
 


On Tuesday, October 20, 2015 at 12:30:46 PM UTC-7, Sean Wolfe wrote:
Just noodling around a bit --> when I rename a project in the package explorer, I get errors that the source folder can't be found. Looks like the SBT builder is crashing also.

I'll attach a couple screenshots.


--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/d503746c-dfc2-4ea4-b9d3-0abbf3a72b07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.

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

Simon Schäfer

okunmadı,
20 Eki 2015 18:04:3820.10.2015
alıcı scala-i...@googlegroups.com


On 10/20/2015 11:50 PM, iulian dragos wrote:


On Tue, Oct 20, 2015 at 10:16 PM, Simon Schäfer <ma...@antoras.de> wrote:


On 10/20/2015 10:02 PM, Sean Wolfe wrote:
How does one create new tickets? I've been digging around the site and even signed up for an account to see if that would unhide a field but ... no luck.
You need to be logged in. There should be a green button titled "New Support Request" here: https://www.assembla.com/spaces/scala-ide/support/tickets

This is getting harder and harder for users... should we consider migrating to Jira?
I thought about that but I would prefer to move to Github actually. The Scala people thought about moving to Github too (and did for their 2.12 release). Anyway, it is a lot of work (which I would consider doing) but we would loose history (which I saw as a no go for me so far).
I think Atlassian offers licenses to open-source projects. Or we could ask the Scala team if they would host the Scala IDE tickets as well. It'd be great to be able to link tickets between the two projects, too.

iulian
 


On Tuesday, October 20, 2015 at 12:30:46 PM UTC-7, Sean Wolfe wrote:
Just noodling around a bit --> when I rename a project in the package explorer, I get errors that the source folder can't be found. Looks like the SBT builder is crashing also.

I'll attach a couple screenshots.


--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/d503746c-dfc2-4ea4-b9d3-0abbf3a72b07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scala-ide-user/5626A116.5010401%40antoras.de.

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



--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais
--
You received this message because you are subscribed to the Google Groups "Scala IDE User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-ide-use...@googlegroups.com.

Sean Wolfe

okunmadı,
20 Eki 2015 19:12:4820.10.2015
alıcı Scala IDE User

On Tue, Oct 20, 2015 at 10:16 PM, Simon Schäfer <ma...@antoras.de> wrote:


On 10/20/2015 10:02 PM, Sean Wolfe wrote:
How does one create new tickets? I've been digging around the site and even signed up for an account to see if that would unhide a field but ... no luck.
You need to be logged in. There should be a green button titled "New Support Request" here: https://www.assembla.com/spaces/scala-ide/support/tickets

Done! new ticket created. Regarding Github, sounds like a good idea to me. Assemblea seems pretty complicated.

Sean Wolfe

okunmadı,
20 Eki 2015 19:30:2520.10.2015
alıcı Scala IDE User


On Tuesday, October 20, 2015 at 3:04:38 PM UTC-7, Simon Schäfer wrote:


On 10/20/2015 11:50 PM, iulian dragos wrote:


On Tue, Oct 20, 2015 at 10:16 PM, Simon Schäfer <ma...@antoras.de> wrote:


On 10/20/2015 10:02 PM, Sean Wolfe wrote:
How does one create new tickets? I've been digging around the site and even signed up for an account to see if that would unhide a field but ... no luck.
You need to be logged in. There should be a green button titled "New Support Request" here: https://www.assembla.com/spaces/scala-ide/support/tickets

This is getting harder and harder for users... should we consider migrating to Jira?
I thought about that but I would prefer to move to Github actually. The Scala people thought about moving to Github too (and did for their 2.12 release). Anyway, it is a lot of work (which I would consider doing) but we would loose history (which I saw as a no go for me so far).

I have been enjoying my time here, appreciate the support, and I would be happy to contribute to help give back. We could perhaps start a separate thread or ticket with a list of todos for a migration?

Dénes Harmath

okunmadı,
12 Mar 2016 07:14:5412.03.2016
alıcı Scala IDE User
Please specify the URL of the ticket you created.

Simon Schäfer

okunmadı,
12 Mar 2016 07:28:2212.03.2016
alıcı scala-i...@googlegroups.com


On 03/11/2016 11:31 PM, Dénes Harmath wrote:
> Please specify the URL of the ticket you created.
It is this one:
https://www.assembla.com/spaces/scala-ide/tickets/1002576-renaming-a-project-in-package-explorer-causes-sbtbuilder-to-crash/details#

Dénes Harmath

okunmadı,
12 Mar 2016 17:30:5812.03.2016
alıcı scala-i...@googlegroups.com
Tümünü yanıtla
Yazarı yanıtla
Yönlendir
0 yeni ileti