Hello Charles, I am also trying to build Exhibit Staged on Linux. I was following instructions no problem on the wiki ( https://github.com/zepheira/backstage/wiki/Building-backstage). Steps in green were executed successfully:
Get the source; $ mkdir ~/e3src && cd ~/e3src $ git clone git://github.com/zepheira/babel.git $ git clone git://github.com/zepheira/backstage.git $ git clone git://github.com/zepheira/exhibit3.git $ svn checkout http://simile-butterfly.googlecode.com/svn/trunk/ butterfly Build; $ cd babel && mvn install $ cd ../butterfly && mvn install && ant build $ cd ../exhibit3/scripted && ant dist The final step, cd ../../backstage && mvn package gives me the following message: Missing: ---------- 1) edu.mit.simile:babel-engine:jar:1.0-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=edu.mit.simile -DartifactId=babel-engine -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file Is this a problem you had? I have not been successful following instructions, I would appreciate any feedback.. I found http://simile.mit.edu/maven/edu/mit/simile/babel-engine/1.0-SNAPSHOT/ but I'm unsure what to do now. many thanks, Christina On Monday, July 16, 2012 9:27:22 AM UTC-4, charles peguiron wrote: > > Hello, > > I read differents topics speaking about the same problem : Build the > backstage, but I don't find any answer to my case. So here is my problem: > > I built the backstage in a Linux environnement and it work very well. > Congratulation to the team! But now I need to build it under Windows...for > my work... > > I'm trying to build the Backstage under windows so I followed the wiki ( > https://github.com/zepheira/backstage/wiki/Building-backstage). > > The step "Get the source" is ok but for one think: the butterfly source > code does not contain "butterfly.bat" like explained in the following topic: > > https://groups.google.com/forum/?fromgroups#!topic/simile-widgets/EyHhhOGZyzQ > I found a butterfly.bat file > > The step "Build" look good... I have no error returned. > > To know if the backstage was well deployed I found a tips in the following > topic: > > https://groups.google.com/forum/#!searchin/simile-widgets/backstage/simile-widgets/0LqCmHofxzM/4LLu0noWW5gJ > But when I enter http://localhost:8181/backstage/data/disk in my browser, > the 404 error is returned. > > When I launch "backstage.bat" there is some path problem. > The paths mentionned point at: > - log4j.properties > - butterfly.properties > - modules > - butterfly > and modules.properties > > After that, I tried to launch butterfly alone and here again I have a path > problem: "e3src\butterfly\src\main\webapp does not exist". > > I'm a bit lost and I don't know if my problem come from backstage or > butterfly. > I don't find help for butterfly so I'm pretty lost with that stuff. > > Here Ted seems have to been able to build the Backstage (Linux/Windows??). > Is there a documentation about it? > If not, I'm ready to write a documentation about the build under Windows > but I really need help to understand where is the problem. > > Best regards, > > Charles > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
