Package does not exists! but it exists on .ivy

163 views
Skip to first unread message

Hannah J Swystun

unread,
Jun 30, 2016, 9:37:23 PM6/30/16
to play-framework
Hi,

I added this dependency in my build.sbt before running SBT RUN.
"com.github.xuwei-k" % "html2image" % "0.1.0"

then I added the package of HTML2IMAGE in my application.java :
import gui.ava.html.*;

I checked if the package really exists in .ivy  & it exists :




When I try to run my application it shows message error :
 error: package gui.ava.html does not exist


Do I mess something!!!
Auto Generated Inline Image 1

Igmar Palsenberg

unread,
Jul 1, 2016, 2:35:36 AM7/1/16
to play-framework


Op vrijdag 1 juli 2016 03:37:23 UTC+2 schreef Hannah J Swystun:
Hi,

I added this dependency in my build.sbt before running SBT RUN.
"com.github.xuwei-k" % "html2image" % "0.1.0"

then I added the package of HTML2IMAGE in my application.java :
import gui.ava.html.*;

I checked if the package really exists in .ivy  & it exists :

Did you run an sbt update ?


Igmar 

Hannah J Swystun

unread,
Jul 1, 2016, 9:45:27 AM7/1/16
to play-framework
Hello Igmar,

I never used this command line before....
I deleted the folder of com.github.xuwei-k from directory .ivy and run again SBT => failure again !!!! 



here is my build.sbt in the attached file....did i missed something please ? By the way I am working on the sample of Mr. Schmitt downloaded from : https://github.com/schmitch/computer-database
Thank you in advance.
build.sbt
Auto Generated Inline Image 1

Igmar Palsenberg

unread,
Jul 1, 2016, 10:34:02 AM7/1/16
to play-framework
 
here is my build.sbt in the attached file....did i missed something please ? By the way I am working on the sample of Mr. Schmitt downloaded from : https://github.com/schmitch/computer-database
Thank you in advance.

gui.ava.html does't contain classes, so that error is correct. 

gui.ava.html.link and gui.ava.html.image.generator do for example.



Igmar


Hannah J Swystun

unread,
Jul 1, 2016, 10:47:26 AM7/1/16
to play-framework
Hello Igmar,

Thank you for all your assistance



Le vendredi 1 juillet 2016 01:37:23 UTC, Hannah J Swystun a écrit :
Reply all
Reply to author
Forward
0 new messages