help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [Iliad] UI package


From: Stefan Schmiedl
Subject: Re: [Help-smalltalk] [Iliad] UI package
Date: Fri, 10 Jul 2009 13:05:53 +0200

On Fri, 10 Jul 2009 12:33:52 +0200
Nicolas Petton <address@hidden> wrote:

> Hi,
> 
> I started to work on a UI package for Iliad. The code is available in
> the svn repository in More/UI.
> 
> This addon aims to be a higher abstraction layer over html to build
> web applications. I started it with libs like GTK+ and QT in mind.
> 
> Some parts are already working (but not well tested yet):

I'll give it a try later today!

Did make_packages.sh work on your box? I had to tweak it a bit
to make the symlinks work.

address@hidden iliad $ svn diff
Index: make_packages.sh
===================================================================
--- make_packages.sh    (revision 1391)
+++ make_packages.sh    (working copy)
@@ -14,12 +14,12 @@
        for i in `find More/UI/stylesheets -type f | grep -v '\.svn'`
                do
                echo "linking $i to Public..."
-                       ln -s $i Public/stylesheets/
+                       ln -fs ../../$i Public/stylesheets/
        done
        for i in `find More/UI/images -type f | grep -v '\.svn'`
                do
                echo "linking $i to Public..."
-                       ln -s $i Public/images/
+                       ln -fs ../../$i Public/images/
        done
 fi


Thanks,
s.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]