Re: T5 Custom AssetFactory

2007-03-26 Thread Howard Lewis Ship
Something looks very odd there, I can't imagine where "classpath:" would come from. Are you sure it isn't "classpath:myassets:path.to.file"? That I think I could explain. Just make sure you are using the prefix consistently. Also, remember that for AppModule changes, you do need to restart for

T5 Custom AssetFactory

2007-03-20 Thread Peter Beshai
I am trying to create my own AssetFactory to read assets from a filesystem, but I'm getting an exception. My AppModule ~has the following: public AssetFactory buildMyAssetFactory(@InjectService("ResourceCache") ResourceCache resourceCache) { return new MyAssetFactory(resourceCa