Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 74923 invoked from network); 18 Jan 2005 00:06:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jan 2005 00:06:39 -0000 Received: (qmail 63596 invoked by uid 500); 18 Jan 2005 00:06:34 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 63315 invoked by uid 500); 18 Jan 2005 00:06:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 45772 invoked by uid 99); 17 Jan 2005 23:57:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Subject: Re: [digester] Problem building javadoc w/ Ant on Windows From: simon Reply-To: skitching@apache.org To: Jakarta Commons Developers List In-Reply-To: <41EC2633.4020604@mdh.se> References: <00a001c4fcb6$71d66560$030ea8c0@imbrium1> <41EC2633.4020604@mdh.se> Content-Type: text/plain Date: Tue, 18 Jan 2005 12:09:10 +1300 Message-Id: <1106003350.13336.5.camel@blackbox> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, 2005-01-17 at 21:55 +0100, Dennis Lundberg wrote: > Wendy Smoak wrote: > > I'm getting an error when building the Digester Javadoc locally with > > Java 1.5 on XP Pro (SP2): > > > > javadoc: > > [javadoc] Generating Javadoc > > [javadoc] Javadoc execution > > [javadoc] javadoc: error - Illegal package name: "IS BASIS, WITHOUT > > WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See > > the License for the specific language governing permissions and > > limitations under the License. -->" > > > > It seems to be related to the single/double quotes around the > bottom= ... > attribute. Simon Kitching said he cannot reproduce it on > > JDK1.5/Linux > > (http://issues.apache.org/bugzilla/show_bug.cgi?id=33129#c3) so it > > appears to be a Windows-only thing. > > I ran into this when we were working on commons-logging 1.0.4. We came > to the conclusion back then that it seems to be a Windows issue. I had > problems with 1.4.2. Ok, so can this be fixed by escaping the quotes in the problem text, eg using "? Obviously, the testing will have to be done by someone working on Windows :-) Trying to create a minimal testcase would also be useful. I imagine it should be possible to duplicate this with an ant build file of a dozen lines and one .java file (or maybe even zero .java files). It does seem weird that this doesn't work on Windows, as the xml spec is *very* clear about the fact that xml attributes can be quoted using '...' or "...", so having a simple testcase that shows the problem would reassure me that the problem really is what we think it is.. Would you mind having a go at this, Wendy? If it is shown to be a windows problem, and a reasonable workaround can be found I would be happy to commit it; we really should be able to do complete builds on Windows as well as proper operating systems :-) Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org