Hi,

On upgrade to 2.1, a linker I used to catch the projectName.nocache.js
file that I need.

I used to find it in the link method but now it doesn't appear in the
ArtifactSet.

       @Override
       public ArtifactSet link(TreeLogger logger, LinkerContext context,
ArtifactSet artifacts) throws UnableToCompleteException {

               ArtifactSet artifactSet = new ArtifactSet(artifacts);

               for (EmittedArtifact artifact :
artifacts.find(EmittedArtifact.class)) {


                                       if
(artifact.getPartialPath().equals("projectName.nocache.js")) {
                                               Log.info("artifact
projectName.nocache.js found");

...


Later the log reports  "Emitting resource projectName.nocache.js"

There is nothing in the release notes.

Can we please have documentation on such important changes.

Please Please Please Please Please Please PLEASE!!!


Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to