Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 73625 invoked from network); 21 Jan 2003 02:49:43 -0000 Received: from exchange.sun.com (192.18.33.10) by 208.185.179.12.available.above.net with SMTP; 21 Jan 2003 02:49:43 -0000 Received: (qmail 10756 invoked by uid 97); 21 Jan 2003 02:51:10 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 10736 invoked by uid 97); 21 Jan 2003 02:51:10 -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 10723 invoked by uid 98); 21 Jan 2003 02:51:09 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) In-Reply-To: <20030120170805.87480.qmail@web12404.mail.yahoo.com> To: "Jakarta Commons Developers List" Subject: [jelly] commonDependencies.ent - recent change MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: dion@multitask.com.au Date: Tue, 21 Jan 2003 13:50:10 +1100 X-MIMETrack: Serialize by Router on gateway/Multitask Consulting/AU(Release 5.0.8 |June 18, 2001) at 01/21/2003 01:50:13 PM, Serialize complete at 01/21/2003 01:50:13 PM Content-Type: text/plain; charset="US-ASCII" X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N The recent change to the project.xml of the ant taglib causes an issue with Xerces under jdk1.3.1 on my machine. Building with JDK 1.4.1 works fine, other than the failing test in the html taglib I added yesterday. Here's the JDK1.3 stacktrace: ------>8--------------------------- C:\source\jakarta\jakarta-commons-sandbox\jelly>set JAVA_HOME=c:\jdk1.3.1_06 C:\source\jakarta\jakarta-commons-sandbox\jelly>maven -e tags-build __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-8 Attempting to download commons-cli-SNAPSHOT.jar. Attempting to download commons-lang-SNAPSHOT.jar. Attempting to download commons-discovery-SNAPSHOT.jar. Starting the reactor ... BUILD FAILED java.net.UnknownHostException: C at java.net.InetAddress.getAllByName0(InetAddress.java:566) at java.net.InetAddress.getAllByName0(InetAddress.java:535) at java.net.InetAddress.getByName(InetAddress.java:444) at java.net.Socket.(Socket.java:95) at sun.net.NetworkClient.doConnect(NetworkClient.java:45) at sun.net.NetworkClient.openServer(NetworkClient.java:33) at sun.net.ftp.FtpClient.openServer(FtpClient.java:262) at sun.net.ftp.FtpClient.(FtpClient.java:376) at sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.ja va:72) at sun.net.www.protocol.ftp.FtpURLConnection.getInputStream(FtpURLConnec tion.java:91) at java.net.URL.openStream(URL.java:793) at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager. java:796) at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager. java:725) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer ence(XMLDocumentFragmentScannerImpl.java:1073) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent Dispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1489) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XM LDocumentFragmentScannerImpl.java:333) at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.jav a:524) at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.jav a:580) at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152) at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.j ava:1169) at org.apache.commons.digester.Digester.parse(Digester.java:1266) at org.apache.maven.MavenUtils.getProject(MavenUtils.java:192) ------>8--------------------------- And the jdk1.4 starting fine: ------>8--------------------------- C:\source\jakarta\jakarta-commons-sandbox\jelly>set JAVA_HOME=c:\j2sdk1.4.1_01 C:\source\jakarta\jakarta-commons-sandbox\jelly>maven -e tags-build __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-8 Attempting to download commons-cli-SNAPSHOT.jar. Attempting to download commons-lang-SNAPSHOT.jar. Attempting to download commons-discovery-SNAPSHOT.jar. Starting the reactor ... Our processing order: commons-jelly-tags-soap commons-jelly-tags-junit commons-jelly-tags-util commons-jelly-tags-threads commons-jelly-tags-xml commons-jelly-tags-antlr commons-jelly-tags-dynabean commons-jelly-tags-log commons-jelly-tags-define commons-jelly-tags-http commons-jelly-tags-jetty commons-jelly-tags-swing commons-jelly-tags-betwixt commons-jelly-tags-sql commons-jelly-tags-swt commons-jelly-tags-xmlunit commons-jelly-tags-ant commons-jelly-tags-jsl commons-jelly-tags-html commons-jelly-tags-bsf commons-jelly-tags-jms commons-jelly-tags-email commons-jelly-tags-beanshell commons-jelly-tags-fmt commons-jelly-tags-ojb commons-jelly-tags-quartz commons-jelly-tags-bean commons-jelly-tags-validate commons-jelly-tags-velocity commons-jelly-tags-interaction ------>8--------------------------- -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au Morgan Delagrange wrote on 21/01/2003 04:08:05 AM: > > --- James Strachan wrote: > > > > I'm gonna sit on the fence a little as I agree with > > both of you. Before a > > 1.0 release I'd like to > > > > * provide a simple build to build and test all the > > libraries (hopefully > > using Maven reactor though anything would do). This > > can help in refactoring, > > testing that we don't break things. > > Everything appears to be correct in the reactor. I > verified via debug statements that the parse fails > when MavenUtils.getProject(File, MavenJellyContext, > boolean) attempts to parse the projectDescriptor with > Betwixt via the BeanReader.parse(File) method. That > method seems to be inherited from Digester, and looks > fine: > > public Object parse(File file) > throws IOException, SAXException { > configure(); > InputSource input = > new InputSource(new FileInputStream(file)); > input.setSystemId("file://" + > file.getAbsolutePath()); > getXMLReader().parse(input); > return (root); > } > > Wierd. > > > * fix the tag reference documentation build process, > > both as reference > > documentation is very useful and that the current > > hacked-together-doclet > > causes a dependency of the core Jelly jar on javadoc > > and nekohtml. Moving > > this into (say) a Maven plugin seems like a good > > idea > > > > James > > Sounds good. > > - Morgan > > ===== > Morgan Delagrange > http://jakarta.apache.org/taglibs > http://jakarta.apache.org/commons > http://axion.tigris.org > http://jakarta.apache.org/watchdog > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > ForwardSourceID:NT000A5A42 -- To unsubscribe, e-mail: For additional commands, e-mail: