The following comment has been added to this issue:
Author: Malachi de AElfweald
Created: Thu, 21 Oct 2004 2:17 PM
Body:
I thought the problem would be something like that, just wasn't sure how to fix it.
Your suggestion did work. Thanks.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MAVEN-1474?page=comments#action_25660
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1474
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1474
Summary: exceptions writing classes that use DOM
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Versions:
1.0
Assignee:
Reporter: Malachi de AElfweald
Created: Wed, 20 Oct 2004 5:12 PM
Updated: Thu, 21 Oct 2004 2:17 PM
Environment: WinXPSP2, JDK/J2SE 1.5/5.0
Description:
When compiling without Maven, everything works fine.
When compiling with Maven, it says that getTextContent and setTextContent (DOM) are
not found.
maven.compile.source=1.5
maven.compile.target=1.5
java:compile:
[echo] Compiling to E:\devel\excp/target/classes
[javac] Compiling 13 source files to E:\devel\excp\target\classes
E:\devel\excp\src\java\org\eoti\tools\excp\cfg\DOMWrapper.java:108: cannot find symbol
symbol : method setTextContent(java.lang.String)
location: interface org.w3c.dom.Element
cp.setTextContent(url.toExternalForm());
^
E:\devel\excp\src\java\org\eoti\tools\excp\cfg\EXCPDomNode.java:57: cannot find symbol
symbol : method getTextContent()
location: interface org.w3c.dom.Node
public String getText(){return node.getTextContent().trim();}
^
2 errors
BUILD FAILED
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]