This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
36 lines (20 loc) · 1.55 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
JuiceKit 1.2.0-SNAPSHOT [2009-*-*]
(c) Copyright 2007, 2008, 2009 Juice, Inc. All rights reserved.
Instructions
------------
You can download the current development source from github.
$ git clone git://github.com/jonbuffington/juicekit.git
After cloning JuiceKit from github you need to do a submodule update to pull in the patched flare library.
$ cd juicekit
$ git submodule update -i
To build the the library from source, issue the following Maven2 command:
$ MAVEN_OPTS="-Xms64m -Xmx256m" mvn clean install site
The JuiceKit for Flash/Flex library and documentation will be found in the ./flexlib/target directory after the build completes.
To use to JuiceKit for Flex library, you must include a copy of flexlib-1.2.0-SNAPSHOT.swc into your project's build path. If you are using Flex Builder 3, the simplest approach is to copy flexlib-1.2.0-SNAPSHOT.swc into your Flex project's libs directory. The other approach is to modify your Flex project's Properties > Flex Build Path > Library Path > Add SWC... and select the flexlib-1.2.0-SNAPSHOT.swc file.
The API reference documentation can be by viewed by loading doc/index.html file in your web browser. You can browse the documentation by the individual class or by package structure.
Requirements
------------
JuiceKit library for Adobe Flash/Flex (flexlib) is built as an Adobe Flex library file (SWC). The only required software is Adobe Flex SDK version 3.2.0.3958 or Flex Builder 3 Standard. To build the package from source, you will need Maven 2.0.9 or later.
Release History
---------------
n/a