Report the bundle we're generating (still not excellent progress

reporting, but better than none at all).


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1674 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-09-12 21:11:16 +00:00
parent d287fa7195
commit 84cc48b2a0
@@ -1,5 +1,5 @@
//
// $Id: ComponentBundlerTask.java,v 1.12 2002/09/11 19:31:40 mdb Exp $
// $Id: ComponentBundlerTask.java,v 1.13 2002/09/12 21:11:16 mdb Exp $
package com.threerings.cast.bundle.tools;
@@ -127,6 +127,8 @@ public class ComponentBundlerTask extends Task
// load up our component ID broker
ComponentIDBroker broker = loadBroker(_mapfile);
System.out.println("Generating " + _target.getPath() + "...");
try {
// make sure we can create our bundle file
FileOutputStream fout = new FileOutputStream(_target);