Jump to content

Using @...@ in place of full URL


EddieHanson

Recommended Posts

I have taken over the website from a previous Webmaster.I am having problems using parts of the anchor attribute's values that are surrounded by "@" (example: <a href= "@NAME@/(path)").In the "build.xml" file, there are filterset definitions:<filterset id= thisHost> <filter token="NAME" value= "(URL)"> (more filter token declarations)</filterset>I have corrected this problem by replacing <a href= "@NAME@/directory1/...">(link name)</a> with:<a href= "(URL)/directory1/...">(link name)</a> (the complete URL as defined in the build.xml).What this does is make this link work only on the public web side but not in the web test site.I am using JEdit. When I call up the build.xml page using JEdit, I get the following error message: "3:cvc-elt.1: Cannot find the declaration of element 'project'".Somehow, I feel that this might be the problem. On line 3 in the "build.xml" there is:<project name= "OurWebsite" default="init" basedir="(path)">Could someone help me solve this problem?Thanks:Eddie

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...