what the hell means this??

53 views
Skip to first unread message

AndersonLopes

unread,
Sep 10, 2012, 2:28:42 PM9/10/12
to kobo-...@googlegroups.com
While compiling KoboformBuilder the following message was prompted:

Missing required argument 'moduleName'
Google Web Toolkit 2.0.3
WebAppCreator [-overwrite] [-ignore] [-out dir] [-junit pathToJUnitJar] moduleName 

where 
  -overwrite  Overwrite any existing files
  -ignore     Ignore any existing files; do not overwrite
  -out        The directory to write output files into (defaults to current)
  -junit      Specifies the path to your junit.jar (optional)
and 
  moduleName  The name of the module to create (e.g. com.example.myapp.MyApp)

what means that?? What is needed. I followed these steps
  • Imported Koboform project from repository on code-google via tortoise workbech
  • uncommented the class "KoboFormDesignerLaunch.java" on "org.openrosa" package and imported the libs: "org.eclipse.jetty.server.Server" and "org.eclipse.jetty.webapp.WebAppContext".
  • I tried to run the project with WebAppCreator run option.

AndersonLopes

unread,
Sep 11, 2012, 12:16:16 PM9/11/12
to kobo-...@googlegroups.com
that's alright I just selected the wrong class, after selecting KoBoFormBilderLaunch and setting Port to 8080 it worked

Neil Hendrick

unread,
Sep 11, 2012, 1:45:45 PM9/11/12
to kobo-...@googlegroups.com
Eclipse is tricky, but I think you are getting on top of it. It often has these kinds of issues with a perfectly good project on import where you have to go select the location of included resources, etc. Just go through the errors one at a time until you get yourself a working version going.

~Neil


--
You received this message because you are subscribed to the Google Groups "Kobo Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/ADHH28eCf1QJ.

To post to this group, send email to kobo-...@googlegroups.com.
To unsubscribe from this group, send email to kobo-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/kobo-users?hl=en.

AndersonLopes

unread,
Sep 12, 2012, 2:53:56 PM9/12/12
to kobo-...@googlegroups.com
there's a new problem, but it's not exactly a problem but a doubt. when the project was running I realized that 80% of the features was not in it. for exemple

  • new form menu
  • save to file 
  • save to browser
  • validate
and many others, why the project isn't complete, like the KoboFormBuilder PC version??


Em segunda-feira, 10 de setembro de 2012 15h28min43s UTC-3, AndersonLopes escreveu:

Neil Hendrick

unread,
Sep 13, 2012, 1:14:41 PM9/13/12
to kobo-...@googlegroups.com
Anderson,

In the top left corner of the KoBoForm window, you should see a version number. Can you tell me what that version number is?



--
You received this message because you are subscribed to the Google Groups "Kobo Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/aXDYfkgQhGgJ.

AndersonLopes

unread,
Sep 14, 2012, 12:40:17 PM9/14/12
to kobo-...@googlegroups.com
Neil, there is no version number in this window. look at the print.


John Etherton

unread,
Sep 14, 2012, 4:35:26 PM9/14/12
to kobo-...@googlegroups.com
Hi Anderson,

You seem to be using a very old version. Can you tell me exactly where you got the source code from? Did you use Mercurial or download a zip file? If you have Mercurial installed try running:

hg clone https://<your_google_code_id_here>@code.google.com/p/kobo.formbuilder/ 

That will download the latest code.

AndersonLopes

unread,
Sep 15, 2012, 7:54:53 PM9/15/12
to kobo-...@googlegroups.com

AndersonLopes

unread,
Sep 17, 2012, 1:54:29 PM9/17/12
to kobo-...@googlegroups.com
john after downloading with  "hg clone https://code.google.com/p/kobo.formbuilder/" it downloaded the same version and everything still are the same

John Etherton

unread,
Sep 17, 2012, 6:33:05 PM9/17/12
to kobo-...@googlegroups.com
Anderson,

I used hg clone https://code.google.com/p/kobo.formbuilder/  to make a copy of the source, then built it in eclipse and it worked just fine for me. While testing to make sure that the code was indeed the most recent version, I made a 4 minute screen cast of the processes, so check it out: http://www.kobotoolbox.org/koboform/help/koboform_build_from_source_20120917.ogv. Maybe it'll shed some light on the differences between what you're seeing and what we're seeing.

Neil Hendrick

unread,
Sep 19, 2012, 3:00:58 PM9/19/12
to kobo-...@googlegroups.com
Nice screencast, John! Thanks.

~neil

--
You received this message because you are subscribed to the Google Groups "Kobo Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/NNbBe099YIIJ.

Vinck, Patrick

unread,
Sep 19, 2012, 4:23:11 PM9/19/12
to kobo-...@googlegroups.com

Great – Anyway to have a direct link on the homepage somewhere?

Also have you had a chance to look at a WorldMap using KoBoMap? I can give you a list with a few indicators if it helps.

 

Patrick

Patrick Vinck

unread,
Sep 19, 2012, 4:23:59 PM9/19/12
to kobo-...@googlegroups.com

Please ignore!

AndersonLopes

unread,
Sep 24, 2012, 2:46:55 PM9/24/12
to kobo-...@googlegroups.com
 John Like I told you, I made the same steps 3 times, exept that program you used to clone. I used tortoise to download the source file.I use Windows 7 eclipse 4 Juno.

Some interesting diference. when you import the source to eclipse, it doesn't show any erros. howerver when I import it the source folders show some errors about build path, and repeated classes. I commented out the repeated classes. and the main class of openRosa folder is commented out, so I uncommented it and imported the "import org.eclipse.jetty.server.Server;" and "import org.eclipse.jetty.webapp.WebAppContext;" . but after that it asks me for a ".KoboFormBuilder.war" and I select it manually, and import it to the folder and rename it from KoboFormBuilder.war to .KoboFormBuider.war. only the dot "." is the diference. and after that the application runs selecting the "run as > Java Application" so I enter in firefox browser "localhost:8080" and it shows me that screen I've shown you before. what am I doing wrong?

AndersonLopes

unread,
Sep 24, 2012, 2:54:29 PM9/24/12
to kobo-...@googlegroups.com
give me the number of the revision
Reply all
Reply to author
Forward
0 new messages