build.xml does not work
Replies (1)
Please register to reply
Added by Anonymous about 16 years ago
Legacy ID: #5246338 Legacy Poster: Vladimir Nesterovsky (vnesterovsky)
Hello Mr. Kay, I want to inform you the build.xml does not work with latests files: [javac] Compiling 8 source files to D:\Cool\Tool\saxon9.1\build\temp\j\classes [javac] D:\Cool\Tool\saxon9.1\build\temp\j\source\net\sf\saxon\query\XQueryExpression.java:633: cannot find symbol [javac] symbol : class UpdateAgent [javac] location: class net.sf.saxon.query.XQueryExpression [javac] public void runUpdate(DynamicQueryContext dynamicEnv, UpdateAgent agent) throws XPathException { Thanks.
Legacy ID: #5246387 Legacy Poster: Michael Kay (mhkay)
Thanks. Looks like the usual problem of doing a Subversion "commit" but not first doing the "add". Should now be fixed. Michael Kay
Please register to reply