Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » javax.xml.transform.URIResolver
javax.xml.transform.URIResolver [message #238178] Mon, 03 May 2004 17:08
Eclipse UserFriend
Originally posted by: lou.degenaro.com

I'm trying to run an ANT script under Eclipse 2.1.2. When doing so, I see
no targets and the subject message is displayed with a red X. I tried to
use the example ANT script in a file called build.xml:

<?xml version="1.0"?>
<project name="Echo" default="echo" basedir=".">
<target name="echo">
<echo message="HELLO from echo"/>
</target>
<target name="dir">
<echo message="dir of ${basedir}:"/>
<exec dir="${basedir}" executable="cmd.exe">
<arg line="/c dir"/>
</exec>
</target>
</project>

What am I missing?

Thanks.

Lou.
Previous Topic:Branding and launching my perspective (like WebSphere)
Next Topic:Clipboard ignoring my data?
Goto Forum:
  


Current Time: Fri Jun 27 18:50:27 EDT 2025

Powered by FUDForum. Page generated in 0.03269 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top