Hello Mr David,
                      I ran mvn jetty:run and i got the following
statements in the console -

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO]
------------------------------------------------------------------------
[INFO] Building Babel Engine
[INFO]    task-segment: [jetty:run]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing jetty:run
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot edu.mit.simile:jpeg2rdf:1.1-SNAPSHOT: checking for
updates from aduna-snapshot-repo
[INFO] snapshot edu.mit.simile:jpeg2rdf:1.1-SNAPSHOT: checking for
updates from simile.mit.edu
[INFO] snapshot edu.mit.simile:jpeg2rdf:1.1-SNAPSHOT: checking for
updates from mortbay-release-repo
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [jetty:run]
[INFO] Configuring Jetty for project: Babel Engine
[INFO] Webapp source directory = /home/harshalpatni/Desktop/
babel_source_code/simile-widgets-read-only/babel/trunk/engine/src/main/
webapp
[INFO] Reload Mechanic: automatic
[INFO] Classes = /home/harshalpatni/Desktop/babel_source_code/simile-
widgets-read-only/babel/trunk/engine/target/classes
2009-07-29 17:29:03.840::INFO:  Logging to STDERR via
org.mortbay.log.StdErrLog
[INFO] Context path = /
[INFO] Tmp directory =  determined at runtime
[INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
[INFO] Web overrides =  none
[INFO] web.xml file = /home/harshalpatni/Desktop/babel_source_code/
simile-widgets-read-only/babel/trunk/engine/src/main/webapp/WEB-INF/
web.xml
[INFO] Webapp directory = /home/harshalpatni/Desktop/babel_source_code/
simile-widgets-read-only/babel/trunk/engine/src/main/webapp
[INFO] Starting jetty 6.1.19 ...
2009-07-29 17:29:03.949::INFO:  jetty-6.1.19
2009-07-29 17:29:05.255::INFO:  No Transaction manager found - if your
webapp requires one, please configure one.
2009-07-29 17:29:06.923::INFO:  Started [email protected]:7777
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 5 seconds.
-----------------------------------------------------------------------------------------------------------------------------------------------------------
So i assume the service started. Then i went down to the folder babel/
trunk/engine/src/main/webapp/index.html
This is where i look at the index.html page and it does not show me
anything. (Just the titles). And i checked but it does not give any
javascript error too.
Thanks,
Harshal

On Jul 29, 5:23 pm, David Huynh <[email protected]> wrote:
> Are you seeing any error in the Javascript console, in the command line
> console?
>
> (It looks to me like the individual converters weren't built, and hence
> couldn't be included.)
>
> David
>
> harsh wrote:
> > Hey David,
> >               I got the service to work.However when i try opening the
> > index.html page it just shows me the titles (from format, to format)
> > but does not give any option to choose the format that i have and need
> > to convert too. Again if  i need to use this as a service and point my
> > exhibit html page to this service (I have no clue how that could be
> > done). I would really appreciate if you could guide me on that.
>
> > Thanks,
> > Harshal
>
> > On Jul 28, 2:27 pm, harsh <[email protected]> wrote:
>
> >> Hello Mr David,
>
> >> I followed the commands given above. however when i run   mvn
> >> jetty:run command i get the following error..
>
> >> [INFO] Scanning for projects...
> >> [INFO] Reactor build order:
> >> [INFO]   Babel
> >> [INFO]   Babel Interfaces
> >> [INFO]   Babel Converters Modules
> >> [INFO]   Bibtex Converter
> >> [INFO]   Babel Exhibit Converter
> >> [INFO]   Babel TSV Converter
> >> [INFO]   Babel XLS Converter
> >> [INFO]   Babel JPEG Converter
> >> [INFO]   Babel KML Converter
> >> [INFO]   Babel Engine
> >> [INFO] Searching repository for plugin with prefix: 'jetty'.
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Building Babel
> >> [INFO]    task-segment: [jetty:run]
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Preparing jetty:run
> >> [INFO] No goals needed for project - skipping
> >> [INFO] [jetty:run]
> >> [INFO] Configuring Jetty for project: Babel
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [ERROR] BUILD ERROR
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Webapp source directory /home/harshalpatni/Desktop/
> >> babel_source_code/simile-widgets-read-only/babel/trunk/src/main/webapp
> >> does not exist
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] For more information, run Maven with the -e switch
> >> [INFO]
> >> ------------------------------------------------------------------------
> >> [INFO] Total time: 2 seconds
> >> [INFO] Finished at: Tue Jul 28 14:21:31 EDT 2009
> >> [INFO] Final Memory: 8M/80M
> >> [INFO]
> >> ------------------------------------------------------------------------
>
> >> I would really appreciate if you could help me solve this problem.
> >> Also once this runs babel service is installed on my server right??
> >> But how do i make my exhibit html page point to this babel conversion
> >> service now.
>
> >> Thanks,
> >> Harshal
> >> On Jul 27, 4:26 pm, David Huynh <[email protected]> wrote:
>
> >>> Hi Harshal,
>
> >>> You would need to get Apache Maven, that's the build system for Babel.
> >>> The code of Babel itself has been moved to
> >>>    http://code.google.com/p/simile-widgets/source/browse/#svn/babel/trunk
>
> >>> Once you have Maven, then in the directory of Babel, do
>
> >>>     mvn package
> >>>     mvn jetty:run
>
> >>> David
>
> >>> harsh wrote:
>
> >>>> Hello everyone,
> >>>>                      I was thinking since the babel service goes down
> >>>> quite often can anyone give me some guidelines on how this service
> >>>> could be installed on my own server. Coz i do see some code at the
> >>>> following link -http://simile.mit.edu/repository/babel/trunk/
> >>>> But i am not sure how that could be used to solve my purpose.
> >>>> Thanks,
> >>>> Harshal
>
> >>>> On Jul 27, 5:27 am, Marcel <[email protected]>
> >>>> wrote:
>
> >>>>> Hello Harshal,
>
> >>>>> its seems like the services on simile-widgets.org are offline again
> >>>>> because the painter-service doesnt work either. I hope this will be
> >>>>> fixed soon. For the future i try to set up a service on our server for
> >>>>> backup.
>
> >>>>> Can anyone tell us, why the service is offline and when it will be up
> >>>>> again?
> >>>>> all Map-examples on simile-widgets.org wont work too :o(
>
> >>>>> Thx a lot and keep on the good work!
>
> >>>>> Greetings Marcel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to