Released an incremental rollout file builder for YUI 3
Hi,I wanted to build static YUI 3 rollout files, only including missing dependencies, to avoid loading code twice, but still being able to serve code incrementally at various moments (preload,...
View ArticleRe: Building rollout file with dependencies
Regarding rollout file dependencies, I've solved the problem coding a rollout builder that leverages the YUI 3 loader. I think it solves the dependencies problem the original poster mentioned.You can...
View ArticleBuilding build/assets/skins/sam
componentbuild does not build build/assets/skins/sam. Is there a separate ant build file to do this? Is this still desirable given the more prevalent use of the combo loader?Looking at the files from...
View ArticleRe: Building build/assets/skins/sam
If anything is built and checked back into the yui3 repo, it's Builder that does it.Our CI system builds the release zipball and other products that are not checked back into the yui3 repo. The...
View ArticleMinified CSS
What exactly are the guidelines for JavaScript component CSS? the procedure for skinnable modules is pretty clear from the build process but there are a few inconsistencies. A skinnable JavaScript...
View ArticleBuilder - Damaged file?
I tried about three times to download the Builder Tool and when trying to unzip it with WINRAR, I kept getting messages that the file format was either unknown or damaged. Can you help please.
View ArticleRe: Minified CSS
The final product (final skin css file) is a contacted file, so it doesn't need a -min.css extension because there is no "non compressed" version of that file since it's concated and minimized at build...
View ArticleRe: Minified CSS
When the YuiLoader is pulling down components, I assume (if fetchCSS is true) that the YuiLoader also pulls down the relevant skin css for the components it is loading. If a cssmodule (e.g. cssgrids),...
View ArticleRe: Minified CSS
No, Loader will not fetch CSS for modules that have skinnable false as a config option. The 32 link tags is a known issue in IE, your best bet is to deploy a combo server (like ours) and use that to...
View ArticleRe: Builder - Damaged file?
I just downloaded it and it unzipped fine with the unzip tool.You can also download the latest source from Github here:https://github.com/yui/builder/downloads
View ArticleRe: RuntimeException from YUICompressor with ant minify task
I'm running into the same problem:BUILD FAILEDbuilder/componentbuild/shared/targets.xml:82: The following error occurred while executing this line:builder/componentbuild/shared/macrolib.xml:92:...
View ArticleBuilder Wish List
Near the beginning of last year I moved several of my web applications over to using YUI Builder. Builder provides many advantages over how I was managing the projects before; choosing to use Builder...
View ArticleRe: Builder Wish List
I agree with almost all of this. I've examined and rejected the YUI builder several times over the last couple years, since it never seemed to justify the buy-in cost. It looks super-cool in theory,...
View Articletaskdef class ...compressor.CompressorTask cannot be found
My environment is set up as it should I'd say, the ant output below shows the relevant settings. I could try to fiddle with the build files, but shouldn't this work out of fthe box? I'm using the...
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
On another system it runs until I get another Java exception:http://pastie.org/3431585builder\componentbuild\shared\macrolib.xml:92: java.lang.IncompatibleClassChangeError: Class...
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
Ping...I do exactly what "YUI3 nighlties" does (see https://github.com/rockstar/yui3-nightl ... nightly.sh), so why doesn't it work? Anyone?
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
I can't say about the second error, however the first one should be because you are running ant from the wrong directory. You should be inside ../srcwhile you are...
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
I'm in the right directory. I may have been in a component's directory when I copied the error msg, but even so - building them individually should work too anyway.
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
Which Java version that using?
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
1.6.0_31 - which is the Java 6 you get from java.com today. The various paths (PATH, JDK_HOME, JAVA_HOME) point there too.
View ArticleRe: taskdef class ...compressor.CompressorTask cannot be fou
I found more info: THIS CANNOT, EVER, have worked since after yuicompressor version "ant-yuicompressor-2.4.5pre2.jar" was being used.Why? The task defined in...
View ArticleRe: Problem with logger
Considering switching the regex to:Code:"^\s*(YAHOO.log|Y.log|console.log)\s*?\(.*\);\r?\n"this is safer, but assumes statements are on separate lines, which isn't always the case.
View ArticleRe: RuntimeException from YUICompressor with ant minify task
this problem is bothering me a few days ago. I resolved thanks to my friend luis sanchez impulseit.The problem occurs because rt.jar has a different version of the class org.mozilla.javascript.Parse;to...
View Article