Jetpack 0.2 release candidate 1 now available!

0 views
Skip to first unread message

Myk Melez

unread,
Mar 19, 2010, 7:50:12 PM3/19/10
to mozilla-la...@googlegroups.com
Hi all,

We've just released the first release candidate of Jetpack SDK 0.2. Download it as a tarball or ZIP archive via the following links:

  https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.2rc1.tar.gz
  https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.2rc1.zip

As I mentioned earlier, this release does not yet contain the high-level APIs we've been developing, which we are continuing to work on for inclusion in future releases. It does, however, include a number of bug fixes, especially for running the SDK on Windows.

Remember that you'll also need Python 2.5 or later on your system. Once you have that, just unpack the tarball/ZIP archive and check out the README.txt file to get started.

We'd love to hear any feedback you have about this build! Feel free to post it to this discussion forum or file a bug in Bugzilla. And to keep a closer eye on the status of the release, check out the release tracking bug 551040.

- Myk, on behalf of Team Jetpack

grbradt

unread,
Mar 19, 2010, 10:37:06 PM3/19/10
to mozilla-labs-jetpack
Hi,
I still have a problem running this with Win XP, when for example
trying cfx testall a second console window appears briefly, then
disappears leaving me with just the following in the main window:

Testing all available packages: test-harness, jetpack-core.
Total time: 3.640000 seconds
Program terminated successfully.

How do I keep the second window from closing?
Thanks.

On Mar 19, 7:50 pm, Myk Melez <m...@mozilla.org> wrote:
> Hi all,
>
> We've just released the first release candidate of Jetpack SDK 0.2.
> Download it as a tarball or ZIP archive via the following links:
>

> https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.2r...
>
> https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-0.2r...
>
> As I mentioned earlier
> <http://groups.google.com/group/mozilla-labs-jetpack/browse_thread/thr...>,


> this release does not yet contain the high-level APIs we've been
> developing, which we are continuing to work on for inclusion in future
> releases. It does, however, include a number of bug fixes, especially
> for running the SDK on Windows.
>

> Remember that you'll also need Python <http://www.python.org/> 2.5 or


> later on your system. Once you have that, just unpack the tarball/ZIP
> archive and check out the README.txt file to get started.
>
> We'd love to hear any feedback you have about this build! Feel free to
> post it to this discussion forum or file a bug in Bugzilla

> <https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla%20Labs&com...>.


> And to keep a closer eye on the status of the release, check out the
> release tracking bug 551040

> <https://bugzilla.mozilla.org/show_bug.cgi?id=551040>.

Chris Hofmann

unread,
Mar 20, 2010, 12:00:56 AM3/20/10
to mozilla-la...@googlegroups.com

There is a note on the getting-started page for this I think...

Note
: If you're on Windows, you may need to add the --no-quit option to cfx to prevent the above output from disappearing instantly.

--
You received this message because you are subscribed to the Google Groups "mozilla-labs-jetpack" group.
To post to this group, send email to mozilla-la...@googlegroups.com.
To unsubscribe from this group, send email to mozilla-labs-jet...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mozilla-labs-jetpack?hl=en.


grbradt

unread,
Mar 20, 2010, 10:35:53 AM3/20/10
to mozilla-labs-jetpack
Hi,
Doesn't work for me...

(C:\Jetpack-SDK\jetpack-sdk-0.2rc1) C:\Jetpack-SDK\jetpack-
sdk-0.2rc1>cfx testall --no-quit


Testing all available packages: test-harness, jetpack-core.

Total time: 2.796000 seconds
Program terminated successfully.

On Mar 20, 12:00 am, Chris Hofmann <chofm...@gmail.com> wrote:
> *


> There is a note on the getting-started page for this I think...
>

> Note*: If you're on Windows, you may need to add the --no-quit option
> to cfxto prevent the above output from disappearing instantly.

> > mozilla-labs-jet...@googlegroups.com<mozilla-labs-jetpack%2Bunsu...@googlegroups.com>

sabret00the

unread,
Mar 20, 2010, 9:07:40 PM3/20/10
to mozilla-labs-jetpack
Will we always be required to install Python in order to run the SDK
or is that just for now?

On Mar 19, 11:50 pm, Myk Melez <m...@mozilla.org> wrote:
> Hi all,
>
> We've just released the first release candidate of Jetpack SDK 0.2.
> Download it as a tarball or ZIP archive via the following links:
>

> this release does not yet contain the high-level APIs we've been
> developing, which we are continuing to work on for inclusion in future
> releases. It does, however, include a number of bug fixes, especially
> for running the SDK on Windows.
>

> Remember that you'll also need Python <http://www.python.org/> 2.5 or


> later on your system. Once you have that, just unpack the tarball/ZIP
> archive and check out the README.txt file to get started.
>
> We'd love to hear any feedback you have about this build! Feel free to
> post it to this discussion forum or file a bug in Bugzilla

> <https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla%20Labs&com...>.


> And to keep a closer eye on the status of the release, check out the
> release tracking bug 551040

> <https://bugzilla.mozilla.org/show_bug.cgi?id=551040>.

Daniel

unread,
Mar 20, 2010, 10:46:14 PM3/20/10
to mozilla-labs-jetpack
FlightDeck will allow you to develop and generate an extension using
the Jetpack SDK without ever having to think about the command line.
We are finalizing the web-based cfx packaging part of FlightDeck now,
once complete, we will be doing a public beta.

- Daniel

Atul Varma

unread,
Mar 24, 2010, 2:08:01 PM3/24/10
to mozilla-labs-jetpack
Aside from FlightDeck, we might also be moving the Python code to be
js-based once we have more CommonJS stdlib functionality available,
but it's not a super-high priority; right now Python and the Jetpack
SDK are quite complementary because Python is a really mature platform
that is great for making command-line tools quickly and easily, while
the Jetpack platform is concerned first and foremost with extending
the browser and the web, rather than doing things at the command-line.

It might actually be easier in the near future to create a "Windows
Jetpack SDK Installer" that installs a frozen (py2exe'd) version of
cfx and other tools, possibly even FlightDeck too, which would allow
Windows devs to develop locally without having to deal with
prerequisites.

Any other ideas you have to improve the developer experience here
would be appreciated!

- Atul

On Mar 20, 6:07 pm, sabret00the <sabret00...@yahoo.co.uk> wrote:

Atul Varma

unread,
Mar 24, 2010, 2:52:10 PM3/24/10
to mozilla-labs-jetpack
Sorry about this, the experience really sucks on Windows right now and
we're working to improve it before 0.2 launch.

The relevant bug is here, if you're interested in helping us test the
patch:

https://bugzilla.mozilla.org/show_bug.cgi?id=554241

- Atul

Reply all
Reply to author
Forward
0 new messages