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:
@@ -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;
|
package com.threerings.cast.bundle.tools;
|
||||||
|
|
||||||
@@ -127,6 +127,8 @@ public class ComponentBundlerTask extends Task
|
|||||||
// load up our component ID broker
|
// load up our component ID broker
|
||||||
ComponentIDBroker broker = loadBroker(_mapfile);
|
ComponentIDBroker broker = loadBroker(_mapfile);
|
||||||
|
|
||||||
|
System.out.println("Generating " + _target.getPath() + "...");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// make sure we can create our bundle file
|
// make sure we can create our bundle file
|
||||||
FileOutputStream fout = new FileOutputStream(_target);
|
FileOutputStream fout = new FileOutputStream(_target);
|
||||||
|
|||||||
Reference in New Issue
Block a user