Ok, I think I understand the problem and solution now. Rene removed the generated TLD from the source code, which generally wouldn't be a problem. As part of his change, he moved the annotations into a new package and in the Struts 2 core module.

Unfortunately, when Ted went to build, he probably had an old copy of the struts-annotations.jar in his maven repository. The old jar wouldn't know about the new annotations, so when executed, it didn't build a TLD. Therefore, the Struts 2.0.3 tagged jar doesn't have the TLD file.

The solution is to do a mvn clean and build a fresh struts-annotations.jar. In the meantime, I added the TLD back until we are sure this situation is resolved.

Don

Don Brown wrote:
Ok, it looks like the change to move the tag annotations into core yesterday broke the TLD generation, so the 2.0.3 jar is completely missing the struts-tags.tld file. In addition, it seems a new one won't generate. This absolutely has to be fixed ASAP.

Don

Don Brown wrote:
There shouldn't be a struts-2.0.3-all.jar. Do you mean a struts-2.0.3-all.zip?

Don

Stuart Piltch wrote:
Hi there,

I just grabbed the latest struts-2.0.3-all.jar (19-Jan-2007 05:50) to start testing some of the new features and I noticed that two files that I expected to be in there are missing. One is META-INF/struts-tags.tld and the other is the
struts2-spring-plugin-2.0.3.jar

Do I need to get these separately now?

Cheers,

 - stuart


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to